ASP.NET practice test

ASP.NET interview   .NET FAQs   C#.NET interview   VB.NET interview
Written tests assess the depth of your ASP.NET programming knowledge. Taking ASP.NET online practice test helps you judge your programming skills. The objective ASP.NET test here comprises of theoritical and practical questions to find out your current status and help you prepare for the job interviews. This is a set of 41 questions on ASP.NET programming with some sample ASP.net objective questions.

          

ASP.NET practice test


Click here to start ASP.NET practice test
Here are few sample ASP.NET practice test questions

Difference between Response.Write() andResponse.Output.Write().

Options
Response.Output.Write() allows you to buffer output
Response.Output.Write() allows you to write formatted output
Response.Output.Write() allows you to flush output
Response.Output.Write() allows you to stream output

What class does the ASP.NET Web Form class inherit from by default?

Options
System.Web.UI.Page
System.Web.UI.Form
System.Web.GUI.Page
System.Web.Form

What is used to validate complex string patterns like an e-mail address?

Options
Extended expressions
Basic expressions
Regular expressions
Irregular expressions

How do you get information from a form that is submitted using the "post" method?

Options
Request.QueryString
Request.Form
Response.write
Response.writeln

Click here to start ASP.NET practice test

More Links
What is impersonation in ASP.NET?

Latest answer: By default, ASP.NET executes in the security context of a restricted user account on the local machine. However, at times it becomes necessary to access network resources which require additional permissions.............

Explain the concept of Automatic Memory Management in ASP.NET.

Latest answer: The .NET framework has introduced a concept called Garbage collector. This mechanism keeps track of the allocated memory references and releases the memory when it is not in reference..........

Describe the Cookies collection in ASP.NET.

Latest answer: Cookies are text files that store information about the user. A user is differentiated from the other by the web server with the help of the cookies. It can also determine where the user had been before with them.............



Write your comment - Share Knowledge and Experience



Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring