Microsoft 70-532 Exam Practice Questions (P. 5)
- Full Access (217 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You are developing a REST API service that provides data about products. The service will be hosted in an Azure virtual machine (VM).
The product data must be stored in Azure tables and replicated to multiple geographic locations.
API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible.
You need to configure storage for the service.
Which type of replication should you choose?
The product data must be stored in Azure tables and replicated to multiple geographic locations.
API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible.
You need to configure storage for the service.
Which type of replication should you choose?
- ALocally Redundant Storage replication
- BGeo-Redundant Storage replication
- CZone-Redundant Storage replication
- DRead-Access Geo-Redundant Storage replication
Correct Answer:
D
D
send
light_mode
delete
Question #22
HOTSPOT -
Your company runs existing applications on virtual machines (VMs) that are hosted on Azure.
You are preparing additional Azure services to support the existing applications.
You run the following script. Line numbers are provided for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:
Your company runs existing applications on virtual machines (VMs) that are hosted on Azure.
You are preparing additional Azure services to support the existing applications.
You run the following script. Line numbers are provided for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:
send
light_mode
delete
Question #23
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?
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?
- ADeploy the entire solution to an Azure Web App. Use a web job that runs continuously to host the database.
- BConfigure Microsoft Visual Team Services to continuously deploy the user interface tier to the Azure Web App service. Deploy the production builds and the staging builds of the user interface tier to separate slots.
- CDeploy the entire solution to an Azure Web App. Use a web job that runs continuously to host the user interface tier.
- DDeploy the user interface tier to a VM. Use multiple availability sets to continuously deploy updates from Microsoft Visual Studio Online.
Correct Answer:
B
B
send
light_mode
delete
Question #24
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 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.
- ADisable the data retention policy.
- BAccess analytics data by using the Service Management REST APL
- CAccess analytics data by using the APIs used to read blob and table data.
- DConfigure a data retention policy of 100 days.
Correct Answer:
CD
CD
send
light_mode
delete
Question #25
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.
Hot Area:
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.
Hot Area:
send
light_mode
delete
All Pages