ExamGecko
Home Home / Microsoft / AZ-104

Microsoft AZ-104 Practice Test - Questions Answers, Page 8

Question list
Search
Search

List of questions

Search

Related questions











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

All virtual machines run Windows Server 2016.

On VM1, you back up a folder named Folder1 as shown in the following exhibit.

You plan to restore the backup to a different virtual machine.

You need to restore the backup to VM2.

What should you do first?

A.
From VM2, install the Microsoft Azure Recovery Services Agent
A.
From VM2, install the Microsoft Azure Recovery Services Agent
Answers
B.
From VM1, install the Windows Server Backup feature
B.
From VM1, install the Windows Server Backup feature
Answers
C.
From VM2, install the Windows Server Backup feature
C.
From VM2, install the Windows Server Backup feature
Answers
D.
From VM1, install the Microsoft Azure Recovery Services Agent
D.
From VM1, install the Microsoft Azure Recovery Services Agent
Answers
Suggested answer: A

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-windows-server

HOTSPOT

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.


Question 72
Correct answer: Question 72

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

HOTSPOT

You deploy an Azure Kubernetes Service (AKS) cluster that has the network profile 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.


Question 73
Correct answer: Question 73

Explanation:

Box 1 : Containers will get the IP address from the virtual network subnet CIDr which is 10.244.0.0/16

Box 2 : Services in the AKS cluster will be assigned an IP address in the service CIDR which is 10.0.0.0/16

Reference:

https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni

You plan to create an Azure virtual machine named VM1 that will be configured as shown in the following exhibit.

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
A.
Use managed disks
Answers
B.
Availability options
B.
Availability options
Answers
C.
OS disk type
C.
OS disk type
Answers
D.
Size
D.
Size
Answers
E.
Image
E.
Image
Answers
Suggested answer: A, C

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/site-recovery/move-azure-vms-avset-azone

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/create-portal-availability-zone

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.
A.
Upload a certificate.
Answers
B.
Add a connection string.
B.
Add a connection string.
Answers
C.
Stop webapp1.
C.
Stop webapp1.
Answers
D.
Create a DNS record.
D.
Create a DNS record.
Answers
Suggested answer: D

You create an App Service plan named plan1 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 plan1.

What should you do first?

A.
From webapp1, modify the Application settings.
A.
From webapp1, modify the Application settings.
Answers
B.
From webapp1, add a custom domain.
B.
From webapp1, add a custom domain.
Answers
C.
From plan1, scale up the App Service plan.
C.
From plan1, scale up the App Service plan.
Answers
D.
From plan1, scale out the App Service plan.
D.
From plan1, scale out the App Service plan.
Answers
Suggested answer: C

Explanation:

Scale up: Get more CPU, memory, disk space, and extra features like dedicated virtual machines (VMs), custom domains and certificates, staging slots, autoscaling, and more.

You scale up by changing the pricing tier of the App Service plan that your app belongs to.

Reference:

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

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
A.
Azure Active Directory (AD) Identity Protection and an Azure policy
Answers
B.
a Recovery Services vault and a backup policy
B.
a Recovery Services vault and a backup policy
Answers
C.
an Azure Key Vault and an access policy
C.
an Azure Key Vault and an access policy
Answers
D.
an Azure Storage account and an access policy
D.
an Azure Storage account and an access policy
Answers
Suggested answer: D

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.

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

HOTSPOT

You plan to deploy an Azure container instance by using the following Azure Resource Manager template.

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


Question 78
Correct answer: Question 78

Explanation:

Box 1: can connect to the container from any device

In the policy "osType": "window" refer that it will create a container in a container group that runs

Windows but it won't block access depending on device type.

Box 2: the container will restart automatically

Docker provides restart policies to control whether your containers start automatically when they exit, or when Docker restarts. Restart policies ensure that linked containers are started in the correct order. Docker recommends that you use restart policies, and avoid using process managers to start containers.

on-failure : Restart the container if it exits due to an error, which manifests as a non-zero exit code.

As the flag is mentioned as "on-failure" in the policy, so it will restart automatically

Reference:

https://docs.microsoft.com/en-us/cli/azure/container?view=azure-cli-latest

https://docs.docker.com/config/containers/start-containers-automatically/

You create an Azure subscription named Subscription1 and an associated Azure Active Directory (Azure AD) tenant named Tenant1. Tenant1 contains the users in the following table.

You need to add an Azure AD Privileged Identity Management application to Tenant1.

Which account can you use?

Suggested answer: B

Explanation:

For Azure AD roles in Privileged Identity Management, only a user who is in the Privileged role administrator or Global administrator role can manage assignments for other administrators. You can grant access to other administrators to manage Privileged Identity Management. Global

Administrators, Security Administrators, Global readers, and Security Readers can also view assignments to Azure AD roles in Privileged Identity Management.

Only owner can create an subscription and only global administrator can perform Privileged Identity

Management changes. So you can create subscription with external user and then promote him to global administrator to get things done.

As it is mentioned as it is associated with azure tenant so that tenant has an AD domain. So in azure

AD the default domain ends with onmicrosoft.com. So you can't have Hotmail IDs there. Moreover always remember the principle of least privileges, when you can get your job done with Global

Administrator then you should not look for owner for security purpose.

[email protected] : Correct Choice

As Admin1 is Global Administrator and part of default AD domain so Admin1 can add an Azure AD

Privileged Identity Management application to Tenant1

[email protected] : Incorrect Choice

As per the above explanation Admin3 is not Global Administrator, so this option is incorrect.

[email protected] : Incorrect Choice

As per the above explanation Admin2 is not Global Administrator, so this option is incorrect.

[email protected] : Incorrect Choice

Although this user is Global Administrator but referring to the least privileges principal and default domain consideration this option is incorrect.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pimgetting-started

https://docs.microsoft.com/en-us/azure/active-directory-domain-services/tutorial-create-instance

HOTSPOT

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

Target location: East US

Storage redundancy: Locally redundant

Comfort factor: 2.0

Performance history: 1 month

Percentile utilization: 95th

Pricing tier: Standard

Offer: Pay as you go

You discover the following two virtual machines:

A virtual machine named VM1 that runs Windows Server 2016 and has 10 CPU cores at 20 percent utilization

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

How many CPU cores will Azure Migrate recommend for each virtual machine? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 80
Correct answer: Question 80

Explanation:

The equation is: 'core usage x comfort factor'. The comfort factor is 2.0.

So VM 1 is 10 cores at 20% utilization which equals 2 cores. Multiply that the comfort factor and you get 4 cores.

VM 2 is 4 cores at 50% utilization which equals 2 cores. Multiply that the comfort factor and you get 4 cores.

Total 644 questions
Go to page: of 65