Tuesday, April 1, 2008

ASP.net Technical HR Interview Questions 4

ASP / ADO / IIS Interview Questions:

Used by IBM Consulting Services

  1. How many objects are there in ASP?

  2. Which DLL file is needed to be registered for ASP?

  3. If you want to initialize a global variable for an application, which is the right place to declare it? (like form or some other file).

  4. What is diffrence between Server.transfer and Response.redirect.

  5. Is there any inbuilt paging(for example shoping cart. which will show next 10 records without refreshing) in ASP? How will you do pating.

  6. What does Server.MapPath do?

  7. Name at least three methods of response object other than Redirect.

  8. Name at least two methods of response object other than Transfer.

  9. Tell few programming diffrence between ADO and DAO programming. What is state?

  10. How many types of cookies are there?

  11. Tell few steps for optimizing (for speed and resources) ASP page/application

This came in the mail from the reader who recently went through a job interview process. He didn’t mention the company name.

  1. Why do you use Option Explicit?

  2. What are the commonly used data types in VBScript?

  3. What is a session object?

  4. What are the three objects of ADO?

  5. What are the lock-types available in ADO? Explain.

  6. What are the cursor types available in ADO? Explain.

  7. What is a COM component?

  8. How do you register a COM component?

  9. What is a virtual root and how do you create one?

  10. What is a database index, how do you create one, discuss its pros and cons?

  11. How do you use multiple record sets (rs.NextRecordSet)?

  12. As soon as you fetch a record set, what operations would you perform?

  13. Define a transaction. What are ACID properties of a transaction?

  14. How would you remotely administer IIS?

  15. What is RAID? What is it used for?

  16. What is normalization? Explain normalization types.

  17. What is the disadvantage of creating an index in every column of a database table?

  18. What are the uses of source control software?

  19. You have a query that runs slowly, how would you make it better? How would you make it better in .NET environment?

  20. What is a bit datatype? What is it used for?

  21. How would you go about securing IIS and MS-SQL Server?

  22. What is the difference between Request(”field”) and Request.Form(”field”)?

Keep watching out PreviousPapers.blogspot.com for more free online asp.net technical interview questions and answers / solutions here. Latest Technical Interview questions of all Computer programming languages and other topics are given here with solutions..

No comments: