070-486 試験問題を無料オンラインアクセス
試験コード: | 070-486 |
試験名称: | Developing ASP.NET MVC 4 Web Applications |
認定資格: | Microsoft |
無料問題数: | 230 |
更新日: | 2025-09-05 |
You need to ensure that developers can connect to a Windows Azure role by using RDP.
What should you do?
You are developing an Azure worker role. You enable crash dump collection for the role.
When the role starts, an external application stops responding.
You need to download the crash dump to determine why the application stops responding.
From which two locations can you download the crash dump? Each correct answer presents a complete solution.
You updated the web.config file with the HTTP run-time value required to display an alternative version of the site.
You need to ensure that the correct page displays to the users.
Which code segment should you use to update the controller?
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 HTTP.sys.
Does the solution meet the goal?
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 a collaborative text editor. Multiple users may simultaneously edit the same document from within the application.
You need to ensure that users can see edits from all users as soon as they are made.
Solution: Implement the application by using ASP.NET MVC. Implement the document editor as a SignaIR hub that brokers changes across client browser instances.
Does the solution meet the goal?