AZ-104 - UD - 103 Removed - PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 67
At a glance
Powered by AI
The key takeaways are that ADatum Corporation is planning to migrate its on-premises workloads to Azure using Azure Site Recovery. It currently uses an ExpressRoute connection and virtual network infrastructure in Azure. It aims to deploy new web and function apps while minimizing costs.

The main infrastructure components used in the Azure environment include virtual networks, ExpressRoute circuits, application gateways, network security groups and virtual machines.

The planned changes include migrating VMs from the New York office to Azure using Site Recovery. Infrastructure requirements identify preparing the environments for migration, identifying VM sizes, joining VMs to the domain, and configuring application gateways and ExpressRoute for traffic routing.

Updated by @AzureAdminsGroup

AZ-104

Microsoft Azure
Administrator
V21.0.0

Updated by AzureAdminsGroup
Updated by @AzureAdminsGroup

NO.1 You have an Azure subscription.


You create the Azure Storage account shown in the following exhibit:
Updated by @AzureAdminsGroup

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.

Answer Area:

Answer:

Explanation: Box1: LRS will keep minimum three copies.


Box2: Changing the access tier from hot to cool will reduce the cost. In performance,
standard is cheap. In the Account kind, GPV2 is giving best price. Can be checked yourself using the
pricing calculator on below link.
https://azure.microsoft.com/en-in/pricing/calculator/?service=storage
Updated by @AzureAdminsGroup

NO.2 You plan to create an Azure virtual machine named VM1 that will be configured as shown in the
following exhibit.
Updated by @AzureAdminsGroup

The planned disk configurations for VM1 are shown in the following exhibit.

You need to ensure that VM1 can be created in an Availability Zone.


Which two settings should you modify? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Use managed disks
B. Availability options
C. OS disk type
D. Size
E. Image

Answer: A B

3.NO.4 You have an Azure subscription that contains a web app named webapp1. You need to add a
custom domain named www.contoso.com to webapp1. What should you do first?

A. Upload a certificate.
B. Add a connection string.
C. Stop webapp1.
D. Create a DNS record.

Answer: D
Updated by @AzureAdminsGroup

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

Answer Area:

Answer:
Updated by @AzureAdminsGroup

Explanation: Box 1: No
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) but the inbound security
rule for NSG2 blocks TCP port 1433 from 10.10.2.5 (or VM2) to 10.10.1.5 (or VM1).
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

4.NO.6 You have an Azure subscription that contains the Azure virtual machines shown in the
following table.

You configure the network interfaces of the virtual machines to use the settings shown in the
following table
Updated by @AzureAdminsGroup

From the settings of VNET1, you configure the DNS servers shown in the following exhibit.

The virtual machines can successfully connect to the DNS server that has an IP address of 192.168.10.15
and the DNS server that has an IP address of 193.77.134.10.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Answer Area:

Answer:

Explanation

5.NO.7 Your company has three offices. The offices are located in Miami, Los Angeles, and New York.
Updated by @AzureAdminsGroup

Each office contains a datacenter.

You have an Azure subscription that contains resources in the East US and West US Azure regions.
Each region contains a virtual network. The virtual networks are peered.

You need to connect the datacenters to the subscription. The solution must minimize network
latency between the datacenters.

What should you create?

A. three virtual WANs and one virtual hub


B. three virtual hubs and one virtual WAN
C. three On-premises data gateways and one Azure Application Gateway
D. three Azure Application Gateways and one On-premises data gateway

Answer: A

6.NO.9 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

Answer: C
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-subscrip
https://docs.microsoft.com/en-us/azure/key-vault/general/keyvault-move-subscription
Updated by @AzureAdminsGroup

7.NO.11 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. Desired State Configuration (DSC) extension


B. the Publish-AzVMDscConfigurationCmdlet
C. a Microsoft Intune device configuration profile
D. Deployment Center in Azure App Service

Answer: A

NO.15 You have an Azure subscription that contains an Azure Storage account.
You plan to copy an on-premises virtual machine image to a container named vmimages. You need
to create the container for the planned image.
Which command should you run? To answer, select the appropriate options in the answer area. NOTE:
Each correct selection is worth one point.

Answer Area:

Answer:
Updated by @AzureAdminsGroup

Explanation
azcopy make 'https://<storage-account-name>.file.core.windows.net/<file-share-name><SAS-token>'

8.NO.18 You create a Recovery Services vault backup policy named Policy1 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.

Answer area:
Updated by @AzureAdminsGroup

Answer:
Explanation

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.

9.NO.19 You have an Azure subscription that contains a user account named User1.
You need to ensure that User1 can assign a policy to the tenant root management group.
What should you do?

A. Assign the Owner role to User1, and then instruct User1 to configure access management for
Azure resources.
B. Assign the Global administrator role to User1, and then instruct User1 to configure access
management for Azure resources.
C. Assign the Global administrator role to User1, and then modify the default conditional access
policies.
D. Assign the Owner role to User1, and then modify the default conditional access policies.
Updated by @AzureAdminsGroup

Answer: A

10.NO.20 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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.


You need to deploy a YAML file to AKS1.
Solution: From the Azure CLI, you run azcopy.
Does this meet the goal?
A. Yes
B. No

Answer: B

11.NO.22 You have an Azure subscription that includes data in following locations:

You plan to export data by using Azure import/export job named Export1. You need to identify the
data that can be exported by using Export1.
Which data should you identify?

A. DB1
B. Table1
C. container1
D. Share1
Answer: D
Explanation
Azure Import/Export service is used to securely import large amounts of data to Azure Blob storage
and Azure Files by shipping disk drives to an Azure datacenter.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-service
Updated by @AzureAdminsGroup

12.NO.24 You have the Azure virtual machines shown in the following table.

A DNS service is installed on VM1.


You configure the DNS server settings for each virtual network as shown in the following exhibit.

You need to ensure that all the virtual machines can resolve DNS names by using the DNS service on
VM1. What should you do?

A. Add service endpoints on VNET2 and VNET3.


B. Configure peering between VNE1, VNET2, and VNET3.
C. Configure a conditional forwarder on VM1
D. Add service endpoints on VNET1.

Answer: C
Reference:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-name-resolution-for-vms-
and-role-install

13.NO.25 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
Updated by @AzureAdminsGroup

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

Answer: A
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.

2. You see a history of deployments for the group. In your case, the portal probably lists only one
deployment. Select this deployment.

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.
Updated by @AzureAdminsGroup

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

14.NO.26 You create the following resources in an Azure subscription:


* An Azure Container Registry instance named Registry1.
* An Azure Kubernetes Service (AKS) cluster named Cluster1.
You create a container image named App1 on your administrative workstation. You need to deploy
App1 to Cluster1. What should you do first?

A. Create a host pool on Cluster1.


B. Run the az acr build command.
C. Run the docker build command.
D. Run the docker push command.

Answer: B

15.NO.29 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 app named App1 that is installed on two Azure virtual machines named VM1 and VM2.
Connections to App1 are managed by using an Azure Load Balancer.
The effective network security configurations for VM2 are shown in the following exhibit.

You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that
Updated by @AzureAdminsGroup

the Load Balancer rules are configured correctly.


You need to ensure that connections to App1 can be established successfully from 131.107.100.50
over TCP port 443.
Solution: You create an inbound security rule that allows any traffic from the AzuteLoadBalancer
source and has a cost of 150.
Does this meet the goal?
A. Yes
B. No

Answer: A

16.NO.37 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.

Answer:
Updated by @AzureAdminsGroup

17.NO.46 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.
B. From contoso.com, create an OAuth 2.0 authorization endpoint.
C. Recreate AKS1.
D. From AKS1, create a namespace.

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

18.NO.47 You have an Azure subscription that contains the Azure virtual machines shown in
the following table.

You add inbound security rules to a network security group (NSG) named NSG1 as shown in
the following table.

You run Azure Network Watcher as shown in the following exhibit.


Updated by @AzureAdminsGroup

You run Network Watcher again as shown in the following exhibit.


Updated by @AzureAdminsGroup

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

Answer:
Updated by @AzureAdminsGroup

19.NO.52 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

Answer: A

20.NO.53 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:

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.
Updated by @AzureAdminsGroup

Answer:

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.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/tag-policies

21.NO.56 You have an Azure web app named webapp1.


You have a virtual network named VNET1 and an Azure virtual machine named VM1 that hosts a
MySQL database. VM1 connects to VNET1. You need to ensure that webapp1 can access the data
Updated by @AzureAdminsGroup

hosted on VM1.
What should you do?
A. Connect webapp1 to VNET1.
B. Peer VNET1 to another virtual network.
C. Deploy an Azure Application Gateway.
D. Deploy an internal load balancer

Answer: D

22.NO.57 You plan to deploy an Azure container instance by using the following Azure Resource
Manager template.
Updated by @AzureAdminsGroup

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

Answer:

23.NO.60 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

Answer: B
Explanation
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10

24.NO.62 You have an Azure virtual machine named VM1 that runs Windows Server 2019. You sign in
to VM1 as a user named User 1 and perform the following actions:
Updated by @AzureAdminsGroup

* Create files on drive C.


* Create files on drive 0.
* 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

Answer: C
Explanation: D drive on the VMs are temporary drive which will replace even if you are restarting the
VM.

25.NO.64 You have an Azure Active Directory (Azure AD) tenant named contoso.com that contains
the users shown in the following table:

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:
Updated by @AzureAdminsGroup

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

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

26.NO.66 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

Answer: C

27.NO.70 You have the App Service plan shown in the following exhibit.
Updated by @AzureAdminsGroup

The scale-in settings for the App Service plan are configured as shown in the following exhibit.

The scale out rule is configured with the same duration and cool down tile as the scale in rule.
Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic.

Answer area:
Updated by @AzureAdminsGroup

Answer:

Explanation

28.NO.73 You have a public load balancer that balances ports 80 and 443 across three virtual
machines. You need to direct all the Remote Desktop Protocol (RDP) connections to VM3 only. What
should you configure?
A. a load balancing rule
B. a new public load balancer for VM3
C. an inbound NAT rule
D. a frontend IP configuration

Answer: C
Explanation
To port forward traffic to a specific port on specific VMs use an inbound network address translation
(NAT) rule.
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
29.NO.83 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.

Answer:

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.

30
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

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

You have an app named App1 that is installed on two Azure virtual machines named VM1 and VM2.
Connections to App1 are managed by using an Azure Load Balancer.
The effective network security configurations for VM2 are shown in the following exhibit.

You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that
the Load Balancer rules are configured correctly.
You need to ensure that connections to App1 can be established successfully from 131.107.100.50
over TCP port 443.
Solution: You modify the priority of the Allow_131.107.100.50 inbound security rule.
Does this meet the goal?
A. Yes
B. No

Answer: B

31.NO.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
31
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 app named App1 that is installed on two Azure virtual
machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer.
The effective network security configurations for VM2 are shown in the following exhibit.

You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the
Load Balancer rules are configured correctly. You need to ensure that connections to App1 can be
established successfully from 131.107.100.50 over TCP port 443.
Solution: You create an inbound security rule that allows any traffic from the AzuteLoadBalancer source
and has a cost of 150. Does this meet the goal?
A. Yes
B. No

Answer: A

32.NO.89 You create an App Service plan named App1 and an Azure web app named webapp1.
You discover that the option to create a staging slot is unavailable. You need to create a staging slot
for App1.
What should you do first?

A. From webapp1, modify the Application settings.


B. From webapp1, add a custom domain.
C. From App1, scale up the App Service plan.
D. From App1, scale out the App Service plan.

Answer: C
Explanation
https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up

32
33.NO.94 You plan to create the Azure web apps shown in the following table.

What is the minimum number of App Service plans you should create for the web apps?
A. 1
B. 2
C. 3
D. 4

Answer: A

34.NO.96 You have an Azure Kubernetes Service (AKS) cluster named AKS1.
You need to configure cluster autoscaler for AKS1.
Which two tools should you use? Each correct answer presents a complete solution, NOTE: Each
correct selection is worth one point
A. the set-AzAKs cmdlet
B. the Azure portal
C. The az aks command
D. the kubectl command
E. the set Azvm cmdlet

Answer: B D

35.NO.100 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_D1_v2
You run the get-azvmss cmdlet as shown in the following exhibit:

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

Answer:

34
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

36.NO.102 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
namedImage1.
Image1 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

Answer: D

37.NO.109 You deploy an Azure Kubernetes Service (AKS) cluster that has the network profile shown
in the following exhibit.

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

Answer Area:

Answer:

38.NO.118 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. virtual machine size


B. operating system
C. administrator username
D. resource group

Answer: C
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

36
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template

39.NO.122 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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.


You need to deploy a YAML file to AKS1.
Solution: From the Azure CLI, you run the kubectl client.
Does this meet the goal?
A. Yes
B. No

Answer: A

40.NO.130 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 app named App1 that is installed on two Azure virtual machines named VM1 and VM2.
Connections to App1 are managed by using an Azure Load Balancer.
The effective network security configurations for VM2 are shown in the following exhibit.

You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that
the Load Balancer rules are configured correctly.
You need to ensure that connections to App1 can be established successfully from 131.107.100.50
over TCP port 443.
Solution: You create an inbound security rule that denies all traffic from the 131.107.100.50 source
and has a cost of 64999.

37
Does this meet the goal?
A. Yes
B. No

Answer: B
41.NO.134 You have an Azure Active Directory (Azure AD) tenant that contains three global
administrators named Admin1, Admin2, and Admin3.
The tenant is associated to an Azure subscription. Access control for the subscription is configured as
shown in the Access control exhibit. (Click the Exhibit tab.)

You sign into the Azure portal as Admin1 and configure the tenant as shown in the Tenant exhibit.
(Click the Exhibit tab.)

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

Answer Area:

Answer:

39
42.NO.135 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.

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

43.NO.142 You have an Azure subscription that contains an Azure Storage account named storage1
and the users shown in the following table.

You plan to monitor storage1 and to configure email notifications for the signals shown in the
following table.

You need to identify the minimum number of alert rules and action groups required for the planned
monitoring.
How many alert rules and action groups should you identify? To answer, select the appropriate
options in the answer area.
NOTE: Each correct selection is worth one point.

40
Answer:

44.NO.144 You have an app named App1 that runs on an Azure web app named

41
webapp1. The developers at your company upload an update of App1 to a Git repository
named Git1. Webapp1 has the deployment slots shown in the following table.

You need to ensure that the App1 update is tested before the update is made available to users.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE Each correct selection is worth one point.

A. Stop webapp1 prod.


B. Stop webapp1-test
C. Deploy the App1 update to webapp1-test, and then test the update.
D. Deploy the App1 update to webapp1-prod, and then test the update.
E. Swap the slots.

Answer: C E

45.NO.145 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


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

Answer: A
Explanation
Availability zones is to protect from datacenter level failures and Availability sets will protect from rack
level failures in a datacenter.
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

46.NO.155 You have a deployment template named Template1 that is used to deploy 10 Azure
web apps.
You need to identify what to deploy before you deploy Template1. The solution must minimize Azure
costs.
What should you identify?

A. 10 App Service plans


B. one Azure Traffic Manager
C. five Azure Application Gateways
D. one App Service plan
42
E. one Azure Application Gateway

Answer: D

47.NO.156 You have a computer named Computer1 that has a point-to site VPN connection to an
Azure virtual network named VNet1. The point-to-site connection uses a self-signed certificate.
From Azure, you download and install the VPN client configuration package on a computer named
Computer2.
You need to ensure that you can establish a point-to-site VPN connection to VNet1 from Computer2.
Solution: You join Computer2 to Azure Active Directory (Azure AD).
Does this meet the goal?
A. Yes
B. No

Answer: B
Explanation
A client computer that connects to a VNet using Point-to-Site must have a client certificate installed.
References:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site

48.NO.158 You have an Azure subscription that contains the following storage account:

You need to create a request to Microsoft Support to perform a live migration of storage1 to Zone
Redundant Storage (ZRS) replication. How should you modify storage1 before the Live migration?

A. Set the replication to Locally redundant storage (LRS)


B. Disable Advanced threat protection
C. Remove the lock
D. Set the access tier to Hot

Answer: A

49.NO.162 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 the Azure portal
(http://go.microsoft.com/fwlink/?LinkId=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?

43
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

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

50.DuplicateQ.NO.163 You have an Azure virtual machine named VM1 that runs Windows Server
2019. You sign in to VM1 as a user named User 1 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

Answer: C.

51.DuplicateQ.NO.168 You have an Azure subscription that contains a user account named User1.
You need to ensure that User1 can assign a policy to the tenant root management group.
What should you do?
A. Assign the Global administrator role to User1, and then` instruct User1 to configure
access management for Azure resources.
B. Assign the Global administrator role to User1, and then modify the default conditional access
policies.
C. Assign the Owner role to User1. and then modify the default conditional access policies.
D. Assign the Owner role to User1. and then instruct User1 to configure access management for
Azure resources.

Answer: D

52.NO.178 You have an Azure Active Directory (Azure AD) tenant that syncs to on-premises Active
Directory and contains the users shown in the following table.

44
You create a group named Group1 and add User1 to the group. You need to configure the ownership
of Group. Which users can you add as owners of Group1?

A. User1, User2, User3 and User4


B. User3 only
C. User1 and User2 only
D. User2, User3 and User4 only

Answer: C

53.NO.187 You have an Azure subscription that contains an Azure Availability Set named WEBPROD-
AS- USE2 as shown in the following exhibit.
You add 14 virtual machines to WEBPROD-AS-USE2.
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.

45
Answer:

Explanation:
Box 1: 2
There are 10 update domains. The 14 VMs are shared across the 10 update domains so four update domains will
have
two VMs and six update domains will have one VM. Only one update domain is rebooted at a time. Therefore, a
maximum of two VMs will be offline.
Box 2: 7
There are 2 fault domains. The 14 VMs are shared across the 2 fault domains, so 7 VMs in each fault domain. A
rack
failure will affect one fault domain so 7 VMs will be offline.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability

54.NO.188 You have an Azure subscription that contains the resources shown in the following table.

46
You need to configure a proximity placement group for VMSS1 Which proximity placement groups
should you use?

A. Proximity2 only
B. Proximity 1, Proximity2, and Proximity3
C. Proximity 1 and Proximity3 only
D. Proximity1 only

Answer: C

55.NO.190 You have an Azure subscription that contains the resources shown in the following table.
VMSS1 is set to VM (virtual machines) orchestration mode.
You need to deploy a new Azure virtual machine named VM1, and then add VM1 to VMSS1.Which
resource group and location should you use to deploy VM1? To answer, select the appropriate options
in the NOTE: Each correct selection is worth one point.

Answer:

56.NO.193 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.

47
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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.


You need to deploy a YAML file to AKS1.
Solution: From Azure Cloud Shell, you run az aks.
Does this meet the goal?
A. Yes
B. No

Answer: A

57.NO.196 You have Azure virtual machines that run Windows Server 2019 and are configured
as shown in the following table.

You create a public Azure DNS zone named adatum.com and a private Azure DNS zone named
contoso.com.
For contoso.com, you create a virtual network link named link1 as shown in the exhibit. (Click the
Exhibit tab.)

48
You discover that VM1 can resolve names in contoso.com but cannot resolve names in adatum.com.
VM1 can resolve other hosts on the internet.
You need to ensure that VM1 can resolve host names in adatum.com.
What should you do?

A. Update the DNS suffix on VM1 to be adatum.com.


B. Create an SRV record in the contoso.com zone.
C. Configure the name servers for adatum.com at the domain registrar.
D. Modify the Access control (IAM) settings for link1.

Answer: D

58.NO.197 You have an Azure subscription that contains a virtual network named VNET1 in the East
US 2 region. You have the following resources in an Azure Resource Manager template.

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

Answer:

Explanation

50
59.NO.199 Your on-premises network contains an SMB share named
Share1. You have an Azure subscription that contains the following
resources:
A web app named webapp1
A virtual network named VNET1
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

Answer: C
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/IKE (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.
Reference:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-
manager-portal
60.NO.201 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

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

61.NO.206 You have an Azure Active Directory (Azure AD) tenant named
contoso.onmicrosoft.com. The User administrator role is assigned to a user named Admin1.
An external partner has a Microsoft account that uses the [email protected] sign in.
Admin1 attempts to invite the external partner to sign in to the Azure AD tenant and receives the
following error message: "Unable to invite user [email protected] - Generic authorization
exception." You need to ensure that Admin1 can invite the external partner to sign in to the Azure AD
tenant.
What should you do?

A. From the Roles and administrators blade, assign the Security administrator role to Admin1.
B. From the Organizational relationships blade, add an identity provider.
C. From the Custom domain names blade, add a custom domain.
D. From the Users blade, modify the External collaboration settings.

Answer: D
Explanation
References:
https://techcommunity.microsoft.com/t5/Azure-Active-Directory/Generic-authorization-exception-
inviting-Azur

62.NO.207 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

Answer: D
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.
63.NO.211 You create the following resources in a subscription:
* An Azure Container Registry instance named Registry1
* An Azure Kubernetes Service (AKS) cluster named Cluster1
You create a container image named App 1 on your administrative workstation.
You need to deploy App1 to cluster 1.
What should you do first?

A. Create a host pool on Cluster1


B. Run the docker push command.
C. Run the kubectl apply command.
D. Run the az aks create command.

Answer: B

64.NO.212 You have an Azure subscription that contains a resource group named Test RG.
You use TestRG to validate an Azure deployment.
TestRG contains the following resources:

You need to delete TestRG. What should you do first?

A. Modify the backup configurations of VM1 and modify the resource lock type of VNET1.
B. Turn off VM1 and delete all data in Vault1.
C. Remove the resource lock from VNET1 and delete all data in Vault1.
D. Turn off VM1 and remove the resource lock from VNET1.

Answer: D
Explanation
When you want to delete the resource, you first need to remove the lock.
References:
https://docs.microsoft.com/sv-se/azure/azure-resource-manager/management/lock-resources
65.NO.218 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

Answer: B

3 QUESTIONS of this yes-no sequence is in 103

66.NO.219 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

Answer: C
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.
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
67.NO.220 You have an Azure subscription that contains a user account named User1.
You need to ensure that User1 can assign a policy to the tenant root management group.
What should you do?
A. Create a new management group and delegate User1 as the owner of the new management
group.
B. Assign the Owner role for the Azure subscription to User1, and then instruct User1 to configure
access management for Azure resources.
C. Assign the Owner role for the Azure subscription to User1, and then modify the default conditional
access policies.
D. Assign the Global administrator role to User1, and then instruct User1 to configure access
management for Azure resources.

Answer: B
68.NO. 224
You have an Azure subscription that contains the resources shown in the following table.
Name Type
Cluster1 Azure Kubernetes Service (AKS)
Registry1 Azure Container Registry
Application1 Container image
You need to deploy Application1 to Cluster1.
Which command should you run?

Answer: C

69.NO.225 You have an Azure Storage account named storage1.


You have an Azure App Service app named app1 and an app named App2 that runs in an Azure container
instance. Each app uses a managed identity.
You need to ensure that App1 and App2 can read blobs from storage1 for the next 30 days.
What should you configure in storage1 for each app? To answer, select the appropriate options in the answer
area.

Answer Area

App1: Access keys


Advanced security
Access control (IAM)
Shared access signatures (SAS)

App2: Access keys


Advanced security
Access control (IAM)
Shared access signatures (SAS)
Answer:
70.NO.226 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 need to ensure that an Azure Active Directory (Azure AD) user named Admin1 is assigned the required role to
enable Traffic Analytics for an Azure subscription.
Solution: You assign the Traffic Manager Contributor role at the subscription level to Admin1.
A. Yes
B. No

Answer: A

71.NO.227 You have an Azure subscription named Subscription1 that contains the quotas shown in the
following table.

You deploy virtual machine to Subscription1 as shown in the following table.

You plan to deploy the virtual machines 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:

Explanation/Reference:
AFA3EE56E4BA0FA32F0E5A587DBC0E34
Explanation:
The total regional vCPUs is 20 so that means a maximum total of 20 vCPUs across all the different VM sizes.
The deallocated VM with 16 vCPUs counts towards the total. VM20 and VM1 are using 18 of the maximum 20
vCPUs leaving only two vCPUs available.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quotas

72.NO.228 You need to deploy an Azure virtual machine scale set that contains five instances as quickly as
possible.
What should you do?

A. Deploy five virtual machines. Modify the Availability Zones settings for each virtual machine.
B. Deploy five virtual machines. Modify the Size setting for each virtual machine.
C. Deploy one virtual machine scale set that is set to VM (virtual machines) orchestration mode.
D. Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.

Answer: D
Explanation:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes
73.NO.231 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

Answer: C

74.NO.234 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

Answer: B
75.NO.235 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

Answer: A

76.NO.250 A company has the following virtual networks defined in Azure:


......
The following virtual machines have been defined as well:
......
Which of the following can be used by the security department to check for any network intrusions?

A. IP Flow Verify
B. Variable Packet Capture
C. Azure Connection Monitor
D. Application Insights

Answer: B
Explanation:

https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-packet-capture-
overview

77.NO.251 Your company wants to deploy a blogging solution on Azure. Below are the key
deployment
requirements:
- Ability to connect to Azure BLOB storage as the origin.
- Ensure that users across the world get the same performance when they access the blogging site.
You provide a solution of using the cloud tiering service. Does this solution meet the requirement?
A. Yes
B. No

Answer: B
Explanation:
The cloud tiering feature is used to ensure volumes have a percentage of free space when you use
the Azure File Sync service. The ideal solution to use here is the Content Delivery service.
https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-cloud-tiering

78.NO.252 A company has just setup an Azure account and subscription. The Senior management
want to
keep a control on costs during the initial deployment of resources. Which of the following can be used
to keep a tabs on overall costs incurred for hosting resources in Azure?

A. Use the pricing calculator to calculate the costs beforehand.


B. Create a budget and then an action group to notify when thresholds are breached.
C. Use the Azure Advisor to notify when costs are being breached.
D. Use resource tags for all resources.

Answer: B
Explanation:
You can create a budget in Azure cost management and also create an action group to notify when
costs are being breached.
Option A is partially correct but is only viable before creating resources in Azure.
Option C is incorrect since this is ideal when you want to have recommendations in place in Azure.
Option D is incorrect since this is ideal from a billing perspective and segregation on costs.
https://docs.microsoft.com/en-us/azure/cost-management/tutorial-acm-create-budgets

79.NO.253 A company is planning on using Azure Site recovery for migrating a set of On-premise
servers onto Azure. As an IT Administrator you are going to setup Azure and the configuration/process
servers
in your on-premise environment.
Which of the following needs to be configured to ensure that the replication can be carried out?
(Choose two.)

A. Ensure that the machines that need to be replicated can communicate with Azure on port
443.
B. Ensure that the machines that need to be replicated can communicate with the process
server on port 443.
C. Ensure that the process server can communicate with Azure on port 443.
D. Ensure that the process server can communicate with Azure on port 359.

Answer: BC
Explanation:
Option A is incorrect since it is the process server that sends the replication data.
Option D is incorrect since the process server needs to communicate over port 359.
https://docs.microsoft.com/en-us/azure/site-recovery/physical-azure-architecture

80.NO.254 Your company is planning on migrating their on-premise VMWare Virtual Machines to
Azure. For this purpose, they are planning on using the Azure Migrate tool. You first need to discover
which of
the on-premise machines need to be assessed for the migration.
Which of the below mentioned steps need to be followed for this requirement? (Choose three.)

A. Create a collector virtual machine.


B. Download the OVA file for the collector appliance.
C. Create a migration group in the project.
D. Configure the collector and start discovery.
E. Create an assessment in the project.

Answer: ABD
Explanation:
https://docs.microsoft.com/en-us/azure/migrate/tutorial-assessment-vmware

Scenario based questions


============================================================================
Topic 1 Litware Ltd
============================================================================
Litware, 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 Litware are hosted on-premises.
Litware creates a new Azure subscription. The Azure Active Directory (Azure AD) tenant uses a
domain named Litware.onmicrosoft.com. The tenant uses the P1 pricing tier.
Existing Environment
The network contains an Active Directory forest named Litware.com. All domain controllers are
configured as DNS servers and host the Litware.com DNS zone.
Litware 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.
Litware.com contains a user named User1.
All the offices connect by using private links.
Litware 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.

Litware 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
Litware plans to implement the following changes:
* Deploy Azure ExpressRoute to the Montreal office.
* Migrate the virtual machines hosted on Server1 and Server2 to Azure.
* Synchronize on-premises Active Directory to Azure Active Directory (Azure AD).
* Migrate App1 and App2 to two Azure web apps named webApp1 and WebApp2.
Technical requirements
Litware must meet the following technical requirements:
* Ensure that WebApp1 can adjust the number of instances automatically based on the load and can
scale up to five instance*.
* 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.
* Enable 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.Litware.com.
* Connect the New Your office to VNet1 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 Role1 that is based on the Reader role.
Minimize costs whenever possible.

.
===================================================
Topic 2, Humongous Insurance
============================
Overview
Existing Environment
Humongous Insurance is an insurance company that has three offices in Miami, Tokoyo, and Bankok.
Each has 5000 users.
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.

===================================================
Topic 3, 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 App1 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 App1 to Azure.
* Minimize the number of open ports between the App1 tiers.
* Ensure that all the virtual machines for App1 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 virtual machines.
* 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 Admin1 as the service administrator of the Azure subscription.
* Admin1 must receive email alerts regarding service outages.
* Ensure that a new user named User3 can create network objects for the Azure subscription.

===================================================
Topic 4, A Datum Corporation
====================================================
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.
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 an IP address 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.
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 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://www.fabrikam.com will be load balanced across Pool22.
* ER1 must route traffic between the New York office and the platform as a service (PaaS) services in
the East US Azure region, as long as ER1 is available.
* ER2 must route traffic between the Los Angeles office and the PaaS sevices 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 able 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 account must be minimized.
Share your feedback on our group….

You might also like