Online Access Free 070-486 Exam Questions
Exam Code: | 070-486 |
Exam Name: | Developing ASP.NET MVC 4 Web Applications |
Certification Provider: | Microsoft |
Free Question Number: | 230 |
Posted: | Sep 04, 2025 |
You are developing an ASP.NET MVC application that uses forms authentication. The user database contains a user named LibraryAdmin.
You have the following requirements:
You need to implement the controller to meet the requirements.
Which code segment should you use? (Each correct answer presents a complete solution. Choose all that apply.)
You are developing an ASP.NET Core web application in Microsoft Visual Studio. The project uses a file named package.json in reusable packages.
You must automate the build process to use a script minification strategy. Script minification must happen in parallel.
You need to ensure you can share and distribute packages and run the minification strategy.
Which tools should you use? To answer, drag the appropriate tools to the correct scenarios. Each tool 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.
NOTE: Each correct selection is worth one point.
You are developing an ASP.NET MVC application that takes customer orders.
Orders are restricted to customers with IP addresses based in the United States.
You need to implement a custom route handler.
How should you implement the route handler? (To answer, drag the appropriate line of code to the correct location or locations. 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.)
You are troubleshooting an ASP.NET MVC application that implements ASP.NET SignalR.
You need to identify the fallback transport mechanism order that ASP.NET SignalR will use.
In which order does SignalR attempt to use the transports? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: Each correct selection is worth one point.
You are developing an ASP.NET MVC web application for viewing a list of contacts. The application is designed for devices that support changes in orientation, such as tablets and smartphones. The application displays a grid of contact tiles in portrait mode.
When the orientation changes to landscape, each tile in the grid expands to include each contact's details. The HTML that creates the tiled interface resembles the following markup.
The CSS used to style the tiles in landscape mode is as follows.
If this CSS is omitted, the existing CSS displays the tiles in portrait mode.
You need to update the landscape-mode CSS to apply only to screens with a width greater than or equal to 500 pixels.
Which code segment should you use?