PrepAway - Latest Free Exam Questions & Answers

Category: 70-532 (v.5)

Briefing 70-532: Developing Microsoft Azure Solutions (update November 23th, 2017)

You plan to migrate an Azure Web App named…

HOTSPOT
You plan to migrate an Azure Web App named Contoso from an App Service plan named AppServicePlan1 to
another App Service plan. You create a resource group named ContosoGroup.
You create the following Azure PowerShell script. Line numbers are included for reference only.

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

You need to eliminate the timeout error and allow the L…

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?

Which feature should you implement for each requirement?

HOTSPOT
You deploy an application that uses a secure data storage solution to Azure. You use Redis Cache and select
the Premium tier.
You have the following requirements:
Create point-in-time snapshots of the dataset at specific intervals.
Limit specific clients from using the cache.
Use primary/replica cache pairs.
You need to configure the environment.
Which feature should you implement for each requirement? To answer. select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Which Azure Storage types should you use?

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.
Select and Place:

You need to configure auto-scaling to scale the VMSS wh…

You administer an Azure-based solution that performs image processing. You have four Standard D3 Azure
Resource Manager (ARM) virtual machines (VMs). All VMs are deployed in a Virtual Machine Scale Set
(VMSS).
The servers must scale up or down as the workload increases or decreases.
You need to configure auto-scaling to scale the VMSS when the server workload is above 95 percent or below
5 percent.
What should you do?

Which three Transact-SQL segments should you use to dev…

DRAG DROPContoso 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.
Select and Place:

You need to create a storage location for the data

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?

Solution: You run the following Azure PowerShell comman…

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 section, you will NOT be able to return to it. As a result, these questions will
not appear in the review screen.
You deploy a Virtual Machine Scale Set (VMSS) named CorpWebVMSS to Azure by using Azure PowerShell
and set the instance count to 1. The VMSS includes a storage account, load balancer, public IP address. and
six Standard_A1 Windows virtual machines (VMs) that run Internet Information Services (IIS). All components
are deployed to a resource group named CorpWebRG.
You must increase the instance count to support the increased load on IIS.
You need to manually scale out the number of VMs in the scale set to 5.
Solution: You run the following Azure PowerShell commands:
$vmss = Get-AzureRmVmss -ResourceGroupName CorpWebRG –VMScalesSetName CorpWebVMSS
$vmss.Sku.Capacity = 5
Update-AzureRmVmss -ResourceGroupName CorpWebRG -Name CorpWebVMSS -VirtualMachineScaleSet
$vmss
Does the solution meet the goal?

Solution: You deploy the following JSON template by usi…

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 section, you will NOT be able to return to it. As a result, these questions will
not appear in the review screen.
You deploy a Virtual Machine Scale Set (VMSS) named CorpWebVMSS to Azure by using Azure PowerShell
and set the instance count to 1. The VMSS includes a storage account, load balancer, public IP address. and
six Standard_A1 Windows virtual machines (VMs) that run Internet Information Services (IIS). All components
are deployed to a resource group named CorpWebRG.
You must increase the instance count to support the increased load on IIS.
You need to manually scale out the number of VMs in the scale set to 5.
Solution: You deploy the following JSON template by using Azure PowerShell:

Does the solution meet the goal?


Page 2 of 2112345...1020...Last »