70-534 Exam - Architecting Microsoft Azure Solutions

certleader.com

Q1. DRAG DROP - (Topic 7)

You need to deploy the WGBLoanMaster app by using Azure PowerShell.

Which four Azure PowerShell cmdlets should you run 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:

Q2.  - (Topic 7)

You need to implement the loan aggregation process for the WGBLoanMaster app.

Which technology should you use?

A. Azure virtual machine

B. Azure Cloud Service worker role

C. Azure Batch

D. Azure WebJob

Answer: C

Q3.  - (Topic 6)

An application currently resides on an on-premises virtual machine that has 2 CPU cores, 4 GB of RAM, 20 GB of hard disk space, and a 10 megabit/second network connection.

You plan to migrate the application to Azure. You have the following requirements:

✑ You must not make changes to the application.

✑ You must minimize the costs for hosting the application.

You need to recommend the appropriate virtual machine instance type. Which virtual machine tier should you recommend?

A. Network Optimized (A Series)

B. General Purpose Compute, Basic Tier (A Series)

C. General Purpose Compute, Standard Tier (A Series)

D. Optimized Compute (D Series)

Answer: B

Explanation: General purpose compute: Basic tier

An economical option for development workloads, test servers, and other applications that don't require load balancing, auto-scaling, or memory-intensive virtual machines.

CPU core range: 1-8 RAM range: 0.75 – 14 GB

Disk size: 20-240 GB

Reference: Virtual Machines Pricing. Launch Windows Server and Linux in minutes

http://azure.microsoft.com/en-us/pricing/details/virtual-machines/

Q4. DRAG DROP - (Topic 7)

You are implementing the new security requirements for the WGBCreditCruncher app.

You need to explain the security process flow to another developer. You start by navigating to the web app as it is presented to the user.

Which five actions must be performed 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:

Q5.  - (Topic 6)

You are designing an Azure application. The application includes services hosted in

different geographic locations. The service locations may change. You must minimize the cost of communication between services.

You need to recommend an approach for data transmission between your application and Azure services. The solution must minimize administrative effort.

What should you recommend?

A. Azure Table storage

B. Service Bus queue

C. Service Management API

D. Azure Queue storage

Answer: B

Explanation: The cost of ACS transactions is insignificant when performing messaging operations against Service Bus queues. Service Bus acquires one ACS token per a single instance of the messaging factory object. The token is then reused until it expires, after about 20 minutes. Therefore, the volume of messaging operations in Service Bus is not directly proportional to the amount of ACS transactions required to support these operations.

Reference: Azure Queues and Service Bus Queues - Compared and Contrasted https://msdn.microsoft.com/library/azure/hh767287.aspx

Q6.  - (Topic 6)

You design an Azure web application. The web application is accessible by default as a standard cloudapp.net URL.

You need to recommend a DNS resource record type that will allow you to configure access to the web application by using a custom domain name.

Which DNS record type should you recommend?

A. SRV

B. MX

C. CNAME

D. A

Answer: C

Explanation: A CNAME record maps a specific domain, such as contoso.com or www.contoso.com, to a canonical domain name. In this case, the canonical domain name is the <myapp>.cloudapp.net domain name of your Azure hosted application. Once

created, the CNAME creates an alias for the <myapp>.cloudapp.net. The CNAME entry will resolve to the IP address of your <myapp>.cloudapp.net service automatically, so if the IP address of the cloud service changes, you do not have to take any action.

Incorrect: Not D:

* Since an A record is mapped to a static IP address, it cannot automatically resolve changes to the IP address of your Cloud Service.

* An A record maps a domain, such as contoso.com or www.contoso.com, or a wildcard domain such as *.contoso.com, to an IP address. In the case of an Azure Cloud Service, the virtual IP of the service. So the main benefit of an A record over a CNAME record is that you can have one entry that uses a wildcard, such as *.contoso.com, which would handle requests for multiple sub-domains such as mail.contoso.com, login.contoso.com, or www.contso.com.

Reference: Configuring a custom domain name for an Azure cloud service http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-custom-domain-

name/

Q7.  - (Topic 6)

You are designing an Azure web application. The solution will be used by multiple customers. Each customer has different business logic and user interface requirements. Not all customers use the same version of the .NET runtime.

You need to recommend a deployment strategy. What should you recommend?

A. Deploy with multiple web role instances.

B. Deploy each application in a separate tenant.

C. Deploy all applications in one tenant.

D. Deploy with multiple worker role instances.

Answer: B

Explanation: There are two types of tenant environments. The simplest type is a single- tenant application where one customer has 100% dedicated access to an application’s process space. A single Tenant Applications has a separate, logical instance of the application for each customer or client. A single tenant application is much more predictable and stable by its nature since there will never be more than one dedicated customer at any point in time in that VM. That customer has all of its users accessing that dedicated instance of the application.

Reference: Multi Tenancy and Windows Azure. Overview of Multi tenant Application and Single tenant Application Architectural considerations.

http://sanganakauthority.blogspot.in/2011/12/multi-tenancy-and-windows-azure.html

Q8. DRAG DROP - (Topic 6)

Contoso, Ltd., uses Azure websites for their company portal sites.

Admin users need enough access to effectively perform site monitoring or management tasks.

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.

Answer:

Q9.  - (Topic 6)

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?

A. Yes

B. No

Answer: A

Q10. DRAG DROP - (Topic 8)

You need to scale the API.

In the Azure portal, which four 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: