70-486 試験問題を無料オンラインアクセス
| 試験コード: | 70-486 |
| 試験名称: | Developing ASP.NET MVC 4 Web Applications |
| 認定資格: | Microsoft |
| 無料問題数: | 230 |
| 更新日: | 2026-09-04 |
You are developing an ASP.NET MVC application.
You need to authenticate clients by using NT LAN Manager (NTLM).
Which authentication method should you implement?
You are developing an ASP.NET MVC web application that includes the following method.
You need to test the AccountBalance method.
Which unit test should you use?
The GetDealPrice method must be called by using Ajax.
You need to get the price of a product by using the GetDealPrice method of the ProductController.
Which code segment should you use? (Each correct answer presents a complete solution. Choose all that apply.)
You are developing an ASP.NET MVC web application for viewing a photo album. The application is designed for devices that support changes in orientation, such as tablets and smartphones. The application displays a grid of photos in portrait mode.
When the orientation changes to landscape, each tile in the grid expands to include a description. The HTML that creates the gallery interface resembles the following markup.
If this CSS is omitted, the existing CSS displays the tiles in landscape mode.
You need to update the portrait mode CSS to apply only to screens with a width less than 500 pixels.
Which code segment should you use?
You are developing an ASP.NET Core application. You have the following code:
You create a folder named Content in your project. You add a controller action that uses authorization and returns a FileResult object.
The application must meet the following requirements:
Use Kestrel as the server.
Serve static files from the wwwroot folder and publicly cache the files for five minutes.
Serve static from the Content folder to authorized users only.
Serve a default.html file from the wwwroot folder.
You need to configure the application.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
