Microsoft

AZ-140 Free Practice Questions — Page 9

Question 74

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem. After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen. You have an Azure subscription named Sub1 that contains the resources shown in the following table. You have a user named Admin1 that is assigned the Desktop Virtualization Contributor role for Sub1. You need to ensure that Admin1 can assign Scaling1 to Pool1. Solution: You assign the Azure Virtual Desktop service principal the Owner role for Sub1. Does this meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: A
Explanation:
Yes. Assigning the Azure Virtual Desktop service principal the Owner role on the subscription grants it all required permissions, including managing VM power states. This satisfies the prerequisite needed so that Admin1 can successfully assign the scaling plan (Scaling1) to the host pool (Pool1), even though it is broader than the minimum required role.

Question 75

You have an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 has the following settings: • Host pool type: Pooled • Load balancing algorithm: Breadth-first • Max session limit: 5 • Start VM on connect: Yes Pool1 contains the session hosts shown in the following table. How many additional users must connect to Pool1 to start Host3?

A. 1
B. 3
C. 5
D. 6
E. 10
Show Answer
Correct Answer: D
Explanation:
With breadth-first load balancing, new sessions are placed on existing running hosts until they reach the max session limit. Host1 has 3/5 sessions (needs 2), Host2 has 2/5 sessions (needs 3). Five additional users will only fill Host1 and Host2 to their limits. A sixth additional user is required to trigger starting Host3 (Start VM on connect).

Question 76

You have an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains two session hosts. You create a new virtual machine named Host3 that runs Windows 11. You need to add Host3 as a third session host to Pool1. What should you do first?

A. Generate a registration key.
B. Assign a scaling plan to Pool1.
C. Generate a certificate for Host3.
D. Deallocate the existing session hosts.
Show Answer
Correct Answer: A
Explanation:
To add a new session host to an existing Azure Virtual Desktop host pool, you must register the VM with the host pool. The first required step is to generate a host pool registration key, which is then used during the AVD agent installation on Host3. Without this key, the VM cannot join Pool1. The other options are not prerequisites for adding a session host.

Question 77

You have an Azure subscription that is linked to a Microsoft Entra hybrid tenant named contoso.com. The subscription contains the resources shown in the following table. You create a new Azure Virtual Desktop host pool named HP01. You plan to deploy new session hosts to HP01. The session hosts will be connected to VNet01. You need to ensure that the new session hosts can join contoso.com. The solution must minimize administrative effort. What should you configure first?

A. the RDP Properties settings of HP01
B. the default subnet settings of VNet01
C. the Configuration settings of VPN01
D. the DNS servers settings of VNet01
Show Answer
Correct Answer: D
Explanation:
To join a Microsoft Entra hybrid (on‑premises Active Directory–backed) domain, Azure Virtual Desktop session hosts must be able to resolve domain controllers. This requires the virtual network to use DNS servers that can resolve contoso.com (typically on‑premises or Azure‑hosted AD DS DNS servers). Configuring the DNS server settings on VNet01 is the first and minimal‑effort requirement; without correct DNS, domain join will fail regardless of other settings.

Question 78

You have an Azure subscription. You need to deploy an Azure Virtual Desktop host pool that will contain 20 Windows 11 session hosts. The solution must meet the following requirements: • Each session host must have a Windows client license applied. • Administrative effort must be minimized. What should you use to deploy the session hosts?

A. the Azure portal
B. Microsoft Intune
C. Windows Autopilot
D. an Azure Automation runbook
Show Answer
Correct Answer: A
Explanation:
Azure Virtual Desktop host pools and session hosts can be deployed directly from the Azure portal using the built-in AVD deployment experience. The portal automatically applies the required Windows client licensing for Windows 11 session hosts and provides a guided, integrated workflow that minimizes administrative effort. The other options are not intended for initial bulk deployment of AVD session hosts.

Question 79

You have an Azure Virtual Desktop deployment in the East US Azure region and a disaster recovery location in the West US Azure region. You need to recommend a disaster recovery solution that meets the following requirements: • Controlled failover and failback tests between the two regions must be performed every six months. • Administrative effort and costs must be minimized. What should you recommend?

A. Implement an active-active disaster recovery solution.
B. Back up the Azure Virtual Desktop deployment by using Azure Backup.
C. Implement an active-passive disaster recovery solution.
D. Back up the Azure Virtual Desktop deployment by using an Azure Backup vault.
Show Answer
Correct Answer: C
Explanation:
An active-passive Azure Virtual Desktop disaster recovery design keeps the secondary region on standby, minimizing ongoing compute costs and administrative overhead. It supports planned, controlled failover and failback testing between regions on a scheduled basis, which meets the requirement for semiannual DR tests while avoiding the higher cost and complexity of an active-active setup.

Question 80

You have an Azure subscription that is linked to a hybrid Microsoft Entra tenant and contains a storage account named storage. You have an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains session hosts that are Microsoft Entra joined. You plan to implement FSLogix profile containers for the session hosts of Pool1. In storage1, you create a new Azure Files share named share1. You need to ensure that share1 can store the FSLogix profile containers. What should you enable for share1?

A. a security profile set to Maximum security
B. a security profile set to Maximum compatibility
C. Microsoft Entra Domain Services
D. Microsoft Entra Kerberos
Show Answer
Correct Answer: D
Explanation:
The session hosts in Pool1 are Microsoft Entra joined. For Azure Files to support FSLogix profile containers with Microsoft Entra–joined devices, the file share must use Microsoft Entra Kerberos authentication. This enables Kerberos-based authentication without requiring traditional Active Directory or Microsoft Entra Domain Services. Security profiles and Entra Domain Services are not required in this scenario.

Question 81

You have an Azure subscription named Sub1 that contains a virtual network named VNet1. Sub1 has an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains 10 session hosts that are connected to VNet1. You need to add a private endpoint connection to Pool1. What should you do first?

A. Disable public access on Pool1.
B. Reregister the Microsoft.DesktopVirtualization resource provider on Sub1.
C. Enable RDP Shortpath for each session host.
D. Add a service endpoint to VNet1.
Show Answer
Correct Answer: A
Explanation:
To add a private endpoint to an Azure Virtual Desktop host pool, public network access to the host pool must be disabled first. Private endpoints are only supported when public access is turned off. The Microsoft.DesktopVirtualization resource provider is already registered, as evidenced by the existing host pool, and service endpoints or RDP Shortpath are unrelated to private endpoint creation.

Question 82

You have an Azure subscription. You create an Azure Resource Manager (ARM) template named AVD.json that defines an Azure Virtual Desktop deployment. You need to use PowerShell to provision the deployment by using AVD.json. Which PowerShell cmdlet should you use?

A. New-AzWvdHostPool
B. New-AzResource
C. New-AzWvdRegistrationInfo
D. New-AzResourceGroupDeployment
Show Answer
Correct Answer: D
Explanation:
To deploy resources defined in an Azure Resource Manager (ARM) template using PowerShell, you use New-AzResourceGroupDeployment. This cmdlet provisions all resources in the specified resource group based on the template file (AVD.json), regardless of the specific service such as Azure Virtual Desktop.

Question 83

You have an Azure subscription named Sub1 that contains an Azure Virtual Desktop deployment and the resources shown in the following table. You need to enable Azure Virtual Desktop per-user access pricing for User1. At which level should you enable per-user access pricing?

A. AppGrp1
B. User1
C. Host1
D. Pool1
E. Sub1
Show Answer
Correct Answer: E
Explanation:
Azure Virtual Desktop per-user access pricing is configured at the Azure subscription level. Once enabled, it applies to eligible Azure Virtual Desktop resources and users within that subscription; it is not set at the host pool, app group, host, or individual user level.

$19

Get all 321 questions with detailed answers and explanations

  • Instant download HTML + PDF delivered the moment payment clears.
  • Secure Stripe checkout we never see or store your card details.
  • 7-day refund if files are defective see our refund policy.