Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

ASP, ADO Interview Questions

  • How many objects are there in ASP?
  • Which DLL file is needed to be registered for ASP?
  • 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).
  • What is diffrence between Server.transfer and Response.redirect.
  • Is there any inbuilt paging(for example shoping cart. which will show next 10 records without refreshing) in ASP? How will you do pating.
  • What does Server.MapPath do?
  • Name at least three methods of response object other than Redirect.
  • Name at least two methods of response object other than Transfer.
  • Tell few programming diffrence between ADO and DAO programming. What is state?
  • How many types of cookies are there?
  • Tell few steps for optimizing (for speed and resources) ASP page/application
  • Why do you use Option Explicit?
  • What are the commonly used data types in VBScript?
  • What is a session object?
  • What are the three objects of ADO?
  • What are the lock-types available in ADO? Explain.
  • What are the cursor types available in ADO? Explain.
  • What is a COM component?
  • How do you register a COM component?
  • What is a virtual root and how do you create one?
  • What is a database index, how do you create one, discuss its pros and cons?
  • How do you use multiple record sets (rs.NextRecordSet)?
  • As soon as you fetch a record set, what operations would you perform?
  • Define a transaction. What are ACID properties of a transaction?
  • How would you remotely administer IIS?
  • What is RAID? What is it used for?
  • What is normalization? Explain normalization types.
  • What is the disadvantage of creating an index in every column of a database table?
  • What are the uses of source control software?
  • You have a query that runs slowly, how would you make it better? How would you make it better in .NET environment?
  • What is a bit datatype? What is it used for?
  • How would you go about securing IIS and MS-SQL Server?
  • What is the difference between Request(”field”) and Request.Form(”field”)?





This post first appeared on Tech Interview Questions & Tips, please read the originial post: here

Share the post

ASP, ADO Interview Questions

×

Subscribe to Tech Interview Questions & Tips

Get updates delivered right to your inbox!

Thank you for your subscription

×