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 Part 2, Exams of MS Microsoft Office skills

Microsoft Azure Architect Part 2

Typology: Exams

2016/2017

Uploaded on 05/16/2017

viswanathan
viswanathan 🇮🇳

4.8

(5)

6 documents

1 / 74

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Untitled Exam
Number: 000-000
Passing Score: 800
Time Limit: 120 min
File Version: 1.0
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

Partial preview of the text

Download Microsoft Azure Architect Part 2 and more Exams MS Microsoft Office skills in PDF only on Docsity!

Untitled Exam

Number: 000- Passing Score: 800 Time Limit: 120 min File Version: 1.

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 assign permissions for the Virtual Machine workloads that you migrate to Azure. The solution must use the principal of least privileges. What should you do? A. Create all VMs in the cloud service named Groupl and then connect to the Azure subscription. Run the following Windows PowerShell command: New-AzureRoleAssignment-Mail user1@vanarsdelltd.com–RoleDefinitionName Contributor-ResoureeGroupName group B. In the Azure portal, select an individual virtual machine and add an owner. C. In the Azure portal, assign read permission to the user at the subscription level. D. Create each VM in a separate cloud service and then connect to the Azure subscription. Run the following Windows PowerShell command: Get-AzureVM | New-AzureRoleAssignment-Mail userl@vanarsdelltd.com- RoleDefinitionName Contributor Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 4

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 5 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 6 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.

You need to recommend an approach for scaling the application. Which approach should you recommend? A. Increase the role instance size. B. Set up horizontal partitioning C. Increase the number of role instances D. Set up vertical partitioning Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 10 You are evaluating an Azure application. The application includes the following elements:

  • A web role that provides the ASP.NET user interface and business logic
  • A single SQL database that contains all application data Each webpage must receive data from the business logic layer before returning results to the client. Traffic has increased significantly. The business logic is causing high CPU usage. 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 11 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 12 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 13 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 14 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.)

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 are designing a distributed application for Azure. The application must securely integrate with on-premises servers. You need to recommend a method of enabling Internet Protocol security (IPsec)-protected connections between on-premises servers and the distributed application. What should you recommend? A. Azure Access Control

B. Azure Content Delivery Network (CDN) C. Azure Service Bus D. Azure Site-to-Site VPN Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 7 A company has 10 on-premises SQL databases. The company plans to move the databases to SQL Server 2012 that runs in Azure Infrastructure-as-a-Service (IaaS). After migration, the databases will support a limited number of Azure websites in the same Azure Virtual Network. You have the following requirements:

  • You must restore copies of existing on-premises SQL databases to the SQL servers that run in Azure IaaS.
  • You must be able to manage the SQL databases remotely.
  • You must not open a direct connection from all of the machines on the on- premises network to Azure.
  • Connections to the databases must originate from only five Windows computers.
  • You need to configure remote connectivity to the databases. Which technology solution should you implement? A. Azure Virtual Network site-to-site VPN B. Azure Virtual Network multi-point VPN C. Azure Virtual Network point-to-site VPN D. Azure ExpressRoute Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 8 You have several virtual machines (VMs) that run in Azure. You also have a single System Center 2012 R2 Configuration Manager (SCCM) primary site on-premises. You have the following requirements:
  • All VMs must run on the same virtual network.
  • Network traffic must be minimized between the on-premises datacenter and Azure.
  • The solution minimize complexity. You need to use SCCM to collect inventory and deploy software to Azure VMs. What should you do first? A. Configure client push for the Azure virtual network. B. Enable and configure Operations Insights in Azure C. Install a cloud distribution point on an Azure VM. D. Install a secondary site underneath the primary site onto an Azure VM. Correct Answer: C