Ensurepass.com : Ensure you pass the IT Exams
2018 Aug Microsoft Official New Released 70-533
100% Free Download! 100% Pass Guaranteed!
Implementing Microsoft Azure Infrastructure Solutions
Question No: 181
Your company has an Azure subscription. You plan to deploy 10 Web Apps. You have the following requirements:
-> Each Web App has at least 15 GB of storage.
-> All Web App can use azurewebsites.net.
You need to deploy the 10 web apps while minimizing costs. Which pricing tier plan should you recommend?
-
Standard
-
Free
-
Basic
-
Shared
Answer: A Explanation:
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/
Question No: 182
You administer an Azure Web Site named contoso. You create a job named Cleanlogs.cmd that will be executed manually, twice a week.
You need to deploy the job.
To which folder location should you deploy CleanLogs.cmd?
-
./App_Code/jobs/triggered/cleanLogs/CleanLogs.cmd
-
./App_Data/jobs/triggered/clean Logs/CleanLogs.cmd
-
./App_Code/jobs/continuous/cleanLogs/CleanLogs.cmd
-
./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd
Answer: B Explanation:
A WebJob is stored under the following directory in your site: site\wwwroot\App_Data\jobs\{job type}\{job name}
Where {job type} can be either continuous for a job that is always running or triggered for a job that starts from an external trigger (on demand / scheduler).
References:
http://blog.amitapple.com/post/74215124623/deploy-azure-webjobs/#.VDZam_mSx8E
Question No: 183
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?
-
Locally Redundant Storage replication
-
Geo-Redundant Storage replication
-
Zone-Redundant Storage replication
-
Read-Access Geo-Redundant Storage replication
Answer: D
Question No: 184
You administer an Azure Web Site named contoso. The development team has implemented changes to the website that need to be validated.
You need to validate and deploy the changes with minimum downtime to users. What should you do first?
-
Create a new Linked Resource.
-
Configure Remote Debugging on contoso.
-
Create a new website named contosoStaging.
-
Create a deployment slot named contosoStaging.
-
Back up the contoso website to a deployment slot.
Answer: D Explanation:
The deployment slots feature for Azure Websites allows validating a version of your site with full content and configuration updates on the target platform before directing customer traffic to this version. The expectation is that a deployment slot would be fully configured in the desired target format before performing a swap.
References:
http://stackoverflow.com/questions/24186809/connection-strings-are-replaced-when- performing-azure-web-site-staging-swap
Question No: 185
You have an Azure subscription.
In Azure, you create two virtual machines named VM1 and VM2. Both virtual machines are instances in a cloud service named Cloud1.
You need to ensure that any virtual hard disks that the VMs use are not replicated between datacenters.
Which settings should you modify?
-
Azure subscription
-
virtual machine
-
cloud services
-
storage account
Answer: D Explanation:
References:
https://docs.microsoft.com/en-us/azure/storage/storage-introduction
Question No: 186
You are the administrator for your company’s virtual environment. The company plans to deploy an e-commerce application that will experience random performance fluctuations.
The application must be able to scale to meet temporary needs and be idle when the needs disappear. You create an automatic virtual machine (VM) scale set to support the application.
You need to set up automatic scaling for the scale set.
Which three tools can you use? Each correct answer presents a complete solution.
-
Resource Manager templates
-
Azure PowerShell
-
Azure Command-Line Interface (CLI)
-
Azure Traffic Manager
-
Azure Resource Explorer
Answer: A,B,C Explanation:
References:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale- sets-autoscale-overview#set-up-scaling-by-using-resource-manager-templates
Question No: 187 DRAG DROP
DRAG DROP
You have a solution deployed into a virtual network in Azure named fabVNet. The fabVNet virtual network has three subnets named Apps, Web, and DB that are configured as shown in the exhibit. (Click the Exhibits button.)
You want to deploy two new VMs to the DB subnet.
You need to modify the virtual network to expand the size of the DB subnet to allow more IP addresses.
Which three steps should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Box 1: Empty and delete the DB Subnet.
Box 2: Empty and reconfigure the Web subnet to be larger
Box 3: Create the DB subnet to be larger.
Question No: 188 DRAG DROP
DRAG DROP
You have a virtual network and virtual machines that use the Resource Manager deployment model.
You plan to create a Network Security Group (NSG). You must apply rules to both inbound and outbound traffic.
You need to create the NSG.
In which order will the rules be applied to the virtual network? To answer, drag the appropriate option to the correct location. Each option 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.
Answer:
Explanation:
References:
https://azure.microsoft.com/en-gb/documentation/articles/virtual-networks-nsg/
Question No: 189 DRAG DROP
You manage an Azure Web App named contososite.
You download the subscription publishing credentials named Contoso-
Enterprise.publishsettings.
You need to use Azure Power Shell to achieve the following:
-> Connect to the Contoso-Enterprise subscription.
-> Create a new App Setting namedIsCustomwith a value ofTrue
-> Restart the Web App.
How should you complete the relevant Azure PowerShell script? To answer, drag the appropriate Azure PowerShell cmdlet to the correct location in the solution. Each cmdlet 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.
Answer:
Question No: 190 HOTSPOT
HOTSPOT
You deploy an ASP.NET application to an Azure Cloud Service.
You must collect telemetry data for troubleshooting performance issues and resource usage.
You need to configure Azure diagnostics.
For each requirement, which data source should you specify? To answer, select the appropriate data source from each list in the answer area.