0% found this document useful (0 votes)
212 views255 pages

Az 104QABank

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
212 views255 pages

Az 104QABank

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 255

Exam A

QUESTION 1
You plan to deploy three Azure virtual machines named VM1, VM2, and VM3. The virtual machines will
host a web app named App1.

You need to ensure that at least two virtual machines are available if a single Azure datacenter becomes
unavailable.

What should you deploy?

A. all three virtual machines in a single Availability Zone


8. all virtual machines in a single Availability Set
C. each virtual machine in a separate Availability Zone
D. each virtual machine in a separate Availability Set

Correct Answer:
8 Section: (none)
Explanation

Explanation/Reference:
Explanation:
Availability sets are a datacenter configuration to provide VM redundancy and availability. This
configuration within a datacenter ensures that during either a planned or unplanned maintenance event, at
least one virtual machine is available.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-availability-sets

QUESTION 2
You have an Azure virtual machine named VM1 that runs Windows Server 2019.

You save VM1 as a template named Template1 to the Azure Resource Manager library.

You plan to deploy a virtual machine named VM2 from Template1.

What can you configure during the deployment of VM2?

A. operating system
8. administrator username
C. virtual machine size
D. resource group

Correct Answer:
8 Section: (none)
Explanation

Explanation/Reference:
Explanation:
When deploying a virtual machine from a template, you must specify:
- the Resource Group name and location for the VM
- the administrator username and password
- an unique DNS name for the public
IP Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template

QUESTION 3
You have an Azure subscription that contains an Azure virtual machine named VM1. VM1 runs a financial
reporting app named App1 that does not support multiple active instances.

At the end of each month, CPU usage for VM1 peaks when App1 runs.
You need to create a scheduled runbook to increase the processor performance of VM1 at the end of each
month.

What task should you include in the runbook?

A. Add the Azure Performance Diagnostics agent to VM1.


B. Modify the VM size property of VM1.
C. Add VM1 to a scale set.
D. Increase the vCPU quota for the subscription.
E. Add a Desired State Configuration (DSC) extension to VM1.

Correct Answer:
E Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/automation/automation-quickstart-dsc-configuration

QUESTION 4
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.

Another administrator plans to create several network security groups (NSGs) in the subscription.

You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual
networks.

Solution: You configure a custom policy definition, and then you assign the policy to the subscription.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your
organization by describing when the policy is enforced and what effect to take. By defining conventions, you
can control costs and more easily manage your resources.
Reference:
https://docs.microsoft.com/en-us/ azure/azure-policy/policy-definition

QUESTION 5
You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine
named VM1. VNet2 contains an Azure virtual machine named VM2.

VM1 hosts a frontend application that connects to VM2 to retrieve data.

Users report that the frontend application is slower than usual.


You need to view the average round-trip time (RTT} of the packets from VM1 to VM2.

Which Azure Network Watcher feature should you use?

A. IP flow verify
B. Connection troubleshoot
C. Connection monitor
D. NSG flow logs

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The connection monitor capability monitors communication at a regular interval and informs you of
reachability, latency, and network topology changes between the VM and the endpoint Incorrect Answers:
A: The IP flow verify capability enables you to specify a source and destination IPv4 address, port, protocol
(TCP or UDP), and traffic direction (inbound or outbound). IP flow verify then tests the communication and
informs you if the connection succeeds or fails. If the connection fails, IP flow verify tells you which security
rule allowed or denied the communication, so that you can resolve the problem.
B: The connection troubleshoot capability enables you to test a connection between a VM and another
VM, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the
connection monitor capability, but tests the connection at a point in time, rather than monitoring it over
time, as connection monitor does.
D: The NSG flow log capability allows you to log the source and destination IP address, port, protocol, and
whether traffic was allowed or denied by an NSG.
Reference:
https://docs.microsoft.com/en-us/azureinetwork-watcher/network-watcher-monitoring-overview

QUESTION 6
You have an Azure subscription that has a Recovery Services vault named Vault1. The subscription
contains the virtual machines shown in the following table:

You plan to schedule backups to occur every night at 23:00.

Which virtual machines can you back up by using Azure

Backup?

A. VM1 and VM3 only


B. VM1, VM2, VM3 and VM4
C. VM1 and VM2 only
D. VM1 only

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure Backup supports backup of 64-bit Windows server operating system from Windows Server 2008.
Azure Backup supports backup of 64-bit Windows 10 operating system.
Azure Backup supports backup of 64-bit Ubuntu Server operating system from Ubuntu 12.04.
Azure Backup supports backup of VM that are shutdown or offline.
Reference:
https://docs.microsoft.com/en-us/azure/backup/backup-support-matrix-iaas
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros

QUESTION 7
You have the Azure virtual machines shown in the following table:

You have a Recovery Services vault that protects VM1 and

VM2. You need to protect VM3 and VM4 by using Recovery

Services. What should you do first?

A. Create a new Recovery Services vault


B. Create a storage account
C. Configure the extensions for VM3 and VM4
D. Create a new backup policy

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A Recovery Services vault is a storage entity in Azure that houses data. The data is typically copies of
data, or configuration information for virtual machines (VMs), workloads, servers, or workstations. You can
use Recovery Services vaults to hold backup data for various Azure services.
Reference:
https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replicatio

QUESTION 8
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the following users in an Azure Active Directory tenant named
contoso.onmicrosoft.com:
User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com.

You need to create new user accounts in external.contoso.onmicrosoft.com.

Solution: You instruct User2 to create the user

accounts. Does that meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Only a global administrator can add users to this tenant.
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad

QUESTION 9
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the following users in an Azure Active Directory tenant named
contoso.onmicrosoft.com:

User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com.

You need to create new user accounts in external.contoso.onmicrosoft.com.

Solution: You instruct User4 to create the user

accounts. Does that meet the goal?


A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Only a global administrator can add users to this tenant.
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad

QUESTION 10
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the following users in an Azure Active Directory tenant named
contoso.onmicrosoft.com:

User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com.

You need to create new user accounts in external.contoso.onmicrosoft.com.

Solution: You instruct User3 to create the user

accounts. Does that meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Only a global administrator can add users to this tenant.
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad

QUESTION 11
You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant named
contoso.com and an Azure Kubernetes Service (AKS) cluster named AKS1.
An administrator reports that she is unable to grant access to AKS1 to the users in

contoso.com. You need to ensure that access to AKS1 can be granted to the contoso.com

users.

What should you do first?

A. From contoso.com, modify the Organization relationships settings.


8. From contoso.com, create an OAuth 2.0 authorization endpoint.
C. Recreate AKS1.
D. From AKS1, create a namespace.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://kubernetes.io/docs/reference/access-authn-authz/authentication/

QUESTION 12
You have a Microsoft 365 tenant and an Azure Active Directory (Azure AD) tenant named contoso.com.

You plan to grant three users named User1, User2, and User3 access to a temporary Microsoft
SharePoint document library named Library1.

You need to create groups for the users. The solution must ensure that the groups are deleted
automatically after 180 days.

Which two groups should you create? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A. an Office 365 group that uses the Assigned membership type


B. a Security group that uses the Assigned membership type
C. an Office 365 group that uses the Dynamic User membership type
D. a Security group that uses the Dynamic User membership type
E. a Security group that uses the Dynamic Device membership type

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can set expiration policy only for Office 365 groups in Azure Active Directory (Azure AD).
Note: With the increase in usage of Office 365 Groups, administrators and users need a way to clean up
unused groups. Expiration policies can help remove inactive groups from the system and make things
cleaner.
When a group expires, all of its associated services (the mailbox, Planner, SharePoint site, etc.) are also
deleted.
You can set up a rule for dynamic membership on security groups or Office 365 groups.
Incorrect Answers:
B, D, E: You can set expiration policy only for Office 365 groups in Azure Active Directory (Azure AD).
Reference:
https://docs.microsoft.com/en-us/office365/admin/create-groups/office-365-groups-expiration-policy?
view=o365-worldwide

QUESTION 13
You have an Azure policy as shown in the following exhibit:
SCOPE
Scope (Lea more he scope)
Subscription 1

Exclusions
Subscription 1/ContosoRG1

BASICS

Policy de mition
Not allowed resource types

Assignment name
Not allowed resource types

Assignment ID
/subscnpllons/5eb8d0b6•ce3b-4ce0-a631-9f5321bedabb/providers/ 1crosoft Authorizatton/policyAss1gnmen (

Description

Assigned by
admin1@contoso.com

PARAMETERS
Not allowed resource types
icrosoft.SqVservers

What is the effect of the policy?

A. You are prevented from creating Azure SOL servers anywhere in Subscription 1.
B. You can create Azure SOL servers in ContosoRG1 only.
C. You are prevented from creating Azure SOL Servers in ContosoRG1 only.
D. You can create Azure SOL servers in any resource group within Subscription 1.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of
ContosoRG1

QUESTION 14
You have an Azure subscription named AZPT1 that contains the resources shown in the following table:

You create a new Azure subscription named AZPT2.

You need to identify which resources can be moved to AZPT2.

Which resources should you identify?

A. VM1, storage1, VNET1, and VM1Managed only


B. VM1 and VM1Managed only
C. VM1, storage1, VNET1, VM1Managed, and RVAULT1
D. RVAULT1 only

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can move a VM and its associated resources to a different subscription by using the Azure portal.
You can now move an Azure Recovery Service (ASR) Vault to either a new resource group within the
current subscription or to a new subscription.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and
subscription
https://docs.microsoft.com/en-us/azure/key-vault/general/keyvault-move-subscription

QUESTION 15
You recently created a new Azure subscription that contains a user named Admin1.

Admin1 attempts to deploy an Azure Marketplace resource by using an Azure Resource Manager
template. Admin1 deploys the template by using Azure PowerShell and receives the following error
message: "User failed validation to purchase resources. Error message: "Legal terms have not been
accepted for this item on this subscription. To accept legal terms, please go to the Azure portal
(http://go.microsoft.com/fwlink/? Linkld=534873) and configure programmatic deployment for the
Marketplace item or create it there for the first time."

You need to ensure that Admin1 can deploy the Marketplace resource

successfully. What should you do?

A. From Azure PowerShell, run the Set-AzApiManagementSubscription cmdlet


B. From the Azure portal, register the Microsoft.Marketplace resource provider
C. From Azure PowerShell, run the Set-AzMarketplaceTerms cmdlet
D. From the Azure portal, assign the Billing administrator role to Admin1

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/powershell/module/az.marketplaceordering/set-azmarketplaceterms?
view=azps-4.1.0

QUESTION 16
You have an Azure subscription that contains a policy-based virtual network gateway named GW1 and a
virtual network named VNet1.

You need to ensure that you can configure a point-to-site connection from an on-premises computer to
VNet1.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. Add a service endpoint to VNet1


B. Reset GW1
C. Create a route-based virtual network gateway
D. Add a connection to GW1
E. Delete GW1
F. Add a public IP address space to VNet1

Correct Answer:
CE Section: (none)
Explanation

Explanation/Reference:
Explanation:
C: A VPN gateway is used when creating a VPN connection to your on-premises network.
Route-based VPN devices use any-to-any (wildcard) traffic selectors, and let routing/forwarding tables
direct traffic to different IPsec tunnels. It is typically built on router platforms where each IPsec tunnel is
modeled as a network interface or VTI (virtual tunnel interface).
E: Policy-based VPN devices use the combinations of prefixes from both networks to define how traffic is
encrypted/decrypted through IPsec tunnels. It is typically built on firewall devices that perform packet
filtering. IPsec tunnel encryption and decryption are added to the packet filtering and processing engine.
Incorrect Answers:
F: Point-to-Site connections do not require a VPN device or a public-facing IP address.
Reference:
https://docs.microsoft.com/en-us/azure/vpn-gateway/create-routebased-vpn-gateway-portal https://
docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps

QUESTION 17
You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured
as web servers.

You have an Azure load balancer named LB1 that provides load balancing services for the virtual

machines. You need to ensure that visitors are serviced by the same web server for each request.

What should you configure?

A. Floating IP (direct server return) to Enabled


B. Idle Time-out (minutes) to 20
C. Protocol to UDP
D. Session persistence to Client IP and Protocol

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Explanation:
With Sticky Sessions when a client starts a session on one of your web servers, session stays on that
specific server. To configure An Azure Load-Balancer For Sticky Sessions set Session persistence to
Client IP.
On the following image you can see sticky session configuration:

Reference:
https://cloudopszone.com/configure-azure-load-balancer-for-sticky-sessions/

QUESTION 18
Your on-premises network contains an SMB share named Share1.

You have an Azure subscription that contains the following resources:

- A web app named webappl


- A virtual network named VNETl

You need to ensure that webapp1 can connect to Share1.


What should you deploy?

A. an Azure Application Gateway


B. an Azure Active Directory (Azure AD) Application Proxy
C. an Azure Virtual Network Gateway

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A Site-to-Site VPN gateway connection can be used to connect your on-premises network to an
Azure virtual network over an IPsec/lKE (IKEv1 or IKEv2) VPN tunnel.
This type of connection requires a VPN device, a VPN gateway, located on-premises that has an
externally facing public IP address assigned to it.
Incorrect Answers:
B: Application Proxy is a feature of Azure AD that enables users to access on-premises web applications
from a remote client.
Reference:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager
portal

QUESTION 19
You plan to deploy several Azure virtual machines that will run Windows Server 2019 in a virtual machine
scale set by using an Azure Resource Manager template.

You need to ensure that NGINX is available on all the virtual machines after they are deployed.

What should you use?

A. Azure Active Directory (Azure AD) Application Proxy


B. Azure Application Insights
C. Azure Custom Script Extension
D. the New-AzConfigurationAssignement cmdlet

Correct Answer: C
Section: (none)
Explanation

QUESTION 20
You have an Azure web app named webapp1.

Users report that they often experience HTTP 500 errors when they connect to webapp1.

You need to provide the developers of webapp1 with real-time access to the connection errors. The
solution must provide all the connection error details.
What should you do first?

A. From webapp1, enable Web server logging


B. From Azure Monitor, create a workbook
C. From Azure Monitor, create a Service Health alert
D. From webapp1, turn on Application Logging

Correct Answer:
A Section: (none)
Explanation
QUESTION 21
You have an Azure Active Directory (Azure AD) tenant that contains 5,000 user accounts.

You create a new user account named AdminUser1.

You need to assign the User administrator administrative role to AdminUser1.

What should you do from the user account properties?

A. From the Licenses blade, assign a new license


B. From the Directory role blade, modify the directory role
C. From the Groups blade, invite the user account to a new group

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Assign a role to a user
1. Sign in to the Azure portal with an account that's a global admin or privileged role admin for the directory.
2. Select Azure Active Directory, select Users, and then select a specific user from the list.
3. For the selected user, select Directory role, select Add role, and then pick the appropriate admin
roles from the Directory roles list, such as Conditional access administrator.
4. Press Select to save.
Reference:
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-users-assign-role
azure-portal

QUESTION 22
You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains 100
user accounts.

You purchase 10 Azure AD Premium P2 licenses for the tenant.

You need to ensure that 10 users can use all the Azure AD Premium features.

What should you do?

A. From the Licenses blade of Azure AD, assign a license


B. From the Groups blade of each user, invite the users to a group
C. From the Azure AD domain, add an enterprise application
D. From the Directory role blade of each user, modify the directory role

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/license-users-groups

QUESTION 23
You have an Azure subscription named Subscription1 and an on-premises deployment of Microsoft
System Center Service Manager.

Subscription1 contains a virtual machine named VM1.

You need to ensure that an alert is set in Service Manager when the amount of available memory on VM1
is below 10 percent.

What should you do first?


A. Create an automation runbook
B. Deploy a function app
C. Deploy the IT Service Management Connector (ITSM)
D. Create a notification

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The IT Service Management Connector (ITSMC) allows you to connect Azure and a supported IT Service
Management (ITSM) product/service, such as the Microsoft System Center Service Manager.
With ITSMC, you can create work items in ITSM tool, based on your Azure alerts (metric alerts, Activity
Log alerts and Log Analytics alerts).
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/itsmc-overview

QUESTION 24
You have an on-premises server that contains a folder named D:\Folder1.

You need to copy the contents of D:\Folder1 to the public container in an Azure Storage account named
contosodata.

Which command should you run?

A. https://contosodata.blob.core.windows.net/public
B. azcopy sync D:\folder1 https://contosodata.blob.core.windows.net/public -- snapshot
C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public -- recursive
D. az storage blob copy start-batch D:\Folder1 https://contosodata.blob.core.windows.net/public

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The azcopy copy command copies a directory (and all of the files in that directory) to a blob container. The
result is a directory in the container by the same name.
Incorrect Answers:
B: The azcopy sync command replicates the source location to the destination location. However, the file
is skipped if the last modified time in the destination is more recent.
D: The az storage blob copy start-batch command copies multiple blobs to a blob container.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs
https://docs.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-copy

QUESTION 25
You have an Azure subscription named Subscription1 that contains the storage accounts shown in the
following table:
You plan to use the Azure Import/Export service to export data from Subscription1.

You need to identify which storage account can be used to export the data.

What should you identify?

A. storage1
B. storage2
C. storage3
D. storage4

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure lmporUExport service supports the following of storage accounts:
Standard General Purpose v2 storage accounts (recommended for most scenarios)
Blob Storage accounts
General Purpose v1 storage accounts (both Classic or Azure Resource Manager deployments),
Azure lmporUExport service supports the following storage types:
Import supports Azure Blob storage and Azure File storage
Export supports Azure Blob storage
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-requirements

QUESTION 26
You have an Azure Storage account named storage1.

You plan to use AzCopy to copy data to storage1.

You need to identify the storage services in storage1 to which you can copy the data.

What should you identify?

A. blob, file, table, and queue


B. blob and file only
C. file and table only
D. file only
E. blob, table, and queue only

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Incorrect Answers:
A, C, E: AzCopy does not support table and queue storage services.
D: AzCopy supports file storage services, as well as blob storage services.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

QUESTION 27
You have an Azure subscription that contains an Azure Storage account.

You plan to create an Azure container instance named container1 that will use a Docker image named
lmage1. lmage1 contains a Microsoft SQL Server instance that requires persistent storage.

You need to configure a storage service for Container1.


What should you use?

A. Azure Files
B. Azure Blob storage
C. Azure Queue storage
D. Azure Table storage

Correct Answer:
D Section: (none)
Explanation

QUESTION 28
You have an Azure virtual machine named VM1 that runs Windows Server 2019.

You sign in to VM1 as a user named User1 and perform the following actions:

- Create files on drive C.


- Create files on drive D.
- Modify the screen saver timeout.
- Change the desktop background.

You plan to redeploy VM1.

Which changes will be lost after you redeploy VM1?

A. the modified screen saver timeout


B. the new desktop background
C. the new files on drive D
D. the new files on drive C

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:

QUESTION 29
You have an Azure subscription.

You have an on-premises virtual machine named VM1. The settings for VM1 are shown in the exhibit.
(Click the Exhibit tab.)

You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines.
What should you modify on VM1?

A. the memory
B. the network adapters
C. the hard drive
D. the processor
E. Integration Services

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
From the exhibit we see that the disk is in the VHDX format.
Before you upload a Windows virtual machine (VM) from on-premises to Microsoft Azure, you must
prepare the virtual hard disk (VHD or VHDX). Azure supports only generation 1 VMs that are in the VHD
file format and have a fixed sized disk. The maximum size allowed for the VHD is 1,023 GB. You can
convert a generation 1 VM from the VHDX file system to VHD and from a dynamically expanding disk to
fixed-sized. Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image

QUESTION 30
You have an Azure subscription named Subscription1 that is used by several departments at your
company. Subscription1 contains the resources in the following table:

Another administrator deploys a virtual machine named VM1 and an Azure Storage account named
storage2 by using a single Azure Resource Manager template.

You need to view the template used for the deployment.

From which blade can you view the template that was used for the deployment?

A. VM1
B. RG1
C. storage2
D. container1

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
View template from deployment history
1. Go to the resource group for your new resource group. Notice that the portal shows the result of the
last deployment. Select this link.

2. You see a history of deployments for the group. In your case, the portal probably lists only
one deployment. Select this deployment.
3. The portal displays a summary of the deployment. The summary includes the status of the
deployment and its operations and the values that you provided for parameters. To see the template
that you used for the deployment, select View template.

Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export-template

QUESTION 31
You have an Azure web app named App1. App1 has the deployment slots shown in the following table:

In webapp1-test, you test several changes to

App1. You back up App1.

You swap webapp1-test for webapp1-prod and discover that App1 is experiencing performance issues. You
need to revert to the previous version of App1 as quickly as possible.

What should you do?

A. Redeploy App1
B. Swap the slots
C. Clone App1
D. Restore the backup of App1

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
When you swap deployment slots, Azure swaps the Virtual IP addresses of the source and
destination slots, thereby swapping the URLs of the slots. We can easily revert the deployment by
swapping back. Reference:
https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots

QUESTION 32
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.

Another administrator plans to create several network security groups (NSGs) in the subscription.

You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the
virtual networks.

Solution: From the Resource providers blade, you unregister the Microsoft.ClassicNetwork provider.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should use a policy definition.
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your
organization by describing when the policy is enforced and what effect to take. By defining conventions,
you can control costs and more easily manage your resources.
Reference:
https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

QUESTION 33
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.

Another administrator plans to create several network security groups (NSGs) in the subscription.

You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the
virtual networks.

Solution: You assign a built-in policy definition to the

subscription. Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your
organization by describing when the policy is enforced and what effect to take. By defining conventions,
you can control costs and more easily manage your resources.
Reference:
https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

QUESTION 34
You have an app named App1 that runs on two Azure virtual machines named VM1 and VM2.

You plan to implement an Azure Availability Set for App1. The solution must ensure that App1 is available
during planned maintenance of the hardware hosting VM1 and VM2.

What should you include in the Availability Set?

A. one update domain


B. two fault domains
C. one fault domain
D. two update domains

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Microsoft updates, which Microsoft refers to as planned maintenance events, sometimes require that
VMs be rebooted to complete the update. To reduce the impact on VMs, the Azure fabric is divided into
update domains to ensure that not all VMs are rebooted at the same time.
Incorrect Answers:
A: An update domain is a group of VMs and underlying physical hardware that can be rebooted at the
same time.
B, C: A fault domain shares common storage as well as a common power source and network switch. It is
used to protect against unplanned system failure.
References:
https://petri.com/understanding-azure-availability-sets
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-availability-sets

QUESTION 35
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic
deployment.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
From the RG1 blade, click Deployments. You see a history of deployment for the resource group.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first
template?tabs=azure-powershell

QUESTION 36
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the RG1 blade, you click Automation script.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
From the RG1 blade, click Deployments. You see a history of deployment for the resource group.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first
template?tabs=azure-powershell

QUESTION 37
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the RG1 blade, you click Deployments.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
From the RG1 blade, click Deployments. You see a history of deployment for the resource group.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first
template?tabs=azure-powershell

QUESTION 38
Hotspot Question

You have an Azure subscription named Subscription1 that contains a resource group named RG1.

In RG1, you create an internal load balancer named LB1 and a public load balancer named LB2.

You need to ensure that an administrator named Admin1 can manage LB1 and LB2. The solution must
follow the principle of least privilege.

Which role should you assign to Admin1 for each task? To answer, select the appropriate options in the
answer area.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

To add a backend pool Io LB1:


C ontribu- tor on LB1
-

Network Contributor on LB1


Netwod, Contributor on RG1
I

,Q,wneron LB1
I

To,add a health probe to ILB2·


Contributor on LB2
Network Contributor on
LB2
, Network Contributor on RG1
owner on LB-2
Correct Answer:

Answer Area

To add a backend pool to LB1:


C ontribu- tor on LB1
-

Netw,o,rk Contributor on LB1


1-Netw,o ,rk Contributor on RG1
I
, O,wner
- LB1
on -

To,add a health probe to ILB2:


Contributor on LB2
Netwo,tk Contributor on LB2
Network Contributor on RG1
Owner on LB-2

Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Network Contributor role lets you manage networks, but not access them.
Reference:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles

QUESTION 39
Hotspot Question

You have an Azure Active Directory (Azure AD) tenant named contoso.com that contains the users
shown in the following table:
Nam .e Type Memb rof
User! Member Groupl
User2 Guest Groupl
User3 Mei:nber None
UserA Member Gtoup2
UserB Guest Group2

User3 is the owner of Group1.

Group2 is a member of Group1.

You configure an access review named Review1 as shown in the following exhibit:
I
Access reviews,e11able r•eviewers lo-attest user's membership in a ,group or access to a11application.

* Review name'·R_v_eie_w_. _1

Description0

* Start date 12_0_1_8-_1_1-_2_2 .n =I

Frequency oI_n_e_t_im_:e v j

Duration (in da-ys} rn i

Endo ( Never End by Occurrence)

* Number of times 0

* End
date [2018-12-22

Users
Users to review I Members of a group V

Scope @ Guest users only


Q Everyone
* Group
Group1 >
Reviewers
Reviewers. I Group owners. V

Programs
Link to program
Default program >
I v
v
Upon completion settings
Adavnced settings I
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/active-directory/governance/create-access-review

QUESTION 40
Hotspot Question

You have the Azure management groups shown in the following table:
Name In management ..group
Tenant Root Group Not applicable
ManagementGroup11 Tenant Root Group
ManagementGroup12 Tenant Root Group
ManagementGroup21 Marm.gementGroup11

You add Azure subscriptions to the management groups as shown in the following table:

.Name Manag:emctnt group


Subsc1:iption1 MainagementGroup21
Suibseription2 ManagetnentGroup12

You create the Azure policies shown in the following table:

Name Parameter Scope


ot allowed resource types virtualNetworks Tenant Root Gro111
Allowed resoffl'ce types virtualN etworks ManageinentGrou1

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Answ,er Area

Statement · v·es
:
You can create a virtual ne:twork in Subscription1.
oI
You can create a virtual ma,chine in Subscription2. [o J

You can add Subsc:ript,ion1 to Managem1entGroup1i1.


1 oI
Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: No
Virtual networks are not allowed at the root and is inherited. Deny overrides allowed.

Box 2: Yes
Virtual Machines can be created on a Management Group provided the user has the required RBAC
permissions.

Box 3: Yes
Subscriptions can be moved between Management Groups provided the user has the required RBAC
permissions.

Reference:
https://docs.microsoft.com/en-us/azure/governance/management-groups/overview
https://docs.microsoft.com/en-us/azure/governance/management-groups/manage#moving-management
groups-and-subscriptions

QUESTION 41
Hotspot Question

You have an Azure subscription that contains the resources shown in the following table:

You assign a policy to RG6 as shown in the following table:


Se,ction Setting Value
Scope Scope Sulbscriptionl/RG6
Exclusions None
Basics Policy definition .Apply tag and.its default value·
Assignment rtame Apply tag and its default value
Paramet.ers Tag name L bel
Tag value Valuel

To RG6, you apply the tag: RGroup: RG6.

You deploy a virtual network named VNET2 to RG6.

Which tags apply to VNET1 and VNET2? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

VNET1:
None
Depa,rtment 01 only
Department [J1, a11d RGroup RG6 onry
Depadment 01 , and Label: varue1 only
I Department 01 , RGrnup: RG6• and LafJei: Value1

VNl:T2:
Nonie
RGroup RG6 onry
Labat Value1 only
RGroup: RG6. and Label: Value1

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
VNET1: Department: D1, and Label:Value1 only.
Tags applied to the resource group or subscription are not inherited by the resources.

Note: Azure Policy allows you to use either built-in or custom-defined policy definitions and assign them to
either a specific resource group or across a whole Azure subscription.

VNET2: Label:Value1 only.

Incorrect Answers:
RGROUP: RG6
Tags applied to the resource group or subscription are not inherited by the resources.

Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/managemenUtag-policies

QUESTION 42
Hotspot Question

You have an Azure subscription named Subscription1.

In Subscription1, you create an Azure file share named share1.

You create a shared access signature (SAS) named SAS1 as shown in the following exhibit:
Atlowad services

B!ob FilH Queue

Alltowed resource types

Service Container Object

A!!oiwed permissions

Read Write Delete List Add Create Update Process

Start.and exl)iry date./time


Start
2018-·09 01 2 00:00 PM
End
201,8-09-14 2:.00:00 PM

(UTC+O2 00)- Current Timezone

- Attowed ]P addresses
193..77.134.10-19'3.77.134.50

Ali!owed protocois
HITPS only HTTPS and HTTP

Signing key
key1

Generate SAS and connection string

To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

If on September 2, 2018, you run Microsoft Azure


Storage Explorer on a computer that has an IP
will be prompted for creden1
address of 193.77.134.1, and you use SAS1 to
will have no access
connec to the storage account, you [answer
will have read, write, and lis
choice].
will have read-only access

If on September 10 2018, you run the net use


command on a computer that has an IP address of will be prompted for creden1
193.77.134.50 and you use SAS1 as the password to will have no access
connect to share1, you (answer choice]. will have read, write and lis
will have read-only access

Correct Answer:

Answer Area

If on September 2, 2018, you run Microsoft Azure


will be prompted for creden1
Storage Explorer on a computer that has an IP
address of 193.77.134.1, and you use SAS1 to
will have no access I
will have read, write, and
connec to the storage account, you [answer
li_s will have read-only
choice]. access

If on September 10, 2018, you run the net use


command on a computer that has an IP address of will be prompted for creden1
193.77.134.50, and you use SAS1 as the password to wilt have no access
connect to share1, you (answer choice]. wlll have read, write, and II
will have read-only access

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Will have no access
The IP 193.77.134.1 does not have access on the SAS.

Box 2: Will have read, write, and list access


The net use command is used to connect to file shares.

References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-pa rt-1
https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?
tabs=windows

QUESTION 43
Hotspot Question

You have Azure subscription that includes following Azure file shares:

You have the following on-premises servers:

You create a Storage Sync Service named Sync1 and an Azure File Sync group named Group1. Group1
uses share1 as a cloud endpoint.

You register Server1 and Server2 in Sync1. You add D:\Folder1 on Server1 as a server endpoint of

Group1. For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: No
Group1 already has a cloud endpoint named Share1.
A sync group must contain one cloud endpoint, which represents an Azure file share and one or more
server endpoints.

Box 2: Yes
Yes, one or more server endpoints can be added to the sync group.

Box 3: Yes
Yes, one or more server endpoints can be added to the sync group.

Reference:
https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide

QUESTION 44
Drag and Drop Question

You have an Azure subscription named Subscription1.

You create an Azure Storage account named contosostorage, and then you create a file share named data.

Which UNC path should you include in a script that references files from the data file share? To answer,
drag the appropriate values to the correct targets. Each value 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.

NOTE: Each correct selection is worth one point.

Select and Place:


Values
Answer Area
blob I blob.core. indows.net

contosos orage .=i da a


\\

file file.core. indo s.ne

portal.azure.com _=j subscription1 _

Correct Answer:

Values Answer Area


blob blob.core. i dows.net
\\ contosos 01

file

portal.azure.com .=I subscription1

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: contosostorage
The name of account

Box 2: file.core.windows.net

Box 3: data
The name of the file share is data.

Example:
Reference:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

QUESTION 45
Drag and Drop Question

You have an on-premises file server named Server1 that runs Windows Server 2016.

You have an Azure subscription that contains an Azure file share.

You deploy an Azure File Sync Storage Sync Service, and you create a sync

group. You need to synchronize files from Server1 to Azure.

Which three 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.

Select and Place:


Acuons Ans,wer,Area
Install the Azure FHe Sync agent on
Server1

Create ,an Azure on premises data

0
gateway
1

L c_r-_e_a_tea._R_e_ c_o_ve_ry_._s_e_rv_•_ce sv_a, _u_it ]


I

L .I. .

_e_,g 1

R _is_te_r_s_e_rv_·e._r_ ,...................................... .

I Add a server endpo,n_-1_· I

Install the DFS Replication server role


on Serv,er1

Correct Answer:

Acuons Ans, er ,Are


a
Install the Azure File Sync agen,tor,
Serv,er1

Creat,ean Azure,on premises


data Re,g i ·ster Server1
gateway
I ··
c _r_e_a_te Ra .e_co_v_e_r_ys ·e. _rv._•c_,e_s,_v_a_u_it
L I _ ]01 Acid a server endpoint

©
Install the DFS Replication server role
on Serv,er1

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1: Install the Azure File Sync agent on Server1
The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an
Azure file share

Step 2: Register Server1.


Register Windows Server with Storage Sync Service
Registering your Windows Server with a Storage Sync Service establishes a trust relationship between
your server (or cluster) and the Storage Sync Service.

Step 3: Add a server endpoint


Create a sync group and a cloud endpoint.
A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync
with each other. A sync group must contain one cloud endpoint, which represents an Azure file share and
one or more server endpoints. A server endpoint represents a path on registered server.
Reference:
https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide

QUESTION 46
Hotspot Question

You have an Azure Storage account named storage1 that uses Azure Blob storage and Azure File

storage. You need to use AzCopy to copy data to the blob storage and file storage in storage1.

Which authentication method should you use for each type of storage? To answer, select the appropriate
options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can provide authorization credentials by using Azure Active Directory (AD), or by using a
Shared Access Signature (SAS) token.

Box 1:
Both Azure Active Directory (AD) and Shared Access Signature (SAS) token are supported for Blob
storage.

Box 2:
Only Shared Access Signature (SAS) token is supported for File storage.

Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

QUESTION 47
Hotspot Question

You have an Azure subscription named Subscription1 that contains the resources shown in the following
table:
,ame Type Locsti&DL "R.esourc :e group
RGi Resource group East at applicable
RG2 Resource group West s Not applicable
auitl Reoove:ry · ervices ault WestEurop RGL
storage! torage account Eastu · RG2
storage torase a count West US RGl
storage3 Storage account West Europe RG2
Analyt:icsi Log Analytic wor.kspac·e East US RGL
Analytics Log Analytics workspace West RG2
Arudytic 3 Log Analytics workspace West Europe RGL

You plan to configure Azure Backup reports for Vault1.

You are configuring the Diagnostics settings for the AzureBackupReports log.

Which storage accounts and which Log Analytics workspaces can you use for the Azure Backup reports of
Vault1? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Ans,we1r Area

S ·orage accounts:
storage1 only
storage2 only
storage3 only
storag ,e•1 storage:t and storage3

Log Analytics workspaces:


Analytics1 only
Analytics2 only
Anal ytics3 only
1

Analytrcs1 Anatyflcs:2 . and Analytics3


j

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: storage3 only
Vault1 and storage3 are both in West Europe.

Box 2: Analytics3
Vault1 and Analytics3 are both in West Europe.

Reference:
https://docs.microsoft.com/en-us/ azure/backup/backup-azure-configure-reports

QUESTION 48
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named
VM1.

You install and configure a web server and a DNS server on VM1.

VM1 has the effective network security rules shown in the following exhibit:
Network Interface: vm 1900 E ecti security rules Topology
Virtual networ subnet: v RG-v etde ault Public IP: 104.40.215.211 Private IP: 10.0.0.5 Accelerated
ne or1<Ing: Disabled

INBOUND PORT RULES

etwork security group V 1- g (a ached o network In ertace: v 1900)


Impacts O subnets, 1 networ1< Interfaces Add·lnboun port rul

PRIORITY NAME PORT PROTOCOL SOURCE DESTINA'

900 Rute2 50-60 Any Any Any


1000 default-allow-rdp 3389 TCP Any Any
1010 Rule1 50-500 TCP Any Any
65000 AllowVnetldBound Any Any Virtual et... vrrtualNe
65001 AllowAzureLoadBalan... Any Any Az.ureload... Any
65500 DenyAlllnBound Any Any Any Any

OUTBOUND PORT RULES

Network security group t- 1-nsg (attached to network Interface: vm1900)


Impacts o subnets. 1 networ1< Interfaces .Add outbound port

PRIORITY NAME PORT PROTOCOL SOURCE DEST1NA1

1000 Rule3 80 Any Any Any


65000 AllowVnetOu Bound Any Any VirtualNet... VlrtualNel
65001 Altowlntemetou Bou... Any Any Any Internet
65500 DenyAIIOu Bound Any Any Any Any

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

Internet users [answer choice].


can connect to only the DNS server on\
can connect to only the web server on V
can connect to the web server and the C
canno connect o he we server an t

If you delete Rule2 Internet users


[answer choice]. can connect to only the DNS server on\
can connect to only the web server on V
can connect to the web server and the C
cannot connect to the web server and th

Correct Answer:

Answer Area

Internet users [answer choice].


can connect to only the DNS server on\
can connect to only the web server on
can connect to the web server and the C
canno connec to t server an

If you delete Rule2 Internet users


[answer choice]. can connect to only the DNS server on\
can connect to only the web server on V
can connect to the web server and the
cannot connect to the web server and th

Section: (none)
Explanation

Explanation/Reference:

QUESTION 49
Hotspot Question

You have an Azure subscription that contains a virtual machine scale set. The scale set contains four
instances that have the following configurations:

- Operating system: Windows Server 2016


- Size: Standard Dl v2
You run the get-azvmss cmdlet as shown in the following exhibit:

PS Azure:\> (Get-AzVmss · WebProd - · ·· RG1).VirtualMachineProfile.

ProvisionVMAgent : True
EnableAutomaticUpdates :
False Timezone
AdditionalUnattendContent
WinRM

PS Azure:\> Get-AzVmss · WebProd -· RG1 I Select


Mode RollingUpgradePolicy AutomaticOSUpgradePolicy

Automatic Microsoft.Azure.Management.Compute.Models.Automatic

PS Azure:\> □
Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.
NOTE: Each correct selection is worth one point.

Hot Area:

When an administrator changes the virtual


machi e size• the :size .HI be ch,anged on
up to [an1swer chou1e] virtual ma,chine-s
sim1ultaneousl1y. 1
2
4

'Whe·n a new bu1l,d of the Wind'ows Server


2016 mage is rei'leased. he ne
1
build
ill be•
d,epl,oyed ·to up,to 1ans,w,e1r ch,o:1c,e] virtual 0
machines simultaneously.
2
4

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Get-AzVmssVM cmdlet gets the model view and instance view of a Virtual Machine Scale Set (VMSS)
virtual machine.

Box 1: 0
The enableAutomaticUpdates parameter is set to false. To update existing VMs, you must do a manual
upgrade of each existing VM.

Box 2: 4
Enabling automatic OS image upgrades on your scale set helps ease update management by safely and
automatically upgrading the OS disk for all instances in the scale set.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade
scale-set
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic
upgrade

QUESTION 50
Hotspot Question

You have an Azure subscription that contains the resources in the following table:
Name Type
vtvlRG Re ource group
etl Virtual netwoi:k
et2 Virtual network
Vlvl5 V.irmal machine c-0m1ected to en
Vlvl6 I V.itrtna1 machine • C- et2
Omiected to
In Azure, you create a private DNS zone named adatum.com. You set the registration virtual network to
VNet2. The adatum.com zone is configured as shown in the following exhibit:

Resource group (change) Name server 1


vmrg

Subscri"ption (cl1ange), Name server 2


Azure Pass

Subscription . D Name server 3


a4fde29b-d56a-4ffic-829 c53cd0b72Dc,
Name server 4

Tags (change)
Click here to add tags

P Search record sets

N,ame Type TTL VALUE

Email: azurednsrhostmaster.micrnsofl_1
@ SOA 3600 Host internal..cloudapp.net
Refresh=3600
Retry: 300
Expire: .2419·200
Minimum TTL: 300
Serial number: 1

vrn1 A 3600 10_1..0..4

vm9 A 3600 10_1.0.12

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:
Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: No
Azure DNS provides automatic registration of virtual machines from a single virtual network that's linked
to a private zone as a registration virtual network. VMS does not belong to the registration virtual network
though.

Box 2: No
Forward DNS resolution is supported across virtual networks that are linked to the private zone as
resolution virtual networks. VMS does belong to a resolution virtual network.

Box 3: Yes
VM6 belongs to registration virtual network, and an A (Host) record exists for VM9 in the DNS zone. By
default, registration virtual networks also act as resolution virtual networks, in the sense that DNS
resolution against the zone works from any of the virtual machines within the registration virtual network.

Reference:
https://docs.microsoft.com/en-us/ azure/dns/private-dns-overview

QUESTION 51
Hotspot Question

You have an Azure subscription that contains a virtual network named VNet1. VNet1 uses an IP address
space of 10.0.0.0/16 and contains the subnets in the following table:

Subnet1 contains a virtual appliance named VM1 that operates as a

router. You create a routing table named RT1.

You need to route all inbound traffic from the VPN gateway to VNet1 through VM1.

How should you configure RT1? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:

QUESTION 52
Hotspot Question

You have an Azure subscription that contains the virtual machines shown in the following table:

VM1 and VM2 use public IP addresses. From Windows Server 2019 on VM1 and VM2, you allow inbound
Remote Desktop connections.

Subnet1 and Subnet2 are in a virtual network named VNET1.

The subscription contains two network security groups (NSGs) named NSG1 and NSG2. NSG1 uses only
the default rules.

NSG2 uses the default rules and the following custom incoming rule:

- Priority: 100
- Name: Rulel
- Port: 3389
- Protocol: TCP
- Source: Any
- Destination: Any
- Action: Allow

NSG1 is associated to Subnet1. NSG2 is associated to the network interface of VM2.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area
Stateme·n , Ye
Fr,om the Internet, you ca,nconnect to VM1 by using
Remote Desktop.

From the ln:ternett you can connect to,VM2 by using


R,emote Desktop.

From VM1, you can connect to VM2 by using Remote


D,esktop

Correct Answer:

Answer Area

Stateme·n Ye
Fr,om the Internet, you can ,connect to VM1 by using
Remote Desktop.

From the ln:ternett you can connect to,VM2 by using


R,emote Desktop.
lo
From VM1, you can connect to VM2 by using Remote
D,esktop

Section: (none)
Explanation

Explanation/Reference:

QUESTION 53
Hotspot Question
You have a virtual network named VNET1 that contains the subnets shown in the following table:

You have two Azure virtual machines that have the network configurations shown in the following table:

For NSG1, you create the inbound security rule shown in the following table:

For NSG2, you create the inbound security rule shown in the following table:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Yes
The inbound security rule for NSG1 allows TCP port 1433 from 10.10.2.0/24 (or Subnet2 where VM2 and
VM3 are located) to 10.10.1.0/24 (or Subnet1 where VM1 is located) while the inbound security rule for
NSG2 blocks TCP port 1433 from 10.10.2.5 (or VM2) to 10.10.1.5 (or VM1). However, the NSG1 rule has
a higher priority (or lower value) than the NSG2 rule.

Box 2: Yes
No rule explicitly blocks communication from VM1. The default rules, which allow communication, are thus
applied.

Box 3: Yes
No rule explicitly blocks communication between VM2 and VM3 which are both on Subnet2. The default
rules, which allow communication, are thus applied.

Reference:
https://docs.microsoft.com/en-us/azure/virtual-network/security-overview

QUESTION 54
Hotspot Question

You have an Azure subscription named Subscription1.

Subscription1 contains the virtual machines in the following

table:

Subscription1 contains a virtual network named VNet1 that has the subnets in the following table:
Nam.e Address spa£e Conn.ected virtual machine
Subnetl 10.0.1.0/24 VMJ
Subnet2 10.0.2.0/24 VM2
Subnet3 10.03.0/24 VM3

VM3 has multiple network adapters, including a network adapter named NIC3. IP forwarding is enabled on
NIC3. Routing is enabled on VM3.

You create a route table named RT1 that contains the routes in the following table:

Ad,dress prreiu: Next hop type Next hop ,address


10.0..1.0/24 Vrrtual appliance ro.o.3.4
10.02.0/24 Virtual appliance 10.0.3.4

You apply RT1 to Subnet1 and Subnet2.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Are,a

Statements

VM3 c,an establish a network connection to VM1. 0


If VM3 is turned off VM'2 can e.s,tablish a network
,conne,ction to VM1. ro
VM1 c,an estabtish a network connection to VM.2. Q]
Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
IP forwarding enables the virtual machine a network interface is attached to:
Receive network traffic not destined for one of the IP addresses assigned to any of the IP configurations
assigned to the network interface.
Send network traffic with a different source IP address than the one assigned to one of a network
interface's IP configurations.

The setting must be enabled for every network interface that is attached to the virtual machine that
receives traffic that the virtual machine needs to forward. A virtual machine can forward traffic whether it
has multiple network interfaces or a single network interface attached to it.

Box 1: Yes
The routing table allows connections from VM3 to VM1 and VM2. And as IP forwarding is enabled on VM3,
VM3 can connect to VM1.

Box 2: No
VM3, which has IP forwarding, must be turned on, in order for VM2 to connect to VM1.

Box 3: Yes
The routing table allows connections from VM1 and VM2 to VM3. IP forwarding on VM3 allows VM1 to
connect to VM2 via VM3.

Reference:
https://docs.microsoft.com/en-us/azure/virtuaI-network/virtuaI-networks-udr-overview

QUESTION 55
Hotspot Question

You create a Recovery Services vault backup policy named Policy1 as shown in the following exhibit:
Po:licy1
Associated items Delete Save Discard

Backlup schedule
Fr,equency lime Timezone
Dafly 11:00 PM (IJTC} Ooor<linaled Universal Time

Retention range
Retention of daily biack.u:p point

At For
11:00 PM ..,, 30 Day(s)

.,, Ret,ention of weekl,y backup point

On
At For
Sunday Week{s)
11:00 10
PM

Retention of monthly backup point

On At Far
1 11:00 PM Mon.th(s}
36

J Retention ,ofyearly backup point

In
On At For
March Year(s)
V 1 11:00 10
V PM

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

The ba,ckup that ,o,ccurs o,n Sunday, March 1,


will be retained for [answer choice]. 1

30 days
10 weeks
36 months
10 years

The backup that occurs on Sunday; November 1 j

wm be retained fo,r [answer choic,e). 30 days


10weeks
36 months
10 years

Correct Answer:

Answer Area

The ba,ckup that ,o,ccurs o,n Sunday, March 1, will


be retained for [answer choice]. 1
30 days
10 weeks
36 months
10 years

The backup that occurs on Sunday; November 1 j

wm be retained fo,r [answer choic,e). 30 days


10weeks
36 months J
10 years

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: 10 years
The yearly backup point occurs to 1 March and its retention period is 10 years.

Box 2: 36 months
The monthly backup point occurs on the 1st of every month and its retention period is 36 months.

QUESTION 56
You have an Azure subscription that contains 10 virtual machines. You need to ensure that you receive an
email message when any virtual machines are powered off, restarted, or deallocated.
What is the minimum number of rules and action groups that you require?

A. three rules and three action groups


B. one rule and one action group
C. three rules and one action group
D. one rule and three action groups

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
An action group is a collection of notification preferences defined by the user. Azure Monitor and
Service Health alerts are configured to use a specific action group when the alert is triggered. Various
alerts may use the same action group or different action groups depending on the user's requirements.
References: https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-action-groups

QUESTION 57
You have an Azure subscription that contains two resource groups named RG1 and RG2. RG2 does not
contain any resources. RG1 contains the resources in the following table.

Which resource can you move to RG2?

A. W10 OsDisk
B. VNet1
C. VNet3
D. W10

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
When moving a virtual network, you must also move its dependent resources. For example, you must
move gateways with the virtual network. VM W10, which is in Vnet1, is not a dependent resource.
Incorrect Answers:
A: Managed disks don't support move.
C: Virtual networks (classic) can't be moved.
D: Virtual machines with the managed disks cannot be moved.
References: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-move
resources#virtual-machines-limitations
QUESTION 58
You have 100 Azure subscriptions. All the subscriptions are associated to the same Azure Active Directory
(Azure AD) tenant named contoso.com.
You are a global administrator.
You plan to create a report that lists all the resources across all the subscriptions. You need to ensure that
you can view all the resources in all the subscriptions.
What should you do?

A. From the Azure portal, modify the profile settings of your account.
B. From Windows PowerShell, run the Add-AzureADAdministrativeUnitMember cmdlet.
C. From Windows PowerShell, run the New-AzureADUserAppRoleAssignment cmdlet.
D. From the Azure portal, modify the properties of the Azure AD tenant.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/role-based-access-control/elevate-access-global-ad min#azure
portal

QUESTION 59
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time
when the resources were created in RG1.

Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic
deployment.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 60
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time
when the resources were created in RG1.

Solution: From the RG1 blade, you click Deployments.

Does this meet the goal?


A. Yes
B. No

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:

QUESTION 61
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time
when the resources were created in RG1.

Solution: From the Subscriptions blade, you select the subscription, and then click Resource

providers. Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:

QUESTION 62
You have the Azure virtual machines shown in the following table.

You have a Recovery Services vault that protects VM1 and

VM2. You need to protect VM3 and VM4 by using Recovery

Services. What should you do first?

A. Configure the extensions for VM3 and VM4.


B. Create a new Recovery Services vault.
C. Create a storage account.
D. Create a new backup policy.

Correct Answer:
B Section: (none)
Explanation
Explanation/Reference:
Explanation:
A Recovery Services vault is a storage entity in Azure that houses data. The data is typically copies of
data, or configuration information for virtual machines (VMs), workloads, servers, or workstations. You can
use Recovery Services vaults to hold backup data for various Azure services References: https://
docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replication

QUESTION 63
You have an Azure subscription that contains the resources in the following table.

Store1 contains a file share named Data. Data contains 5,000 files.

You need to synchronize the files in Data to an on-premises server named Server1.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. Download an automation script.


B. Create a container instance.
C. Create a sync group.
D. Register Server1.
E. Install the Azure File Sync agent on Server1.

Correct Answer: COE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1 (E): Install the Azure File Sync agent on Server1 The Azure File Sync agent is a downloadable
package that enables Windows Server to be synced with an Azure file share
Step 2 (D): Register Server1.
Register Windows Server with Storage Sync Service
Registering your Windows Server with a Storage Sync Service establishes a trust relationship between
your server (or cluster) and the Storage Sync Service. Step 3 (C): Create a sync group and a cloud
endpoint. A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept
in sync with each other. A sync group must contain one cloud endpoint, which represents an Azure file
share and one or more server endpoints. A server endpoint represents a path on registered server.
References: https:// docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide

QUESTION 64
You plan to use the Azure Import/Export service to copy files to a storage account. Which two files should
you create before you prepare the drives for the import job? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.

A. an XML manifest file


B. a driveset CSV file
C. a dataset CSV file
D. a PowerShell PS1 file
E. a JSON configuration file

Correct Answer:
BC Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: Modify the driveset.csv file in the root folder where the tool resides.
C: Modify the dataset.csv file in the root folder where the tool resides. Depending on whether you want to
import a file or folder or both, add entries in the dataset.csv file References:
https://docs.microsoft.com/en us/azure/storage/common/storage-import-export-data-to-files

QUESTION 65
You have a Recovery Service vault that you use to test backups. The test backups contain two protected
virtual machines.
You need to delete the Recovery Services vault.
What should you do first?

A. From the Recovery Service vault, stop the backup of each backup item.
B. From the Recovery Service vault, delete the backup data.
C. Modify the disaster recovery properties of each virtual machine.
D. Modify the locks of each virtual machine.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can't delete a Recovery Services vault if it is registered to a server and holds backup data. If you try to
delete a vault, but can't, the vault is still configured to receive backup data.
Remove vault dependencies and delete vault
In the vault dashboard menu, scroll down to the Protected Items section, and click Backup Items. In this
menu, you can stop and delete Azure File Servers, SQL Servers in Azure VM, and Azure virtual machines.

References: https://docs.microsoft.com/en-us/azure/backup/backup-azure-delete-vault
You can't delete a Recovery Services vault if it is registered to a server and holds backup data. If you try to
delete a vault, but can't, the vault is still configured to receive backup data.

Remove vault dependencies and delete vault


In the vault dashboard menu, scroll down to the Protected Items section, and click Backup Items. In this
menu, you can stop and delete Azure File Servers, SQL Servers in Azure VM, and Azure virtual machines.

QUESTION 66
You have an Azure subscription that contains 100 virtual machines.
You regularly create and delete virtual machines.
You need to identify unused disks that can be deleted.
What should you do?
A. From Microsoft Azure Storage Explorer, view the Account Management properties.
B. From the Azure portal, configure the Advisor recommendations.
C. From Cloudyn, open the Optimizer tab and create a report.
D. From Cloudyn, create a Cost Management report.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
What is the Cloudyn service?
https://docs.microsoft.com/en-us/azure/cost-management/overview
You can determine optimal VM usage and identify idle VMs or remove idle VMs and unattached disks with
Cloudyn. Using information in Sizing Optimization and Inefficiency reports, you can create a plan to down
size or remove idle VMs. However, optimization reports are not currently supported for CSP partner
accounts or subscriptions.
If you provisioned AWS Reserved Instances, you can improve your reserved instances utilization with
Optimization reports where you can view buying recommendations, modify unused reservations, and plan
provisioning."

QUESTION 67
You have an Azure subscription named Subscription1.
You deploy a Linux virtual machine named VM1 to
Subscription1. You need to monitor the metrics and the logs of
VM1.
What should you use?

A. Linux Diagnostic Extension (LAD) 3.0


B. Azure Analysis Services
C. The AzurePerformanceDiagnostics extension
D. Azure HDlnsight

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-linux

QUESTION 68
You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named
VM1.

You have a computer named Computer1 that runs Windows 10. Computer1 is connected to the Internet.

You add a network interface named lnterface1 to VM1 as shown in the exhibit (Click the Exhibit button.)
From Computer1, you attempt to connect to VM1 by using Remote Desktop, but the connection

fails. You need to establish a Remote Desktop connection to VM1.

What should you do first?

A. Start VM1.
B. Attach a network interface.
C. Delete the DenyAIIOutBound outbound port rule.
D. Delete the DenyAlllnBound inbound port rule.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Incorrect Answers:
B: The network interface has already been added to
VM. C: The Outbound rules are fine.
D: The inbound rules are fine. Port 3389 is used for Remote Desktop. Note: Rules are processed in priority
order, with lower numbers processed before higher numbers, because lower numbers have higher priority.
Once traffic matches a rule, processing stops. As a result, any rules that exist with lower priorities (higher
numbers) that have the same attributes as rules with higher priorities are not processed.
References: https://docs.microsoft.com/en-us/azure/virtual-network/security-overview

QUESTION 69
You plan to automate the deployment of a virtual machine scale set that uses the Windows Server 2016
Datacenter image.
You need to ensure that when the scale set virtual machines are provisioned, they have web server
components installed.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE Each correct selection is worth one point.

A. Modify the extensionProfile section of the Azure Resource Manager template.


B. Create a new virtual machine scale set in the Azure portal.
C. Create an Azure policy.
D. Create an automation account.
E. Upload a configuration script.

Correct Answer:
AE Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app

QUESTION 70
You have an Azure subscription that contains a virtual machine named VM1. VM1 hosts a line-of-business
application that is available 24 hours a day.
VM1 has one network interface and one managed disk. VM1 uses the 04s v3 size.
You plan to make the following changes to VM1:

Change the size to D8s v3.


Add a 500-GB managed disk.
Add the Puppet Agent extension.
Attach an additional network interface.

Which change will cause downtime for VM1?

A. Add a 500-GB managed disk.


B. Attach an additional network interface.
C. Add the Puppet Agent extension.
D. Change the size to 08s v3.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
While resizing the VM it must be in a stopped state.
References: https://azure.microsoft.com/en-us/blog/resize-virtual-machines/

QUESTION 71
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource
Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance. You need to move VM1 to a different
host immediately.

Solution: From the Redeploy blade, you click Redeploy.


Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers
it back on, retaining all your configuration options and associated resources.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node

QUESTION 72
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource
Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance. You need to move VM1 to a different
host immediately.

Solution: From the Overview blade, you move the virtual machine to a different resource group.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should redeploy the VM.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node

QUESTION 73
You have an Azure subscription that contains the resources in the following table.

Subnet1 is associated to VNet1. NIC1 attaches VM1 to Subnet1.

You need to apply ASG1 to VM1.

What should you do?

A. Modify the properties of NSG1.


B. Modify the properties of ASG1.
C. Associate NIC1 to ASG1.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
NSG's are associated to NICs and Subnets, not VM's.
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic

QUESTION 74
You have two subscriptions named Subscription1 and Subscription2. Each subscription is associated to a
different Azure AD tenant.
Subscription1 contains a virtual network named VNet1.VNet1 contains an Azure virtual machine named
VM1 and has an IP address space of 10.0.0.0/16. Subscription2 contains a virtual network named VNet2.
VNet2 contains an Azure virtual machine named VM2 and has an IP address space of 10.10.0.0/24.
You need to connect VNet1 to VNet2.
What should you do first?

A. Move VNet1 to Subscription2.


B. Modify the IP address space of VNet2.
C. Provision virtual network gateways.
D. Move VM1 to Subscription2.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The virtual networks can be in the same or different regions, and from the same or different subscriptions.
When connecting VNets from different subscriptions, the subscriptions do not need to be associated with
the same Active Directory tenant.
Configuring a VNet-to-VNet connection is a good way to easily connect VNets. Connecting a virtual
network to another virtual network using the VNet-to-VNet connection type (VNet2VNet) is similar to
creating a Site to-Site IPsec connection to an on-premises location. Both connectivity types use a VPN
gateway to provide a secure tunnel using IPsec/lKE, and both function the same way when
communicating.
The local network gateway for each VNet treats the other VNet as a local site. This lets you specify
additional address space for the local network gateway in order to route traffic. References: https://
docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal

QUESTION 75
Your company has an Azure subscription named Subscription1. The company also has two on-premises
servers named Server1 and Server2 that run Windows Server 2016. Server1 is configured as a DNS
server that has a primary DNS zone named adatum.com.
Adatum.com contains 1,000 DNS records.
You manage Server1 and Subscription1 from Server2. Server2 has the following tools installed:

- The DNS Manager console


- Azure PowerShell
- Azure CLI 2.0

You need to move the adatum.com zone to Subscription1. The solution must minimize administrative
effort. What should you use?

A. Azure PowerShell
B. Azure CLI
C. the Azure portal
D. the DNS Manager console
Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure DNS supports importing and exporting zone files by using the Azure command-line interface (CLI).
Zone file import is not currently supported via Azure PowerShell or the Azure portal.
References: https://docs.microsoft.com/en-us/azure/dns/dns-import-export

QUESTION 76
You have an Azure subscription that contains the resources in the following table.

VM1 and VM2 are deployed from the same template and host line-of-business applications accessed
by using Remote Desktop. You configure the network security group (NSG) shown in the exhibit. (Click
the Exhibit button.)
ove Il!J Delete

Resource group (change)


Security rules
ProductionRG 1 inbound, 1 outbound
Location Associated with
North Europe 0 subnets, o network interfaces
Subscription (change)
Production subscription

Subscription ID
14d26092-Be4 2-4ea 7-b 770-9dcef70fb lea

Tags (change)
Click here to add tags

Inbound security rules

PRIORITY NAME PORT PROTOCOL SOURCE DESl

1500 Port 80 80 TCP Internet Any

65000 AlloWVnetlnBound Any Any VirtualNetwork


65001 AllowAzureLoadBalancerlnBound Any Any AzureLoadBalancer Any

65500 DenyAIIBound Any Any Any Any

Outbound security rules

PRIORITY NAME PORT PROTOCOL SOURCE DESl

1000 Deny\1\/ebSites 80 TCP Any lnterr

65000 AlloWVnetOutB ound Any Any VirtualNetwork Virtu,

65001 AllowlnternetOutBound Any Any Any lnterr

65500 DenyAIIOutBound Any Any Any Any

You need to prevent users of VM1 and VM2 from accessing websites on the Internet.

What should you do?

A. Associate the NSG to Subnet1.


B. Disassociate the NSG from a network interface.
C. Change the DenyWebSites outbound security rule.
D. Change the Port_80 inbound security rule.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can associate or dissociate a network security group from a network interface or subnet. The NSG
has the appropriate rule to block users from accessing the Internet. We just need to associate it with
Subnet1. References: https://docs.microsoft.com/en-us/azure/virtual-network/manage-network-security-
group

QUESTION 77
You have an Azure subscription that contains the resources in the following table.

To which subnets can you apply NSG1?

A. the subnets on VNet2 only


B. the subnets on VNet1 only
C. the subnets on VNet2 and VNet3 only
D. the subnets on VNet1, VNet2, and VNet3
E. the subnets on VNet3 only

Correct Answer: E
Section: (none)
Explanation

Explanation/Reference:
Explanation:
All Azure resources are created in an Azure region and subscription. A resource can only be created in
a virtual network that exists in the same region and subscription as the resource. References: https://
docs.microsoft.com/en-us/azure/virtual-network/virtual-network-vnet-plan-design-arm

QUESTION 78
You create an Azure Storage account named contosostorage.
You plan to create a file share named data.
Users need to map a drive to the data file share from home computers that run Windows 10.
Which port should be open between the home computers and the data file share?

A. 80
B. 443
C. 445
D. 3389

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port
445 is blocked.
References: https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

QUESTION 79
You have an Azure Active Directory (Azure AD) tenant named contosocloud.onmicrosoft.com.
Your company has a public DNS zone for contoso.com.
You add contoso.com as a custom domain name to Azure AD. You need to ensure that Azure can verify
the domain name.
Which type of DNS record should you create?

A. RRSIG
B. PTR
C. DNSKEY
D. TXT

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Create the TXT record. App Services uses this record only at configuration time to verify that you own the
custom domain. You can delete this TXT record after your custom domain is validated and configured in
App Service.
References: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain

QUESTION 80
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.
Another administrator plans to create several network security groups (NSGs) in the subscription.
You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the
virtual networks.

Solution: From the Resource providers blade, you unregister the Microsoft.ClassicNetwork provider.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 81
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.
Another administrator plans to create several network security groups (NSGs) in the subscription.
You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the
virtual networks.

Solution: You configure a custom policy definition, and then you assign the policy to the

subscription. Does this meet the goal?

A. Yes
B. No

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your
organization by describing when the policy is enforced and what effect to take. By defining conventions,
you can control costs and more easily manage your resources.
References: https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

QUESTION 82
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.
Another administrator plans to create several network security groups (NSGs) in the subscription.
You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the
virtual networks.

Solution: You create a resource lock, and then you assign the lock to the subscription.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
How can I freeze or lock my production/critical Azure resources from accidental deletion? There is way to
do this with both ASM and ARM resources using Azure resource lock.
References: https://blogs.msdn.microsoft.com/azureedu/2016/04/27/using-azure-resource-manager-policy
and-azure-lock-to-control-your-azure-resources/

QUESTION 83
You have an Azure Active Directory (Azure AD) domain that contains 5,000 user accounts.
You create a new user account named AdminUser1.
You need to assign the User administrator administrative role to AdminUser1.
What should you do from the user account properties?

A. From the Directory role blade, modify the directory role.


B. From the Groups blade, invite the user account to a new group.
C. From the Licenses blade, assign a new license.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Assign a role to a user
Sign in to the Azure portal with an account that's a global admin or privileged role admin for the directory.
Select Azure Active Directory, select Users, and then select a specific user from the list. For the selected
user, select Directory role, select Add role, and then pick the appropriate admin roles from the Directory
roles list, such as Conditional access administrator.
Press Select to save.
References: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-users
assign-role-azure-portal

QUESTION 84
You have an Active Directory forest named contoso.com.
You install and configure Azure AD Connect to use password hash synchronization as the single sign-on
(SSO) method. Staging mode is enabled.
You review the synchronization results and discover that the Synchronization Service Manager does not
display any sync jobs.
You need to ensure that the synchronization completes successfully.
What should you do?

A. From Synchronization Service Manager, run a full import.


B. Run Azure AD Connect and set the SSO method to Pass-through Authentication.
C. From Azure PowerShell, run Start-AdSyncSyncCycle -PolicyType Initial.
D. Run Azure AD Connect and disable staging mode.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Staging mode must be disabled. If the Azure AD Connect server is in staging mode, password hash
synchronization is temporarily disabled.
References: https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory
aadconnectsync-troubleshoot-password-hash-synchronization#no-passwords-are-synchronized
troubleshoot-by-using-the-troubleshooting-task

QUESTION 85
You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains 100
user accounts.
You purchase 10 Azure AD Premium P2 licenses for the tenant. You need to ensure that 10 users can use
all the Azure AD Premium features.
What should you do?

A. From the Groups blade of each user, invite the users to a group.
B. From the Licenses blade of Azure AD, assign a license.
C. From the Directory role blade of each user, modify the directory role.
D. From the Azure AD domain, add an enterprise application.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
To assign a license, under Azure Active Directory> Licenses> All Products, select one or more products,
and then select Assign on the command bar.
References: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/license-users-groups

QUESTION 86
You download an Azure Resource Manager template based on an existing virtual machine. The template
will be used to deploy 100 virtual machines. You need to modify the template to reference an
administrative password. You must prevent the password from being stored in plain text.
What should you create to store the password?

A. Azure Active Directory (AD) Identity Protection and an Azure policy


B. a Recovery Services vault and a backup policy
C. an Azure Key Vault and an access policy
D. an Azure Storage account and an access policy

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can use a template that allows you to deploy a simple Windows VM by retrieving the password that is
stored in a Key Vault. Therefore the password is never put in plain text in the template parameter file.
References: https://azure.microsoft.com/en-us/resources/templates/101-vm-secure-password/

QUESTION 87
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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.

Your company registers a domain name of contoso.com.

You create an Azure DNS named contoso.com and then you add an A record to the zone for a host
named www that has an IP address of 131.107.1.10.

You discover that Internet hosts are unable to resolve www.contoso.com to the 131.107.1.10 IP address.

You need to resolve the name resolution issue.

Solution: You modify the name servers at the domain registrar.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns
Delegate the domain
Now that the DNS zone is created and you have the name servers, you need to update the parent domain
with the Azure DNS name servers. Each registrar has its own DNS management tools to change the name
server records for a domain.

QUESTION 88
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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.

Your company registers a domain name of contoso.com.

You create an Azure DNS zone named contoso.com, and then you add an A record to the zone for a host
named www that has an IP address of 131.107.1.10.

You discover that Internet hosts are unable to resolve www.contoso.com to the 131.107.1.10 IP address.

You need to resolve the name resolution issue.

Solution: You add an NS record to the contoso.com Azure DNS zone.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Default NS records are created automatically and shouldn't be messed with in this case.

QUESTION 89
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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.

Your company registers a domain name of contoso.com.


You create an Azure DNS named contoso.com and then you add an A record to the zone for a host
named www that has an IP address of 131.107.1.10.
You discover that Internet hosts are unable to resolve www.contoso.com to the 131.107.1.10 IP address.
You need to resolve the name resolution issue.

Solution: You modify the SOA record in the contoso.com zone.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Modify the NS record, not the SOA record.
Note: The SOA record stores information about the name of the server that supplied the data for the zone;
the administrator of the zone; the current version of the data file; the number of seconds a secondary
name server should wait before checking for updates; the number of seconds a secondary name server
should wait before retrying a failed zone transfer; the maximum number of seconds that a secondary name
server
can use data before it must either be refreshed or expire; and a default number of seconds for the time-to
live file on resource records.
References: https://searchnetworking.techtarget.com/definition/start-of-authority-record

QUESTION 90
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure subscription named Subscription1. Subscription1 contains a resource group named
RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time
when the resources were created in RG1.

Solution: From the RG1 blade, you click Automation script.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:

QUESTION 91
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource
Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance.
You need to move VM1 to a different host immediately.

Solution: From the Overview blade, you move the virtual machine to a different resource group.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:

QUESTION 92
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource
Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance.
You need to move VM1 to a different host immediately.

Solution: From the Update management blade, you click enable.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You would need to Redeploy the VM.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node

QUESTION 93
You have an Azure Active Directory (Azure AD) tenant named contosocloud.onmicrosoft.com.
Your company has a public DNS zone for contoso.com.
You add contoso.com as a custom domain name to Azure AD. You need to ensure that Azure can verify
the domain name.
Which type of DNS record should you create?

A. PTR
B. MX
C. NSEC3
D. RRSIG

Correct Answer:
B Section: (none)
Explanation

QUESTION 94
You manage an Azure Windows Server virtual machine (VM) that hosts several SQL Server databases.
You need to configure backup and retention policies for the VM. The backup policy must include
transaction log backups.
What should you do?

A. Configure point-in-time and long-term retention policies from the SQL Servers Azure portal blade.
B. Configure a SQL Server in Azure VM backup policy from the Recovery Services Azure portal blade.
C. Configure a continuous delivery deployment group from the Virtual Machine Azure portal blade.
D. Configure a point-in-time snapshot from the Disks Azure portal blade.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should configure a SQL Server in Azure VM backup policy from the Recovery Services Azure portal
blade.
The Azure Recovery Services vault has three default policy templates:
Azure Virtual Machine
Azure File Share
SQL Server in Azure VM
Because you need to back up both the SOL Server databases as well as transaction logs, you should
create a SOL Server in Azure VM backup policy. These policies also enable you to specify backup
retention durations at the daily, weekly, monthly, and yearly scopes.
You should not configure point-in-time and long-term retention policies from the SOL Servers Azure portal
blade. These backup and retention policies are available for the Azure SOL Database platform-as-a-
service (PaaS) offering, and not for Azure virtual machines hosting SOL Server databases.
You should not configure a continuous delivery deployment group from the Virtual Machine Azure portal
blade. This feature is unrelated to VM backup and recovery, and allows you to integrate a VM in a Visual
Studio Team Services (VSTS) continuous integration/continuous deployment (Cl/CD) workflow.
You should not configure a point-in-time snapshot from the Disks Azure portal blade. The snapshot
functionality in Azure does not have formal policy associated with it, nor does it back up VM configuration.

QUESTION 95
The development team asks you to provision an Azure storage account for their use.
To remain in compliance with IT security policy, you need to ensure that the new Azure storage account
meets the following requirements:

- Data must be encrypted at rest.


- Access keys must facilitate automatic rotation.
- The company must manage the access keys.

What should you do?

A. Create a service endpoint between the storage account and a virtual network (VNet).
B. Require secure transfer for the storage account.
C. Enable Storage Service Encryption (SSE) on the storage account.
D. Configure the storage account to store its keys in Azure Key Vault.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should configure the storage account to store its keys in Azure Key Vault. Azure Key Vault provides a
mechanism to store secrets, such as storage account keys, user credentials, and digital certificates,
securely in the Microsoft Azure cloud. You can access the underlying Representational State Transfer
(REST) application programming interface (API) to rotate or retrieve the secrets in your source code.
You should not enable SSE on the storage account for two reasons. First, SSE is enabled automatically on
all Azure storage accounts and encrypts all storage account data at rest. Second, SSE in its native form
uses Microsoft-managed access keys, which violates the scenario constraint for customer-managed keys.
You should not require secure transfer for the storage account. Secure transfer forces all REST API calls
to use HTTPS instead of HTTP. This feature has nothing to do with either access keys or their
management and rotation.
You should not create a service endpoint between the storage account and a VNet. A service endpoint
allows you limit traffic to a storage account from resources residing on an Azure VNet.

QUESTION 96
You have several Windows Server and Ubuntu Linux virtual machines (VMs) distributed across two virtual
networks (VNets):

- prod-vnet-west (West US region)


- prod-vnet-east (East US region)

You need to allow VMs in either VNet to connect and to share resources by using only the Azure
backbone network.
Your solution must minimize cost, complexity, and deployment time.
What should you do?

A. Add a service endpoint to each VNet.


B. Configure peering between prod-vnet-west and prod-vnet-west.
C. Create a private zone in Azure DNS.
D. Deploy a VNet-to-VNet virtual private network (VPN).
Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should configure peering between prod-vnet-west and prod-vnet-west. Peering enables VMs located
on two different Azure VNets to be grouped logically together and thereby connect and share resources.
Traditional VNet peering involves two VNets located in the same region. However, global VNet peering,
generally available in summer 2018, supports VNets distributed across any Azure public region.
You should not deploy a VNet-to-VNet VPN. First, global VNet peering means that you are no
longer required to use a VPN gateway to link VNets located in different Azure regions. Second, the
scenario requires that you minimize cost and complexity.
You should not create a private zone in Azure DNS. This action would be necessary for resources in
peered VNets to resolve each other's DNS host names. However, the scenario makes no requirement for
private host name resolution.
You should not add a service endpoint to each VNet. Service endpoints allow you to limit access to certain
Azure resources, such as storage accounts and Azure SQL databases, to resources located on a single
VNet. Thus, this feature cannot be used to link two VNets as the scenario mandates.

QUESTION 97
Your company's local environment consists of a single Active Directory Domain Services (AD OS) domain.
You plan to offer your users single sign-on (SSO) access to Azure-hosted software-as-a-service (SaaS)
applications that use Azure Active Directory (Azure AD) authentication.
The tenant's current domain name is companycom.onmicrosoft.com.
You need to configure Azure AD to use company.com, the organization's owned public domain name.
What should you do?

A. Add a company.com user principal name (UPN) suffix to the AD OS domain.


B. Run Azure AD Connect from a domain member server and specify the custom installation option.
C. Remove the companycom.onmicrosoft.com domain name from the Azure AD tenant.
D. Add a DNS verification record at the domain registrar.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should add a Domain Name System (DNS) verification record at the domain registrar. This step is
required to verify to Microsoft that you own the public DNS domain name in question. You perform the
validation by creating either a text (TXT} or mail exchanger (MX) record in your DNS zone file at the
registrar's website, using Microsoft-provided values. You can delete the verification record after Azure
validates the domain for use with Azure AD.
You should not remove the companycom.onmicrosoft.com domain name from the Azure AD tenant. In
fact, you cannot remove this domain name because Azure uses it to identify your directory uniquely across
the entire Microsoft Azure global ecosystem.
You should not add a company.com user principal name (UPN) suffix to the AD OS domain. If you use a
non-routable DNS domain in AD OS, then you may indeed be required to perform this action. However,
the scenario does not specify what AD OS domain name is currently defined.
You should not run Azure AD Connect from a domain member server and specify the custom installation
option. Configuring the proper public and private DNS domain names is one of the prerequisite steps that
needs to be completed before you run the Azure AD Connect wizard for the first time.

QUESTION 98
Drag and Drop Question

You have an Azure subscription that contains a storage account.


You have an on-premises server named Server1 that runs Window Server 2016. Server1 has 2 TB of
data. You need to transfer the data to the storage account by using the Azure Import/Export service.
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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct
orders you select.

Select and Place:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
At a high level, an import job involves the following steps:
Step 1: Attach an external disk to Server1 and then run waimportexport.exe
Determine data to be imported, number of drives you need, destination blob location for your data in Azure
storage.
Use the WAlmportExport tool to copy data to disk drives. Encrypt the disk drives with Bitlocker.
Step 2: From the Azure portal, create an import job.
Create an import job in your target storage account in Azure portal. Upload the drive journal
files. Step 3: Detach the external disks from Server1 and ship the disks to an Azure data center.
Provide the return address and carrier account number for shipping the drives back to you.
Ship the disk drives to the shipping address provided during job creation.
Step 4: From the Azure portal, update the import job
Update the delivery tracking number in the import job details and submit the import job.
The drives are received and processed at the Azure data center.
The drives are shipped using your carrier account to the return address provided in the import job.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-service

QUESTION 99
Hotspot Question

You have an Azure subscription named Subscription1.


In Subscription1, you create an Azure file share named share1.
You create a shared access signature (SAS) named SAS1 as shown in the following exhibit.

To answer, select the appropriate options in the answer area.


NOTE: Each correct selection is worth one point.

Hot Area:
Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Will have no access
The IP 193.77.134.1 does not have access on the SAS.
Box 2: Will have read, write, and list access
The net use command is used to connect to file shares.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-pa rt-1
https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?
tabs=windows

QUESTION 100
Drag and Drop Question

You have an on-premises file server named Server1 that runs Windows Server 2016.
You have an Azure subscription that contains an Azure file share.
You deploy an Azure File Sync Storage Sync Service, and you create a sync
group. You need to synchronize files from Server1 to Azure.
Which three 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.

Select and Place:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1: Install the Azure File Sync agent on Server1
The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an
Azure file share
Step 2: Register Server1.
Register Windows Server with Storage Sync Service
Registering your Windows Server with a Storage Sync Service establishes a trust relationship between
your server (or cluster) and the Storage Sync Service.
Step 3: Add a server endpoint
Create a sync group and a cloud endpoint.
A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync
with each other. A sync group must contain one cloud endpoint, which represents an Azure file share and
one or more server endpoints. A server endpoint represents a path on registered server.
References: https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide

QUESTION 101
Hotspot Question

You plan to create an Azure Storage account in the Azure region of East US
2. You need to create a storage account that meets the following
requirements:

- Replicates synchronously
- Remains available if a single data center in the region fails.

How should you configure the storage account? To answer, select the appropriate options in the answer
area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Zone-redundant storage (ZRS)
Zone-redundant storage (ZRS) replicates your data synchronously across three storage clusters in a
single region.
LRS would not remain available if a data center in the region fails GRS and RA GRS use asynchronous
replication.
Box 2: StorageV2 (general purpose V2)
ZRS only support GPv2.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-zrs

QUESTION 102
Drag and Drop Question

You have an Azure subscription named Subscription1.


You create an Azure Storage account named contosostorage, and then you create a file share named
data. Which UNC path should you include in a script that references files from the data file share? To
answer, drag the appropriate values to the correct targets. Each value 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.
NOTE: Each correct selection is worth one point.

Select and Place:


Values Answer
Ar,ea
r------------------------7 ■-- ----- ------- ----

blob Value i
I.,
Value :\ ' Value,
.JI

blob.core.windows.net

contosostorage

data

file

file"'core_windows.net

portal.azure_com

subscription1
Correct Answer:

Values Answer Ar,ea

I blob \\ j contosostorage. I - [me..corEtwindows.net] \ d_a_ra_.


,_j _
I blob.core.lN'indows.net I

J file

I portal.azure.com
J subscription1

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: contosostorage
The name of account
Box 2: file.core.windows.net
Box 3: data
The name of the file share is data.
Example:

References: https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

QUESTION 103
Hotspot Question

You have an Azure Storage accounts as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:
Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: storageaccount1 and storageaccount2 only
Box 2: All the storage accounts
Note: The three different storage account options are: General-purpose v2 (GPv2) accounts, General
purpose v1 (GPv1) accounts, and Blob storage accounts. General-purpose v2 (GPv2) accounts are
storage accounts that support all of the latest features for blobs, files, queues, and tables.
Blob storage accounts support all the same block blob features as GPv2, but are limited to supporting only
block blobs.
General-purpose v1 (GPv1) accounts provide access to all Azure Storage services, but may not have the
latest features or the lowest per gigabyte pricing.
References: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-options

QUESTION 104
Drag and Drop Question

You have an Azure subscription that contains an Azure virtual machine named VM1.
VM1 runs Windows Server 2016 and is part of an availability set.
VM1 has virtual machine-level backup enabled.
VM1 is deleted.
You need to restore VM1 from the backup. VM1 must be part of the availability set.
Which three 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.

Select and Place:

Actions Answer Area

From trie Restore configuration blade, set Restore Type


to CreatR virtual machine.

From the VMl blade, edit the disk settings of the OS


disk.

From the Restore configuration bla·de, set Restore

@
Type to Restore disks. ·

From the Recovery Services vauIt, deploy a template.

I
F _r_o_m_.th_e-_vM_l_b_la_de_,_a_d_d_a_d_is_k. I©
From the Recovery Services vault, select a restore point
for VM1.

Correct Answer:
Actions Answer Area

From trie Restore configuration blade, set Restore Type From the Recovery Services vault, select a restore p
to Create.virtual machine. for VMl.

From the VMl blade,.edit the disk settings of the OS


disk. From the Restore-configuration blade, set Restore T'
to Restore disks.

@ From the Recovery Services vault, deploy- a temp_lab

I
_Fr _o_m_.t_he- v_M_l_b_la_d_e a,d_d_a_d_isk_. I©

Section: (none)
Explanation

Explanation/Reference:

QUESTION 105
Hotspot Question

You have an Azure subscription named Subscription1.


You plan to deploy an Ubuntu Server virtual machine named VM1 to Subscription1.
You need to perform a custom deployment of the virtual machine.
A specific trusted root certification authority (CA) must be added during the deployment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Cloud-init.txt
Cloud-init.txt is used to customize a Linux VM on first boot up. It can be used to install packages and write
files, or to configure users and security. No additional steps or agents are required to apply your
configuration.
Box 2: The az vm create command
Once Cloud-init.txt has been created, you can deploy the VM with az vm create cmdlet, sing the --custom
data parameter to provide the full path to the cloud-init.txt file.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment

QUESTION 106
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains two Azure virtual machines
named VM1 and VM2.
VM1 and VM2 run Windows Server 2016. VM1 is backed up daily by Azure Backup without using the
Azure Backup agent.
VM1 is affected by ransomware that encrypts data.
You need to restore the latest backup of VM1.
To which location can you restore the backup? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: VM1 only
To restore files or folders from the recovery point, go to the virtual machine and choose the desired
recovery point.
Box 2: A new Azure virtual machine only
On the Restore configuration blade, you have two choices:
Create virtual machine
Restore disks
References:
https://docs.microsoft.com/en-us/ azure/backup/backup-azure-restore-ti les-from-vm
https://docs.microsoft.com/en-us/ azure/backup/backup-azure-arm-restore-vms

QUESTION 107
Hotspot Question

You purchase a new Azure subscription named Subscription1.


You create a virtual machine named VM1 in Subscription1.
VM1 is not protected by Azure Backup.
You need to protect VM1 by using Azure Backup. Backups must be created at 01:00 and stored for
30 days.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: A Recovery Services vault
A Recovery Services vault is an entity that stores all the backups and recovery points you create over
time. Box 2: A backup policy
What happens when I change my backup policy?
When a new policy is applied, schedule and retention of the new policy is followed.
References:
https://docs.microsoft.com/en-us/azure/backup/backup-configure-vault
https://docs.microsoft.com/en-us/azure/backup/backup-azure-backup-faq

QUESTION 108
Drag and Drop Question

You have an availability set named AS1 that contains three virtual machines named VM1, VM2, and VM3.
You attempt to reconfigure VM1 to use a larger size. The operation fails and you receive an allocation
failure message.
You need to ensure that the resize operation succeeds.
Which three 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.

Select and Place:


Correct Answer:

Section: (none)
Explanation

Explanation/Reference:

QUESTION 109
Drag and Drop Question

You have an Azure subscription. The subscription includes a virtual network named VNet1. Currently,
VNet1 does not contain any subnets.
You plan to create subnets on VNet1 and to use application security groups to restrict the traffic between
the subnets.
You need to create the application security groups and to assign them to the subnets.
Which four cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of
cmdlets to the answer area and arrange them in the correct order.

Select and Place:


Cmdlets Answer Area

JNew-Az Virtua_Ne w rk I
JNew-AzureRrre. workSecu=ity I
J New-Az I
[,/aw-Az rityRuleC nfig j CB
J Add-AzureRJcVCrtua_Ne workS b.. et' ©
Correct Answer:

Cmdlets Answer Area

JNew-Azure irtua_Ne w rk J ew-Azu:reRrt.Ap

Section: (none)
Explanation

Explanation/Reference:

QUESTION 110
Hotspot Question

You have an Azure subscription named Subscription1.

Subscription1 contains the virtual machines in the following

table.

Name JP address
VM1 lG.0.1.4
Vf\ilZ 10.0.Z.4
VM3 10.0.3.4

Subscription1 contains a virtual network named VNet1 that has the subnets in the following table.
VM3 has a network adapter named NIC3. IP forwarding is enabled on NIC3. Routing is enabled on VM3.

You create a route table named RT1. RT1 is associated to Subnet1 and Subnet2 and contains the routes
in the following table.

You apply RT1 to Subnet1.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Yes
Traffic from VM1 and VM2 can reach VM3 thanks to the routing table, and as IP forwarding is enabled on
VM3, traffic from VM3 can reach VM1.
Box 2: No
VM3, which has IP forwarding, must be turned on, in order for traffic from VM2 to reach VM1.
Box 3: Yes
The traffic from VM1 will reach VM3, which thanks to IP forwarding, will send the traffic to VM2.
References: https://www.quor
a.com/What-is-IP-forwarding

QUESTION 111
Hotspot Question

You plan to deploy five virtual machines to a virtual network subnet. Each virtual machine will have a
public IP address and a private IP address.
Each virtual machine requires the same inbound and outbound security rules.
What is the minimum number of network interfaces and network security groups that you require? To
answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: 5
A NIC can only be attached to a single VM, thus 5 are
necessary. Box 2: 1
A NSG can be assigned to zero or more NICs or Subnets; since the rules need to be the same, only one
NSG rule set is needed, which will be applied to each NIC.

QUESTION 112
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains the resources in the
following table.

In Azure, you create a private DNS zone named adatum.com.


You set the registration virtual network to VNet2. The adatum.com zone is configured as shown in the
following exhibit.
Resource group (change) vmr! Name server 1
J

Subscripti on (change ) Name server 2


Azure Pass

Subscription ID Name seNer 3


a 4fde2 9b-d5 6a-4f6c -8298-6c53cdOb720 c

Name server 4

Tags (change·)
(:lick here to add tags

Search record sets

NAME n'P! m VALUE

E mai I: azuredns-hostmaster, micriJsoft.com


Host: internal ..c:loudapp .net
Refi"esh: 3600
SOA 3600 Retry: .300
Expire :-2419200
Minimum TTL: 300
Serial number: 1

vml A 3600 10,1,0,4

vm9 A 3600 10,1.0,12

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area
Statements Yes No
The A record for VMS will be registered
automabcally in the adatum.c:om. zone·.

VMS can resolve VM9.adatum.com.

VM6 :can resolve VM9.adatum:com.

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: No
Azure DNS provides automatic registration of virtual machines from a single virtual network that's linked
to a private zone as a registration virtual network. VM5 does not belong to the registration virtual network
though.
Box 2: No
Forward DNS resolution is supported across virtual networks that are linked to the private zone as
resolution virtual networks. VM5 does belong to a resolution virtual network.
Box 3: Yes
VM6 belongs to registration virtual network, and an A (Host) record exists for VM9 in the DNS zone. By
default, registration virtual networks also act as resolution virtual networks, in the sense that DNS
resolution against the zone works from any of the virtual machines within the registration virtual network.
References: https://docs.microsoft.com/en-us/azure/dns/private-dns-overview

QUESTION 113
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named
VM1.

You install and configure a web server and a DNS server on VM1.

VM1 has the effective network security rules shown in the following exhibit.
Network lnte•tface: vm1900 Effective security rules Topology o
\llttual network/subnet: VMRG-vnetldefault Public IP: 104.40.215.211 Private IP.: 10.0.0.5 Accel
networking: Disabled

INBOUND. PORT RULES

Network secudty group·VM1-nsg (att"ached fo network int'erface vm1900)


Add Inbound port rule
Impacts O subnets, 1 network interfaces.

PRIORITY NAME PORT PROTOCOL SOURCE DESTINATION ACTII

900 Rule2 .50_-60 Any Any Any Oo


1000 default-allow-rdp 3389 TCP Any Any A

1010 Rule1 .50.-500 TCP Any Any A


--

65000 AllowVnetlnBound Any Any VirtualNet. .. VirtualNet. .. A

65001 AllowAzureLoadBalan... Any Any AzureLoad ... Any A


--

65500 DenyAlllnBound Any Any Any Any Oo


-- --

OUTBOUND PORT RULES 0

Network security group.VM1-nsg (attached to network interface: vm1900)


Impacts_o subnets, 1·network interfaces Add outbound port

PRIORITY NAME PORT PROTOCOL SOURCE DESTINATION ACTII

1000 Rl)le3" ·80 Any Any Any Oo


65000 AllowVnetoutBound Any Any VirtuafNet... VirtualNet. .. A

65001 AllowltitenietOutBou... Any Any Any Internet A

65500 DenyAIIOutBouhq Any Any Any Any Oo

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:
Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1:
Rule2 blocks ports 50-60, which includes port 53, the DNS port. Internet users can reach the Web server,
since it uses port 80.
Box 2:
If Rule2 is removed internet users can reach the DNS server as well.
Note: Rules are processed in priority order, with lower numbers processed before higher numbers,
because lower numbers have higher priority. Once traffic matches a rule, processing stops. As a result,
any rules that exist with lower priorities (higher numbers) that have the same attributes as rules with higher
priorities are not processed.
References:
https://docs.microsoft.com/en-us/azure/virtuaI-network/security-overview
QUESTION 114
Hotspot Question

You have peering configured as shown in the following exhibit.

V11 tual networks " :t X ... vNET6 - Peerings


', ,._.. , ......
+ Add 52 Ed11 rolumn5 •·•Mori!' » +Aod

!PHRilN!li 51MWi rm1 lli,\'lTfWAY TRNl51if

peeri1ngl Disco11ried:Ed vNETl Enabled

<:·· 1:e5tvNET1 peering2 Discormected vNET2 Disabled

<-·*vNEH
<-·* -YNIT2
<:·* vNETJ

<:·i> vNET4

V11 tu al networks (< :I" X . . vNIT6 - Peerings


', , _,.r .,.,· ••

+ Ai:ld :!! l:drt columns ....


1
Mo1e. » +Add

l'HRiN6 SWU'.i PHIi CiATIWi\\' TRM6rl"

Disconrieded vNET1
·· l:e!itl-vnel

··· 1:e!itVNEfl peerjng2 Disconnected vNET2 Disab'.led

<-· vNETI

- vNET3

-* vNET4
<,,·* vNETS

<: vN.ET6

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

Hosts on vNET6 can communicate with hosts on [answer


choice]. vNET6 only
vNET6 and vNETl only
vNET6, vNET1, and vNI
all the virtual networks

To change the status of the peering connection to vNETl to add a service


Connected, you must first [answer choice]. endpoint add a
subnet
delete peering1

Correct Answer:

Answer Area

Hosts on vNET6 can communicate with hosts on [answer


choice]. vNET6 only
vNET6 and vNETl only
vNET6, vNET1, and
vNI all the virtual
networks

To change the status of the peering connection to vNETl to add a service endpoint
Connected, you must first [answer choice]. add a subnet
delete peering1
modlfy the address
spa1
Section: (none)
Explanation

Explanation/Reference:
Explanation:
References: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage
peering#requirements-and-constraints

QUESTION 115
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains the virtual networks in the
following table.

Name Adllress saace Subnet name subnet address ranqe


VNen 10.1.0.0/16 SubneU 10.1.1.0/2.4
VNetz 10.10.0.0/16 Subnet2 10.10.1.0/24
VNet3 172..16.0".(l/16 Subnen 172..16.1.0/24
Subscription1 contains the virtual machines in the following table:

The firewalls on all the virtual machines are configured to allow all ICMP

traffic. You add the peerings in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
A bidirectional link must be created in order to establish a successful connection.
For example, to peer VNet A to VNet B, a link must be created from VNetA to VNetB and from VNetB to
VNetA. Creating both links will change the state to Connected.
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#my-vnet-peering-connection-is
in-initiated-state-why-cant-i-connect

QUESTION 116
Drag and Drop Question

You have an Azure Active Directory (Azure AD) tenant that has the initial domain name.
You have a domain name of contoso.com registered at a third-party registrar. You need to ensure that you
can create Azure AD users that have names containing a suffix of@contoso.com.
Which three actions should you perform in sequence? To answer, move the appropriate cmdlets from the
list of cmdlets to the answer area and arrange them in the correct order.

Select and Place:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
The process is simple:
Add the custom domain name to your directory
Add a DNS entry for the domain name at the domain name registrar Verify the custom domain name in
Azure AD
References: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain

QUESTION 117
Hotspot Question

You have an Azure subscription named Subscription1. Subscription1 contains the resources in the
following table.

VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and Vnet2.
An administrator named Admin1 creates an Azure virtual machine named VM1 in RG1. VM1 uses a disk
named Disk1 and connects to VNet1. Admin1 then installs a custom application in VM1.
You need to move the custom application to Vnet2. The solution must minimize administrative effort.
Which two actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
We cannot just move a virtual machine between networks. What we need to do is identify the disk used by
the VM, delete the VM itself while retaining the disk, and recreate the VM in the target virtual network and
then attach the original disk to it.
https://biogs.technet.microsoft.com/canitpro/2014/06/16/step-by-step-move-a-vm-to-a-different-vnet-on
azure/
https://4sysops.com/archives/move-an-azure-vm-to-another-virtual-network-vnet/#migrate-an-azure-vm
between-vnets

QUESTION 118
Hotspot Question

You have an Azure Active Directory (Azure AD) tenant named adatum.com. Adatum.com contains the
groups in the following table.

You create two user accounts that are configured as shown in the following table.

To which groups do User1 and User2 belong? To answer. select the appropriate options in the
answer area.

NOTE: Each correct selection is worth one point.

Hot Area:
Answer A.rea

Userl: I.,..
Groul!!._only
Group2.only
Grou(l3
only
Grot!]p1 and Group2 only
Group1 and Group3 only
Group2.and Group3 only
Group1, Group2l and Group3

User2: IT
Group1 only
Group2 only
Group3 only
Group1 and Group2. only
Group1 and Group3 only
Group2 and Group3 only
Group1, Group2, and Group] -

Correct Answer:

Answer A.rea

Userl: I.,..
Grou(J1
only Group2
only Grou_p3
onlt
GmLJp1 and Grau . only
Group1 and Group3 only
Group2.and Group3 only
Group1, Gmup2l and Group3

User2: IT
Group1 only
Group2 only
Group3 only
Grol.lp1 an Giroup2 only
Group1 and Group3 only
Group2 and Group3 o ly _ -
Group1, Group2, and Group]

Section: (none)
Explanation
Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/sccm/core/clients/manage/collections/create-collections

QUESTION 119
You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured
as web servers.

You have an Azure load balancer named LB1 that provides load balancing services for the virtual

machines. You need to ensure that visitors are serviced by the same web server for each request.

What should you configure?

A. Idle Time-out (minutes) to 20


8. Floating IP (direct server return) to Disabled
C. Floating IP (direct server return) to Enabled
D. Session persistence to Client IP and protocol

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can set the sticky session in load balancer rules with setting the session persistence as the client IP
and protocol. Client IP and Protocol specifies that successive requests from the same client IP address
and protocol combinations will be handles by the same VM.
References:
https://cloudopszone.com/configure-azure-load-balancer-for-sticky-sessions/

QUESTION 120
You are the global administrator for an Azure Active Directory (Azure AD) tenant named adatum.com.
You need to enable two-step verification for Azure users.
What should you do?

A. Configure a playbook in Azure AD conditional access policy.


8. Create an Azure AD conditional access policy.
C. Create and configure the Identify Hub.
D. Install and configure Azure AD Connect.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/ azure/active-directory/authentication/howto-mfa-mfasettings

QUESTION 121
From the MFA Server blade, you open the Block/unblock users blade as shown in the exhibit.
Block/unblock users
A blocked user will not receive Multi-Factor Authentication requests. Authentication attempts for that user
will be automatically denied. A user will remain blocked for 90 days from the time they are blocked. To
manually unblock a user, click the "Unblock" action.
What caused AlexW to be blocked?

A. The user entered an incorrect PIN four times within 10 minutes.


B. The user account password expired.
C. An administrator manually blocked the user.
D. The user reported a fraud alert when prompted for additional authentication.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Only an admin can block users and not a reason and complaints in terms of the software way of working.

QUESTION 122
You have the Azure virtual networks shown in the following table.

To which virtual networks can you establish a peering connection from VNet1?

A. VNet2 and VNet3 only


B. VNet2 only
C. VNet3 and VNet4 only
D. VNet2, VNet3, and VNet4

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The virtual networks you peer must have non-overlapping IP address spaces. The VNet1 and VNhet2
address spaces overlap. The range of VNet2 is contained inside the range of VNet1.
References:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage- peering#requirements-
and constraints

QUESTION 123
You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine
named VM1.
VNet2 contains an Azure virtual machine named VM2. VM1 hosts a frontend application that connects to
VM2 to retrieve data. Users report that the frontend application is slower than usual.
You need to view the average round-trip time (RTT) of the packets from VM1 to VM2.
Which Azure Network Watcher feature should you use?

A. NSG flow logs


B. Connection troubleshoot
C. IP flow verify
D. Connection monitor

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Connection Monitor feature in Azure Network Watcher is now generally available in all public regions.
Connection Monitor provides you RTT values on a per-minute granularity. You can monitor a direct TCP
connection from a virtual machine to a virtual machine, FQDN, URI, or IPv4 address.
References:
https://azure.microsoft.com/en-us/updates/general-availability-azure-network-watcher-connection-monitor
in-all-public-regions/

QUESTION 124
You are troubleshooting a performance issue for an Azure Application Gateway.
You need to compare the total requests to the failed requests during the past six hours.
What should you use?

A. Metrics in Application Gateway


B. Diagnostics logs in Application Gateway
C. NSG flow logs in Azure Network Watcher
D. Connection monitor in Azure Network Watcher

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Application Gateway currently has seven metrics to view performance counters. Metrics are a feature for
certain Azure resources where you can view performance counters in the portal. For
Application Gateway, the following metrics are available:
Total Requests
Failed Requests
Current Connections
Healthy Host Count
Response Status
Throughput
Unhealthy Host count
You can filter on a per backend pool basis to show healthy/unhealthy hosts in a specific backend pool
References: https://docs.microsoft.com/en-us/azure/application-gateway/application-
gatewayd iagnostics#Metrics

QUESTION 125
Drag and Drop Question

You have two Azure virtual machines named VM1 and VM2. VM1 has a single data disk named
Disk1. You need to attach Disk1 to VM2. The solution must minimize downtime for both virtual
machines.
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.
Select and Place:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1: Stop VM1.
Step 2: Detach Disk1 from VM1.
Step 3: Start VM1.
Detach a data disk using the portal
1. In the left menu, select Virtual Machines.
2. Select the virtual machine that has the data disk you want to detach and click Stop to deallocate the VM.
3. In the virtual machine pane, select Disks.
4. At the top of the Disks pane, select Edit.
5. In the Disks pane, to the far right of the data disk that you would like to detach, click the Detach
button image detach button.
6. After the disk has been removed, click Save on the top of the pane.
7. In the virtual machine pane, click Overview and then click the Start button at the top of the pane to restart
the VM.
8. The disk stays in storage but is no longer attached to a virtual
machine. Step 4: Attach Disk1 to VM2 -
Attach an existing disk -
Follow these steps to reattach an existing available data disk to a running VM.
1. Select a running VM for which you want to reattach a data disk.
2. From the menu on the left, select Disks.
3. Select Attach existing to attach an available data disk to the VM.
4. From the Attach existing disk pane, select
OK. References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/detach-disk
https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-attach-detach-data-disk

QUESTION 126
Drag and Drop Question

You have an Azure subscription that is used by four departments in your company.
The subscription contains 10 resource groups. Each department uses resources in several resource
groups.
You need to send a report to the finance department.
The report must detail the costs for each department.
Which three 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.

Select and Place:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Assign a tag to each resource.
You apply tags to your Azure resources giving metadata to logically organize them into a taxonomy. After
you apply tags, you can retrieve all the resources in your subscription with that tag name and value. Each
resource or resource group can have a maximum of 15 tag name/value pairs. Tags applied to the resource
group are not inherited by the resources in that resource group.
Box 2: From the Cost analysis blade, filter the view by tag After you get your services running, regularly
check how much they're costing you. You can see the current spend and burn rate in Azure portal.
Visit the Subscriptions blade in Azure portal and select a subscription. You should see the cost breakdown
and burn rate in the popup blade. Click Cost analysis in the list to the left to see the cost breakdown by
resource. Wait 24 hours after you add a service for the data to populate.
You can filter by different properties like tags, resource group, and timespan. Click Apply to confirm
the filters and Download if you want to export the view to a Comma-Separated Values (.csv) file.
Box 3: Download the usage report
References:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags
https://docs.microsoft.com/en-us/azure/billing/billing-getting-started

QUESTION 127
Hotspot Question

You have a virtual network named VNet1 that has the configuration shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.
NOTE: Each correct selection is worth one point.

Hot Area:
Answer Area

Before a virtual machine on VNet1 can receive an IP address from


192.tGB.1.0/24, you musifirst add a network. interface
1

add a su:bnet
add an addr,es.ss ace
de ete a subnet
de ete an addr.ess space

Before a virtual machine on VNet1 can receive an IP address from


10.2.1.0124. you must first add a network interface
add a subnet
add an address space•
delete a subnet
delete anaddress s ace
Correct Answer:

Answer Area

Before a virtual machine on VNet1 can receive an IP address from


192.tGB.1.0/24, you musifirst add a network. interface
1

add a su:bnet
add an address s ace.
def-ete a subnet
de ete an addr.ess space

Before a virtual machine on VNet1 can receive an IP address from


10.2.1.0124. you must first add a network
interface add as bnet
add an address space•
delete a subnet
delete anaddress s ace
Section: (none)
Explanation

Explanation/Reference:
Explanation:
As 192.168.1.0/24 is outside of the configured address space of 10.2.0.0/16, the answer is to create an
address space.
As 10.2.1.0/24 subnet doesn't exist (only 10.2.0.0/24) the answer is to create a subnet.
QUESTION 128
Hotspot Question

You have an Azure subscription named Subscrption1 that is associated to an Azure Active Directory
(Azure AD) tenant named AAD1.
Subscription1 contains the objects in the following table:

Name Type
Share1 Azur:e file share
Account1 Azure Storaqe account
RG1 Resoume amrn::,
Vault1 Recovery Services vault

You plan to create a single backup policy for Vault1. To answer, select the appropriate options in
the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

ou can crea e an re ac u hey o.

n b Cu , ou can con 1gur


d or u o:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Share1 only
Azure Backup policies can only back up an Azure VM, SQL in an Azure VM or File Share. As such the
answer to the first part should be Share1 only.
Box 2: 99 years
With the latest update to Azure Backup, customers can retain their data for up to 99 years in Azure.
Note: A backup policy defines a matrix of when the data snapshots are taken, and how long those
snapshots are retained.
The backup policy interface looks like this:
References: https://docs.microsoft.com/en-us/azure/backup/backup-azure-vms-first-look-arm#defining-a
backup-policy
https://blogs.microsoft.com/firehose/2015/02/16/february-update-to-azure-backup-includes-data-retention
up-to-99-years-offline-backup-and-more/

QUESTION 129
Drag and Drop Question

You have an Azure Linux virtual machine that is protected by Azure Backup.
One week ago, two files were deleted from the virtual machine.
You need to restore the deleted files to an on-premises computer as quickly as possible.
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.

Select and Place:


Actions

File
Recov

Correct Answer:

Actions
OU D

I Co S I

D
o


ro I, ch R or V ul.
I
Section: (none)
Explanation

Explanation/Reference:
Explanation:
To restore files or folders from the recovery point, go to the virtual machine and choose the desired
recovery point.
Step 0. In the virtual machine's menu, click Backup to open the Backup dashboard. Step 1. In the Backup
dashboard menu, click File Recovery.
Step 2. From the Select recovery point drop-down menu, select the recovery point that holds the files you
want. By default, the latest recovery point is already selected.
Step 3: To download the software used to copy files from the recovery point, click Download Executable
(for Windows Azure VM) or Download Script (for Linux Azure VM, a python script is generated).
Step 4: Copy the files by using AzCopy
AzCopy is a command-line utility designed for copying data to/from Microsoft Azure Blob, File, and Table
storage, using simple commands designed for optimal performance.
You can copy data between a file system and a storage account, or between storage accounts.
References:
https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy

QUESTION 130
Hotspot Question

You have an Azure Migrate project that has the following assessment properties:

Target location: East US


Storage redundancy: Locally redundant.
Comfort factor: 2.0
Performance history: 1
month Percentile
utilization: 95th Pricing
tier: Standard Offer: Pay
as you go

You discover the following two virtual machines:

A virtual machine named VMl that runs Windows Server 2016 and has 10 CPU cores
at 20 percent utilization
A virtual machine named VM2 that runs Windows Server 2012 and has four CPU
cores at 50 percent utilization

How many CPU cores will Azure Migrate recommend for each virtual machine? To answer, select the
appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:
V_

2
3

1
2
4
Correct Answer:

2
3

4
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 2: 4
4 *0.50 * 0.95* 2 = 3.8
Note: The number of cores in the machines must be equal to or less than the maximum number of cores
(128 cores) supported for an Azure VM.
If performance history is available, Azure Migrate considers the utilized cores for comparison. If a comfort
factor is specified in the assessment settings, the number of utilized cores is multiplied by the comfort
factor.
If there's no performance history, Azure Migrate uses the allocated cores, without applying the
comfort factor.
References:
https://docs.microsoft.com/en-us/azure/migrate/concepts-assessment-calculation

QUESTION 131
Hotspot Question

You have an Azure subscription named Subscroption1.


In Subscription1, you create an alert rule named Alert1. The Alert1 action group is configured as shown in
the following exhibit.

Alert1 alert criteria is triggered every minute.


Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.
NOTE: Each correct selection is worth one point.

Hot Area:
The number o ema1il messages.that . HI se d in an
Al·eirt1,
hour is (ans ·· r choic,e]
1

rO

,6
12

llhe numDe of S-s mess ges tnarl Alert1 HI s·end in an


hour is (ans ,er choice]..
1

6
----
12 _
60 1
;;;;;;;;;;;;

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: 60
One alert per minute will trigger one email per minute.
Box 2: 12
No more than 1 SMS every 5 minutes can be send, which equals 12 per hour. Note: Rate limiting is a
suspension of notifications that occurs when too many are sent to a particular phone number, email
address or device. Rate limiting ensures that alerts are manageable and actionable.
The rate limit thresholds are:
SMS: No more than 1 SMS every 5 minutes.
Voice: No more than 1 Voice call every 5 minutes.
Email: No more than 100 emails in an hour.
Other actions are not rate limited.
References:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/monitoring-and- diagnostics/monitoring
overview-alerts.md

QUESTION 132
Hotspot Question

You have an Azure subscription named Subscription1.


You have a virtualization environment that contains the virtualization servers in the following table.
_ ame

Se -er2

The virtual machines are configured as shown in the following table.

_ ame. Generation Operanng Data.d"k (


OS dtsk
\ 1 1 GB 800 GB

VM2 l 1 GB 200 GB
Linux -
3 GB 100 GB l TB \Vindo ;vs
016
ot applicable 8GB 100 GB TB

ot applicable 16 1 0GB 1 TB
GB - -

ot applicable 4GB 00GB 6TB

All the virtual machines use basic disks. VM1 is protected by using Bitlocker Drive Encryption (Bitlocker).
You plan to use Azure Site Recovery to migrate the virtual machines to Azure. Which virtual machines
can you migrate? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:
Virtual · acn·nes that can be migrated rom Server1:
VM1
IVIM2
VM3
VM1 andV
iVM1 and V

Virtual macn·nes hat ,can be migrated from Berver2: V ~Aonly


..
1VMBon ll
VMC
only

Correct Answer:

Virtual · acn nes that can be migrated rom Server1:


VM1
IVIMQ
VM3
VM1 andV
iVM1 and V

Virtual macn·nes hat ,can be migrated from Berver2:


V Aonly
..
1VMBon lly
VMC only
V

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: VM3
Not VM1 as Bitlocker is not supported. Bitlocker must be disabled before you enable replication for a VM.
Not VM2 as maximum Operating system disk size for a generation VM is 2,048 GB.
Box 2: VMA and VMB only
Not VMC as the max data disk size is 4,095 GB
References:
https://docs.microsoft.com/en-us/azure/site-recovery/hyper-v-azure-support-matrix
https://docs.microsoft.com/en-us/azure/site-recovery/vmware-physical-azure-support-matrix#azure-vm
requirements

QUESTION 133
Drag and Drop Question

Your network is configured as shown in the following exhibit.

The firewalls are configured as shown in the following table.

Prod1 contains a vCenter server.


You install an Azure Migrate Collector on Test1.
You need to discover the virtual machines.
Which TCP port should be allowed on each firewall? To answer, drag the appropriate ports to the correct
firewalls. Each port 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.
NOTE: Each correct selection is worth one point.

Select and Place:


TCP IPoirts Answer Ar ea
1

I Inbound 80 FW1:

Fw·2
!Inbound 995

0 'tbound 3389

Correct Answer:
TCP IPoirts Answer Ar ea 1

,Inbound80 FW1: Outbound 443

!Inbound 995 FW2. I Outbound443

0 'tbound3389

Section: (none)
Explanation

Explanation/Reference:
Explanation:
FW1: Outbound 443
Collector communicates with Azure Migrate service over SSL 443.
FW2: Outbound 443
The Collector must be able to communicate with the vCenter Server. By default, it connects to vCenter on
443.
Note: The collector communicates as summarized in the following diagram.
References:
https://docs.microsoft.com/en-us/ azure/migrate/concepts-collector

QUESTION 134
Drag and Drop Question

You have an on-premises network that includes a Microsoft SQL Server instance named SQL1.
You create an Azure Logic App named App1.
You need to ensure that App1 can query a database on SQL1.
Which three 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.

Select and Place:


Actions Answer Area

From the Azure portal, createnon-premises d


t gate y.

From n on-premises com uter, install


an on-prem, es d ta g te ay.

Crea e n Azure virtu I m chine that


runs Windo s Server 201 .

From an Azure virtu I machine, install


n
on-premises data g te ay.
From the Lo ic Apps Designer in he Azure port
I, add a connec or.

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
To access data sources on premises from your logic apps, you can create a data gateway resource in
Azure so that your logic apps can use the on-premises connectors. Box 1: From an on-premises
computer, install an on-premises data gateway. Before you can connect to on-premises data sources from
Azure Logic Apps, download and install the on-premises data gateway on a local computer.
Box 2: From the Azure portal, create an on-premises data gateway Create Azure resource for gateway
After you install the gateway on a local computer, you can then create an Azure resource for your
gateway. This step also associates your gateway resource with your Azure subscription. Sign in to the
Azure portal. Make sure you use the same Azure work or school email address used to install the gateway.
On the main Azure menu, select Create a resource> Integration > On-premises data gateway.
Microsoft Azure
.... - '1 ·1 ·- > New

+ Create a resource New


All services

IP I •.# I

* FAVORITES
Azure ar e place s II Fea ured

Ill
Dashboard
G s logic
•••
•••
••• All resources
R en ly c ea ed

Resource groups Compu APf n,

--
..
C

0
J
App SelVices

Function Apps
e
S orage
or ing

n On-pr

-
eb

Gl1
1113SQL databases

Azure Cosmos DB
Con
ob1le

iners
llli In e91
Q C

•l
a aba s
It) Virtual machines Servic


naly ics s
Load balancers
achine Lear mg

Iii Storage accounts - - • I gs D al

Virtual networks
- .
• Q C

. Data c
Id

On the Create connection gateway page, provide this information for your gateway resource. To add the
gateway resource to your Azure dashboard, select Pin to dashboard. When you're done, choose Create.
Box 3: From the Logic Apps Designer in the Azure portal, add a connector After you create your gateway
resource and associate your Azure subscription with this resource, you can now create a connection
between your logic app and your on-premises data source by using the gateway.
In the Azure portal, create or open your logic app in the Logic App Designer. Add a connector that
supports on-premises connections, for example, SQL Server.
Set up your connection.
References:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection

QUESTION 135
Hotspot Question

You have an Azure Active Directory (Azure AD) tenant.


You need to create a conditional access policy that requires all users to use multi-factor authentication
when they access the Azure portal.
Which three settings should you configure? To answer, select the appropriate settings in the answer area.

Hot Area:
Name

Po,llicy•f

Assi'gnments

Users and groups


O users and groups sel'e,eted

Cloud apps
O cloud apps sel,ec:ed

Oonclitions
O conditions setecled

Access contr-ols,

Grant
0 contro,lsel,ected

S,ession
O contm:,lssel ected
1

!Enables1p0Hcy

Off
Name

Po,llicy•f

Assi'gnments

Users and groups


O users and groups selected

Cloud apps
O cloud apps sel,ec:ed

Conditions
0 condmons selected

Access contr-ols,

Grant
0 controls select,ed

S,ession
O contm,:lssel,ected

!Enables1p0Hcy

Off
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Assignments, Users and Groups
When you configure the sign-in risk policy, you need to set:
The users and groups the policy applies to: Select Individuals and Groups

Box 2:
When you configure the sign-in risk policy, you need to set the type of access you want to be enforced.

Box 3:
When you configure the sign-in risk policy, you need to set:
The type of access you want to be enforced when your sign-in risk level has been met:
References:
https://docs.microsoft.com/en-us/azure/active-directory/identity-protection/howto-user-risk-policy

QUESTION 136
Hotspot Question

You plan to use Azure Network Watcher to perform the following tasks:
Task1: Identify a security rule that prevents a network packet from reaching an Azure virtual machine.
Task2: Validate outbound connectivity from an Azure virtual machine to an external host.
Which feature should you use for each task? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Task 1: IP flow verify
IP flow verify checks if a packet is allowed or denied to or from a virtual machine. The information
consists of direction, protocol, local IP, remote IP, local port, and remote port. If the packet is denied by a
security group, the name of the rule that denied the packet is returned. While any source or destination IP
can be chosen, IP flow verify helps administrators quickly diagnose connectivity issues from or to the
internet and from or to the on-premises environment.
Task 2:
With the addition of Connection Troubleshoot, Network Watcher will see an incremental increase in its
capabilities and ways for you to utilize it in your day to day operations. You can now, for example, check
connectivity between source (VM) and destination (VM, URI, FQDN, IP Address).
References:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-ip-flow-verify-overview
https://azure.microsoft.com/en-us/blog/network-watcher-connection-troubleshoot-now-generally-available/

QUESTION 137
You have an Azure tenant that contains two subscriptions named Subscription1 and Subscription2.

In Subscription1, you deploy a virtual machine named Server1 that runs Windows Server 2016. Server1
uses managed disks.

You need to move Server1 to Subscription2. The solution must minimize administration effort.

What should you do first?

A. In Subscription2, create a copy of the virtual disk.


B. From Azure PowerShell, run the Move-AzureRmResource cmdlet.
C. Create a snapshot of the virtual disk.
D. Create a new virtual machine in Subscription2.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
To move existing resources to another resource group or subscription, use the Move-AzureRmResource
cmdlet.
https://docs.microsoft.com/en-in/azure/azure-resource-manager/resource-group-move-resources#move
resources

QUESTION 138
You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual
machines.

Your company has three cost centers named Manufacturing, Sales, and Finance.

You need to associate each virtual machine to a specific cost center.

What should you do?

A. Add an extension to the virtual machines.


B. Modify the inventory settings of the virtual machine.
C. Assign tags to the virtual machines.
D. Configure locks for the virtual machine.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/billing/billing-getting-started
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags

QUESTION 139
You have an Azure policy as shown in the following exhibit.
Which of the following statements are true?

A. You can create Azure SQL servers in ContosoRG1.


B. You are prevented from creating Azure SQL servers anywhere in Subscription 1.
C. You are prevented from creating Azure SQL Servers in ContosoRG1 only.
D. You can create Azure SQL servers in any resource group within Subscription 1.

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of
ContosoRG1

QUESTION 140
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.
Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You plan to connect several virtual machines to the VNET01-USEA2 virtual network.

In the Web-RGlod8095859 resource group, you need to create a virtual machine that uses the
Standard_B2ms size named Web01 that runs Windows Server 2016. Web01 must be added to an
availability set.

What should you do from the Azure portal?

A. See below explanation

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1. Choose Create a resource in the upper left-hand corner of the Azure portal.

Step 2. In the Basics tab, under Project details, make sure the correct subscription is selected and then
choose Web-RGlod8095859 resource group
Home V > C e virtual machine
>
Create a virtual machine

Basics Disks or mg nag m t Gu s con 1g Tags Revi + er a

Create a vi ual achine x or Windo s. Sele an ima e from Az re ma etplace or use


Complet he Basics ab yo1
create to provision a virtu I machi e \I efa It para e ers or
customiza io . i 1
Lookin for cl sic VM ' from Alt r M<1r pl

PROJECT OETAILS

Selec he subscrip ion o anage deploye resources and cos . Us resource gro s Ii e olders o org
resourc s.

ti n O y-A -Y - o

L ro p 0

Step 3. Under Instance details type/select:


Virtual machine name: Web01
Image: Windows Server 2016
Size: Standard B2ms size
Leave the other defaults.

INSTANCE C:ETAH.5

* Virtual machine flame 8 IT myVM

* Region 0 E US

Availabitity options I None


Image (I Windows Server 2016 Daitacenter
Browse a rmages an 1s1<s

* Slze 8 Standard DS1 v2


1 vcpu, 3.5 GB memory
I Change size

Step 4. Finish the Wizard


Note: You will have option to create Availability Set and VNET when you create a new VM through Azure
Portal Wizard.

QUESTION 141
You have an Azure subscription named Subscription1.

You have 5 TB of data that you need to transfer to Subscription.

You plan to use an Azure Import/Export job.

What can you use as the destination of the imported data?

A. Azure SQL Database


B. Azure Data Factory
C. A virtual machine
D. Azure Blob storage

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-service

QUESTION 142
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You plan to prevent users from accidentally deleting blob data from Azure.

You need to ensure that administrators can recover any blob data that is deleted accidentally from the
storagelod8095859 storage account for 14 days after the deletion occurred.

What should you do from the Azure portal?

A. See below explanation

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Task A: Create a Recovery Services vault (if a vault already exists skip this task, go to Task B below)
A1. From Azure Portal, On the Hub menu, click All services and in the list of resources, type Recovery
Services and click Recovery Services vaults.

If there are recovery services vaults in the subscription, the vaults are listed.

A2. On the Recovery Services vaults menu, click Add.

A3. The Recovery Services vault blade opens, prompting you to provide a Name, Subscription, Resource
group, and Location

Task B. Create a backup goal


B1. On the Recovery Services vault blade (for the vault you just created), in the Getting Started section,
click Backup, then on the Getting Started with Backup blade, select Backup goal.
The Backup Goal blade opens. If the Recovery Services vault has been previously configured, then the
Backup Goal blades opens when you click Backup on the Recovery Services vault blade.

82. From the Where is your workload running? drop-down menu, select Azure.

[_'3ackupGoal □ :_

83. From the What do you want to backup? menu, select Blob Storage, and click OK.
B4. Finish the Wizard.

Task C. create a backup schedule


C1. Open the Microsoft Azure Backup agent. You can find it by searching your machine for Microsoft
Azure Backup.

C2. In the Backup agent's Actions pane, click Schedule Backup to launch the Schedule Backup Wizard.

C3. On the Getting started page of the Schedule Backup Wizard, click Next.

C4. On the Select Items to Backup page, click Add Items.

The Select Items dialog opens.

C5. Select Blob Storage you want to protect, and then click OK.

C6.ln the Select Items to Backup page, click Next.


On the Specify Backup Schedule page, specify Schedule a backup every day, and click Next.
C7. On the Select Retention Policy page, set it to 14 days, and click Next.

C8. Finish the Wizard.

References:
https://docs.microsoft.com/en-us/ azure/back up/backup-configure-vauIt

QUESTION 143
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

Your company plans to store several documents on a public website.


You need to create a container named bios that will host the documents in the storagelod8095859 storage
account. The solution must ensure anonymous access and must ensure that users can browse folders in
the container.

What should you do from the Azure portal?

A. See below explanation

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure portal create public container
To create a container in the Azure portal, follow these steps:

Step 1. Navigate to your new storage account in the Azure portal.

Step 2. In the left menu for the storage account, scroll to the lob service section, then select Blobs.
Select the + Container button.
Type a name for your new container: bios
Set the level of public access to the container: Select anonymous access.

Step 3. Select OK to create the container.

References:
https://docs.microsoft.com/en-us/ azure/storage/blobs/storage-quickstart-blobs-portal

QUESTION 144
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

Your company plans to host in Azure the source files of several line-of-business applications.

You need to create an Azure file share named corpsoftware in the storagelod8095859 storage account.
The solution must ensure the corpsoftware can store only up to 250 GB of data.

What should you do from the Azure portal?

A. See below explanation

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Step 1. Go to the Storage Account blade on the Azure portal:

Step 2. Click on add File Share button:


Step 3. Provide Name (storagelod8095859) and Quota (250 GB).

References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share

QUESTION 145
You have an Azure subscription that contains 100 virtual machines.

You regularly create and delete virtual machines.

You need to identify unattached disks that can be deleted.

What should you do?

A. From Microsoft Azure Storage Explorer, view the Account Management properties.
B. From the Azure portal, configure the Advisor recommendations.
C. From Azure Cost Management, open the Optimizer tab and create a report.
D. From Azure Cost Management, create a Cost Management report.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://cloud.netapp.com/blog/reduce-azure-storage-costs

QUESTION 146
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource
Manager template named ARM1.json.

You receive a notification that VM1 will be affected by maintenance.

You need to move VM1 to a different host immediately.

Solution: From the Overview blade, you move the virtual machine to a different

subscription. Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You would need to Redeploy the VM.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node

QUESTION 147
You plan to back up an Azure virtual machine named VM1.

You discover that the Backup Pre-Check status displays a status of Warning.

What is a possible cause of the Warning status?

A. VM1 does not have the latest version of WaAppAgent.exe installed.


B. VM1 has an unmanaged disk.
C. VM1 is stopped.
D. A Recovery Services vault is unavailable.

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Warning state indicates one or more issues in VM's configuration that might lead to backup failures
and provides recommended steps to ensure successful backups. Not having the latest VM Agent installed,
for example, can cause backups to fail intermittently and falls in this class of issues.
References:
https://azure.microsoft.com/en-us/blog/ azure-vm-backup-pre-checks/

QUESTION 148
You have two Azure virtual machines named VM1 and VM2. You have two Recovery Services
vaults named RSV1 and RSV2.

VM2 is protected by RSV1.

You need to use RSV2 to protect VM2.


What should you do first?

A. From the RSV1 blade, click Backup items and stop the VM2 backup.
B. From the RSV1 blade, click Backup Jobs and export the VM2 backup.
C. From the RSV1 blade, click Backup. From the Backup blade, select the backup for the virtual machine,
and then click Backup.
D. From the VM2 blade, click Disaster recovery, click Replication settings, and then select RSV2 as the
Recovery Services vault.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/backup/backup-azure-vms-first-look-arm

QUESTION 149
You have an Azure virtual machine named VM1 that you use for testing. VM1 is protected by Azure

Backup. You delete VM1.

You need to remove the backup data stored for VM1.

What should you do first?

A. Modify the backup policy.


B. Delete the Recovery Services vault.
C. Stop the backup.
D. Delete the storage account.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Stop backup and delete recovery services vault, if no other backups.
https://docs.microsoft.com/en-us/azure/backup/tutorial-backup-vm-at-scale

QUESTION 150
You have an Azure subscription.

You have an on-premises virtual machine named VM1. The settings for VM1 are shown in the exhibit.
(Click the Exhibit button.)
IV 1

fll a.on
S-..waoffcrcd

You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines.

What should you modify on VM1?

A. Integration Services
B. the network adapters
C. the memory
D. the hard drive
E. the processor

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
From the exhibit we see that the disk is in the VHDX format.
Before you upload a Windows virtual machines (VM) from on-premises to Microsoft Azure, you must
prepare the virtual hard disk (VHD or VHDX). Azure supports only generation 1 VMs that are in the VHD
file format and have a fixed sized disk. The maximum size allowed for the VHD is 1,023 GB. You can
convert a generation 1 VM from the VHDX file system to VHD and from a dynamically expanding disk to
fixed-sized.

QUESTION 151
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab{s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You plan to back up all the Azure virtual machines in your Azure subscription at 02:00 Coordinated
Universal Time (UTC) daily.

You need to prepare the Azure environment to ensure that any new virtual machines can be configured
quickly for backup. The solution must ensure that all the daily backups performed at 02:00 UTC are stored
for only 90 days.

What should you do from the Azure portal?

A. See below explanation

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Task A: Create a Recovery Services vault (if a vault already exists skip this task, go to Task B below)
A1. From Azure Portal, On the Hub menu, click All services and in the list of resources, type Recovery
Services and click Recovery Services vaults.

If there are recovery services vaults in the subscription, the vaults are listed.

A2. On the Recovery Services vaults menu, click Add.

A3. The Recovery Services vault blade opens, prompting you to provide a Name, Subscription, Resource
group, and Location

Task B.
B1. On the Recovery Services vault blade (for the vault you just created), in the Getting Started section,
click Backup, then on the Getting Started with Backup blade, select Backup goal.

The Backup Goal blade opens. If the Recovery Services vault has been previously configured, then the
Backup Goal blades opens when you click Backup on the Recovery Services vault blade.
B2. From the Where is your workload running? drop-down menu, select Azure.

B3. From the What do you want to backup? menu, select Virtual Machine, and click OK.

I Backup Goal X

Wh is your wor¼:l'oad runnin,g?

I AfLJ _· Y]_. _,

Whiii de you-w.1rt to ba up?


[ Vidu.al machin"

B4. Finish the Wizard.

Task C. create a backup schedule


C1. Open the Microsoft Azure Backup agent. You can find it by searching your machine for Microsoft
Azure Backup.

Micsro.soft Azure Backup


DEs op 3pp

My stuff P Web

Microso,ftAzure Bae up

C2. In the Backup agent's Actions pane, click Schedule Backup to launch the Schedule Backup Wizard.

Ch ngt: ProptttTu,
Op ·n 'Portal
Abo:lllt Micrn!rltt Azutl! RKDV'!li)' Servic A91 nt

P 1Yacy & Coo


re

Vrew

1-le!p
C3. On the Getting started page of the Schedule Backup Wizard, click Next.

C4. On the Select Items to Backup page, click Add Items.

The Select Items dialog opens.

C5. Select Blob Storage you want to protect, and then click OK.

C6.ln the Select Items to Backup page, click Next.


On the Specify Backup Schedule page, specify
Schedule a backup every: day
At the following times: 2.00 AM

C7. On the Select Retention Policy page, set it to 90 days, and click Next.

CB. Finish the Wizard.

References:
https://docs.microsoft.com/en-us/ azure/back up/backup-configure-vauIt

QUESTION 152
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.
Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You recently created a virtual machine named Web01.

You need to attach a new 80-GB standard data disk named Web01-Disk1 to Web01.

What should you do from the Azure portal?

A. See below explanation

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Add a data disk
Step 1. In the Azure portal, from the menu on the left, select Virtual machines.

Step 2. Select the Web01 virtual machine from the list.

Step 3. On the Virtual machine page, , in Essentials, select Disks.


lltl myVM
- Virtual machine

I fJ Search (Ctr!+/)

...
Overview

Iii Activity log

Access contraI (1AM)

# Tags

X Dia,gnose a1hd solve probl,ems

r••lt.
•t. .! Availability set

Disks

Extensior,,s

Step 4. On the Disks page, select the Web01-Disk1 from the list of existing disks.

Step 5. In the Disks pane, click + Add data disk.

Step 6. Click the drop-down menu for Name to view a list of existing managed disks accessible to your
Azure subscription. Select the managed disk Web01-Disk1 to attach:
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/attach-disk-portal

QUESTION 153
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You plan to allow connections between the VNET01-USEA2 and VNET01-USWE2 virtual networks.

You need to ensure that virtual machines can communicate across both virtual networks by using their
private IP address. The solution must NOT require any virtual network gateways.

What should you do from the Azure portal?

A. See below explanation


Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Virtual network peering enables you to seamlessly connect two Azure virtual networks. Once peered, the
virtual networks appear as one, for connectivity purposes.

Peer virtual networks


Step 1. In the Search box at the top of the Azure portal, begin typing VNET01-USEA2. When VNET01-
USEA2 appears in the search results, select it.

Step 2. Select Peerings, under SETTINGS, and then select+ Add, as shown in the following picture:

Step 3. Enter, or select, the following information, accept the defaults for the remaining settings, and then
select OK.
Name: myVirtualNetwork1-myVirtualNetwork2 (for
example) Subscription: elect your subscription.
Virtual network: VNET01-USWE2 - To select the VNET01-USWE2 virtual network, select Virtual network,
then select VNET01-USWE2. You can select a virtual network in the same region or in a different region.

Now we need to repeat steps 1-3 for the other network VNET01-USWE2:

Step 4. In the Search box at the top of the Azure portal, begin typing VNET01- USEA2. When VNET01-
USEA2 appears in the search results, select it.
Step 5. Select Peerings, under SETTINGS, and then select+ Add.

References:
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-connect-virtual-networks-portal

QUESTION 154
SIMULATION

Overview
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live
environment. While most functionality will be available to you as it would be in a live environment, some
functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.

Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter
how you accomplish the task, if you successfully perform it, you will earn credit for that task.

Labs are not timed separately, and this exam may have more than one lab that you must complete. You
can use as much time as you would like to complete each lab. But, you should manage your time
appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the
time provided.

Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able
to return to the lab.

To start the lab


You may start the lab by clicking the Next button.

You plan to host several secured websites on Web01.

You need to allow HTTPS over TCP port 443 to Web01 and to prevent HTTP over TCP port 80 to Web01.

What should you do from the Azure portal?

A. See below explanation

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can filter network traffic to and from Azure resources in an Azure virtual network with a network
security group. A network security group contains security rules that allow or deny inbound network traffic
to, or outbound network traffic from, several types of Azure resources.

A network security group contains security rules that allow or deny inbound network traffic to, or outbound
network traffic from, several types of Azure resources.

Step A: Create a network security group


A1. Search for and select the resource group for the VM, choose Add, then search for and select Network
security group.

A2. Select Create.


The Create network security group window opens.

A3. Create a network security group


Enter a name for your network security group.
Select or create a resource group, then select a

location. A4. Select Create to create the network

security group.

Step B: Create an inbound security rule to allows HTTPS over TCP port 443
B1. Select your new network security group.

B2. Select Inbound security rules, then select Add.

B3. Add inbound rule

B4. Select Advanced.


From the drop-down menu, select HTTPS.
You can also verify by clicking Custom and selecting TCP port, and 443.

B5. Select Add to create the rule.

Repeat step B2-B5 to deny TCP port 80

B6. Select Inbound security rules, then select Add.

B7. Add inbound rule

B8. Select Advanced.


Clicking Custom and selecting TCP port, and 80.

B9. Select Deny.

Step C: Associate your network security group with a subnet


Your final step is to associate your network security group with a subnet or a specific network interface.

C1. In the Search resources, services, and docs box at the top of the portal, begin typing Web01. When
the Web01 VM appears in the search results, select it.
C2. Under SETTINGS, select Networking. Select Configure the application security groups, select the
Security Group you created in Step A, and then select Save, as shown in the following picture:

References:
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic

QUESTION 155
Hotspot Question

You plan to deploy 20 Azure virtual machines by using an Azure Resource Manager template. The virtual
machines will run the latest version of Windows Server 2016 Datacenter by using an Azure Marketplace
image.

You need to complete the storageProfile section of the template.

How should you complete the storageProfile section? To answer, select the appropriate options in the
answer area.

NOTE: Each correct selection is worth one point.

Hot Area:
1
storageP of le": {
'ima.geRefmrenc12
pub1isher
11 11
:
{
'"offer'": "M"crosof WindowsServ
T
-01'6-Datacenter
indo,vsCli·.nt ,

·· o,vsServer
sSen erEsseotials

""skuu: YI
016-Datocente.r .
indowsClient •
, indo1 s-Hub'
0
\1, indo,vsServ .
·'\\ indo:ws'ServerEssentials•
"V. indo,vsServerSemiAmmal•.
1
version,' . 11
atest'
}

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:

"storageProfile": {
"imageReference": {
"publisher": "MicrosoftW indowsServer",
"offer": "WindowsServer",
"sku": "2016-Datacenter",
"version": "latest"
},

References:
https://docs.microsoft.com/en-us/rest/api/compute/virtuaImachines/createorupdate

QUESTION 156
Hotspot Question

You create a virtual machine scale set named Scale1. Scale1 is configured as shown in the
following exhibit.
INtSTANCES

Instance count ft 4

* lnstanc-e size {View full pricing d I


ails) O DSl_1P (] vCPU, 3.5 GB)

Deploy as low priority8 I Yes

Use managed disks O


+ Show advan ed setti gs

AUTOSCALE

Autoscal.e 0 !Disabled MM§■


• Mmimum number ofVMs 0
• Maximum numbew of VMs 0 0
Scale out

" CPU threshold (%)0


• Number of VMs to increase by0

Scale in
• CPU threshold (%) 1
0
• Number of VMs to decreas,eby
O

Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

Hot Area:
If ca1e1 is utilized at -8 perce t for 1 will be
nmnino [ann er cho, i e]. 1 i.-v.ir.tu-
-- -
a l m a
4virtual ma
6virhlal ma
1 o ·irtual
If cale1 is first utilized at : percent for ix,minutes and then
u Hized at O pe.rcent for six minutes; Scale1 , ill be running virtual
[ osnre1 choice]. ma 4virtual
ma 6virtual
ma
10. tual
n:
Correct Answer:

Aoswerib-a

If ca1e1 is utilized at - percen for ix minutes


8
nmnino [ann er cho,ie]. virtual ma
4virtual
ma 6 \
iirtual .
10 irtual
rr
If cale1 i first utilized at percent for ix,minu_es and then
utilized at O pe.rcent for six minutes; Scale1 , ill be running ... virtual ma
[ osnre1·choice]. 4virtual ma
6 rirtual ma
10. tual
, n:
0,rirtual II
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1:
The Autoscale scale out rule increases the number of VMs by 2 if the CPU threshold is 80% or higher. The
initial instance count is 4 and rises to 6 when the 2 extra instances of VMs are added.
Box 2:
The Autoscale scale in rule decreases the number of VMs by 4 if the CPU threshold is 30% or lower. The
initial instance count is 4 and thus cannot be reduced to O as the minimum instances is set to 2. Instances
are only added when the CPU threshold reaches 80%.
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/autoscale-overview
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/autoscale-best-practices
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/autoscale-common-scale-patterns

QUESTION 157
Hotspot Question

You have an Azure subscription.


You need to implement a custom policy that meet the following requirements:

* Ensures that each new resource group in the subscription has a tag
named organization set to a value of Contoso.
* Ensures that resource group can be created from the Azure portal.
* Ensures that compliance reports in the Azure portal are accurate.
How should you complete the policy? To answer, select the appropriate options in the answers area.

Hot Area:
Answer Area

{
"pol:icyRule :{
"if 1
:{

"allOf 1
:{

{
' fieldr':''typ
1 1
_

equals
11 11
:

-- -- en, n

ti:ons"
.. tions/resomceGroups11

},
{
''not 1
:{
1
':fietdt•·'1tagsCorgmrlzation]'1
"equalsr': ontoso" 11

}
}
]
},
1
'then11:{
11
effect1': 11
Append1•
11
dietails 1
': [ III)enyu,
Deployift.IotExists
11 11

{
fl 1teld1 :fltagsl'organiza ion'r 1
,
11
value ontoso 11 11
:
1

}
]
}
}
}

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:

QUESTION 158
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure web app named App1. App1 runs in an Azure App Service plan named Plan1. Plan1 is
associated to the Free pricing tier.

You discover that App1 stops each day after running continuously for 60 minutes.

You need to ensure that App1 can run continuously for the entire day.

Solution: You change the pricing tier of Plan1 to Basic.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Free Tier provides 60 CPU minutes/ day. This explains why App1 is stops. The Basic tier has no such
cap.
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

QUESTION 159
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure web app named App1. App1 runs in an Azure App Service plan named Plan1. Plan1 is
associated to the Free pricing tier.

You discover that App1 stops each day after running continuously for 60 minutes.

You need to ensure that App1 can run continuously for the entire day.

Solution: You add a triggered WebJob to App1.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You need to change to Basic pricing Tier.
Note: The Free Tier provides 60 CPU minutes/ day. This explains why App1 is stops. The Basic tier has no
such cap.
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

QUESTION 160
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might
have more than one correct solution, while others might not have a correct solution.

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 have an Azure web app named App1. App1 runs in an Azure App Service plan named Plan1. Plan1 is
associated to the Free pricing tier.

You discover that App1 stops each day after running continuously for 60 minutes.

You need to ensure that App1 can run continuously for the entire day.

Solution: You change the pricing tier of Plan1 to Shared.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should switch to the Basic Tier.
The Free Tier provides 60 CPU minutes/ day. This explains why App1 is stops. The Shared Tier provides
240 CPU minutes/ day. The Basic tier has no such cap.
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

QUESTION 161
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named
Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group
named Dev.

You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource
group.

Solution: On Dev, you assign the Logic App Contributor role to the Developers group.

Does this meet the goal?

A. Yes
B. No

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to
view, edit, and update a logic app.
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app

QUESTION 162
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named
Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group
named Dev.

You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource
group.

Solution: On Subscription1, you assign the Logic App Operator role to the Developers group.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Logic App Operator role only lets you read, enable and disable logic app. With it you can view the
logic app and run history, and enable/disable. Cannot edit or update the definition.
You would need the Logic App Contributor role.
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app

QUESTION 163
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named
Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group
named Dev.

You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource
group.

Solution: On Subscription1, you assign the DevTest Labs User role to the Developers group.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation
Explanation/Reference:
Explanation:
DevTest Labs User role only lets you connect, start, restart, and shutdown virtual machines in your Azure
DevTest Labs.
You would need the Logic App Contributor role.
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app

QUESTION 164
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 manage a virtual network named VNet1 that is hosted in the West US Azure

region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows

Server.

You need to inspect all the network traffic from VM1 to VM2 for a period of three hours.

Solution: From Performance Monitor, you create a Data Collector Set (DCS).

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should use Azure Network Watcher.
References:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview

QUESTION 165
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two
virtual machines named VM1 and VM2 that run Windows Server.

You need to inspect all the network traffic from VM1 to VM2 for a period of three hours.

Solution: From Azure Network Watcher, you create a packet capture.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation
Explanation/Reference:
Explanation:
Packet Capture can inspect 18000 seconds (5 hours) Network Status.

QUESTION 166
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 manage a virtual network named VNet1 that is hosted in the West US Azure

region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows

Server.

You need to inspect all the network traffic from VM1 to VM2 for a period of three hours.

Solution: From Azure Monitor, you create a metric on Network In and Network Out.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should use Azure Network Watcher.
References:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview

QUESTION 167
A web developer creates a web application that you plan to deploy as an Azure web

app. Users must enter credentials to access the web application.

You create a new web app named WebApp1 and deploy the web application to WebApp1.

You need to disable anonymous access to WebApp1.

What should you configure?

A. Advanced Tools
B. Authentication/Authorization
C. Access control (1AM)
D. Deployment credentials

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Anonymous access is an authentication method. It allows users to establish an anonymous connection.
References:
https://docs.microsoft.com/en-us/biztalk/core/guidelines-for-resolving-iis-permissions-problems
QUESTION 168
You are building a custom Azure function app to connect to Azure Event Grid.

You need to ensure that resources are allocated dynamically to the function app. Billing must be based on
the executions of the app.

What should you configure when you create the function app?

A. the Windows operating system and the Consumption plan hosting plan
B. the Windows operating system and the App Service plan hosting plan
C. the Docker container and an App Service plan that uses the B1 pricing tier
D. the Docker container and an App Service plan that uses the S1 pricing tier

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure Functions runs in two different modes: Consumption plan and Azure App Service plan. The
Consumption plan automatically allocates compute power when your code is running. Your app is scaled
out when needed to handle load, and scaled down when code is not running.
Incorrect Answers:
B: When you run in an App Service plan, you must manage the scaling of your function app.
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function

QUESTION 169
You have an Azure App Service plan named AdatumASP1 that uses the P2v2 pricing tier. AdatunASP1
hosts an Azure web app named adatumwebapp1.

You need to delegate the management of adatumwebapp1 to a group named


Devs. Devs must be able to perform the following tasks:

- Add deployment slots.


- View the configuration of AdatunASPl.
- Modify the role assignment for adatumwebappl.

Which role should you assign to the Devs group?

A. Owner
B. Contributor
C. Web Plan Contributor
D. Website Contributor

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles

QUESTION 170
You have an Azure App Service plan that hosts an Azure App Service named

App1. You configure one production slot and four staging slots for App1.

You need to allocate 10 percent of the traffic to each staging slot and 60 percent of the traffic to the
production slot.

What should you add to App1?


A. slots to the Testing in production blade
B. a performance test
C. a WebJob
D. templates to the Automation script blade

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Besides swapping, deployment slots offer another killer feature: testing in production. Just like the name
suggests, using this, you can actually test in production. This means that you can route a specific
percentage of user traffic to one or more of your deployment slots.
Example:

References:
https://stackify.com/azure-deployment-slots/

QUESTION 171
You have an Azure Service Bus.

You need to implement a Service Bus queue that guarantees first-in-first-out (FIFO) delivery of messages.

What should you do?

A. Set the Lock Duration setting to 10 seconds.


B. Enable duplicate detection.
C. Set the Max Size setting of the queue to 5 GB.
D. Enable partitioning.
E. Enable sessions.

Correct Answer:
E Section: (none)
Explanation

Explanation/Reference:
Explanation:
Through the use of messaging sessions you can guarantee ordering of messages, that is first-in-first-out
(FIFO) delivery of messages.
References:
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues
compared-contrasted

QUESTION 172
You have a Microsoft SQL Server Always On availability group on Azure virtual machines.

You need to configure an Azure internal load balancer as a listener for the availability group.

What should you do?

A. Enable Floating IP.


B. Set Session persistence to Client IP and protocol.
C. Set Session persistence to Client IP.
D. Create an HTTP health probe on port 1433.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Incorrect Answers:
D: The Health probe is created with the TCP protocol, not with the HTTP protocol.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql
alwayson-int-listener

QUESTION 173
Hotspot Question

Your network contains an Active Directory domain named adatum.com and an Azure Active Directory
(Azure AD) tenant named adatum.onmicrosoft.com.

Adatum.com contains the user accounts in the following table.

Adatum.onmicrosoft.com contains the user accounts in the following table.


Name Kole
UserA Gfohar adminfstrntor
LiserB ll ser . ,dministreator
a
Utserc secun:tv .drninistrator
a
UserEl Servi oe qdminiisl:rator
1

You need to implement Azure AD Connect. The solution must follow the principle of least privilege.

Which user accounts should you use? To answer, select the appropriate options in the answer

area. NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

Adatum.com:
-
I•
User.1
User2
User3
User4
User5

Adatum.onmkrosoft.com: f 1• l
,----------------------------------------,

Us:erA
UserB
Us:ert
UserD

Correct Answer:

Answer Area

Adatum.com: I•
-
User.1
User2

User3
User4
UserS -
Adatum.onmkrosoft.com:
f-----------------------------,
UserA
UserB
Us:ert
UserD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Box 1: Users
In Express settings, the installation wizard asks for the following:
AD OS Enterprise Administrator credentials
Azure AD Global Administrator credentials
The AD OS Enterprise Admin account is used to configure your on-premises Active Directory. These
credentials are only used during the installation and are not used after the installation has completed. The
Enterprise Admin, not the Domain Admin should make sure the permissions in Active Directory can be
set in all domains.
Box 2: UserA
Azure AD Global Admin credentials credentials are only used during the installation and are not used
after the installation has completed. It is used to create the Azure AD Connector account used for
synchronizing changes to Azure AD. The account also enables sync as a feature in Azure AD.
References: https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect
accounts-permissions

QUESTION 174
You have an Azure subscription named Subscription1 that is used be several departments at your
company. Subscription1 contains the resources in the following table:

Another administrator deploys a virtual machine named VM1 and an Azure Storage account named
Storage2 by using a single Azure Resource Manager template. You need to view the template used for the
deployment. From which blade can you view the template that was used for the deployment?

A. RG1
B. VM1
C. Storage1
D. Container1

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
1. View template from deployment history
Go to the resource group for your new resource group. Notice that the portal shows the result of the last
deployment. Select this link.
exportsite
- R,.• .:1,r(!' gr:ie,µ

p Sear. h (Ctn-/) + Add :: Columns Oele

Esse als "-


Ov rview bscn on narr. (c n )
icroso A! r Consump io
ID

cess con rol (IA )

2. You see a history of deployments for the group. In your case, the portal probably lists only
one deployment. Select this deployment.

la

OEP.LOY E A ST rus

s C«! dd

The portal displays a summary of the deployment. The summary includes the status of the deployment
and its operations and the values that you provided for parameters. To see the template that you used for
the deployment, select View template.
References: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export
template

QUESTION 175
You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the
following table.

RG1 has a web app named WebApp1. WebApp1 is located in West Europe. You move WebApp1 to RG2.
What is the effect of the move?

A. The App Service plan to WebApp1 moves to North Europe. Policy2 applies to WebApp1.
B. The App Service plan to WebApp1 moves to North Europe. Policy1 applies to WebApp1.
C. The App Service plan to WebApp1 remains to West Europe. Policy2 applies to WebApp1.
D. The App Service plan to WebApp1 remains to West Europe. Policy1 applies to WebApp1.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can move an app to another App Service plan, as long as the source plan and the target plan are in
the same resource group and geographical region.
The region in which your app runs is the region of the App Service plan it's in. However, you cannot
change an App Service plan's region.
References:
https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage

QUESTION 176
You have a resource group named RG1. RG1 contains an Azure Storage account named
storageaccount1 and a virtual machine named VM1 that runs Windows Server 2016. Storageaccount1
contains the disk files for VM1. You apply a ReadOnly lock to RG1.
What can you do from the Azure portal?

A. Generate an automation script for RG1.


B. View the keys of storageaccount1.
C. Upload a blob to storageaccount1.
D. Start VM1.

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/managemenUlock-resources
Applying ReadOnly can lead to unexpected results because some operations that don't seem to modify the
resource actually require actions that are blocked by the lock. The ReadOnly lock can be applied to the
resource or to the resource group containing the resource. Some common examples of the operations that
are blocked by a ReadOnly lock are:
A ReadOnly lock on a storage account prevents all users from listing the keys. The list keys operation is
handled through a POST request because the returned keys are available for write operations.

QUESTION 177
You configure Azure AD Connect for Azure Active Directory Seamless Single Sign-On (Azure AD
Seamless SSO) for an on-premises network. Users report that when they attempt to access
myapps.microsoft.com, they are prompted multiple times to sign in and are forced to use an account name
that ends with onmicrosoft.com.
You discover that there is a UPN mismatch between Azure AD and the on-premises Active Directory. You
need to ensure that the users can use single-sign on (SSO) to access Azure resources.
What should you do first?

A. From the on-premises network, deploy Active Directory Federation Services (AD FS).
B. From Azure AD, add and verify a custom domain name.
C. From the on-premises network, request a new certificate that contains the Active Directory
domain name.
D. From the server that runs Azure AD Connect, modify the filtering options.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure AD Connect lists the UPN suffixes that are defined for the domains and tries to match them with a
custom domain in Azure AD. Then it helps you with the appropriate action that needs to be taken. The
Azure AD sign-in page lists the UPN suffixes that are defined for on-premises Active Directory and
displays the corresponding status against each suffix. The status values can be one of the following:
State: Verified Azure AD Connect found a matching verified domain in Azure AD. All users for this domain
can sign in by using their on-premises credentials. State: Not verified Azure AD Connect found a matching
custom domain in Azure AD, but it isn't verified. The UPN suffix of the users of this domain will be changed
to the default .onmicrosoft.com suffix after synchronization if the domain isn't verified. Action Required:
Verify the custom domain in Azure AD.
References: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-user- signin

QUESTION 178
You have two Azure Active Directory (Azure AD) tenants named contoso.com and fabrikam.com. You
have a Microsoft account that you use to sign in to both tenants.
You need to configure the default sign-in tenant for the Azure portal.
What should you do?

A. From the Azure portal, configure the portal settings.


B. From the Azure portal, change the directory.
C. From Azure Cloud Shell, run Set-AzureRmContext.
D. From Azure Cloud Shell, run Set-AzureRmSubscription.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Change the subscription directory in the Azure portal. The classic portal feature Edit Directory, that allows
you to associate an existing subscription to your Azure Active Directory (MD), is now available in Azure
portal. It used to be available only to Service Admins with Microsoft accounts, but now it's available to
users with MD accounts as well.
To get started:
Go to Subscriptions.
Select a subscription.
Select Change directory.
Incorrect Answers:
C: The Set-AzureRmContext cmdlet sets authentication information for cmdlets that you run in the
current session. The context includes tenant, subscription, and environment information. References:
https:// azure.microsoft.com/en-us/updates/edit-directory-now-in-new-portal/

QUESTION 179
You sign up for Azure Active Directory (Azure AD) Premium.
You need to add a user named admin1@contoso.com as an administrator on all the computers that will be
joined to the Azure AD domain.
What should you configure in Azure AD?

A. Device settings from the Devices blade.


B. General settings from the Groups blade.
C. User settings from the Users blade.
D. Providers from the MFA Server blade.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
When you connect a Windows device with Azure AD using an Azure AD join, Azure AD adds the following
security principles to the local administrators group on the device:
The Azure AD global administrator role
The Azure AD device administrator
role The user performing the Azure AD
join
In the Azure portal, you can manage the device administrator role on the Devices page. To open
the Devices page:
1. Sign in to your Azure portal as a global administrator or device administrator.
2. On the left navbar, click Azure Active Directory.
3. In the Manage section, click Devices.
4. On the Devices page, click Device settings.
5. To modify the device administrator role, configure Additional local administrators on Azure AD
joined devices.
References:
https://docs.microsoft.com/en-us/azure/active-directory/devices/assign-local-admin

QUESTION 180
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.
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.

Your company registers a domain name of contoso.com.


You create an Azure DNS zone named contoso.com, and then you add an A record to the zone for a host
named www that has an IP address of 131.107.1.10. You discover that Internet hosts are unable to resolve
www.contoso.com to the 131.107.1.10 IP address.
You need to resolve the name resolution issue.

Solution: You create a PTR record for www in the contoso.com zone.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Modify the Name Server (NS) record.
References: https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns

QUESTION 181
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.
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 have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in
separate resource groups.
Another administrator plans to create several network security groups (NSGs) in the subscription. You
need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual
networks.

Solution: You assign a built-in policy definition to the

subscription. Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:

QUESTION 182
You have an Azure DNS zone named adatum.com.
You need to delegate a subdomain named research.adatum.com to a different DNS server in
Azure. What should you do?

A. Create an PTR record named research in the adatum.com zone.


B. Create an NS record named research in the adatum.com zone.
C. Modify the SOA record of adatum.com.
D. Create an A record named ".research in the adatum.com zone.
Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
You need to create a name server (NS) record for the zone.
References:
https://docs.microsoft.com/en-us/azure/dns/delegate-subdomain

QUESTION 183
Note: This question is part of a series questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.
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 manage a virtual network named Vnet1 that is hosted in the West US Azure region. VNet hosts two
virtual machines named VM1 and VM2 run Windows Server. You need to inspect all the network traffic
from VM1 to VM2 for a period of three hours.

Solution: From Azure Network Watcher, you create a connection monitor.

Does this meet the goal?

A. YES
B. NO

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Connection Monitor only gives a 'red/green' status for a given connection, whereas the question states you
need to see all traffic.
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-packet-capture-overview

QUESTION 184
You have a virtual network named VNet1 as shown in the exhibit.
No devices are connected to VNet1.
You plan to peer VNet1 to another virtual network named Vnet2 in the same region. VNet2 has an address
space of 10.2.0.0/16.
You need to create the peering.
What should you do first?

A. Modify the address space of VNet1.


8. Configure a service endpoint on VNet2
C. Add a gateway subnet to VNet1.
D. Create a subnet on VNet1 and VNet2.

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
The virtual networks you peer must have non-overlapping IP address spaces.
References:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and
constraints

QUESTION 185
You have an Azure subscription that contains three virtual networks named VNet1, VNet2, VNet3.
VNet2 contains a virtual appliance named VM2 that operates as a router. You are configuring the
virtual
networks in a hub and spoke topology that uses VNet2 as the hub network.
You plan to configure peering between VNet1 and VNet2 and between VNet2 and VNet3.
You need to provide connectivity between VNet1 and VNet3 through VNet2.
Which two configurations should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. On the peering connections, allow forwarded traffic.


B. On the peering connections, allow gateway transit.
C. Create route tables and assign the table to subnets.
D. Create a route filter.
E. On the peering connections, use remote gateways.

Correct Answer:
AC Section: (none)
Explanation

Explanation/Reference:
Explanation:
You need to provide connectivity between VNet1 and VNet3 through VNet2." It's not about remote
gateways or connectivity outside the Vnets. So A (to forward traffic from a spoke vnet to another spoke)
and C (without UDR and NVA as next hop IP traffic won't flow between the spokes).

QUESTION 186
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure web app named App1. App1 runs in an Azure App Service plan named Plan1. Plan1 is
associated to the Free pricing tier.

You discover that App1 stops each day after running continuously for 60 minutes.

You need to ensure that App1 can run continuously for the entire day.

Solution: You add a continuous WebJob to App1.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

QUESTION 187
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named
Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group
named Dev.

You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource
group.

Solution: On Dev, you assign the Contributor role to the Developers group.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Contributor role can manage all resources (and add resources) in a Resource Group.

QUESTION 188
You have an Azure Logic App named App1. App1 provides a response when an HTTP POST request or
an HTTP GET request is received.
During peak periods, App1 is expected to receive up to 200,000 requests in a five-minute

period. You need to ensure that App1 can handle the expected load.

What should you configure?

A. Access control (1AM)


B. API connections
C. Workflow settings
D. Access keys

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config#throughput-limits

QUESTION 189
You have a Basic App Service plan named ASP1 that hosts an Azure App Service named

App1. You need to configure a custom domain and enable backups for App1.

What should you do first?

A. Configure a WebJob for App1.


B. Scale up ASP1.
C. Scale out ASP1.
D. Configure the application settings for App1.

Correct Answer:
D Section: (none)
Explanation

QUESTION 190
You have an Azure App Service plan named AdatumASP1 that hosts several Azure web apps.

You discover that the web apps respond slowly.


You need to provide additional memory and CPU resources to each instance of the web app.

What should you do?

A. Scale out AdatumASP1.


B. Add continuous WebJobs that use the multi-instance scale.
C. Scale up AdatumASP1.
D. Add a virtual machine scale set.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/web-sites-scale.md

QUESTION 191
You have an Azure web app named App1 that streams video content to users. App1 is located in the East
US Azure region.

Users in North America stream the video content without any interruption.

Users in Asia and Europe report that the video buffer often and do not play back smoothly.

You need to recommend a solution to improve video streaming to the European and Asian users.

What should you recommend?

A. Scale out the App Service plan.


B. Scale up the App Service plan.
C. Configure an Azure Content Delivery Network (CON) endpoint.
D. Configure Azure File Sync.

Correct Answer: C
Section: (none)
Explanation

QUESTION 192
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution. 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 manage a virtual network named VNet1 that is hosted in the West US Azure

region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows

Server.

You need to inspect all the network traffic from VM1 to VM2 for a period of three hours.

Solution: From Azure Network Watcher, you create a connection monitor.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-packet-capture-manage-portal

QUESTION 193
You have an Azure subscription.

Users access the resources in the subscription from either home or from customer sites. From home,
users must establish a point-to-site VPN to access the Azure resources. The users on the customer sites
access the Azure resources by using site-to-site VPNs.

You have a line-of-business app named App1 that runs on several Azure virtual machine. The virtual
machines run Windows Server 2016.

You need to ensure that the connections to App1 are spread across all the virtual machines.

What are two possible Azure services that you can use? Each correct answer presents a complete

solution. NOTE: Each correct selection is worth one point.

A. a public load balancer


B. Traffic Manager
C. an Azure Content Delivery Network (CON)
D. an internal load balancer
E. an Azure Application Gateway

Correct Answer:
DE Section: (none)
Explanation

QUESTION 194
You have an Azure subscription named Subscription1 that contains an Azure virtual network named
VNet1. VNet1 connects to your on-premises network by using Azure ExpressRoute.

You need to connect VNet1 to the on-premises network by using a site-to-site VPN. The solution must
minimize cost.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. Create a local site VPN gateway.


B. Create a VPN gateway that uses the VpnGw1 SKU.
C. Create a VPN gateway that uses the Basic SKU.
D. Create a gateway subnet.
E. Create a connection.

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
For a site to site VPN, you need a local gateway, a gateway subnet, a VPN gateway, and a connection to
connect the local gateway and the VPN gateway. That would be four answers in this question. However,
the question states that VNet1 connects to your on-premises network by using Azure ExpressRoute. For
an ExpressRoute connection, VNET1 must already be configured with a gateway subnet so we don't need
another one.
QUESTION 195
You have an Azure subscription named Subscription1 that contains two Azure virtual networks named
VNet1 and VNet2. VNet1 contains a VPN gateway named VPNGW1 that uses static routing. There is a
site to-site VPN connection between your on-premises network and VNet1.

On a computer named Client1 that runs Windows10, you configure a point-to-site VPN connection
to VNet1.

You configure virtual network peering between VNet1 and VNet2. You verify that you can connect to
VNet2 from the on-premises network. Client1 is unable to connect to VNet2.

You need to ensure that you can connect Client1 to VNet2.

What should you do?

A. Select Allow gateway transit on VNet2.


B. Enable BGP on VPNGW1.
C. Select Allow gateway transit on VNet1.
D. Download and re-install the VPN client configuration package on Client1.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing

QUESTION 196
You are troubleshooting a performance issue for an Azure Application Gateway.

You need to compare the total requests to the failed requests during the past six hours.

What should you use?

A. Connection monitor in Azure Network Watcher.


B. Metrics in Application Gateway
C. Diagnostics logs in Application Gateway
D. NSG flow logs in Azure Network Watcher

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-diagnostics#metrics

QUESTION 197
You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine
named VM1. VNet2 contains an Azure virtual machine named VM2.

VM1 hosts a frontend application that connects to VM2 to retrieve data.

Users report that the frontend application is slower than usual.

You need to view the average round-trip time (RTT) of the packets from VM1 to VM2.

Which Azure Network Watcher feature should you use?

A. IP flow verify
B. Connection monitor
C. Connection troubleshoot
D. NSG flow logs

Correct Answer: B
Section: (none)
Explanation

QUESTION 198
You deploy an Azure Application Gateway.

You need to ensure that all the traffic requesting https://adatum.com/internal resources is directed to
an internal server pool and all the traffic requesting https://adatum.com/external resources is directed
to an external server pool.
What should you configure on the Application Gateway?

A. URL path-based routing


B. multi-site listeners
C. basic routing
D. SSL termination

Correct Answer:
A Section: (none)
Explanation

QUESTION 199
You have an Azure Active Directory (Azure AD) tenant that has Azure AD Privileged Identity Management
configured.

You have 10 users who are assigned the Security Administrator role for the tenant.

You need the users to verify whether they still require the Security Administrator role.

What should you do?

A. From Azure AD Identity Protection, configure a user risk policy.


B. From Azure AD Privileged Identity Management, create an access review.
C. From Azure AD Identity Protection, configure the Weekly Digest.
D. From Azure AD Privileged Identity Management, create a conditional access policy.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-managemenUpim-how-to-start
security-review

QUESTION 200
You are the global administrator for an Azure Active Directory (Azure AD) tenant named adatum.com.

You need to enable two-step verification for Azure users.

What should you do?

A. Create an Azure AD conditional access policy.


B. Enable Azure AD Privileged Identity Management.
C. Install and configure Azure AD Connect.
D. Configure a playbook in Azure Security Center.

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-getstarted

QUESTION 201
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.
You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing
department. Each web app will be added to a separate resource group. The
initial configuration of the web apps will be identical. The web
administrators have permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

You need to resolve the licensing issue before you attempt to assign the license again.

What should you do?

A. From the Groups blade, invite the user accounts to a new group.
B. From the Profile blade, modify the usage location.
C. From the Directory role blade, modify the directory role.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
License cannot be assigned to a user without a usage location specified.
Scenario: Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user." You verify that the Azure subscription has
the available licenses.

QUESTION 202
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."
You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing department.
Each web app will be added to a separate resource group. The initial
configuration of the web apps will be identical. The web administrators have
permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

Authentication Requirements
Users in the Miami office must use Azure Active Directory Seamless Single Sign-on (Azure AD Seamless
SSO) when accessing resources in Azure.
Which blade should you instruct the finance department auditors to use?

A. Partner information
B. Overview
C. Payment methods
D. Invoices

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can opt in and configure additional recipients to receive your Azure invoice in an email. This feature
may not be available for certain subscriptions such as support offers, Enterprise Agreements, or Azure in
Open.
Select your subscription from the Subscriptions page. Opt-in for each subscription you own. Click Invoices
then Email my invoice.
Click Opt in and accept the terms.
Scenario: During the testing phase, auditors in the finance department must be able to review all
Azure costs from the past week.
References: https://docs.microsoft.com/en-us/azure/billing/billing-download-azure-invoice-daily-usage-date

QUESTION 203
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who will
be hired during the next 12 months. All the resources used by the Paris office users will be hosted in Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing
department. Each web app will be added to a separate resource group. The
initial configuration of the web apps will be identical. The web
administrators have permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

You need to prepare the environment to meet the authentication requirements.


Which two actions should you perform? Each correct answer presents part of the solution.
NOTE Each correct selection is worth one point.

A. Join the client computers in the Miami office to Azure AD.


B. Add http://autologon.microsoftazuread-sso.com to the intranet zone of each client computer in the
Miami office.
C. Allow inbound TCP port 8080 to the domain controllers in the Miami office.
D. Install Azure AD Connect on a server in the Miami office and enable Pass-through Authentication
E. Install the Active Directory Federation Services (AD FS) role on a domain controller in the Miami office.

Correct Answer: BO
Section: (none)
Explanation

Explanation/Reference:
Explanation:
D: Seamless SSO works with any method of cloud authentication - Password Hash Synchronization
or Pass-through Authentication, and can be enabled via Azure AD Connect.
8: You can gradually roll out Seamless SSO to your users. You start by adding the following Azure AD
URL to all or selected users' Intranet zone settings by using Group Policy in Active Directory: https://
autologon.microsoftazuread-sso.com
Incorrect Answers:
A: Seamless SSO needs the user's device to be domain-joined, but doesn't need for the device to be
Azure AD Joined.
C: Azure AD connect does not port 8080. It uses port 443.
E: Seamless SSO is not applicable to Active Directory Federation Services (ADFS).
Scenario: Users in the Miami office must use Azure Active Directory Seamless Single Sign-on (Azure AD
Seamless SSO) when accessing resources in Azure.
Planned Azure AD Infrastructure include: The on-premises Active Directory domain will be synchronized to
Azure AD.
References: https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect
sso-quick-start

QUESTION 204
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing department.
Each web app will be added to a separate resource group. The initial
configuration of the web apps will be identical. The web administrators have
permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

You need to resolve the Active Directory issue.


What should you do?

A. From Active Directory Users and Computers, select the user accounts, and then modify the
User Principal Name value.
B. Run the ldFix tool then use the Update actions.
C. From Active Directory Domains and Trusts, modify the list of UPN suffixes.
D. From Azure AD Connect, modify the outbound synchronization rule.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
IdFix is used to perform discovery and remediation of identity objects and their attributes in an on-
premises Active Directory environment in preparation for migration to Azure Active Directory. ldFix is
intended for the Active Directory administrators responsible for directory synchronization with Azure
Active Directory.
Scenario: Active Directory Issue
Several users in humongousinsurance.com have UPNs that contain special characters. You suspect
that some of the characters are unsupported in Azure AD.
References: https://www.microsoft.com/en-us/download/details.aspx?id=36832

QUESTION 205
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.
Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing
department. Each web app will be added to a separate resource group. The
initial configuration of the web apps will be identical. The web
administrators have permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

Which blade should you instruct the finance department auditors to use?

A. invoices
B. partner information
C. cost analysis
D. External services

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:

QUESTION 206
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.
You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing department.
Each web app will be added to a separate resource group. The initial
configuration of the web apps will be identical. The web administrators have
permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

You need to define a custom domain name for Azure AD to support the planned infrastructure.
Which domain name should you use?

A. ad.humongousinsurance.com
B. humongousinsurance.onmicrosoft.com
C. humongousinsurance.local
D. humongousinsurance.com

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Every Azure AD directory comes with an initial domain name in the form of domainname.onmicrosoft.com.
The initial domain name cannot be changed or deleted, but you can add your corporate domain name to
Azure AD as well. For example, your organization probably has other domain names used to do business
and users who sign in using your corporate domain name. Adding custom domain names to Azure AD
allows you to assign user names in the directory that are familiar to your users, such as
'alice@contoso.com.' instead of 'alice@domainname.onmicrosoft.com'.
Scenario:
Network Infrastructure: Each office has a local data center that contains all the servers for that office.
Each office has a dedicated connection to the Internet.
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com
Planned Azure AD Infrastructure: The on-premises Active Directory domain will be synchronized to Azure
AD.
References: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain

QUESTION 207
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.

Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing
department. Each web app will be added to a separate resource group. The
initial configuration of the web apps will be identical. The web
administrators have permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

Drag and Drop Question

You need to prepare the environment to ensure that the web administrators can deploy the web apps as
quickly as possible.
Which three 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.

Select and Place:


Actions Answer Area

From the Templates service, select the template, and


then share the template to the web administrators.

Create a resou ce group, and then de loy a web app


to the resou ce group.

From
group,the Automation
did< script blade
theP rameter tab. of the l®
resource
-------

From the Automation scr t blade of the resource


group1 click Deploy. _,
©
From the Automa n ccounts service,
a an automation account

From the Automation script blade of the resOU'ce


group, click Add to libr ry. ]
Correct Answer:
Actions Answer Area

[ Create a reso ce group and then d


to th resource group.

f From the Automation sc( t blade of


d Add to libr ry.

From tl1e Automation scrpt blade of the resource ] From th Templates service; se
group, dck the P rameter tab. ect then share the template to the

® web
From the Automation script blade of the resource
group click Deploy. _,
©
From the Automa n ccoun service, add
an automation accoun

Section: (none)
Explanation
Explanation/Reference:

QUESTION 208
Case Study 1 - Humongous Insurance
Overview
Humongous Insurance is an insurance company that has three offices in Miami, Tokyo and Bangkok. Each
office has 5.000 users.

Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The
functional level of the forest is Windows Server 2012.

You recently provisioned an Azure Active Directory (Azure AD) tenant.

Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated
connection to the Internet.

Each office has several link load balancers that provide access to the servers.

Active Directory Issue


Several users in humongousinsurance.com have UPNs that contain special characters.

You suspect that some of the characters are unsupported in Azure AD.

Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message:
"Licenses not assigned. License agreement failed for one user."

You verify that the Azure subscription has the available licenses.

Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who
will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in
Azure.

Planned Azure AD Infrastructure


The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.

Planned Azure Networking Infrastructure


You plan to create the following networking resources in a resource group named AII_Resources:
- Default Azure system routes that will be the only routes used to
route traffic
- A virtual network named Paris-VNet that will contain two subnets
named Subnetl and Subnet2
- A virtual network named ClientResources-VNet that will contain one
subnet named ClientSubnet
- A virtual network named AllOffices-VNet that will contain two subnets
named Subnet3 and Subnet4

You plan to enable peering between Paris-VNet and AIIOffices-VNet. You will enable the Use remote
gateways setting for the Paris-VNet peerings.

You plan to create a private DNS zone named humongousinsurance.local and set the registration
network to the ClientResources-VNet virtual network.

Planned Azure Computer Infrastructure


Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows
Server 2016, or Red Hat Linux.
Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
- Web administrators will deploy Azure web apps for the marketing
department. Each web app will be added to a separate resource group. The
initial configuration of the web apps will be identical. The web
administrators have permission to deploy web apps to resource groups.
- During the testing phase, auditors in the finance department must be able
to review all Azure costs from the past week.

Hotspot Question

You are evaluating the name resolution for the virtual machines after the planned implementation of the
Azure networking infrastructure.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Yes
All client computers in the Paris office will be joined to an Azure AD domain. A virtual network named
Paris VNet that will contain two subnets named Subnet1 and Subnet2
Box 2: Yes
A virtual network named ClientResources-VNet that will contain one subnet named ClientSubnet You plan
to create a private DNS zone named humongousinsurance.local and set the registration network to
the ClientResources-VNet virtual network.
Box 3: No
Only VMs in the registration network, here the ClientResources-VNet, will be able to register hostname
records.
References:
https://docs.microsoft.com/en-us/azure/dns/private-dns-overview Testlet 3

QUESTION 209
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.

You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office
365 migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
- Minimize the number of open ports between the Appl tiers.
- Ensure that all the virtual machines for Appl are protected by backups.
- Copy the blueprint files to Azure over the Internet.
- Ensure that the blueprint files are stored in the archive storage tier.
- Ensure that partner access to the blueprint files is secured and temporary.
- Prevent user passwords or hashes of passwords from being stored in Azure.
- Use unmanaged standard storage for the hard disks of the virtualmachines.
- Ensure that when users join devices to Azure Active Directory (Azure AD),
the users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices
to Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

You need to meet the user requirement for Admin1.


What should you do?
A. From the Subscriptions blade, select the subscription, and then modify the Properties.
B. From the Subscriptions blade, select the subscription, and then modify the Access control
(1AM) settings.
C. From the Azure Active Directory blade, modify the Properties.
D. From the Azure Active Directory blade, modify the Groups.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Change the Service administrator for an Azure subscription Sign in to Account Center as the Account
administrator.
Select a subscription.
On the right side, select Edit subscription details.
Scenario: Designate a new user named Admin1 as the service administrator of the Azure subscription.
References: https://docs.microsoft.com/en-us/azure/billing/billing-add-change-azure-subscription
administrator

QUESTION 210
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.

You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office
365 migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
Minimize the number of open ports between the Appl tiers.
Ensure that all the virtual machines for Appl are protected by backups.
Copy the blueprint files to Azure over the Internet.
Ensure that the blueprint files are stored in the archive storage tier.
Ensure that partner access to the blueprint files is secured and temporary.
Prevent user passwords or hashes of passwords from being stored in Azure.
Use unmanaged standard storage for the hard disks of the virtualmachines.
Ensure that when users join devices to Azure Active Directory (Azure AD),
the
users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices to
Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

You need to move the blueprint files to Azure.


What should you do?

A. Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.
B. Use the Azure Import/Export service.
C. Generate an access key. Map a drive, and then copy the files by using File Explorer.
D. Use Azure Storage Explorer to copy the files.

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Azure Storage Explorer is a free tool from Microsoft that allows you to work with Azure Storage data on
Windows, macOS, and Linux. You can use it to upload and download data from Azure blob storage.
Scenario:
Planned Changes include: move the existing product blueprint files to Azure Blob storage. Technical
Requirements include: Copy the blueprint files to Azure over the Internet. References: https://
docs.microsoft.com/en-us/azure/machine-learning/team-data-science-process/move-data-to-azure-blob
using-azure-storage-explorer

QUESTION 211
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.

You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office 365
migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
- Minimize the number of open ports between the Appl tiers.
- Ensure that all the virtual machines for Appl are protected by backups.
- Copy the blueprint files to Azure over the Internet.
- Ensure that the blueprint files are stored in the archive storage tier.
- Ensure that partner access to the blueprint files is secured and temporary.
- Prevent user passwords or hashes of passwords from being stored in Azure.
- Use unmanaged standard storage for the hard disks of the virtualmachines.
- Ensure that when users join devices to Azure Active Directory (Azure AD),
the users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices to
Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

You need to implement a backup solution for App1 after the application is moved.
What should you create first?

A. a recovery plan
B. an Azure Backup Server
C. a backup policy
D. a Recovery Services vault

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
A Recovery Services vault is a logical container that stores the backup data for each protected resource,
such as Azure VMs. When the backup job for a protected resource runs, it creates a recovery point inside
the Recovery Services vault.
Scenario:
There are three application tiers, each with five virtual machines.
Move all the virtual machines for App1 to Azure.
Ensure that all the virtual machines for App1 are protected by backups. References:
https:// docs.microsoft.com/en-us/azure/backup/quick-backup-vm-portal

QUESTION 212
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.
You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office
365 migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
- Minimize the number of open ports between the Appl tiers.
- Ensure that all the virtual machines for Appl are protected by backups.
- Copy the blueprint files to Azure over the Internet.
- Ensure that the blueprint files are stored in the archive storage tier.
- Ensure that partner access to the blueprint files is secured and temporary.
- Prevent user passwords or hashes of passwords from being stored in Azure.
- Use unmanaged standard storage for the hard disks of the virtualmachines.
- Ensure that when users join devices to Azure Active Directory (Azure AD),
the users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices to
Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

Hotspot Question

You need to recommend a solution for App1. The solution must meet the technical requirements.
What should you include in the recommendation? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.

Hot Area:
Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier
application, using SQL Server on Windows for the data tier.

Scenario: You have a public-facing application named App1. App1 is comprised of the following three
tiers: A SQL database
A web front end
A processing middle tier
Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.
Technical requirements include:
Move all the virtual machines for App1 to Azure.
Minimize the number of open ports between the App1 tiers. References: https://docs.microsoft.com/en-
us/ azure/architecture/reference-architectures/n-tier/n-tier-sql-server
QUESTION 213
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.

You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office
365 migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
- Minimize the number of open ports between the Appl tiers.
- Ensure that all the virtual machines for Appl are protected by backups.
- Copy the blueprint files to Azure over the Internet.
- Ensure that the blueprint files are stored in the archive storage tier.
- Ensure that partner access to the blueprint files is secured and temporary.
- Prevent user passwords or hashes of passwords from being stored in Azure.
- Use unmanaged standard storage for the hard disks of the virtualmachines.
- Ensure that when users join devices to Azure Active Directory (Azure AD),
the users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices
to Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

Hotspot Question

You need to configure the Device settings to meet the technical requirements and the user requirements.
Which two settings should you modify? To answer, select the appropriate settings in the answer area.

Hot Area:
Answer Area

F.l Save X Discard

Users may join devices to Azure, Selected None


AD0

Selec ed
No member selec ed

Additional local administrators on Azure AD joined devices 8 ISelected I


Selected
No member selec ed

Users may register their devices with Azure None


AD8

Req LI ire M LI lti-Factor Auth 1o join devi Yes


ce.s8
Maximum number of devkes per userO 50

Users may sync settings and app data across devices8 Al I Selected

Selected
No member selected
Correct Answer:

Answer
Area

Save X Discard

Users may join devices to Azure Selected None


AD8

Selected
No member selec ed

Additional local administrators on Azure AD joined devices 8 ISelected I


Selected
No member selec ed

Users may register their devices with Azure None


AD8
R:equire M LIlti-Factor Auth 1o join Yes
devices0

Maximum number of devkes per 50


userO

Users may sync settings and app data across devices8 Al. I Selected

Selected
Na member selected
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Selected
Only selected users should be able to join devices
Box 2: Yes
Require Multi-Factor Auth to join devices.
From scenario:
Ensure that only users who are part of a group named Pilot can join devices to Azure AD Ensure that
when users join devices to Azure Active Directory (Azure AD), the users use a mobile phone to verify their
identity.

QUESTION 214
Case Study 2 - Contoso, Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner
organizations to bring products to market.

Contoso products are manufactured by using blueprint files that the company authors and maintains.

Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
- File servers
- Domain controllers
- Microsoft SQL Server servers

Your network contains an Active Directory forest named contoso.com. All servers and client computers are
joined to Active Directory.

You have a public-facing application named App1. App1 is comprised of the following three tiers:
- A SQL database
- A web front end
- A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Requirements
Planned Changes
Contoso plans to implement the following changes to the infrastructure:
- Move all the tiers of Appl to Azure.
- Move the existing product blueprint files to Azure Blob storage.
- Create a hybrid directory to support an upcoming Microsoft Office
365 migration project.

Technical Requirements
Contoso must meet the following technical requirements:
- Move all the virtual machines for Appl to Azure.
- Minimize the number of open ports between the Appl tiers.
- Ensure that all the virtual machines for Appl are protected by backups.
- Copy the blueprint files to Azure over the Internet.
- Ensure that the blueprint files are stored in the archive storage tier.
- Ensure that partner access to the blueprint files is secured and temporary.
- Prevent user passwords or hashes of passwords from being stored in Azure.
- Use unmanaged standard storage for the hard disks of the virtualmachines.
- Ensure that when users join devices to Azure Active Directory (Azure AD),
the users use a mobile phone to verify their identity.
- Minimize administrative effort whenever possible.

User Requirements
Contoso identifies the following requirements for users:
-Ensure that only users who are part of a group named Pilot can join devices to
Azure AD.
-Designate a new user named Adminl as the service administrator of the Azure
subscription.
-Ensure that a new user named User3 can create network objects for the Azure
subscription.

Hotspot Question

You need to identify the storage requirements for Contoso.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Yes
Contoso is moving the existing product blueprint files to Azure Blob storage. Use unmanaged standard
storage for the hard disks of the virtual machines. We use Page Blobs for these.
Box 2: No
Box 3: No

QUESTION 215
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department.
All the user accounts have the department attribute set to their respective department. New users are
added frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.

The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an
encrypted connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.

Hotspot Question
You need to meet the connection requirements for the New York office.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

Fram the Azure portal:


Create an ExpressRoute circuit onl .
Create a virtual ne ark gate ay
only.
Create a virtual ne ark ga e ay and a local ne
Create an ExpressRoute circuit and an on-premi
Create a virtual ne ark gate ay and an on-prer
In the e York office:
Deplo ExpressRoute.
Oeplo a DirectAccess server.
Implement a eb Application Proxy.
Configure a site-to-site VP connection.

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Create a virtual network gateway and a local network gateway. Azure VPN gateway. The VPN
gateway service enables you to connect the VNet to the on-premises network through a VPN appliance.
For more information, see Connect an on-premises network to a Microsoft Azure virtual network. The VPN
gateway includes the following elements:
Virtual network gateway. A resource that provides a virtual VPN appliance for the VNet. It is responsible
for routing traffic from the on-premises network to the VNet. Local network gateway. An abstraction of the
on premises VPN appliance. Network traffic from the cloud application to the on-premises network is
routed through this gateway. Connection. The connection has properties that specify the connection type
(IPSec) and the key shared with the on-premises VPN appliance to encrypt traffic.
Gateway subnet. The virtual network gateway is held in its own subnet, which is subject to various
requirements, described in the Recommendations section below.
Box 2: Configure a site-to-site VPN connection
On premises create a site-to-site connection for the virtual network gateway and the local network gateway.
Scenario: Connect the New York office to VNet1 over the Internet by using an encrypted connection.
Incorrect Answers:
Azure ExpressRoute: Established between your network and Azure, through an ExpressRoute partner.
This connection is private. Traffic does not go over the internet.
References:
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn

QUESTION 216
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department. All
the user accounts have the department attribute set to their respective department. New users are added
frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.

The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an
encrypted connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.

Hotspot Question

You need to implement Role1.

Which command should you run before you create Role1? To answer, select the appropriate options in
the answer area.

NOTE: Each correct selection is worth one

point. Hot Area:


Correct Answer:

Section: (none)
Explanation

Explanation/Reference:

QUESTION 217
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department. All
the user accounts have the department attribute set to their respective department. New users are added
frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.
The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an
encrypted connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.

You discover that VM3 does NOT meet the technical requirements.

You need to verify whether the issue relates to the NSGs.

What should you use?

A. Diagram in VNet1
B. the security recommendations in Azure Advisor
C. Diagnostic settings in Azure Monitor
D. Diagnose and solve problems in Traffic Manager profiles
E. IP flow verify in Azure Network Watcher

Correct Answer: E
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Scenario: Contoso must meet technical requirements including:
Ensure that VM3 can establish outbound connections over TCP port 8080 to the applications servers in
the Montreal office.
IP flow verify checks if a packet is allowed or denied to or from a virtual machine. The information
consists of direction, protocol, local IP, remote IP, local port, and remote port. If the packet is denied by a
security group, the name of the rule that denied the packet is returned. While any source or destination IP
can be chosen, IP flow verify helps administrators quickly diagnose connectivity issues from or to the
internet and from or to the on-premises environment.
References:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-ip-flow-verify-overview
QUESTION 218
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department.
All the user accounts have the department attribute set to their respective department. New users are
added frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.

The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an encrypted
connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.

You need to meet the technical requirement for

VM4. What should you create and configure?

A. an Azure Notification Hub


B. an Azure Event Hub
C. an Azure Logic App
D. an Azure Service Bus

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Scenario: Create a workflow to send an email message when the settings of VM4 are modified.
You can start an automated logic app workflow when specific events happen in Azure resources or third
party resources. These resources can publish those events to an Azure event grid. In turn, the event grid
pushes those events to subscribers that have queues, webhooks, or event hubs as endpoints. As a
subscriber, your logic app can wait for those events from the event grid before running automated
workflows to perform tasks - without you writing any code.
References:
https://docs.microsoft.com/en-us/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app

QUESTION 219
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department.
All the user accounts have the department attribute set to their respective department. New users are
added frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.
The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an
encrypted connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.

You need to recommend a solution to automate the configuration for the finance department users. The
solution must meet the technical requirements.

What should you include in the recommendation?

A. Azure AD B2C
B. Azure AD Identity Protection
C. an Azure logic app and the Microsoft Identity Management (MIM) client
D. dynamic groups and conditional access policies

Correct Answer:
D Section: (none)
Explanation

Explanation/Reference:
Explanation:
Scenario: Ensure Azure Multi-Factor Authentication (MFA) for the users in the finance department
only. The recommendation is to use conditional access policies that can then be targeted to groups of
users, specific applications, or other conditions.
References:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates

QUESTION 220
Case Study 3 - Contoso, Ltd
Overview
Contoso, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York.
The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The New York office
has 200 employees.
All the resources used by Contoso are hosted on-premises.
Contoso creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a domain
named contoso.onmicrosoft.com. The tenant uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named contoso.com. All domain controllers are configured
as DNS servers and host the contoso.com DNS zone.
Contoso has finance, human resources, sales, research, and information technology departments. Each
department has an organizational unit (OU) that contains all the accounts of that respective department.
All the user accounts have the department attribute set to their respective department. New users are
added frequently.
Contoso.com contains a user named User1.
All the offices connect by using private links.
Contoso has data centers in the Montreal and Seattle offices. Each data center has a firewall that can be
configured as a VPN device.
All infrastructure servers are virtualized. The virtualization environment contains the servers in the
following table.

Contoso uses two web applications named App1 and App2. Each instance on each web application
requires 1GB of memory.
The Azure subscription contains the resources in the following table.

The network security team implements several network security groups (NSGs).

Planned Changes
Contoso plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Serverl and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory
(Azure AD).
- Migrate Appl and App2 to two Azure web apps named WebAppl and WebApp2.

Technical requirements
Contoso must meet the following technical requirements:
- Ensure that WebAppl can adjust the number of instances automatically based
on the load and can scale up to five instances.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to
the applications servers in the Montreal office.
- Ensure that routing information is exchanged automatically between Azure
and the routers in the Montreal office.
- Ensure Azure Multi-Factor Authentication (MFA) for the users in the
finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the
name app2.contoso.com
- Connect the New York office to VNetl over the Internet by using an
encrypted connection.
- Create a workflow to send an email message when the settings of VM4
are modified.
- Create a custom Azure role named Rolel that is based on the Reader role.
- Minimize costs whenever possible.
Hotspot Question
You need to prepare the environment to implement the planned changes for Server2.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

From the Azure portat


Cr,eate an Azure igrate project
Create a Recovery Se Nices vautt
Upload a management certificateT
Create an ure Import/Export tob_

On Server2:
Enable Hyper-V Replica.
Install he Azure File Sync agent
Create a collector virtual madf ne.
Configure Hyper-V storage mi,g1ration.
lnstaJi"tne Azure Site Recove •·. Provi1der.

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Box 1: Create a Recovery Services vault
Create a Recovery Services vault on the Azure Portal.
Box 2: Install the Azure Site Recovery Provider
Azure Site Recovery can be used to manage migration of on-premises machines to Azure.
Scenario: Migrate the virtual machines hosted on Server1 and Server2 to Azure.
Server2 has the Hyper-V host role.
References:
https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-on-premises-azure

QUESTION 221
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP
address space of 10.10.0.0/16.
The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the resources
shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region by
using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must
be identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

You need to recommend an environment for the deployment of App1.


What should you recommend?

A. a new App Service plan that uses the P3v2 pricing tier
B. ASE1 and an App Service plan that uses the 11 pricing tier
C. ASE1 and an App Service plan that uses the 13 pricing tier
D. a new App Service plan that uses the S1 pricing tier

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/app-service/environment/app-service-app-service-environment
control-inbound-traffic

QUESTION 222
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP
address space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the
resources shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region
by using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must
be identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing
requirements: The cost of App1 and App2 must
be minimized
The transactional charges of Azure Storage accounts must be minimized

You need to configure AG1.

What should you create?

A. a multi-site listener
B. a URL path-based routing rule
C. a basic listener
D. a basic routing rule

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-create-url-route-portal

QUESTION 223
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.


Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP address
space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the resources
shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region by
using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must be
identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.
Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

What should you create to configure AG2?

A. multi-site listeners
B. basic listeners
C. URL path-based routing rules
D. basic routing rules
E. an additional public IP address

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
AG2 must load balance incoming traffic in the following manner:
-http://www.adatum.com will be load balanced across Pool21.
-http://fabrikam.com will be load balanced across Pool22.
You need to configure an Azure Application Gateway with multi-site listeners to direct different URLs to
different pools.
https://docs.microsoft.com/en-us/azure/application-gateway/multiple-site-overview

QUESTION 224
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP
address space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the resources
shown in the following table.
AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region
by using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must
be identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

Drag and Drop Question

You need to identify the appropriate sizes for the Azure virtual machines.

Which five 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.

Select and Place:


Action An wer Area
From \ r 1, connect to the collector virtual machin
and run t Azure Migrate Collector.
h
From e coll c orvirtual machine
ann
From oad th
Azure eco en p anner.
From the Azure por al, create an Azure ate
I
. as e men
IFrom I, run the Deplo. 0 T mplate wizard.

Fro the Azure portal, er ate an Azur igrate


I_proJect.
I From the Azure portal download an 0\ file.

Correct Answer:
Action An wer Area
From th Azure portaL create an
as e sment.
From . 11 co the coll ctor illtual machin I From he Azur portal, do\\11load
ann
From " oa oad th 1,,run the Deplo 0
Azure eco en p anner.
From 1, connect to the colle1
J.

and run the Azure ate ollei


From
th
proJec.

Section: (none)
Explanation

Explanation/Reference:
Explanation:
https://docs.microsoft.com/en-us/azure/migrate/tutorial-assessment-vmware
QUESTION 225
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los
Angeles. ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP
address space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the resources
shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region
by using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must be
identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

Hotspot Question

You need to implement App2 to meet the application requirements.

What should you include in the implementation? To answer, select the appropriate options in the answer
area.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer:

Section: (none)
Explanation
Explanation/Reference:
Explanation:
A newly developed API must be implemented as an Azure function named
App2. App2 will use a blob storage trigger. App2 must process new blobs
immediately. This requires "Always On".
The cost of App1 and App2 must be minimized
The Standard pricing tier is the cheapest tier that supports Always On.

QUESTION 226
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP address
space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the resources
shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21 and
Pool22.

Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region by
using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must be
identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

Drag and Drop Question

You need to configure the Azure ExpressRoute circuits.

How should you configure Azure ExpressRoute routing? To answer, drag the appropriate configurations to
the correct locations. Each configuration 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.

NOTE: Each correct selection is worth one point.

Select and Place:

Correct Answer:
Section: (none)
Explanation

Explanation/Reference:

QUESTION 227
Case Study 4 - ADatum
Overview
ADatum Corporation is a financial company that has two main offices in New York and Los Angeles.
ADatum has a subsidiary named Fabrikam, Inc. that shares the Los Angeles office.
ADatum is conducting an initial deployment of Azure services to host new line-of-business applications
and is preparing to migrate its existing on-premises workloads to Azure.

ADatum uses Microsoft Exchange Online for email.

Existing Environment
On-Premises Environment
The on-premises workloads run on virtual machines hosted in a VMware vSphere 6 infrastructure. All
the virtual machines are members of an Active Directory forest named adatum.com and run Windows
Server 2016.

The New York office uses an IP address space of 10.0.0.0/16. The Los Angeles office uses an IP address
space of 10.10.0.0/16.

The offices connect by using a VPN provided by an ISP. Each office has one Azure ExpressRoute circuit
that provides access to Azure services and Microsoft Online Services. Routing is implemented by using
Microsoft peering.

The New York office has a virtual machine named VM1 that has the vSphere console installed.

Azure Environment
You provision the Azure infrastructure by using the Azure portal. The infrastructure contains the
resources shown in the following table.

AG1 has two backend pools named Pool11 and Pool12. AG2 has two backend pools named Pool21
and Pool22.
Requirements
Planned Changes
ADatum plans to migrate the virtual machines from the New York office to the East US Azure region by
using Azure Site Recovery.

Infrastructure Requirements
ADatum identifies the following infrastructure requirements:
A new web app named App1 that will access third-parties for credit card processing must be
deployed. A newly developed API must be implemented as an Azure function named App2. App2 will
use a blob storage trigger. App2 must process new blobs immediately.
The Azure infrastructure and the on-premises infrastructure must be prepared for the migration of the
VMware virtual machines to Azure.
The sizes of the Azure virtual machines that will be used to migrate the on-premises workloads must be
identified.
All migrated and newly deployed Azure virtual machines must be joined to the adatum.com domain.
AG1 must load balance incoming traffic in the following manner:
- http://corporate.adatum.com/video/* will be load balanced across Pool11.
- http://corporate.adatum.com/images/* will be load balanced across
Pool12. AG2 must load balance incoming traffic in the following manner:
- http://www.adatum.com will be load balanced across Pool21.
- http://fabrikam.com will be load balanced across Pool22.
ER1 must route traffic between the New York office and platform as a service (PaaS) services in the
East US Azure region, as long as ER1 is available.
ER1 must route traffic between the Los Angeles office and the PaaS services in the West US region,
as long as ER2 is available.
ER1 and ER2 must be configured to fail over automatically.

Application Requirements
App2 must be available to connect directly to the private IP addresses of the Azure virtual machines. App2
will be deployed directly to an Azure virtual network.

Inbound and outbound communications to App1 must be controlled by using NSGs.

Pricing Requirements
ADatum identifies the following pricing requirements:
The cost of App1 and App2 must be minimized
The transactional charges of Azure Storage accounts must be minimized

Hotspot Question

You need to provision the resources in Azure to support the virtual machine that will be migrated from the
New York office.

What should you include in the solution? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:
S .r e·I .. re

IP addres space of I e· , - tu.at e ·or..· -----1


10.0 .0-.0/16
1

10.10 0.0/16
110+ 0+0.0/16

Blob st,orage
ral purpose
eneial purpo
Correct Answer:

S .r e·I .. re

IP addre pace of e·11rtual e ··ork:----- 1


10.0 .0-.0/16 1

10.10 0.0/16
10. 0.0.0116
orage account kind: .._I

Blob s ,orage
1

· eral ··.urpose
al pnrpo
Section: (none)
Explanation

Explanation/Reference:

QUESTION 228
You have an Azure subscription that contains a resource group named RG26.

RG26 is set to the West Europe location and is used to create temporary resources for a project. RG26
contains the resources shown in the following table.
SQLDB01 is backed up to RGV1.

When the project is complete, you attempt to delete RG26 from the Azure portal. The deletion fails.

You need to delete RG26.

What should you do first?

A. Delete VM1
B. Stop VM1
C. Stop the backup of SQLDB01
D. Delete sa001

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 229
You have an Azure subscription named Subscription1 that contains a virtual network named VNet1.
VNet1 is in a resource group named RG1.

Subscription1 has a user named User1. User1 has the following roles:

- Reader
- Security Admin
- Security Reader

You need to ensure that User1 can assign the Reader role for VNet1 to other

users. What should you do?

A. Remove User 1 from the Security Reader role for Subscription1. Assign User1 the Contributor role
for RG1.
B. Assign User1 the Owner role for VNet1.
C. Remove User1 from the Security Reader and Reader roles for Subscription1.
D. Assign User1 the Network Contributor role for RG1.

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Has full access to all resources including the right to delegate access to others.
Reference:
https://docs.microsoft.com/en-us/azure/role-based-access-control/overview
QUESTION 230
You have an Azure subscription that contains the storage accounts shown in the following table.

You need to identify which storage account can be converted to zone-redundant storage (ZRS)
replication by requesting a live migration from Azure support.

What should you identify?

A. storage1
B. storage2
C. storage3
D. storage4

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
ZRS currently supports standard general-purpose v2, FileStorage and BlockBlobStorage storage account
types.
Incorrect Answers:
A, not C: Live migration is supported only for storage accounts that use LRS replication. If your account
uses GRS or RA-GRS, then you need to first change your account's replication type to LRS before
proceeding. This intermediary step removes the secondary endpoint provided by GRS/RA-GRS.
Also, only standard storage account types support live migration. Premium storage accounts must be
migrated manually.
D: ZRS currently supports standard general-purpose v2, FileStorage and BlockBlobStorage storage
account types.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-zrs

QUESTION 231
You have an Azure subscription that contains a storage account named account1.

You plan to upload the disk files of a virtual machine to account1 from your on-premises network. The on
premises network uses a public IP address space of 131.107.1.0/24.

You plan to use the disk files to provision an Azure virtual machine named VM1. VM1 will be attached to a
virtual network named VNet1. VNet1 uses an IP address space of 192.168.0.0/24.

You need to configure account1 to meet the following requirements:

- Ensure that you can upload the disk files to accountl.


- Ensure that you can attach the disks to VMl.
- Prevent all other access to accountl.
Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. From the Firewalls and virtual networks blade of account1, select Selected networks.
B. From the Firewalls and virtual networks blade of account1, select Allow trusted Microsoft services
to access this storage account.
C. From the Firewalls and virtual networks blade of account1, add the 131.107.1.0/24 IP address range.
D. From the Firewalls and virtual networks blade of account1, add VNet1.
E. From the Service endpoints blade of VNet1, add a service endpoint.

Correct Answer:
AE Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: By default, storage accounts accept connections from clients on any network. To limit access to
selected networks, you must first change the default action.
Azure portal
1. Navigate to the storage account you want to secure.
2. Click on the settings menu called Firewalls and virtual networks.
3. To deny access by default, choose to allow access from 'Selected networks'. To allow traffic from
all networks, choose to allow access from 'All networks'.
4. Click Save to apply your changes.
E: Grant access from a Virtual
Network
Storage accounts can be configured to allow access only from specific Azure Virtual Networks.
By enabling a Service Endpoint for Azure Storage within the Virtual Network, traffic is ensured an optimal
route to the Azure Storage service. The identities of the virtual network and the subnet are also transmitted
with each request.
Reference:
https://docs.microsoft.com/en-us/ azure/storage/comman/storage-network-security

QUESTION 232
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure virtual machine named VM1 that runs Windows Server 2016.

You need to create an alert in Azure when more than two error events are logged to the System event log
on VM1 within an hour.

Solution: You create an Azure Log Analytics workspace and configure the data settings. You add the
Microsoft Monitoring Agent VM extension to VM1. You create an alert in Azure Monitor and specify the Log
Analytics workspace as the source.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Instead: You create an Azure Log Analytics workspace and configure the data settings. You install the
Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the Log Analytics
workspace as the source.
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agents-overview

QUESTION 233
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure virtual machine named VM1 that runs Windows Server 2016.

You need to create an alert in Azure when more than two error events are logged to the System event log
on VM1 within an hour.

Solution: You create an Azure Log Analytics workspace and configure the data settings. You install
the Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the Log
Analytics workspace as the source.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
Alerts in Azure Monitor can identify important information in your Log Analytics repository. They are
created by alert rules that automatically run log searches at regular intervals, and if results of the log
search match particular criteria, then an alert record is created and it can be configured to perform an
automated response.
The Log Analytics agent collects monitoring data from the guest operating system and workloads of virtual
machines in Azure, other cloud providers, and on-premises. It collects data into a Log Analytics
workspace. Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/learn/tutorial-response
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agents-overview

QUESTION 234
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure virtual machine named VM1 that runs Windows Server 2016.

You need to create an alert in Azure when more than two error events are logged to the System event log
on VM1 within an hour.

Solution: You create an Azure storage account and configure shared access signatures (SASs). You
install the Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the
storage account as the source.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
B Section: (none)
Explanation

Explanation/Reference:
Explanation:
Instead: You create an Azure Log Analytics workspace and configure the data settings. You install the
Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the Log Analytics
workspace as the source.
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agents-overview

QUESTION 235
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the resources shown in the following table.

VM1 connects to VNET1.

You need to connect VM1 to VNET2.

Solution: You move VM1 to RG2, and then you add a new network interface to VM1.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Instead you should delete VM1. You recreate VM1, and then you add the network interface for VM1.
Note: When you create an Azure virtual machine (VM), you must create a virtual network (VNet) or use
an existing VNet. You can change the subnet a VM is connected to after it's created, but you cannot
change the VNet.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/network-overview

QUESTION 236
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the resources shown in the following table.

VM1 connects to VNET1.

You need to connect VM1 to VNET2.

Solution: You delete VM1. You recreate VM1, and then you create a new network interface for VM1 and
connect it to VNET2.

Does this meet the goal?

A. Yes
B. No

Correct Answer:
A Section: (none)
Explanation

Explanation/Reference:
Explanation:
You should delete VM1. You recreate VM1, and then you add the network interface for VM1.
Note: When you create an Azure virtual machine (VM), you must create a virtual network (VNet) or use an
existing VNet. You can change the subnet a VM is connected to after it's created, but you cannot change
the VNet.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/network-overview

QUESTION 237
Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets
might have more than one correct solution, while others might not have a correct solution.

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 have an Azure subscription that contains the resources shown in the following table.
VM1 connects to VNET1.

You need to connect VM1 to VNET2.

Solution: You turn off VM1, and then you add a new network interface to VM1.

Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Instead you should delete VM1. You recreate VM1, and then you add the network interface for VM1.
Note: When you create an Azure virtual machine (VM), you must create a virtual network (VNet) or use
an existing VNet. You can change the subnet a VM is connected to after it's created, but you cannot
change the VNet.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/network-overview

QUESTION 238
You deploy an Azure Kubernetes Service (AKS) cluster named Cluster1 that uses the IP addresses
shown in the following table.

You need to provide internet users with access to the applications that run in Cluster1.

Which IP address should you include in the DNS record for Cluster1?

A. 131.107.2.1
B. 10.0.10.11
C. 172.17.7.1
D. 192.168.10.2

Correct Answer: A

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy