ASP Interview Questions
- What is Global.asa file?
- Name the ASP Objects?
- What is a “Virtual Directory”?
- What happens to ASP pages?
- Why do we use Option Explicit?
- What is Query string collection?
- What is Server Variables collection?
- What is the maximum size of an array?
- What are the methods in Session Object?
- When is the Session_OnStart event fired?
- Which choice is NOT an ADO collection?
- What are the event handlers of Session Object?
- How to Display images using Response object?
- How many types of cookies are available in asp?
- How many Max Cookies can we create in Server?
- How long is a SessionID guaranteed to be unique?
- What are the browsers that can access ASP pages?
- What is string concatenation function in VBScript?
- How can you disable the browser to view the code?
- What are the event handlers of Application Object?
- How many global.asa files can an Application have?
- When does the application On End event handler fire?
- What are the advantages of Cookies over Session Object?
- Which is the default Scripting Language on the client side?
- How to insert the records in a database table by using ASP?
- What are the methods by which output stream is controlled?
- Which is the default Scripting Language of ASP (server-side)?
- What is the command to display characters to the HTML page?
- How can you change the primary scripting language for a page?
- What is the difference between client-side script and server-side script?
- What is the difference between Server. Transfer and response. redirect?
- Explain the POST & GET Method or explain the difference between them?
- What is the difference between Query string collection and Form collection?
- How can you have different number of cells for each row of a table in HTML?
- What is the difference between Server-side validation and Client-side validation?
- What variable can you use to share info across the whole application for one user?
- How does the server identify and execute the server-side scripts within HTML code?
- What is the Order of precedence for ARITHMETIC Operators. ^, – (negation), *or /, , mod, + or ?
- 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?
- Tell few programming difference between ADO and DAO programming. What is state?