ASP Interview Questions & Answers

Showing 10 of 79 questions | Page 3

Technical interview questions and answers are essential for an ASP Interview because companies expect candidates to understand server-side scripting, session handling, cookies, request/response objects, and dynamic web page creation. ASP is widely used in older enterprise systems, and many organizations still rely on it for maintaining web applications. This makes ASP interview questions relevant in technical rounds of companies like TCS, Infosys, Wipro, Cognizant, and Accenture. For freshers and junior developers, learning ASP concepts helps build a strong foundation for understanding modern web technologies as well. This guide provides frequently asked ASP interview questions with clear and simple explanations to help job seekers prepare effectively. These questions will improve your technical confidence during placement tests and web development interviews.

Showing 10 of 79 questions

21. What is the command to display characters to the HTML page?

Response.Write

22. Explain the POST & GET Method or Explain the difference between them?

POST METHOD: The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection. GET METHOD: The GET method sends information by appending it to the URL (with a question mark) and stored as A Querystring collection. The Querystring collection is passed to the server as name/value pair. The length of the URL should be less than 255 characters.

23. How many global.asa files can an Application have?

Only one global.asa file and Its placed in the virtual directorys root.

24. What are Scripting Objects?

Objects that can enhance the application are known as the Scripting Objects.

25. What is the Order of precedence for LOGICAL Operators ?

NOT, AND, OR, XOR, EQV, IMP

26. What is an Err Object?

Name Its properties and methods.

27. What are LOCAL and GLOBAL variables?

Local variables lifetime ends when the Procedure ends. Global variables lifetime begins at the start of the script and ends at the end of the script and it can be used by any procedure within the script. Declaring a variable by using the keyword PRIVATE makes the variable global within the script, but if declared using PUBLIC, then all scripts can refer the variable.

28. Which is the default Scripting Language on the client side?

JavaScript

29. What is HTML (Hypertext Markup Language)?

Its a method by which web pages can be built and generally used for formatting and linking text.

30. What is a Web Server?

Its a Computer that provides Web services on the Internet or on a local Intranet. It is designed to locate, address and send out simple HTML pages to all other users who access these pages.
Questions and Answers for Competitive Exams Various Entrance Test