AZ-200 無料問題集「Microsoft Azure Developer Core Solutions」
You need to add the Supporting Operating Systems section to the Getting Started document.
How should you complete the section? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

How should you complete the section? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

Explanation

Scenario: Employees are provided with a getting started document when they first use the solution. The documentation includes details on supported operating systems for Azure File upload, and instructions on how to configure the mounted folder.
You can use Azure file shares on a Windows installation that is running either in an Azure VM or on-premises. The following table illustrates which OS versions support accessing file shares in which environment:
References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
A company provides web app hosting services for customers.
You have a set of App Service Plans available to deploy resources for new projects. The available service tiers are shown in the Service Tiers exhibit. (Click the Service Tiers tab.)

You must provision resources for the projects as shown in the Projects exhibit. (Click the Projects tab.)

The AdventureWorks project requires the use of deployment slots as shown in the Deployment Slots exhibit.
(Click the Deployment Slots tab.)

You need to determine where to deploy resources for each project.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

You have a set of App Service Plans available to deploy resources for new projects. The available service tiers are shown in the Service Tiers exhibit. (Click the Service Tiers tab.)

You must provision resources for the projects as shown in the Projects exhibit. (Click the Projects tab.)

The AdventureWorks project requires the use of deployment slots as shown in the Deployment Slots exhibit.
(Click the Deployment Slots tab.)

You need to determine where to deploy resources for each project.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

Explanation
Untitled

You have an Azure App Service API that allows users to upload documents to the cloud with a mobile device.
A mobile app connects to the service by using REST API calls. When new document is uploaded to the service, the service extracts the document metadata. Usage statistics for the app show significant increases in app usage.
The extraction process is CPU-intensive. You plan to modify the API to use a queue.
You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes.
What should you do?
A mobile app connects to the service by using REST API calls. When new document is uploaded to the service, the service extracts the document metadata. Usage statistics for the app show significant increases in app usage.
The extraction process is CPU-intensive. You plan to modify the API to use a queue.
You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes.
What should you do?
正解:D
解答を投票する
You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp. You have a setup script named setupScript.psl and a series of application files including ConlosoApp.dll.
You need to create a Dockertile document that meets the following requirements:
* Call setupScript.psl when the container is built.
* Run ContosoApp.dll when the container starts.
The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.psl are stored.
Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

You need to create a Dockertile document that meets the following requirements:
* Call setupScript.psl when the container is built.
* Run ContosoApp.dll when the container starts.
The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.psl are stored.
Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

正解:

Explanation

You develop an app that processes data packages that are less than 10 KB.
The solution processes and then deletes the data packages. Data must be processed by only one instance and must persist if the app is reset but not after it is processed.
You need to select a storage technology for the solution while minimizing costs.
Which data storage service should you use?
The solution processes and then deletes the data packages. Data must be processed by only one instance and must persist if the app is reset but not after it is processed.
You need to select a storage technology for the solution while minimizing costs.
Which data storage service should you use?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You need to ensure that security policies are met.
What code should you add at Line PC26?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

What code should you add at Line PC26?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

Explanation
