ASP Interview Questions & Answers

Showing 10 of 79 questions | Page 4

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

31. What is Session Object?

It stores information about a Users session. Gives a notification when a user session begins or ends.

32. What is Server-Side includes?

It provides extra information by which it makes the site easier to manage. It can include text files using the #include statement, retrieve the size and last modification date of a file, defines how variables and error messages are displayed and inserts the values of HTTP variables in the page sent back to the browser.

33. What is a FileSystemObject object?

It provides access to the physical file system of the web server. It gets and manipulates information about all drives in a server, folders and sub-folders on a drive and files inside a folder.

34. What is a Scripting Language?

It permits to create more interactive Web Pages. Validation, formatting of web pages can be done. VBScript, JavaScript are some examples.

35. What is a Dictionary object?

It lets you store and retrieve information in a flexible data structure. Each value or information stored in a Dictionary is associated with a key through which the information can be retrieved.

36. What is Global.asa file?

It is text file that contains details about an ASP application, such as when it should begin and end.

37. What is an .ASP file?

It is a Text File that contains the combination of the following: Text HTML tags Script Commands

38. What is Response Object?

It controls the information sent to the user. The various methods are: Response.Write - Sends information directly to a browser Response.Redirect - Directs a user to a URL other than the requested URL Response.ContentType - Controls the type of content sent Response.Cookies - Sets cookie values Response.Buffer - To Buffer information

39. Naming constraints for a variable ?

It can be up to 255 characters Must start with an alphabet Must not contain an embedded period or full-stop

40. What is a TextStream object?

It allows you to access(read/write) the contents of text files stored on the web server.
Questions and Answers for Competitive Exams Various Entrance Test