070-532試験無料問題集「Microsoft Developing Microsoft Azure Solutions 認定」
HOTSPOT
You are administering an Azure environment for your company that requires multiple virtual machines (VMs) for a production application. You have the following requirements:
*Two VMs are required for application data.
*Seven VMs are required for image processing.
*VM sizes should be set to Standard D2.
*Only two image processing servers can be rebooted at a time.
You need to configure an availability set for the image processing VMs.
You many fault domains and update domains should you implement? To answer, configure the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

You are administering an Azure environment for your company that requires multiple virtual machines (VMs) for a production application. You have the following requirements:
*Two VMs are required for application data.
*Seven VMs are required for image processing.
*VM sizes should be set to Standard D2.
*Only two image processing servers can be rebooted at a time.
You need to configure an availability set for the image processing VMs.
You many fault domains and update domains should you implement? To answer, configure the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

正解:

References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability
You manage an on-premises server that runs Windows Server 2016. The server has a disk that contains 4 terabytes (TB) of data and thousands of files. None of the individual files are larger than 1 TB. You plan to create a virtual machine (VM) in Azure to process the workload currently handled by the on-premises server.
You need to create a storage location for the data.
What should you do?
You need to create a storage location for the data.
What should you do?
正解:B
解答を投票する
DRAG DROP
You need to insert code at line WR16 to implement the GetWork method.
How should you complete the relevant code? To answer, drag the appropriate code segment to the correct location. Each code segment 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 need to insert code at line WR16 to implement the GetWork method.
How should you complete the relevant code? To answer, drag the appropriate code segment to the correct location. Each code segment 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.

正解:

HOTSPOT
You use the storage client library to develop an application that manages Azure table storage data.
The application reports error codes when it saves dat
a. You must use a custom retry policy to handle the error codes.
The custom retry policy must meet the following requirements:
You create the following code segment. Line numbers are included for reference only.

You need to insert code at line 14 to implement the retry policy.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.

You use the storage client library to develop an application that manages Azure table storage data.
The application reports error codes when it saves dat
a. You must use a custom retry policy to handle the error codes.
The custom retry policy must meet the following requirements:
You create the following code segment. Line numbers are included for reference only.

You need to insert code at line 14 to implement the retry policy.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.

正解:

DRAG DROP
You are testing an application. You observe errors being reported in the browser. The error logs indicate the issue is related to JavaScript code that runs in the application.
You need to configure Azure Application Insights on the client side to monitor the issues.
Which key and value should you use? To answer, drag the appropriate key and value to the correct locations.
Each key or value 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 testing an application. You observe errors being reported in the browser. The error logs indicate the issue is related to JavaScript code that runs in the application.
You need to configure Azure Application Insights on the client side to monitor the issues.
Which key and value should you use? To answer, drag the appropriate key and value to the correct locations.
Each key or value 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.

正解:

Enable client side monitoring in Azure with Application Insights
If you have enabled Application Insights in Azure, you can add page view and user telemetry.
1. Select Settings -> Application Settings
2. Under App Settings, add a new key value pair:
Key: APPINSIGHTS_JAVASCRIPT_ENABLED
Value: true
References: https://azure.microsoft.com/en-us/blog/enable-client-side-monitoring-in-azure-with-application- insights/