Question ID 13691 |
You manage a cloud service that supports features hosted by two instances of an Azure virtual machine (VM). You discover that occasional outages cause your service to fail. You need to minimize the impact of outages to your cloud service. Which two actions should you perform? Each correct answer presents part of the solution.
|
Option A |
Deploy a third instance of the VM.
|
Option B |
Configure Load Balancing on the VMs.
|
Option C |
Redeploy the VMs to belong to an Affinity Group.
|
Option D |
Configure the VMs to belong to an Availability Set.
|
Correct Answer |
A,B |
Description
Update Date and Time 2017-10-20 12:06:04
Question ID 13692 |
You manage an Azure virtual machine (VM) named AppVM. The application hosted on AppVM continuously writes small files to disk. Recently the usage of applications on AppVM has increased greatly. You need to improve disk performance on AppVM. Which Microsoft Azure Power Shell cmdlet should you use with each Power Shell command line? To answer, drag the appropriate Microsoft Azure Power Shell cmdlet to the correct location in the Power Shell code. Each Power Shell 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-20 12:08:02
Question ID 13693 |
You administer an Azure subscription with an existing cloud service named contosocloudservice. Contosocloudservice contains a set of related virtual machines (VMs) named ContosoDC, ContosoSQL and ContosoWeb1. You want to provision a new VM within contosocloudservice. You need to use the latest gallery image to create a new Windows Server 2012 R2 VM that has a target IOPS of 500 for any provisioned disks. Which PowerShell command should you use?
|
Option A |
Option A
|
Option B |
Option B
|
Option C |
Option C
|
Option D |
Option D
|
Correct Answer |
B |
Description Explanation: We must use the ServiceName parameter as the new VM is to be provisioned within an existing service. New-AzureVM -ServiceName -ServiceName specifies the new or existing service name. References:
Update Date and Time 2017-10-21 06:18:51
Question ID 13694 |
Your company manages several Azure Web Sites that are running in an existing web- hosting plan named plan1. You need to move one of the websites, named contoso, to a new web-hosting plan named plan2. Which Azure PowerShell cmdlet should you use with each PowerShell command line? To answer, drag the appropriate Azure PowerShell cmdlet to the correct location in the PowerShell code. Each PowerShell 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:21:17
Question ID 13697 |
You are the server administrator for several on-premises systems. You need to back up all the systems to the cloud by using Azure Backup. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:28:30
Question ID 13698 |
Your company plans to migrate from On-Premises Exchange to Office 365. The existing directory has numerous service accounts in your On-Premises Windows Active Directory (AD), stored in separate AD Organizational Units (OU) for user accounts. You need to prevent the service accounts in Windows AD from syncing with Azure AD. What should you do?
|
Option A |
Create an OU filter in the Azure AD Module for Windows PowerShell.
|
Option B |
Configure directory partitions in miisclient.exe.
|
Option C |
Set Active Directory ACLs to deny the DirSync Windows AD service account MSOL_AD_SYNC access to the service account OUs.
|
Option D |
Create an OU filter in the Azure Management Portal.
|
Option F |
Answer : B
Explanation: One customer, who was looking for OU level filtering to import selected users from On- Premises active directory to Office365. Configure OU level filtering for Office365 directory synchronization.
|
Correct Answer |
B |
Description
Update Date and Time 2017-10-21 06:32:38
Question ID 13699 |
An organization has several web applications and uses Azure Active Directory (Azure AD). You are developing a new web application that supports sign-on using the WS-Federation to Azure AD. You need to describe the authentication process flow to your team. In which order are the actions performed? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:35:25
Question ID 13700 |
Your company has two physical locations configured in a geo-clustered environment that includes: Your company has recently signed up for Azure. You plan to leverage your current network environment to provide a backup solution for your VMs. You need to recommend a solution that ensures all VMs are redundant and deployable between locations. You also want the solution to minimize downtime in the event of an outage at either physical location. Which solution should you recommend?
|
Option A |
Configure a backup vault in Azure and use Data Protection Manager to back up The Windows Servers.
|
Option B |
Use Data Protection Manager and back up the VMs in each location.
|
Option C |
Use Azure site recovery in an on-premises to Azure protection configuration.
|
Option D |
Use Azure site recovery in an on-premises to on-premises protection configuration.
|
Correct Answer |
D |
Description Explanation: On-Premises to On-Premises (Hyper-V replication) * Cloud metadata is sent to Azure Site Recovery. Replicated data is stored in location specified on target Hyper-V server. * Azure account with Azure Site Recovery enabled. * Virtual machines replicate from source on-premises Hyper-V server to another. You can set up reverse replication to replicate back to the source location. * Requires source and target VMM servers with at least one cloud on each, or a single VMM server with two clouds. Clouds must contain at least one Hyper-V host server or cluster. References:
Update Date and Time 2017-10-21 06:36:20
Question ID 13701 |
You manage a cloud service named fabrikamReports that is deployed in an Azure data center. You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet. FabrikamReports must communicate with fabrikamSQL. You need to add fabrikam Reports to fabrikamVNet. Which file should you modify?
|
Option A |
the network configuration file for fabrikamVNet
|
Option B |
the service definition file (.csdef) for fabrikamReports
|
Option C |
the service definition file (.csdef) for fabrikamSQL
|
Option D |
the service configuration file (.cscfg) for fabrikamReports
|
Option E |
the service configuration file (.cscfg) fabrikamSQL
|
Correct Answer |
B |
Description Explanation: Azure Service Definition Schema (.csdef File) The service definition file defines the service model for an application. The file contains the definitions for the roles that are available to a cloud service, specifies the service endpoints, and establishes configuration settings for the service. References:
Update Date and Time 2017-10-21 06:37:15
Question ID 13702 |
You have a virtual machine (VM) that runs in Azure. The VM is located in a geographically distant location from you. You experience performance issues when you connect to the VM. You need to resolve the performance issue. 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:39:26
Question ID 13703 |
You deploy a web application to an Azure Cloud Service. The application uses a storage account that contains a large number of storage objects. You need to grant clients access to application data for a specified interval of time while minimizing effort. What should you create?
|
Option A |
a stored access policy
|
Option B |
a service shared access signature
|
Option C |
an account shared access signature
|
Option D |
a network security group
|
Correct Answer |
C |
Description Explanation: References: https://azure.microsoft.com/en-gb/documentation/articles/storage-dotnet-shared-access- signature-part-1/
Update Date and Time 2017-10-21 06:40:41
Question ID 13704 |
You administer a virtual machine (VM) that is deployed to Azure. The VM hosts a web service that is used by several applications. You need to ensure that the VM sends a notification in the event that the average response time for the web service exceeds a pre-defined response time for an hour or more. Which three steps 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:42:30
Question ID 13707 |
You have an Azure Virtual Network named fabVNet with three subnets named Subnet-1, Subnet-2 and Subnet-3. You have a virtual machine (VM) named fabVM running in the fabProd service. You need to modify fabVM to be deployed into Subnet-3. You want to achieve this goal by using the least amount of time and while causing the least amount of disruption to the existing deployment. What should you do? To answer, drag the appropriate Power Shell cmdlet to the correct location in the Power Shell command. 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:47:39
Question ID 13708 |
You have a solution deployed into a virtual network in Azure named fabVNet. The fabVNet virtual network has three subnets named Apps, Web, and DB that are configured as shown in the exhibit. (Click the Exhibits button.)
You want to deploy two new VMs to the DB subnet. You need to modify the virtual network to expand the size of the DB subnet to allow more IP addresses. Which three steps 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.
|
Option A |
|
Correct Answer |
A |
Description
Update Date and Time 2017-10-21 06:51:45