








































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Designing Microsoft Azure Architect in Advanced Level
Typology: Exams
1 / 80
This page cannot be seen from the preview
Don't miss anything!
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:
Explanation/Reference: QUESTION 12 You are designing an Azure application that stores data. You have the following requirements:
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:
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.