Microsoft 70-486 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 70-486
  • Exam Name/Title: Developing ASP.NET MVC 4 Web Applications
  • Certification Provider: Microsoft
  • Corresponding Certification: Microsoft Visual Studio 2012
  • Exam Questions: 230
  • Updated On: May 27, 2026
You are designing a data-oriented application that features a variety of storage schemas.
The application object model must be mapped to the various storage schemas.
You need to enable developers to manipulate the data.
Which ADO.NET data access strategy should you use? (Each correct answer presents a complete solution. Choose all that apply.)
Correct Answer: B,C,D Vote an answer
You are developing an ASP.NET MVC application.
You need to choose the appropriate Visual Studio templates to use for each test goal.
Which Visual Studio Unit Test project templates should you use? To answer, drag the appropriate Unit Test project template to the correct test goal or test goals. Each project template may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Correct Answer:

Explanation:
Box 1: Coded UI Test Project
Automated tests that drive your application through its user interface (UI) are known as coded UI tests (CUITs). These tests include functional testing of the UI controls. They let you verify that the whole application, including its user interface, is functioning correctly. Coded UI Tests are particularly useful where there is validation or other logic in the user interface, for example in a web page. They are also frequently used to automate an existing manual test.
Box 2: Unit Test Project
Unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.[1] Intuitively, one can view a unit as the smallest testable part of an application.
Box 3: Web Performance and Load Test Project
Box 4: Web Performance and Load Test Project
A load test is a container of Web performance tests and unit tests.
A load test exposes many run-time properties that can be modified to generate the desired load simulation.
References: https://msdn.microsoft.com/en-us/library/dd286726.aspx
References: https://msdn.microsoft.com/en-us/library/ms182594(v=vs.110).aspx
You need to make the "Distance" header of the table bold in the Views/RunLog/GetLog.cshtml view.
Which code segment should you use?
Correct Answer: D Vote an answer
You deploy an ASP.NET MVC e-commerce application to a Microsoft Azure App Services Web App.
Users report that the Orders page displays incorrect date and time information. You are unable to reproduce the issue locally.
You need to configure Remote Debugging for the web application.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:
You develop an ASP.NET MVC application that includes the following class. Line numbers are included for reference only.

You must use the Razor view engine to display all property values for the class.
You need to implement the view.
How should you complete the relevant code?
Correct Answer:
You have a class that includes the following code. (Line numbers are included for reference only.)

You must enforce the following requirements for the actions:

You need to configure the class.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: A,B,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are building an ASP.NET MVC web application.
The application will be viewed by users on their mobile phones.
You need to ensure that the page fits within the horizontal width of the device screens.
You have the following markup:

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To answer, drag the appropriate markup segments to the correct targets. Each line of code may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Correct Answer:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing an ASP.NET Core MVC web application.
The application must be exposed to external users over ports 80 and 443 and must meet the following requirements:
Handle more than 1024 simultaneous connections.
Support Windows authentication.
Support HTTP/2 over TLS.
Include response caching.
Protect against denial-of-service attacks.
You need to deploy the application to an on-premises web server.
Solution: You deploy the application to a Windows server that runs Kestrel with a default Nginx reverse proxy.
Does the solution meet the goal?
Correct Answer: B Vote an answer
You need to ensure that all customers can delete videos regardless of their browser capability.
Which code segment should you use as the body of the SendAsync method in the DeleteHandler class?
Correct Answer: A Vote an answer
You need to implement the mobile device support requirements.
How should you build the ProcessRequest method? (To answer, select the appropriate options in the answer area.)
Correct Answer:
0
0
0
10