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? https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scalereprovision
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?
You need to ensure that you can add the desired policy
You manage API management policies in Azure.
You attempt to add a policy that is marked as unavailable.
You need to ensure that you can add the desired policy.
What should you do?
Solution: You run the following Azure PowerShell comman…
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…
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? https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-autoscaleoverview
Solution: You run the following command by using the Az…
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 command by using the Azure Command-Line Interface (CLI): azure vmss scale -g CorpWebRG -n CorpWebVMSS -c 5
Does the solution meet the goal?
Which Azure Search pattern should you use for each tenant?
HOTSPOT
You are developing a multitenant application that uses Azure Search services. You have the following tenants:
You must minimize costs associated with implementing any solution. The cost model must be predictable.
You need to design the search experience for the application.
Which Azure Search pattern should you use for each tenant? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
You need to resolve throttling failures when loading da…
DRAG DROP
You are developing an ASP.NET Web App that makes a large number of calls to Azure Blob storage.
You observe that the app suffers from Azure Blob storage throttling.
You need to resolve throttling failures when loading data from Azure Blob storage.
What should you do? To answer, drag the appropriate code segment to the correct location. Each code segment 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: