ASP.NET certifications, exams and interview questions

ASP.NET interview   .NET FAQs   C#.NET interview   VB.NET interview
The requirements of experienced ASP.NET programmers are different than those of entry level programmers. You may want to crack an ASP.NET certification exam or get into the nitty gritties of the teachnical aspect of ASP.NET. This specially designed advanced ASP.NET test will help you prepare not only for the certification tests but also check your knowledge about the indepth technical aspects of ASP.NET programming. This set consists of 19 questions on ASP.NET programming keeping in mind the experienced professionals.

          

ASP.NET certifications, exams


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

In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?  

Options
Use the ImageMap control and randomly select a HotSpot to show or hide. 
Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed. 
Use the AdServer control and create an XML file with configuration of the control. 
Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.  

What’s the difference between Response.Write() and Response.Output.Write()?

Options
The First one allows you to write formatted output. 
The latter one allows you to write formatted output.
No Difference 
The latter one allows you to write unformatted output.  

In order to prevent a browser from caching a page which of these xstatements should be written?  

Options
Response.Cache.SetNoStore(); 
Response.Cache.SetNoServerCaching();
Response.Cache.SetNoCaching();
None of these

Click here to start ASP.NET certifications practice test

More Links
What are different IIS isolation levels supported in ASP.NET?

Latest answer: IIS has three level of isolation:- LOW (IIS process): In this main IIS process and ASP.NET application run in same process due to which if one crashes, the other is also affected...........

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............. 

ASP.NET 2.0 Themes

One of the neat features of ASP.NET 2.0 is themes, which enable you to define the appearance of a set of controls once and apply the appearance to your entire web application............



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