Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Microsoft Azure Architect in Advanced Level, Exams of Microsoft Access Skills

Designing Microsoft Azure Architect in Advanced Level

Typology: Exams

2016/2017

Uploaded on 05/16/2017

viswanathan
viswanathan šŸ‡®šŸ‡³

4.8

(5)

6 documents

1 / 80

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
70-534
Number: 000-000
Passing Score: 800
Time Limit: 120 min
File Version: 1.0
Architecting Microsoft Azure Solutions
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50

Partial preview of the text

Download Microsoft Azure Architect in Advanced Level and more Exams Microsoft Access Skills in PDF only on Docsity!

Number: 000- Passing Score: 800 Time Limit: 120 min File Version: 1. Architecting Microsoft Azure Solutions

Exam A QUESTION 1 Drag and Drop Question You need to recommend data storage mechanisms for the solution. What should you recommend? To answer, drag the appropriate data storage mechanism to the correct information type. Each data 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. Select and Place: Correct Answer: Section: (none) Explanation Explanation/Reference:

Section: (none) Explanation Explanation/Reference: QUESTION 3 You need to ensure that users do not need to re-enter their passwords after they authenticate to cloud applications for the first time. What should you do? A. Enable Microsoft Account authentication B. Set up a virtual private network (VPN) connection between the VanArsdel premises and Azure datacenter. Set up a Windows Active Directory domain controller in Azure VM. Implement Integrated Windows authentication. C. Deploy ExpressRoute D. Configure Azure Active Directory Sync to use single sign-on (SSO). Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 4 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. Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 5 You design an Azure application that processes images. The maximum size of an image is 10 MB. The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images. The web role communicates with the worker role by using an Azure Queue service. You need to recommend an approach for storing images that minimizes storage transactions. What should you recommend? A. Store images in Azure Blob service. Store references to the images in the queue. B. Store images in the queue. C. Store images in OneDrive attached to the worker role instances. Store references to the images in the queue. D. Store images in local storage on the web role instance. Store references to the images in the queue. Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 6 You are designing an Azure application. The application includes two web roles and three instances of a worker role. The web roles send requests to the worker role by using one or more Azure Queues. You need to recommend a queue design for sending requests to the worker role. What should you recommend? A. Create a queue for each combination of web roles and worker role instances. Send requests to all worker role instances based on the sending web role. B. Create a single queue. Send all requests on the single queue. C. Create a queue for each worker role instance. Send requests on each worker queue by using a round robin rotation. D. Create a queue for each web role. Send requests on all queues at the same time.

You need to recommend an approach for scaling the application. What should you recommend? A. Store the business logic results in Azure Table storage. B. Vertically partition the SQL database C. Move the business logic to a worker role. D. Store the business logic results in Azure local storage. Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 10 You are planning an upgrade strategy for an existing Azure application. Multiple instances of the application run in Azure. The management team is concerned about application downtime, due to a business service level agreement (SLA). You are evaluating which change in your environment will require downtime. You need to identify the changes to the environment that will force downtime. Which change always requires downtime? A. Adding an HTTPS endpoint to a web role B. Upgrading the hosted service by deploying a new package C. Changing the value of a configuration setting D. Changing the virtual machine size Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 11 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 Correct Answer: C Section: (none) Explanation

Explanation/Reference: QUESTION 12 You are designing an Azure application that stores data. You have the following requirements:

  • The data storage system must support storing more than 500 GB of data.
  • Data retrieval must be possible from a large number of parallel threads.
  • Threads must not block each other. You need to recommend an approach for storing data. What should you recommend? A. Azure Notification Hubs B. A single SQL database in Azure C. Azure Queue storage D. Azure Table storage Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 13 You are designing a Windows Azure application. The application includes processes that communicate by using Windows Communications Foundation (WCF) services. The WCF services must support streaming. You need to recommend a host for the processes and a WCF binding. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.) A. Host the processes in web roles. B. Host the processes in worker roles. C. Use NetTcpBinding for the WCF services. D. Use WSHttpBinding for the WCF services. Correct Answer: BC Section: (none) Explanation Explanation/Reference: QUESTION 14 You are designing a Windows Azure application. Messages will be placed into a Windows Azure Queue and then processed by a worker role. There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA). You need to recommend an approach for concurrently processing messages while minimizing compute cost. What should you recommend? A. A single role instance that processes messages individually B. A single role instance with multithreaded request processing C. Multiple role instances that process messages individually

Exam B QUESTION 1 Hotspot Question You have an Azure website that runs on several instances. You have a WebJob that provides additional functionality to the website. The WebJob must run on all instances of the website. You need to ensure that the WebJob runs even when the website is idle for long periods of time. How should you create and configure the WebJob object? To answer, select the appropriate options in the answer area. Hot Area: Correct Answer:

Section: (none) Explanation Explanation/Reference: QUESTION 2 Drag and Drop Question You have a website that displays text, pictures, video files, and audio files. The website processes requests from countries and regions all over the world. You plan to migrate the website to the Azure platform. The website has the following requirements:

  • Encode, store, and stream audio and video at scale.
  • Load-balance communications with the website instance that is closest to the user's location.
  • Deliver content with high-bandwidth and low latency. You need to recommend the technologies to implement the solution. Which technologies should you recommend? To answer, drag the appropriate technology to the correct requirement. Each technology 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. Select and Place:

Section: (none) Explanation Explanation/Reference: QUESTION 3 Drag and Drop Question You need to automate tasks with Azure by using Azure PowerShell workflows. How should you complete the Azure PowerShell script? To answer, drag the appropriate cmdlet to the correct location. 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. Select and Place:

Correct Answer:

area. Point and Shoot: Correct Answer:

Section: (none) Explanation Explanation/Reference: QUESTION 5 Hotspot Question A company uses Azure for several virtual machine (VM) and website workloads. The company plans to assign administrative roles to a specific group of users. You have a resource group named GROUP1 and a virtual machine named VM2. The users have the following responsibilities:

Correct Answer: Section: (none) Explanation Explanation/Reference: QUESTION 6 You have business services that run on an on-premises mainframe server. You must provide an intermediary configuration to support existing business services and Azure. The business services cannot be rewritten. The business services are not exposed externally. You need to recommend an approach for accessing the business services. What should you recommend?

A. Connect to the on-premises server by using a custom service in Azure. B. Expose the business services to the Azure Service Bus by using a custom service that uses relay binding C. Expose the business services externally. D. Move all business service functionality to Azure Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 7 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 Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 8 A company hosts a website and exposes web services on the company intranet. The intranet is secured by using a firewall. Company policies prohibit changes to firewall rules. Devices outside the firewall must be able to access the web services. You need to recommend an approach to enable inbound communication. What should you recommend? A. The Azure Access Control Service B. Windows Azure Pack C. The Azure Service Bus D. A web service in an Azure role that relays data to the internal web services Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 9 You are designing an Azure application. The application includes services hosted in different geographic locations. The service locations may change.