PrepAway - Latest Free Exam Questions & Answers

Category: 70-532

Exam 70-532: Developing Microsoft Azure Solutions

You need to deploy the solution to Azure

You are migrating an existing solution to Azure. The solution includes a user interface tier and a database tier.
The user interface tier runs on multiple virtual machines (VMs). The user interface tier has a website that uses
Node.js. The user interface tier has a background process that uses Python. This background process runs as a
scheduled job. The user interface tier is updated frequently. The database tier uses a self-hosted MySQL
database.
The user interface tier requires up to 25 CPU cores. You must be able to revert the user interface tier to a
previous version if updates to the website cause technical problems. The database requires up to 50 GB of
memory. The database must run in a single VM.
You need to deploy the solution to Azure.
What should you do first?

Which two approaches will achieve the goal?

You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
You must use storage analytics data to verify that the service level agreement (SLA) has been met and to
analyze the performance of VHDs, including the pattern of usage.
Analytics data must be deleted when it is older than 100 days or when the total amount of data exceeds 10
GB.
You need to configure storage analytics and access the storage analytics data.
Which two approaches will achieve the goal? Each correct answer presents part of the solution.

You store JSON data in a blob by using the Azure Blob service.

HOTSPOT
You store JSON data in a blob by using the Azure Blob service. Web applications access the JSON data by using
client-side JavaScript calls.
JSON data is stored in a container that is configured to allow anonymous access. Web applications that are
allowed to make updates to the data have access to any necessary shared access signatures (SASs) and storage
keys.
You configure one Cross-Origin Resource Sharing (CORS) rule for the https://fabrikam.com domain and then
run the following method. Line numbers are provided for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

How should you complete the relevant code?

HOTSPOT
Tailspin Toys uses a website to manage its inventory. The website is hosted on Azure. You are writing a
Windows Store app that uses data from the blob storage.
You need to retrieve an image from the following URI:
https://tailspintoys.blob.core.windows.net/Trains/Caboose2jpg.
How should you complete the relevant code? To answer, select the appropriate code segments in the answer
area.

You create the following Windows PowerShell script to create a new container for each partner.

HOTSPOT
Your company works with trusted partners. These partners upload files into a storage account that you
control.
Partners must be able to create, read, and write files. Partners must NOT be allowed to see files from other
partners. You generate a shared access signature (SAS) for each partner.
You create the following Windows PowerShell script to create a new container for each partner. Line numbers
are included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Which three data analysis tasks should you perform?

A company maintains an Azure storage account. The storage account uses blobs and tables.
Customers access the storage account by using shared access signatures (SASs).
You need to monitor the usage of the storage services. You need to do the following:
Understand which storage areas perform operations that incur a fee.
Understand which requests are denied because of insufficient permissions.
Validate that the performance of the storage account meets the service level agreement (SLA) for the Azure
Storage service.
Which three data analysis tasks should you perform? Each correct answer presents part of the solution.


Page 7 of 9« First...56789