ASP.net

 40 Minutes
 20 Questions


This test is designed to assess a candidate's knowledge of ASP.net technology. It will cover the basics of ASP.net, such as the fundamentals of web development and the .NET framework, as well as more advanced topics like ADO.NET and other related technologies. The test will also include questions on best practices for developing applications with ASP.net and how to troubleshoot common issues.


Example Question:

Coding
You create a new Web application that will be used by SQL Server administrators. The application connects to the database with the following SQL Server connection string:
Data Source=DATASERVER;Initial Catalog=pubs;Integrated Security=True
When you deploy and execute the application, code that attempts to connect returns an authentication error. You verify the following.
* Integrated Windows authentication is configured.
* The Windows identity with which you authenticate is granted the required database permissions.
You must fix the problem.
What should you do?