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

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

List of questions

Question 261

Report
Export
Collapse

HOTSPOT

You have a hybrid deployment of Azure Active Directory (Azure AD) that contains the users shown in the following table.

Microsoft AZ-104 image Question 228 84753 09262024195642000000

You need to modify the JobTitle and UsageLocation attributes for the users.

For which users can you modify the- attributes from Azure AD? To answer, select the appropriate options in the answer area.


Microsoft AZ-104 image Question 261 84753 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 261 84753 09262024075642000

Explanation:

Box 1: User1 and User3 only

You must use Windows Server Active Directory to update the identity, contact info, or job info for users whose source of authority is Windows Server Active Directory.

Box 2: User1, User2, and User3

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-usersprofile-azure-portal

asked 26/09/2024
Vasco Rodrigues
40 questions

Question 262

Report
Export
Collapse

You have an Azure subscription that contains a user named User1.

You need to ensure that User1 can deploy virtual machines and manage virtual networks. The solution must use the principle of least privilege.

Which role-based access control (RBAC) role should you assign to User1?

Owner
Owner
Virtual Machine Administrator Login
Virtual Machine Administrator Login
Contributor
Contributor
Virtual Machine Contributor
Virtual Machine Contributor
Suggested answer: C
asked 26/09/2024
Marcel Janssen
38 questions

Question 263

Report
Export
Collapse

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

Microsoft AZ-104 image Question 230 84755 09262024195642000000

You need to deploy Application1 to Cluster1. Which command should you run?

az acr build
az acr build
az ales create
az ales create
kubect1 apply
kubect1 apply
docker build
docker build
Suggested answer: B
asked 26/09/2024
Swen Leuning
49 questions

Question 264

Report
Export
Collapse

HOTSPOT

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

Microsoft AZ-104 image Question 231 84756 09262024195642000000

RG1 contains the resources shown in the following table.

Microsoft AZ-104 image Question 231 84756 09262024195642000000


Microsoft AZ-104 image Question 264 84756 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 264 84756 09262024075642000
asked 26/09/2024
giancarlo bagnetti srl
42 questions

Question 265

Report
Export
Collapse

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?

NSEC
NSEC
PTR
PTR
DNSKEY
DNSKEY
TXT
TXT
Suggested answer: D

Explanation:

TXT : Correct Choice

You need to go to your hosting domain registrar and add in a TXT record.

Microsoft AZ-104 image Question 232 explanation 84757 09262024195642000000

NSEC3 : Incorrect Choice

This is Part of DNSSEC. This is used for explicit denial-of-existence of a DNS record. It is used to prove a name does not exist.

RRSIG : Incorrect Choice

This contains a cryptographic signature.

DNSKEY : Incorrect Choice

This will verify that the records are originating from an authorized sender.

Reference:

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

https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain#verifyyour-custom-domain-name

https://www.cloudflare.com/dns/dnssec/how-dnssecworks/#:~:text=DNSKEY%20%2D%20Contains%20a%20public%20signing,s)%20in%20the%20parent%20zone.

asked 26/09/2024
Tommy Svendsen
37 questions

Question 266

Report
Export
Collapse

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

RG26 is sot to the West Europe location and is used to create temporary resources for a project.

RG26 contains the resources shown in the following table.

Microsoft AZ-104 image Question 233 84758 09262024195642000000

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

Stop the backup of SQLDB01.
Stop the backup of SQLDB01.
Delete sa001.
Delete sa001.
Delete VM1.
Delete VM1.
StopVM1.
StopVM1.
Suggested answer: A

Explanation:

You can't delete a vault that contains backup data. So in this case at first you have to delete the backup of 'SQLD01' before you attempt to delete the vault.

Reference:

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

asked 26/09/2024
garima sharma
51 questions

Question 267

Report
Export
Collapse

You have an Azure subscription named Subscription1 that contains a virtual network named VNet1.

VNet1 is in a resource group named RG1.

Subscription1 has a user named User1. User1 has the following roles;

• Reader

• Security Admin

• Security Reader

You need to ensure that User1 can assign the Reader role for VNet1 to other users. What should you do?

Assign User1 the Contributor role for VNet1.
Assign User1 the Contributor role for VNet1.
Remove User from the Security Reader and Reader roles tot Subscription1.
Remove User from the Security Reader and Reader roles tot Subscription1.
Assign User1 the Network Contributor role for VNet1.
Assign User1 the Network Contributor role for VNet1.
Assign User1 the User Access Administrator role for VNet1
Assign User1 the User Access Administrator role for VNet1
Suggested answer: D

Explanation:

The User Access Administrator role allows you to manage user access to Azure resources.

Reference:

https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#user-accessadministrator

asked 26/09/2024
Delano van Kleinwee
40 questions

Question 268

Report
Export
Collapse

You deploy an Azure Kubernetes Service (AKS) cluster named Cluster1 that uses the IP addresses shown in the following table.

Microsoft AZ-104 image Question 235 84760 09262024195642000000

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

172.17.7.1
172.17.7.1
131.107.2.1
131.107.2.1
192.168.10.2
192.168.10.2
10.0.10.11
10.0.10.11
Suggested answer: B

Explanation:

When any internet user will try to access the cluster which is behind a load balancer, traffic will first hit to load balancer front end IP. So in the DNS configuration you have to provide the IP address of the load balancer.

Reference:

https://stackoverflow.com/questions/43660490/giving-a-dns-name-to-azure-load-balancer

asked 26/09/2024
Panayiotis Markatos
51 questions

Question 269

Report
Export
Collapse

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

Deploy five virtual machines. Modify the Size setting for each virtual machine.
Deploy five virtual machines. Modify the Size setting for each virtual machine.
Deploy live virtual machines. Modify the Availability Zones setting for each virtual machine.
Deploy live virtual machines. Modify the Availability Zones setting for each virtual machine.
Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.
Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.
Deploy one virtual machine scale set that is set to VM (virtual machines) orchestration mode.
Deploy one virtual machine scale set that is set to VM (virtual machines) orchestration mode.
Suggested answer: B

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes

asked 26/09/2024
Pritish Verma
32 questions

Question 270

Report
Export
Collapse

HOTSPOT

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

Microsoft AZ-104 image Question 237 84762 09262024195642000000

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

Microsoft AZ-104 image Question 237 84762 09262024195642000000



Microsoft AZ-104 image Question 270 84762 09262024075642000
Correct answer: Microsoft AZ-104 image answer Question 270 84762 09262024075642000
asked 26/09/2024
MM rahn
41 questions
Total 659 questions
Go to page: of 66
Search

Related questions