70-534 Exam - Architecting Microsoft Azure Solutions

certleader.com

Q1. DRAG DROP - (Topic 6)

You manage a large number of on-premises applications. You plan to migrate the applications to Azure.

You need to implement Azure Storage for each type of data that the applications use.

For each type of data, which storage mechanism should you use? To answer, drag the appropriate storage mechanism to the correct type of data. Each storage mechanism 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:

Q2.  - (Topic 2)

You need to configure the distribution tracking application. What should you do?

A. Map each role to a single upgrade domain to optimize resource utilization.

B. Design all services as stateless services.

C. Configure operations to queue when a role reaches its capacity.

D. Configure multiple worker roles to run on each virtual machine.

Answer: D

Explanation: * Scenario: distribution tracking application

The system is processor intensive and should be run in a multithreading environment.

Reference: Running multiple workers inside one Windows Azure Worker Role http://mark.mymonster.nl/2013/01/29/running-multiple-workers-inside-one-windows-azure-worker-role

Q3.  - (Topic 6)

You are designing an Azure application that processes graphical image files. The graphical Images are processed in batches by remote applications that run on multiple servers.

You have the following requirements:

✑ The application must remain operational during batch-processing operations.

✑ Users must be able to roll back each image to a previous version.

You need to ensure that each remote application has exclusive access to an image while the application processes the image. Which type of storage should you use to store the images?

A. Table service

B. Queue service

C. Blob service

D. A single Azure VHD that is attached to the web role

Answer: C

Explanation: * Blob Leases allow you to claim ownership to a Blob. Once you have the lease you can then update the Blob or delete the Blob without worrying about another process changing it underneath you. When a Blob is leased, other processes can still read it, but any attempt to update it will fail. You can update Blobs without taking a lease first, but you do run the chance of another process also attempting to modify it at the same time.

* You can opt to use either optimistic or pessimistic concurrency models to manage access to blobs and containers in the blob service.

Reference: Azure Blob Storage Part 8: Blob Leases

http://justazure.com/azure-blob-storage-part-8-blob-leases/

Reference: Using Blob Leases to Manage Concurrency with Table Storage http://www.azurefromthetrenches.com/?p=1371

Q4.  - (Topic 6)

A company has multiple Azure subscriptions. It plans to deploy a large number of virtual machines (VMs) into Azure.

You install the Azure PowerShell module, but you are unable connect to all of the company's Azure subscriptions.

You need to automate the management of the Azure subscriptions. Which two Azure PowerShell cmdlets should you run?

A. Get-AzurePublishSettingsFile

B. Import-AzurePublishSettingsFile

C. Add-AzureSubscription

D. Import-AzureCertificate

E. Get-AzureCertificate

Answer: A,B

Explanation: Before you start using the Windows Azure cmdlets to automate deployments, you must configure connectivity between the provisioning computer and Windows Azure. You can do this automatically by downloading the PublishSettings file from Windows Azure and importing it.

To download and import publish settings and subscription information

✑ At the Windows PowerShell command prompt, type the following command, and then press Enter.

Get-AzurePublishSettingsFile

2. Sign in to the Windows Azure Management Portal, and then follow the instructions to download your Windows Azure publishing settings. Save the file as a .publishsettings type file to your computer.

3. In the Windows Azure PowerShell window, at the command prompt, type the following command, and then press Enter.

Import-AzurePublishSettingsFile <mysettings>.publishsettings

Reference: How to: Download and Import Publish Settings and Subscription Information https://msdn.microsoft.com/en-us/library/dn385850%28v=nav.70%29.aspx

Q5.  - (Topic 4)

You need to encrypt a media file.

Which type of encryption should you use?

A. secure token service

B. envelope

C. PlayReady

D. storage

Answer: C

Q6. HOTSPOT - (Topic 6)

Your company plans to migrate its on-premises Microsoft SQL Server databases to Azure.

You are considering using SQL Server 2014 on Azure virtual machines and Azure SQL Database. The planned migration must support the following data security features:

*Database-level firewall rules

*Dynamic Data Masking

*Transparent data encryption (TDE)

You need to identify the data security features supported by each product.

Which features should you identify? To answer, select the appropriate options in the answer area.

Answer:

Q7. CORRECT TEXT - (Topic 6)

You have an Azure subscription.

You plan to deploy five virtual machines that will have similar configurations and will run the same workload.

You need to recommend a solution to ensure the availability of the virtual machines during Azure maintenance periods. At any given time, only one virtual machine can be offline for maintenance.

What should you include in the recommendation? To answer, select the appropriate options in the answer area.

Answer:  

Q8.  - (Topic 6)

You are designing the deployment of virtual machines (VMs) and web services that run in Azure.

You need to specify the desired state of a node and ensure that the node remains at that state.

What should you use?

A. Microsoft Azure Pack

B. Service Management Automation

C. System Center 2021 Orchestrator

D. Azure Automation

Answer: A

Q9.  - (Topic 4)

You need to configure the deployment of the storage analysis application. What should you do?

A. Create a new Mobile Service.

B. Configure the deployment from source control.

C. Add a new deployment slot.

D. Turn on continuous integration.

Answer: B

Explanation:

Scenario: Data analysis results:

The solution must provide a web service that allows applications to access the results of analyses.

Q10. DRAG DROP - (Topic 2)

You need to allow network traffic to the Trey Research subversion system.

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.

Answer: