Microsoft Developing Microsoft Azure Solutions (70-532日本語版) (70-532日本語) Free Practice Test
Question 1
DRAG DROP




Correct Answer:
Box 1:

Box 2:

Box 3:


Box 2:

Box 3:

Question 2

Correct Answer: A
Question 3
HOTSPOT




Correct Answer:

Question 4

Correct Answer: A
Question 5

Correct Answer: A,D
Question 6

Correct Answer: A,C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
DRAG DROP




Correct Answer:

References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-sql- performance
Question 8

Correct Answer: D
Question 9
HOTSPOT








Correct Answer:

A webhook allows you to start a particular runbook in Azure Automation through a single HTTP request.

Box 1: HTTP Post
To use a webhook after it has been created, your client application must issue an HTTP POST with the URL for the webhook.
Box 2: RequestHeaders
Box 3: WebhookData
When a client starts a runbook using a webhook, it cannot override the parameter values defined in the webhook. To receive data from the client, the runbook can accept a single parameter called $WebhookData of type [object] that will contain data that the client includes in the POST request.
The $WebhookData object will have the following properties:
References: https://docs.microsoft.com/en-us/azure/automation/automation-webhooks
Question 10

Correct Answer: A