Exam4Training

Microsoft AZ-103 Microsoft Azure Administrator Online Training

Question #1

Topic 1, Humongous Insurance

Overview

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 All_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 Subnet1 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 AllOffices-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.

DRAG DROP

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.

未标题-1

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Step 1: First you create a storage account using the Azure portal.

Step 2: Select Automation options at the bottom of the screen. The portal shows the template on the Template tab.

Deploy: Deploy the Azure storage account to Azure.

Step 3: Share the template.

Scenario: 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.

Explanation: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager­quickstart-create-templates-use-the-portal


Question #2

Which blade should you instruct the finance department auditors to use?

  • A . Partner information
  • B . Overview
  • C . Payment methods
  • D . Invoices

Reveal Solution Hide Solution

Correct Answer: D
D

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.

Scenario: During the testing phase, auditors in the finance department must be able to review all Azure costs from the past week.

Explanation: https://docs.microsoft.com/en-us/azure/billing/billing-download-azure-invoice-daily­usage-date

Question #3

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

Reveal Solution Hide Solution

Correct Answer: B,D
B,D

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.

B: 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

Question #4

You need to define a custom domain name for Azure AD to support the planned infrastructure.

Which domain name should you use?

  • 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.

Reveal Solution Hide Solution

Correct Answer: B,D
B,D

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@domain name.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.

Explanation: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom­domain

Question #5

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 idfix.exe, and then use the Edit action.
  • C . From Active Directory Domains and Trusts, modify the list of UPN suffixes.
  • D . From Azure AD Connect, modify the outbound synchronization rule.

Reveal Solution Hide Solution

Correct Answer: B
B

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. IdFix 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.

Explanation: https://www.microsoft.com/en-us/download/details.aspx?id=36832

Question #6

Which blade should you instruct the finance department auditors to use?

  • A . invoices
  • B . partner information
  • C . cost analysis
  • D . External services

Reveal Solution Hide Solution

Correct Answer: A
Question #7

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

Reveal Solution Hide Solution

Correct Answer: D
D

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@domain name.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.

Explanation: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom­domain

Question #8

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 . Allow inbound TCP port 8080 to the domain controllers in the Miami office.
  • B . Add http://autogon.microsoftazuread-sso.com to the intranet zone of each client computer in the Miami office.
  • C . Join the client computers in the Miami office to Azure AD.
  • D . Install the Active Directory Federation Services (AD FS) role on a domain controller in the Miami office.
  • E . Install Azure AD Connect on a server in the Miami office and enable Pass-through Authentication.

Reveal Solution Hide Solution

Correct Answer: B,E
B,E

Explanation:

B: 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

E: Seamless SSO works with any method of cloud authentication – Password Hash Synchronization or Pass-through Authentication, and can be enabled via Azure AD Connect.

Explanation: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sso-quick-start

Question #9

DRAG DROP

You have an Azure subscription that contains two virtual networks named VNet1 and VNet2. Virtual machines connect to the virtual networks.

The virtual networks have the address spaces and the subnets configured as shown in the following table.

You need to add the address space of 10.33.0.0/16 to VNet1. The solution must ensure that the hosts on VNet1 and VNet2 can communicate.

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Step 1: Remove peering between Vnet1 and VNet2. You can’t add address ranges to, or delete address ranges from a virtual network’s address space once a virtual network is peered with another virtual network. To add or remove address ranges, delete the peering, add or remove the address ranges, then re-create the peering.

Step 2: Add the 10.44.0.0/16 address space to VNet1.

Step 3: Recreate peering between VNet1 and VNet2

Explanation: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering


Question #10

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.

Reveal Solution Hide Solution

Correct Answer: A
A

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 #11

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:


Question #12

HOTSPOT

You are evaluating the connectivity between 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.

Reveal Solution Hide Solution

Correct Answer:


Question #12

HOTSPOT

You are evaluating the connectivity between 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.

Reveal Solution Hide Solution

Correct Answer:


Question #14

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 (IAM) settings.
  • C . From the Azure Active Directory blade, modify the Properties.
  • D . From the Azure Active Directory blade, modify the Groups.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Change the Service administrator for an Azure subscription

Scenario: Designate a new user named Admin1 as the service administrator of the Azure subscription.

Explanation: https://docs.microsoft.com/en-us/azure/billing/billing-add-change-azure-subscription­administrator

Question #15

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.

Reveal Solution Hide Solution

Correct Answer: D
D

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.

Explanation: https://docs.microsoft.com/en-us/azure/machine-learning/team-data-science­process/move-data-to-azure-blob-using-azure-storage-explorer

Question #16

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

Reveal Solution Hide Solution

Correct Answer: D
D

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.

Explanation: https://docs.microsoft.com/en-us/azure/backup/quick-backup-vm-portal

Question #17

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Reference: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server


Question #18

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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 #19

You need to recommend an identify solution that meets the technical requirements.

What should you recommend?

  • A . federated single-on (SSO) and Active Directory Federation Services (AD FS)
  • B . password hash synchronization and single sign-on (SSO)
  • C . cloud-only user accounts
  • D . Pass-through Authentication and single sign-on (SSO)

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Active Directory Federation Services is a feature and web service in the Windows Server Operating System that allows sharing of identity information outside a company’s network.

Scenario: Technical Requirements include: Prevent user passwords or hashes of passwords from being stored in Azure.

Explanation: https://www.sherweb.com/blog/active-directory-federation-services/

Question #20

You are planning the move of App1 to Azure.

You create a network security group (NSG).

You need to recommend a solution to provide users with access to App1.

What should you recommend?

  • A . Create an outgoing security rule for port 443 from the Internet. Associate the NSG to all the subnets.
  • B . Create an incoming security rule for port 443 from the Internet. Associate the NSG to all the subnets.
  • C . Create an incoming security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
  • D . Create an outgoing security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

As App1 is public-facing we need an incoming security rule, related to the access of the web servers.

Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers: a SQL database, a web front end, and a processing middle tier. Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Question #21

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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 #22

Topic 3, Mix Questions

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

Reveal Solution Hide Solution

Correct Answer: C
C

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.

Explanation: https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-action­groups

Question #23

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

Reveal Solution Hide Solution

Correct Answer: B
B

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.

Question #24

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.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

The New-AzureADUserAppRoleAssignment cmdlet assigns a user to an application role in Azure Active Directory (AD). Use it for the application report.

Explanation: https://docs.microsoft.com/en-us/powershell/module/azuread/new­azureaduserapproleassignment?view=azureadps-2.0

Question #25

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

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Question #26

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

Reveal Solution Hide Solution

Correct Answer: A
A

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 #27

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

Reveal Solution Hide Solution

Correct Answer: B
Question #28

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:


Question #29

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Explanation:

https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1

https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer? tabs=windows


Question #30

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.

Reveal Solution Hide Solution

Correct Answer: B
B

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

Explanation: https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable­replication

Question #31

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:

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.

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


Question #32

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.

Reveal Solution Hide Solution

Correct Answer: C,D,E
C,D,E

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 (B): 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.

Explanation:

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

Question #33

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Reference:

https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy

https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-zrs


Question #34

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

Reveal Solution Hide Solution

Correct Answer: B,C
B,C

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

Explanation: https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-data­to-files

Question #35

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.

Reveal Solution Hide Solution

Correct Answer: A
A

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.

Explanation: https://docs.microsoft.com/en-us/azure/backup/backup-azure-delete-vault


Question #36

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:

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 #37

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Explanation: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-options


Question #38

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.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

The Unattached Disks report lists storage that is not attached to any active VM. To open the report, click in the Optimizer tab. Select Inefficiencies and the click Unattached Disks.

Explanation: https://social.msdn.microsoft.com/Forums/en-US/0e4b3c28-a7f3-416b-84b7-3753f534e1b9/faq­how-to-save-money-with-cloudyn-8211-10-steps?forum=Cloudyn

https://docs.microsoft.com/en-us/azure/cost-management/overview

Question #39

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:


Question #40

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 . LAD 3.0
  • B . Azure Analysis Services
  • C . the AzurePerformanceDiagnostics extension
  • D . Azure HDInsight

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

You can use extensions to configure diagnostics on your VMs to collect additional metric data. The basic host metrics are available, but to see more granular and VM-specific metrics, you need to install the Azure diagnostics extension on the VM. The Azure diagnostics extension allows additional monitoring and diagnostics data to be retrieved from the VM.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-monitoring

Question #41

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Box 1: Unattend.xml

In preparation to deploy shielded VMs, you may need to create an operating system specialization answer file. On Windows, this is commonly known as the "unattend.xml" file. The New-ShieldingDataAnswerFile Windows PowerShell function helps you do this. Starting with Windows Server version 1709, you can run certain Linux guest OSes in shielded VMs. If you are using the System Center Virtual Machine Manager Linux agent to specialize those VMs, the New-ShieldingDataAnswerFile cmdlet can create compatible answer files for it.

Box 2: The Azure Portal

You can use the Azure portal to deploy a Linux virtual machine (VM) in Azure that runs Ubuntu.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-portal


Question #42

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 Interface1 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 DenyAllOutBound outbound port rule.
  • D . Delete the DenyAllInBound inbound port rule.

Reveal Solution Hide Solution

Correct Answer: A
Question #43

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.

Reveal Solution Hide Solution

Correct Answer: A,B
A,B

Explanation:

Virtual Machine Scale Sets can be used with the Azure Desired State Configuration (DSC) extension handler. Virtual machine scale sets provide a way to deploy and manage large numbers of virtual machines, and can elastically scale in and out in response to load. DSC is used to configure the VMs as they come online so they are running the production software.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine­scale-sets-dsc

Question #44

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 D4s 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 D8s v3.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

While resizing the VM it must be in a stopped state.

Explanation: https://azure.microsoft.com/en-us/blog/resize-virtual-machines/

Question #45

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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:

Explanation: https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm https://docs.microsoft.com/en-us/azure/backup/backup-azure-arm-restore-vms


Question #46

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Explanation: https://docs.microsoft.com/en-us/azure/backup/backup-configure-vault https://docs.microsoft.com/en-us/azure/backup/backup-azure-backup-faq


Question #47

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer: Explanation:



Question #48

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

Reveal Solution Hide Solution

Correct Answer: A
A

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.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new­node

Question #49

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

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

You should redeploy the VM.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new­node

Question #50

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Step 1: New-AzureRmNetworkSecurityRuleConfig

Step 2: New-AzureRmNetworkSecurityGroup

Step 3: New-AzureRmVirtualNetworkSubnetConfig

Step 4: New-AzureRmVirtualNetwork Example: Create a virtual network with a subnet referencing a network security group

New-AzureRmResourceGroup -Name TestResourceGroup -Location centralus $rdpRule = New-AzureRmNetworkSecurityRuleConfig -Name rdp-rule -Description "Allow RDP" ­

Access Allow -Protocol Tcp -Direction Inbound -Priority 100 -SourceAddressPrefix Internet -SourcePortRange * -DestinationAddressPrefix * -DestinationPortRange 3389 $networkSecurityGroup = New-AzureRmNetworkSecurityGroup -ResourceGroupName

TestResourceGroup -Location centralus -Name "NSG-FrontEnd" -SecurityRules $rdpRule

$frontendSubnet = New-AzureRmVirtualNetworkSubnetConfig -Name frontendSubnet -AddressPrefix "10.0.1.0/24" -NetworkSecurityGroup $networkSecurityGroup $backendSubnet = New-AzureRmVirtualNetworkSubnetConfig -Name backendSubnet –

AddressPrefix "10.0.2.0/24" -NetworkSecurityGroup $networkSecurityGroup New-AzureRmVirtualNetwork -Name MyVirtualNetwork -ResourceGroupName

TestResourceGroup -Location centralus -AddressPrefix "10.0.0.0/16" -Subnet $frontendSubnet,$backendSubnet

Explanation: https://docs.microsoft.com/en-us/powershell/module/azurerm.network/new­azurermvirtualnetwork?view=azurermps-6.7.0


Question #51

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.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

Application Security Group can be associated with NICs.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-network/security-overview#application-security­groups

Question #52

HOTSPOT

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.

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.

Reveal Solution Hide Solution

Correct Answer:

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.

Explanation: https://www.quora.com/What-is-IP-forwarding


Question #53

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Box 1: 10

One public and one private network interface for each of the five VMs.

Box 2: 1

You can associate zero, or one, network security group to each virtual network subnet and network interface in a virtual machine. The same network security group can be associated to as many subnets and network interfaces as you choose.

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


Question #54

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.

Reveal Solution Hide Solution

Correct Answer: C
C

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/IKE, 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.

Explanation: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-

resource-manager-portal

Question #55

HOTSPOT

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.

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

Reveal Solution Hide Solution

Correct Answer:

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.

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


Question #56

HOTSPOT

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.

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.

Reveal Solution Hide Solution

Correct Answer:


Question #57

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

Reveal Solution Hide Solution

Correct Answer: B
B

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.

Explanation: https://docs.microsoft.com/en-us/azure/dns/dns-import-export

Question #58

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.)

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.

Reveal Solution Hide Solution

Correct Answer: A
A

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.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-network/manage-network-security-

group

Question #59

HOTSPOT

You have peering configured 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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Box 1: vNET6 only

Box 2: Modify the address space

The virtual networks you peer must have non-overlapping IP address spaces.

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


Question #60

HOTSPOT

You have an Azure subscription named Subscription1.

Subscription1 contains the virtual networks in the following table.

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 Yest if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Explanation:

Box 1: Yes

Vnet1 and Vnet3 are peers.

Box 2: Yes

Vnet2 and Vnet3 are peers.

Box 3: No

Peering connections are non-transitive.

Explanation: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid­networking/hub-spoke


Question #61

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

Reveal Solution Hide Solution

Correct Answer: E
E

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.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-vnet-plan­design-arm

Question #62

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

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked.

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

Question #63

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

Reveal Solution Hide Solution

Correct Answer: D
D

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.

Explanation: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain

Question #64

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

The process is simple:

Explanation: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain


Question #65

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

You can move a VM and its associated resources to another resource group using the portal.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/move-vm


Question #66

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

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

You should use a policy definition. Reference: https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

Question #67

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

Reveal Solution Hide Solution

Correct Answer: A
A

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.

Explanation: https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

Question #68

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

Reveal Solution Hide Solution

Correct Answer: B
B

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.

Explanation: https://blogs.msdn.microsoft.com/azureedu/2016/04/27/using-azure-resource­manager-policy-and-azure-lock-to-control-your-azure-resources/

Question #69

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.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Assign a role to a user

Explanation: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory­users-assign-role-azure-portal

Question #70

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Box 1: Group 1 only First rule applies

Box 2: Group1 and Group2 only

Both membership rules apply.

Explanation: https://docs.microsoft.com/en-us/sccm/core/clients/manage/collections/create­collections


Question #71

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.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

Staging mode must be disabled. If the Azure AD Connect server is in staging mode, password hash synchronization is temporarily disabled.

Explanation: 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 #72

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.

Reveal Solution Hide Solution

Correct Answer: B
B

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.

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

Question #73

HOTSPOT

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.

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Box 1: User5

In Express settings, the installation wizard asks for the following:

AD DS Enterprise Administrator credentials Azure

AD Global Administrator credentials

The AD DS 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.

Explanation: https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory­aadconnect-accounts-permissions


Question #74

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

Reveal Solution Hide Solution

Correct Answer: C
C

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.

Explanation: https://azure.microsoft.com/en-us/resources/templates/101-vm-secure-password/

Question #75

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 server at the domain registrar.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Modify the Name Server (NS) record.

Explanation: https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns

Question #76

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 add an NS record to the contoso.com zone.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Before you can delegate your DNS zone to Azure DNS, you need to know the name servers for your zone. The NS record set contains the names of the Azure DNS name servers assigned to the zone.

Explanation: https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns

Question #77

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

Reveal Solution Hide Solution

Correct Answer: B
B

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.

Explanation: https://searchnetworking.techtarget.com/definition/start-of-authority-record

Question #78

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

Reveal Solution Hide Solution

Correct Answer: B
Question #79

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: Solution: From the Overview blade, you move the virtual machine to a different subscription.

Does this meet the goal?

  • A . Yes
  • B . No

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

You would need to Redeploy the VM.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node

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 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

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

You would need to Redeploy the VM.

Explanation: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new­node

Question #81

HOTSPOT

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Explanation: https://docs.microsoft.com/en-us/azure/governance/policy/concepts/definition­structure


Exit mobile version