πŸ”

AZ-104 β€” questions

Page 16 of 18 Β· 350 total questions.

Topic 5 Β· Question 450

You have an Azure subscription that contains the resources shown in the following table. You create a route table named RT1 in the East US Azure region. To which resources can you associate RT1?

Exhibit 1 for question 450
  • AVNet1 only
  • BSubnet1 only (correct answer)
  • CVNet1 and NIC1 only
  • DSubnet1 and NIC1 only
  • EVNet1, Subnet1, and NIC1
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Subnet1 only.

Topic 5 Β· Question 451

You create an Azure VM named VM1 that runs Windows Server 2019. VM1 is configured as shown in the exhibit. (Click the Exhibit tab.) You need to enable Desired State Configuration for VM1. What should you do first?

Exhibit 1 for question 451
  • AConnect to VM1.
  • BStart VM1. (correct answer)
  • CCapture a snapshot of VM1.
  • DConfigure a DNS name for VM1.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Start VM1.

Topic 5 Β· Question 453

You have an Azure subscription that contains the virtual networks shown in the following table. All the virtual networks are peered. Each virtual network contains nine virtual machines. You need to configure secure RDP connections to the virtual machines by using Azure Bastion. What is the minimum number of Bastion hosts required?

Exhibit 1 for question 453
  • A1
  • B3 (correct answer)
  • C9
  • D10
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 3.

Topic 5 Β· Question 456

You have an Azure virtual network named VNet1 that contains the following settings: β€’ IPv4 address space: 172.16.10.0/24 β€’ Subnet name: Subnet1 β€’ Subnet address range: 172.16.10.0/25 What is the maximum number of virtual machines that can connect to Subnet1?

  • A24
  • B25
  • C123 (correct answer)
  • D128
  • E251
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 123.

Topic 5 Β· Question 459

You have an Azure subscription that contains the virtual networks shown in the following table. The subscription contains the virtual machines shown in the following table. All the virtual machines have only private IP addresses. You deploy an Azure Bastion host named Bastion1 to VNet1. To which virtual machines can you connect through Bastion1?

Exhibit 1 for question 459Exhibit 2 for question 459
  • AVM1 only
  • BVM1 and VM2 only (correct answer)
  • CVM1 and VM3 only
  • DVM1, VM2, and VM3
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: VM1 and VM2 only.

Topic 5 Β· Question 460

You have an Azure subscription. You plan to migrate 50 virtual machines from VMware vSphere to the subscription. You create a Recovery Services vault. What should you do next?

  • AConfigure an extended network.
  • BCreate a recovery plan.
  • CDeploy an Open Virtualization Application (OVA) template to vSphere.
  • DConfigure a virtual network. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Configure a virtual network.

Topic 5 Β· Question 462

You have an Azure subscription that contains two peered virtual networks named VNet1 and VNet2. VNet1 has a VPN gateway that uses static routing, The on-premises network has a VPN connection that uses the VPN gateway of VNet1. You need to configure access for users on the on-premises network to connect to a virtual machine on VNet2. The solution must minimize costs. Which type of connectivity should you use?

  • AAzure Firewall with a private IP address
  • Bservice chaining and user-defined routes (UDRs) (correct answer)
  • CAzure Application Gateway
  • DExpressRoute circuits to VNet2
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: service chaining and user-defined routes (UDRs) This option delivers the requirement at the lowest cost.

Topic 5 Β· Question 463

You have an Azure subscription. You are creating a new Azure container instance that will have the following settings: β€’ Container name: cont1 β€’ SKU: Standard β€’ OS type: Windows β€’ Networking type: Public β€’ Memory (GiB): 2.5 β€’ Number of CPU cores: 2 You discover that the Private setting for Networking type is unavailable. You need to ensure that cont1 can be configured to use private networking. Which setting should you change?

  • AMemory (GiB)
  • BNetworking type (correct answer)
  • CNumber of CPU cores
  • DOS type
  • ESKU
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Networking type.

Topic 6 Β· Question 464

You have an Azure subscription that has a Recovery Services vault named Vault1. The subscription contains the virtual machines shown in the following table: You plan to schedule backups to occur every night at 23:00. Which virtual machines can you back up by using Azure Backup?

  • AVM1 and VM3 only
  • BVM1, VM2, VM3 and VM4 (correct answer)
  • CVM1 and VM2 only
  • DVM1 only
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: VM1, VM2, VM3 and VM4.

Topic 6 Β· Question 465

You have the Azure virtual machines shown in the following table: You have a Recovery Services vault that protects VM1 and VM2. You need to protect VM3 and VM4 by using Recovery Services. What should you do first?

  • ACreate a new Recovery Services vault (correct answer)
  • BCreate a storage account
  • CConfigure the extensions for VM3 and VM4
  • DCreate a new backup policy
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Create a new Recovery Services vault

Explanation

A Recovery Services Vault stores backup and replication data for Azure Backup and Site Recovery.

Topic 6 Β· Question 466

You have an Azure subscription that contains the identities shown in the following table. User1, Principal1, and Group1 are assigned the Monitoring Reader role. An action group named AG1 has the Email Azure Resource Manager Role notification type and is configured to email the Monitoring Reader role. You create an alert rule named Alert1 that uses AG1. You need to identity who will receive an email notification when Alert1 is triggered. Who should you identify?

  • AUser1 and Principal1 only
  • BUser1, User2, Principal1, and Principal2
  • CUser1 only
  • DUser1 and User2 only (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: User1 and User2 only.

Topic 6 Β· Question 469

You have an Azure virtual machine named VM1. You use Azure Backup to create a backup of VM1 named Backup1. After creating Backup1, you perform the following changes to VM1: β€’ Modify the size of VM1. β€’ Copy a file named Budget.xls to a folder named Data. β€’ Reset the password for the built-in administrator account. β€’ Add a data disk to VM1. An administrator uses the Replace existing option to restore VM1 from Backup1. You need to ensure that all the changes to VM1 are restored. Which change should you perform again?

  • AModify the size of VM1.
  • BReset the password for the built-in administrator account.
  • CAdd a data disk.
  • DCopy Budget.xls to Data. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Copy Budget.xls to Data.

Topic 6 Β· Question 471

Your company has a main office in London that contains 100 client computers. Three years ago, you migrated to Azure Active Directory (Azure AD). The company's security policy states that all personal devices and corporate-owned devices must be registered or joined to Azure AD. A remote user named User1 is unable to join a personal device to Azure AD from a home network. You verify that User1 was able to join devices to Azure AD in the past. You need to ensure that User1 can join the device to Azure AD. What should you do?

  • AAssign the User administrator role to User1.
  • BFrom the Device settings blade, modify the Maximum number of devices per user setting. (correct answer)
  • CCreate a point-to-site VPN from the home network of User1 to Azure.
  • DFrom the Device settings blade, modify the Users may join devices to Azure AD setting.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: From the Device settings blade, modify the Maximum number of devices per user setting.

Topic 6 Β· Question 474

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 User1 to create the user accounts. Does that meet the goal?

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

The correct answer is A. Option A: Yes.

Topic 6 Β· Question 475

You have an existing Azure subscription that contains 10 virtual machines. You need to monitor the latency between your on-premises network and the virtual machines. What should you use?

  • AService Map
  • BConnection troubleshoot
  • CNetwork Performance Monitor (correct answer)
  • DEffective routes
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Network Performance Monitor.

Topic 6 Β· Question 478

You have an Azure virtual machine named VM1. Azure collects events from VM1. You are creating an alert rule in Azure Monitor to notify an administrator when an error is logged in the System event log of VM1. Which target resource should you monitor in the alert rule?

  • Avirtual machine extension
  • Bvirtual machine
  • Cmetric alert
  • DAzure Log Analytics workspace (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Log Analytics workspace

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 6 Β· Question 479

You have an Azure subscription that contains 100 virtual machines. You regularly create and delete virtual machines. You need to identify unattached disks that can be deleted. What should you do?

  • AFrom Azure Cost Management, view Cost Analysis
  • BFrom Azure Advisor, modify the Advisor configuration
  • CFrom Microsoft Azure Storage Explorer, view the Account Management properties
  • DFrom Azure Cost Management, view Advisor Recommendations (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: From Azure Cost Management, view Advisor Recommendations.

Topic 6 Β· Question 480

You have an Azure web app named App1. You need to monitor the availability of App1 by using a multi-step web test. What should you use in Azure Monitor?

  • AAzure Service Health
  • BAzure Application Insights (correct answer)
  • Cthe Diagnostic settings
  • Dmetrics
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Application Insights

Explanation

Application Insights provides application performance monitoring and diagnostics for apps.

Topic 6 Β· Question 481

You have a Recovery Services vault named RSV1. RSV1 has a backup policy that retains instant snapshots for five days and daily backup for 14 days. RSV1 performs daily backups of VM1. VM1 hosts a static website that was updated eight days ago. You need to recover VM1 to a point eight days ago. The solution must minimize downtime. What should you do first?

  • ADeallocate VM1.
  • BRestore VM1 by using the Replace existing restore configuration option. (correct answer)
  • CDelete VM1.
  • DRestore VM1 by using the Create new restore configuration option.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Restore VM1 by using the Replace existing restore configuration option.

Topic 6 Β· Question 486

You have an Azure subscription named Subscription1 that contains two Azure virtual networks named VNet1 and VNet2. VNet1 contains a VPN gateway named VPNGW1 that uses static routing. There is a site-to-site VPN connection between your on-premises network and VNet1. On a computer named Client1 that runs Windows 10, you configure a point-to-site VPN connection to VNet1. You configure virtual network peering between VNet1 and VNet2. You verify that you can connect to VNet2 from the on-premises network. Client1 is unable to connect to VNet2. You need to ensure that you can connect Client1 to VNet2. What should you do?

  • ASelect Use the remote virtual network's gateway or Route Server on VNet1 to VNet2 peering.
  • BSelect Use the remote virtual network s gateway or Route Server on VNet2 to VNet1 peering.
  • CDownload and re-install the VPN client configuration package on Client1. (correct answer)
  • DEnable BGP on VPNGW1.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Download and re-install the VPN client configuration package on Client1.

Showing questions 301–320 of 350 Β· Page 16 of 18