You have an Azure subscription.
You plan to deploy Azure Virtual Desktop.
You need to maximize network throughput for the session hosts in the deployment.
What will have the largest impact on the network throughput of each session host?
A. the number of network interfaces
B. Accelerated Networking
C. the virtual machine size
D. RDP Shortpath
Show Answer
Correct Answer: C
Explanation: The virtual machine size has the largest impact on the maximum network bandwidth and throughput available to an Azure VM. Larger VM sizes provide higher network performance limits. Adding multiple network interfaces does not increase the VM's aggregate throughput limit, Accelerated Networking reduces latency and CPU overhead but does not change the VM size's maximum bandwidth, and RDP Shortpath optimizes the RDP connection path rather than the session host's overall network throughput.
Question 55
HOTSPOT
-
You have an Azure Compute Gallery that contains the virtual machine image definitions shown in the following table.
You create a new Azure virtual machine named VM1 as shown in the following table.
You need to prepare VM1, and then capture and share VM1 to the Azure Compute Gallery. The solution must minimize administrative effort.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: To prepare VM1: sysprep /generalize /shutdown /oobe /mode:vm
To capture and share VM1: Create a new image definition and capture and share VM1 as image version 0.0.1
Explanation: VM1 is Gen2 with Trusted Launch, while the existing image definitions are Standard security. Azure Compute Gallery image definitions must match properties such as security type and generation, so a new image definition is required. Sysprep with /generalize /shutdown /oobe /mode:vm is the recommended preparation for Azure VM image capture.
Question 56
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 User Access Administrator role for Sub1.
Does this meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: Assigning the Azure Virtual Desktop service principal the User Access Administrator role does not by itself enable Admin1 to assign a scaling plan to a host pool. To assign a scaling plan, the administrator needs appropriate Azure Virtual Desktop permissions, and for autoscale scenarios the Azure Virtual Desktop service principal must be granted an appropriate RBAC role (commonly Desktop Virtualization Power On Off Contributor) by someone with User Access Administrator or Owner permissions. The proposed action does not satisfy the stated goal.
Question 57
HOTSPOT
-
You have an Azure Virtual Desktop deployment that contains a host pool named Pool.
You have a virtual machine named Server1 that runs Windows Server.
You need to add Server1 to Pool1.
Which role service should you install on Server first, and which value should you provide during the installation of the Azure Virtual Desktop agent? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Role service: Remote Desktop Session Host
Value: The registration key
Explanation: A Windows Server must have the Remote Desktop Session Host role to function as an Azure Virtual Desktop session host. During Azure Virtual Desktop agent installation, use the host pool registration key to register the server with the target host pool.
Question 58
HOTSPOT
-
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1.
You are adding Microsoft Entra joined session hosts to Pool1 as shown in the following exhibit.
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.
Show Answer
Correct Answer: Load balancing algorithm
Public inbound ports
Explanation: The host pool load balancing algorithm is a configurable setting that can be modified before deployment. To enable direct external internet access to the VMs, inbound public ports must be configured rather than changing location or virtual network.
Question 59
HOTSPOT
-
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1.
Pool1 contains a session host named Host1.
You need to create an image based on Host1. Each new session host deployed from the image must have a unique host name.
What should you select from Host1, and which operating system state should you use for the image? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Select: Capture
Operating system state: Generalized
Explanation: To create a reusable Azure VM image that can deploy multiple new session hosts with unique computer names, capture the VM after it has been generalized (Sysprep). A generalized image removes machine-specific information so each deployed VM gets a unique identity and hostname.
Question 60
DRAG DROP
-
You have an Azure subscription that contains a Bicep file named AVD.bicep.
You plan to use AVD.bicep to deploy Azure Virtual Desktop.
Which commands should you run in sequence? To answer, drag the appropriate commands to the correct order. Each command may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Step 1: az bicep install
Step 2: az group create
Step 3: az deployment group create
Explanation: Install the Bicep CLI if needed, create the target resource group, then deploy the existing Bicep template to that resource group. Building is unnecessary because the Azure CLI can deploy a .bicep file directly.
Question 61
You have an Azure Virtual Desktop deployment.
You plan to deploy the host pools shown in the following table.
For which host pools can you configure a load-balancing algorithm?
A. Pool1 and Pool3 only
B. Pool1 and Pool4 only
C. Pool2 and Pool3 only
D. Pool1, Pool2, and Pool3 only
E. Pool1, Pool2, Pool3, and Pool4
Show Answer
Correct Answer: B
Explanation: Load-balancing algorithms (Breadth-first or Depth-first) are configurable only for pooled Azure Virtual Desktop host pools. Personal host pools use a 1:1 user-to-session-host assignment and do not support load-balancing algorithm configuration. Therefore, only the pooled host pools (Pool1 and Pool4, per the options) support configuring a load-balancing algorithm.
Question 62
DRAG DROP
-
Your on-premises network contains an Active Directory domain that syncs with Azure AD.
You have an Azure Virtual Desktop host pool that contains three session hosts. All the session hosts are joined to Azure AD.
You plan to implement FSLogix profile containers to meet the following requirements:
• The profile containers must be stored on low-latency SSD drives.
• The solution must support Server Message Block (SMB) authentication.
You need to configure an Azure Storage account to prepare for the FSLogix profile containers.
Which actions should you perform in sequence? To answer, drag the appropriate actions to the correct order. Each action may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Step 1: Create a Premium file shares storage account.
Step 2: Enable Azure AD Kerberos authentication.
Step 3: Create a file share.
Explanation: FSLogix profile containers use Azure Files over SMB. Low-latency SSD requires Premium Azure Files, Azure AD Kerberos enables SMB authentication for Azure AD-joined session hosts, and then a file share is created to store the profile containers.
Question 63
HOTSPOT
-
You have a Microsoft Entra hybrid tenant that contains the users shown in the following table.
You have an Azure Virtual Desktop deployment that contains the host pools shown in the following table.
Which users can sign in to the session hosts of each pool? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Pool1: User2 only
Pool2: User1 and User2 only
Explanation: Active Directory-joined session hosts require an on-premises AD account, so only the synchronized member user can sign in. Microsoft Entra ID-joined session hosts support Microsoft Entra member accounts (cloud-only and synced), but Microsoft Entra B2B guest accounts aren't supported for sign-in to Entra-joined AVD session hosts.
$19
Get all 320 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.