• +91 9723535972
  • info@interviewmaterial.com

ASP Interview Questions and Answers

ASP Interview Questions and Answers

Question - 1 : - What is ASP?

Answer - 1 : - ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on what browser version they are using.

Question - 2 : - How can you disable the browser to view the code?

Answer - 2 : - Writing codes within the Tag

Question - 3 : - What is a "Virtual Directory"?

Answer - 3 : - Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids typing an extremely long URL each time to access an ASP page.

Question - 4 : - Give the comment Tags for the following?

Answer - 4 : - VBScript : REM & ‘(apostrophe) JavaScript : // (single line comment) /* */ (Multi-line comments)

Question - 5 : - Which is the default Scripting Language of ASP (server-side)?

Answer - 5 : - VBScript

Question - 6 : - Which is the default Data types in VBScript?

Answer - 6 : - Variant is the default data type in VBScript, which can store a value of any type.

Question - 7 : - What is a variable?

Answer - 7 : - Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.

Question - 8 : - What is the maximum size of an array?

Answer - 8 : - Up to 60 dimensions.

Question - 9 : - What is Query string collection?

Answer - 9 : - This collection stores any values that are provided in the URL. This can be generated by three methods: By clicking on an anchor tag By sending a form to the server by the GET method Through user-typed HTTP address It allows you to extract data sent to the server using a GET request.

Question - 10 : - What are the attributes of the tags? What are their functions?

Answer - 10 : - The two attributes are ACTION and METHOD The ACTION gives the name of the ASP file that should be opened next by which this file can access the information given in the form The METHOD determines which of the two ways (POST or GET) the browser can send the information to the server


NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners