live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Microsoft Architecting Microsoft Azure Solutions - 070-534 Exam Questions

QUESTION NO: 1
You deploy an application as a cloud service in Azure. The application consists of five instances of a web role. You need to move the web role instances to a different subnet.
Which file should you update?
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 2
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 are designing the deployment of resources in Azure.
You plan to use templates to customize deployment options.
You need to ensure that Azure services are deployed and updated identically.
Solution: You customize the $schema element of the template.
Does the solution meet the goal?
Correct Answer: A
QUESTION NO: 3
You manage a web application published to Azure Cloud Services. Your service level agreement (SLA) requires that you are notified in the event of poor performance from customer locations in the US, Asia, and Europe.
You need to configure the Azure Management Portal to notify you when the SLA performance targets are not met. What should you do?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 4
HOTSPOT
A company creates an Azure worker role to manage products. The number of customers who inquire about how many products are in inventory rapidly increases. You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Correct Answer:

Explanation:

Example code:
autoscaler =
EnterpriseLibraryContainer.Current.GetInstance<Autoscaler>();
autoscaler.Start();
References: https://msdn.microsoft.com/en-us/library/hh680914(v=pandp.50).aspx
QUESTION NO: 5
HOTSPOT
You are developing a Web App that uses Azure Search. You deploy the Web App to the
Standard service tier.
You need to add resources to the Azure Search service.
What should you do? To answer, select the appropriate resource from each list in the answer area.
Correct Answer:
QUESTION NO: 6
HOTSPOT
You need to design a data storage strategy for each application.
In the table below, identify the strategy that you should use for each application. Make only one selection in each column.
Correct Answer:

Explanation:

* Scenario:
/ HRApp
The company has a human resources (HR) application named HRApp that stores data in an on-premises SQL Server database.
The data must remain on-premises and cannot be stored in the cloud.
The human resources data is used by all business offices, and each office requires access to the entire database.
/ Metrics application
Data is stored on an on-premises SQL Server database, but this data should be moved to the cloud.
QUESTION NO: 7
A company uses Azure to host all resources and uses Microsoft Visual Studio Team
Services to manage product life cycles.
You need to ensure the team can start runbooks from Visual Studio Team Services.
Which solution should you use?
Correct Answer: E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 8
Your company has an Azure subscription.
The company plans to implement an Azure Web App named WebApp1.
You need to recommend a solution to optimize the compute resources consumed by the
Web App. The solution must minimize costs and provide a separation of resources.
Which service should you recommend?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
You manage a set of virtual machines (VMs) deployed to the cloud service named fabrikamVM. You configure auto scaling according to the following parameters:
* With an instance range of two to six instances
* To maintain CPU usage between 70 and 80 percent
* To scale up one instance at a time
* With a scale up wait time of 30 minutes
* To scale down one instance at a time
* With a scale down wait time of 30 minutes
You discover the following usage pattern of a specific application:
* The application peaks very quickly, and the peak lasts for several hours.
* CPU usage stays above 90 percent for the first 1 to 1.5 hours after usage increases. After
1 .5 hours, the CPU usage falls to about 75 percent until application usage begins to decline.
You need to modify the auto scaling configuration to scale up faster when usage peaks.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
Correct Answer: A,D
QUESTION NO: 10
You manage a cloud service that has one Web Role instance, and several Worker Role instances. The cloud service has multiple tiers. Different groups develop and maintain each tier.
You need to ensure that the cloud service remains highly available and responsive when the Worker Roles are performing extensive work.
What should you do?
Correct Answer: D
QUESTION NO: 11
DRAG DROP
Contoso, Ltd., uses Azure web apps for their company portal sites.
Admin users need enough access to effectively perform site monitoring or management tasks. Management tasks do not include assigning permissions to other users.
You need to grant admin access to a group of 10 users.
How should you configure the connection? To answer, drag the role or object to the correct connection setting. Each item 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.
Correct Answer:
QUESTION NO: 12
DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an
Azure website. You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to Azure each time developers check-in source files.
You need to implement the new deployment strategy. Which three actions 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.
Correct Answer:

Explanation:

References: http://www.almguide.com/2014/01/deploying-an-azure-website-from-a-local- git-repo/