ExamGecko
Home / Microsoft / AZ-104 / List of questions
Ask Question

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

List of questions

Question 71

Report
Export
Collapse

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

Microsoft AZ-104 image Question 38 84563 09262024195642000000

All virtual machines run Windows Server 2016.

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

Microsoft AZ-104 image Question 38 84563 09262024195642000000

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

You need to restore the backup to VM2.

What should you do first?

From VM2, install the Microsoft Azure Recovery Services Agent
From VM2, install the Microsoft Azure Recovery Services Agent
From VM1, install the Windows Server Backup feature
From VM1, install the Windows Server Backup feature
From VM2, install the Windows Server Backup feature
From VM2, install the Windows Server Backup feature
From VM1, install the Microsoft Azure Recovery Services Agent
From VM1, install the Microsoft Azure Recovery Services Agent
Suggested answer: A

Explanation:

Reference:

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

asked 26/09/2024
Matthew Isaacs
37 questions

Question 72

Report
Export
Collapse

HOTSPOT

You have an Azure subscription that contains an Azure Availability Set named WEBPROD-AS-USE2 as shown in the following exhibit.

Microsoft AZ-104 image Question 39 84564 09262024195642000000

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.


Microsoft AZ-104 image Question 72 84564 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 72 84564 09262024075642000

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

asked 26/09/2024
Jaap van Veldhuizen
45 questions

Question 73

Report
Export
Collapse

HOTSPOT

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

Microsoft AZ-104 image Question 40 84565 09262024195642000000

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.


Microsoft AZ-104 image Question 73 84565 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 73 84565 09262024075642000

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

asked 26/09/2024
Venkateswar Parupalli
34 questions

Question 74

Report
Export
Collapse

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.

Microsoft AZ-104 image Question 41 84566 09262024195642000000

Microsoft AZ-104 image Question 41 84566 09262024195642000000

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.

Use managed disks
Use managed disks
Availability options
Availability options
OS disk type
OS disk type
Size
Size
Image
Image
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

asked 26/09/2024
TienYai Ho
37 questions

Question 75

Report
Export
Collapse

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?

Upload a certificate.
Upload a certificate.
Add a connection string.
Add a connection string.
Stop webapp1.
Stop webapp1.
Create a DNS record.
Create a DNS record.
Suggested answer: D
asked 26/09/2024
Eduardo Cunha
30 questions

Question 76

Report
Export
Collapse

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?

From webapp1, modify the Application settings.
From webapp1, modify the Application settings.
From webapp1, add a custom domain.
From webapp1, add a custom domain.
From plan1, scale up the App Service plan.
From plan1, scale up the App Service plan.
From plan1, scale out the App Service plan.
From plan1, scale out the App Service plan.
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

asked 26/09/2024
Johnny Tien
47 questions

Question 77

Report
Export
Collapse

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?

Azure Active Directory (AD) Identity Protection and an Azure policy
Azure Active Directory (AD) Identity Protection and an Azure policy
a Recovery Services vault and a backup policy
a Recovery Services vault and a backup policy
an Azure Key Vault and an access policy
an Azure Key Vault and an access policy
an Azure Storage account and an access policy
an Azure Storage account and an access policy
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/

asked 26/09/2024
Ishan Patel
42 questions

Question 78

Report
Export
Collapse

HOTSPOT

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

Microsoft AZ-104 image Question 45 84570 09262024195642000000

Microsoft AZ-104 image Question 45 84570 09262024195642000000

Microsoft AZ-104 image Question 45 84570 09262024195642000000

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


Microsoft AZ-104 image Question 78 84570 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 78 84570 09262024075642000

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/

asked 26/09/2024
Davide Maranzana
33 questions

Question 79

Report
Export
Collapse

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.

Microsoft AZ-104 image Question 46 84571 09262024195642000000

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

asked 26/09/2024
Heng Tan
30 questions

Question 80

Report
Export
Collapse

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.


Microsoft AZ-104 image Question 80 84572 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 80 84572 09262024075642000

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.

asked 26/09/2024
Ali Abbas
28 questions
Total 659 questions
Go to page: of 66
Search

Related questions