ASP Interview Questions

ASP Interview Questions

  1. What is Global.asa file?
  2. Name the ASP Objects?
  3. What is a “Virtual Directory”?
  4. What happens to ASP pages?
  5. Why do we use Option Explicit?
  6. What is Query string collection?
  7. What is Server Variables collection?
  8. What is the maximum size of an array?
  9. What are the methods in Session Object?
  10. When is the Session_OnStart event fired?
  11. Which choice is NOT an ADO collection?
  12. What are the event handlers of Session Object?
  13. How to Display images using Response object?
  14. How many types of cookies are available in asp?
  15. How many Max Cookies can we create in Server?
  16. How long is a SessionID guaranteed to be unique?
  17. What are the browsers that can access ASP pages?
  18. What is string concatenation function in VBScript?
  19. How can you disable the browser to view the code?
  20. What are the event handlers of Application Object?
  21. How many global.asa files can an Application have?
  22. When does the application On End event handler fire?
  23. What are the advantages of Cookies over Session Object?
  24. Which is the default Scripting Language on the client side?
  25. How to insert the records in a database table by using ASP?
  26. What are the methods by which output stream is controlled?
  27. Which is the default Scripting Language of ASP (server-side)?
  28. What is the command to display characters to the HTML page?
  29. How can you change the primary scripting language for a page?
  30. What is the difference between client-side script and server-side script?
  31. What is the difference between Server. Transfer and response. redirect?
  32. Explain the POST & GET Method or explain the difference between them?
  33. What is the difference between Query string collection and Form collection?
  34. How can you have different number of cells for each row of a table in HTML?
  35. What is the difference between Server-side validation and Client-side validation?
  36. What variable can you use to share info across the whole application for one user?
  37. How does the server identify and execute the server-side scripts within HTML code?
  38. What is the Order of precedence for ARITHMETIC Operators. ^, – (negation), *or /, , mod, + or ?
  39. How do assign the memo data type in ASP page as variable? And I want to place that variable in HTML’s text area as its value?
  40. Tell few programming difference between ADO and DAO programming. What is state?