Microsoft Developing Microsoft Azure Solutions - 70-532 Exam Practice Test
You are designing an upgrade strategy for a Windows Azure application that includes one web role with one instance.
You have the following requirements:
Test the application on the Windows Azure platform.
Ensure that application upgrades can be rolled back.
Ensure that upgrade and rollback processes do not cause downtime.
You need to recommend an approach for upgrading the application.
What should you recommend?
You have the following requirements:
Test the application on the Windows Azure platform.
Ensure that application upgrades can be rolled back.
Ensure that upgrade and rollback processes do not cause downtime.
You need to recommend an approach for upgrading the application.
What should you recommend?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
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 question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, 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 new Azure Logic App. The Logic App requires a custom action to evaluate data from an internal, proprietary system. You create a custom ASP>NET Web API to retrieve data from the system and update the Logic App to use the API.
The Logic App generates a timeout error when it requests data from the API.
You need to eliminate the timeout error and allow the Logic App to retrieve data by using the API.
What should you do?
After you answer a question in this sections, 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 new Azure Logic App. The Logic App requires a custom action to evaluate data from an internal, proprietary system. You create a custom ASP>NET Web API to retrieve data from the system and update the Logic App to use the API.
The Logic App generates a timeout error when it requests data from the API.
You need to eliminate the timeout error and allow the Logic App to retrieve data by using the API.
What should you do?
Correct Answer: C
Vote an answer
HOTSPOT
A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.

A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.

Correct Answer:

Which of the following are valid options for scaling queues? (Choose three.)
Correct Answer: B,C,D
Vote an answer
DRAG DROP
You are building a set of deployment scripts for an Azure application that will be used by developers. The application is deployed using Azure Resource Manager and requires a set of parameters stored in Azure Key Vault during deployment. Developers do not have permissions to view the contents of the Key Vault.
You need to ensure that developers can deploy the application.
What should you do? To answer, drag the appropriate JSON fragment to the correct location. Each JSON fragment 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 building a set of deployment scripts for an Azure application that will be used by developers. The application is deployed using Azure Resource Manager and requires a set of parameters stored in Azure Key Vault during deployment. Developers do not have permissions to view the contents of the Key Vault.
You need to ensure that developers can deploy the application.
What should you do? To answer, drag the appropriate JSON fragment to the correct location. Each JSON fragment 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.

Correct Answer:

Example:
"resources": [
{
"type": "Microsoft.KeyVault/vaults/secrets",
"apiVersion": "2015-06-01",
"name": "[concat(parameters('keyVaultName'), '/', parameters('secretName'))]",
"properties": {
"value": "[parameters('secretValue')]"
}
}
],
References: https://github.com/Huachao/azure-content/blob/master/articles/resource-manager-template- keyvault-secret.md
You are developing a web service that runs on an Azure cloud service.
You plan to use Application Insights to monitor the service.
You need to monitor telemetry for specific features in the service.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point
You plan to use Application Insights to monitor the service.
You need to monitor telemetry for specific features in the service.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point
Correct Answer: C,D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You are a system administrator at your company. You operate 20 applications in Microsoft Azure that utilize Azure Key Vault.
Application developers report that access to the Key Vault is not consistent. Application users report that sometimes they are presented with a 401 Unauthorized access error message in their browser.
You need to use Key Vault logging to capture:
All authenticated REST API requests
All operations on the key vault
All operations on keys and secrets in the key vault
Any unauthenticated requests that result in a 401 response
You also have a requirement to retain all logs for 365 days.
Which Azure PowerShell command should you run?
Application developers report that access to the Key Vault is not consistent. Application users report that sometimes they are presented with a 401 Unauthorized access error message in their browser.
You need to use Key Vault logging to capture:
All authenticated REST API requests
All operations on the key vault
All operations on keys and secrets in the key vault
Any unauthenticated requests that result in a 401 response
You also have a requirement to retain all logs for 365 days.
Which Azure PowerShell command should you run?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
DRAG DROP
You have six Ubuntu Linux virtual machines (VMS) that run a Hadoop cluster on Azure. One of the VMs hosts a custom web user interface that allows users to examine the processing jobs within the Hadoop Cluster.
You need to select the appropriate Azure Storage type for each Azure VM scenario.
Which Azure Storage types should you use? To answer, drag the appropriate Azure Storage type to the correct target. Each Azure Storage type 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 have six Ubuntu Linux virtual machines (VMS) that run a Hadoop cluster on Azure. One of the VMs hosts a custom web user interface that allows users to examine the processing jobs within the Hadoop Cluster.
You need to select the appropriate Azure Storage type for each Azure VM scenario.
Which Azure Storage types should you use? To answer, drag the appropriate Azure Storage type to the correct target. Each Azure Storage type 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.

Correct Answer:

Virtual Desktop Interface (VDI) will present challenges for the network administrator as they move their users to the cloud. Which of the following would be considered a major challenge?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which of the following statement are true about queuing messages?
Correct Answer: A
Vote an answer
You develop an Azure App Service Mobile App.
The Azure App Service must use Twitter as an authentication provider. You start by registering your application with Twitter.
You need to update your app's authentication and authorization in the Azure Portal.
Which two values should you provide? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
The Azure App Service must use Twitter as an authentication provider. You start by registering your application with Twitter.
You need to update your app's authentication and authorization in the Azure Portal.
Which two values should you provide? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: A,E
Vote an answer
DRAG DROP
You need to ensure that the drug dosage endpoint is always resolved and accessible.
Which three actions should you perform in sequence?

You need to ensure that the drug dosage endpoint is always resolved and accessible.
Which three actions should you perform in sequence?

Correct Answer:

You have an existing virtual network with a gateway that is deployed to Azure. You delete all objects that are deployed to the virtual network.
You use the Azure portal to delete the virtual network, but the deletion fails.
You need to determine the cause of the error.
What should you do first?
You use the Azure portal to delete the virtual network, but the deletion fails.
You need to determine the cause of the error.
What should you do first?
Correct Answer: A
Vote an answer
DRAG DROP
Contoso has an Azure DocumentDB database that contains contact information for customers.
You have a collection named Companies. The collection includes the following data:

You plan to collect the following information for contacts that are located in the South region only:
Company name
Given name
Surname
You need to create the query.
Which three Transact-SQL segments should you use to develop the solution? To answer, move the appropriate Transact-SQL segments from the list of Transact-SQL segments to the answer area and arrange them in the correct order.

Contoso has an Azure DocumentDB database that contains contact information for customers.
You have a collection named Companies. The collection includes the following data:

You plan to collect the following information for contacts that are located in the South region only:
Company name
Given name
Surname
You need to create the query.
Which three Transact-SQL segments should you use to develop the solution? To answer, move the appropriate Transact-SQL segments from the list of Transact-SQL segments to the answer area and arrange them in the correct order.

Correct Answer:

You manage Azure Web Apps for a company. You migrate an on-premises web app to Azure. You plan to update the Azure Web App by modifying the connection string and updating the files that have changed since previous revision.
The deployment process must use Secure Socket Layer (SSL) and occur during off-peak hours as an automated batch process.
You need to update the Azure Web App.
What should you do?
The deployment process must use Secure Socket Layer (SSL) and occur during off-peak hours as an automated batch process.
You need to update the Azure Web App.
What should you do?
Correct Answer: D
Vote an answer