πŸ”

AZ-104 β€” questions

Page 4 of 18 Β· 350 total questions.

Topic 2 Β· Question 74

You have an Azure DNS zone named adatum.com. You need to delegate a subdomain named research.adatum.com to a different DNS server in Azure. What should you do?

  • ACreate an NS record named research in the adatum.com zone. (correct answer)
  • BCreate a PTR record named research in the adatum.com zone.
  • CModify the SOA record of adatum.com.
  • DCreate an A record named *.research in the adatum.com zone.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Create an NS record named research in the adatum.com zone.

Topic 2 Β· Question 76

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error events from a table named Event. Which query should you run in Workspace1?

  • AGet-Event Event | where {$_.EventType == "error"}
  • BEvent | search "error" (correct answer)
  • Cselect * from Event where EventType == "error"
  • Dsearch in (Event) * | where EventType ""eq "error"
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Event | search "error".

Topic 2 Β· Question 77

You have a registered DNS domain named contoso.com. You create a public Azure DNS zone named contoso.com. You need to ensure that records created in the contoso.com zone are resolvable from the internet. What should you do?

  • ACreate NS records in contoso.com.
  • BModify the SOA record in the DNS domain registrar.
  • CCreate the SOA record in contoso.com.
  • DModify the NS records in the DNS domain registrar. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Modify the NS records in the DNS domain registrar.

Topic 2 Β· Question 81

You have an Azure Active Directory (Azure AD) tenant. You plan to delete multiple users by using Bulk delete in the Azure Active Directory admin center. You need to create and upload a file for the bulk delete. Which user attributes should you include in the file?

  • AThe user principal name and usage location of each user only
  • BThe user principal name of each user only (correct answer)
  • CThe display name of each user only
  • DThe display name and usage location of each user only
  • EThe display name and user principal name of each user only
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The user principal name of each user only.

Topic 2 Β· Question 83

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. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 2 Β· Question 84

You have three offices and an Azure subscription that contains an Azure Active Directory (Azure AD) tenant. You need to grant user management permissions to a local administrator in each office. What should you use?

  • AAzure AD roles
  • Badministrative units (correct answer)
  • Caccess packages in Azure AD entitlement management
  • DAzure roles
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: administrative units.

Topic 2 Β· Question 85

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group named Dev. You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. Solution: On Dev, you assign the Logic App Contributor role to the Developers group. Does this meet the goal?

  • AYes (correct answer)
  • BNo
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Yes.

Topic 2 Β· Question 87

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?

  • ARemove User1 from the Security Reader role for Subscription1. Assign User1 the Contributor role for RG1.
  • BAssign User1 the Owner role for VNet1. (correct answer)
  • CAssign User1 the Contributor role for VNet1.
  • DAssign User1 the Network Contributor role for VNet1.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Assign User1 the Owner role for VNet1.

Topic 2 Β· Question 89

You have an Azure subscription that contains a storage account named storage1. The storage1 account contains a file share named share1. The subscription is linked to a hybrid Azure Active Directory (Azure AD) tenant that contains a security group named Group1. You need to grant Group1 the Storage File Data SMB Share Elevated Contributor role for share1. What should you do first?

  • AEnable Active Directory Domain Service (AD DS) authentication for storage1. (correct answer)
  • BGrant share-level permissions by using File Explorer.
  • CMount share1 by using File Explorer.
  • DCreate a private endpoint.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Enable Active Directory Domain Service (AD DS) authentication for storage1.

Topic 2 Β· Question 90

You have 15 Azure subscriptions. You have an Azure Active Directory (Azure AD) tenant that contains a security group named Group1. You plan to purchase additional Azure subscription. You need to ensure that Group1 can manage role assignments for the existing subscriptions and the planned subscriptions. The solution must meet the following requirements: β€’ Use the principle of least privilege. β€’ Minimize administrative effort. What should you do?

  • AAssign Group1 the Owner role for the root management group.
  • BAssign Group1 the User Access Administrator role for the root management group. (correct answer)
  • CCreate a new management group and assign Group1 the User Access Administrator role for the group.
  • DCreate a new management group and assign Group1 the Owner role for the group.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Assign Group1 the User Access Administrator role for the root management group.

Explanation

Management Groups organize subscriptions into a hierarchy for unified governance and policy.

Topic 2 Β· Question 92

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com: User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. You need to create new user accounts in external.contoso.onmicrosoft.com. Solution: You instruct User2 to create the user accounts. Does that meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 2 Β· Question 93

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com: User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. You need to create new user accounts in external.contoso.onmicrosoft.com. Solution: You instruct User4 to create the user accounts. Does that meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 2 Β· Question 94

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com: User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. You need to create new user accounts in external.contoso.onmicrosoft.com. Solution: You instruct User3 to create the user accounts. Does that meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 2 Β· Question 95

You have two Azure subscriptions named Sub1 and Sub2. An administrator creates a custom role that has an assignable scope to a resource group named RG1 in Sub1. You need to ensure that you can apply the custom role to any resource group in Sub1 and Sub2. The solution must minimize administrative effort. What should you do?

  • ASelect the custom role and add Sub1 and Sub2 to the assignable scopes. Remove RG1 from the assignable scopes. (correct answer)
  • BCreate a new custom role for Sub1. Create a new custom role for Sub2. Remove the role from RG1.
  • CCreate a new custom role for Sub1 and add Sub2 to the assignable scopes. Remove the role from RG1.
  • DSelect the custom role and add Sub1 to the assignable scopes. Remove RG1 from the assignable scopes. Create a new custom role for Sub2.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Select the custom role and add Sub1 and Sub2 to the assignable scopes. Remove RG1 from the assignable scopes.

Topic 2 Β· Question 96 Β· Select all that apply

You have an Azure Subscription that contains a storage account named storageacct1234 and two users named User1 and User2. You assign User1 the roles shown in the following exhibit. Which two actions can User1 perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • AAssign roles to User2 for storageacct1234.
  • BUpload blob data to storageacct1234. (correct answer)
  • CModify the firewall of storageacct1234.
  • DView blob data in storageacct1234. (correct answer)
  • EView file shares in storageacct1234.
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: Upload blob data to storageacct1234. Option D: View blob data in storageacct1234.

Topic 2 Β· Question 97

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error events from a table named Event. Which query should you run in Workspace1?

  • Aselect * from Event where EventType == "error"
  • BEvent | search "error" (correct answer)
  • CEvent | where EventType is "error"
  • DGet-Event Event | where {$_.EventType == "error"}
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Event | search "error".

Topic 2 Β· Question 98

You have an Azure App Services web app named App1. You plan to deploy App1 by using Web Deploy. You need to ensure that the developers of App1 can use their Azure AD credentials to deploy content to App1. The solution must use the principle of least privilege. What should you do?

  • AAssign the Owner role to the developers
  • BConfigure app-level credentials for FTPS
  • CAssign the Website Contributor role to the developers (correct answer)
  • DConfigure user-level credentials for FTPS
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Assign the Website Contributor role to the developers.

Topic 2 Β· Question 99

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure Active Directory (Azure AD) tenant named contoso.com. You have a CSV file that contains the names and email addresses of 500 external users. You need to create a guest user account in contoso.com for each of the 500 external users. Solution: From Azure AD in the Azure portal, you use the Bulk invite users operation. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 2 Β· Question 102

You have an Azure subscription that contains 10 virtual machines, a key vault named Vault1, and a network security group (NSG) named NSG1. All the resources are deployed to the East US Azure region. The virtual machines are protected by using NSG1. NSG1 is configured to block all outbound traffic to the internet. You need to ensure that the virtual machines can access Vault1. The solution must use the principle of least privilege and minimize administrative effort What should you configure as the destination of the outbound security rule for NSG1?

  • Aan application security group
  • Ba service tag (correct answer)
  • Can IP address range
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a service tag.

Topic 2 Β· Question 103

You have an Azure AD tenant named adatum.com that contains the groups shown in the following table. Adatum.com contains the users shown in the following table. You assign the Azure Active Directory Premium Plan 2 license to Group1 and User4. Which users are assigned the Azure Active Directory Premium Plan 2 license?

Exhibit 1 for question 103Exhibit 2 for question 103
  • AUser4 only
  • BUser1 and User4 only (correct answer)
  • CUser1, User2, and User4 only
  • DUser1, User2, User3, and User4
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: User1 and User4 only.

Showing questions 61–80 of 350 Β· Page 4 of 18