You have an Azure Virtual Desktop host pool named Pool1. Pool1 contains session hosts that run Windows 11 Enterprise multi-session.
You need to use Performance Monitor to troubleshoot a poor frame quality issue that is affecting a current user session to Pool1.
Which performance counter should you use?
A. RemoteFX Graphics
B. Terminal Services Session
C. GPU Engine
D. Terminal Services
Show Answer
Correct Answer: A
Explanation: For troubleshooting poor frame quality in an Azure Virtual Desktop (AVD) session, Microsoft specifically recommends using the **RemoteFX Graphics** performance counters. These counters expose metrics such as frame rate, dropped frames, and graphics encoding behavior, which directly relate to frame quality issues in remote sessions. Although the RemoteFX vGPU feature itself is deprecated, the RemoteFX Graphics performance counters are still used by AVD for monitoring graphics remoting performance on Windows 11 multi-session hosts.
Question 128
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1.
Pool1 contains two session hosts named Host1 and Host2 and has the following settings:
• Host pool type: Pooled
• Load balancing algorithm: Breadth-first
You plan to implement Quality of Service (QoS) policies to manage RDP connections to Host1 and Host2.
You need to ensure that the Azure Virtual Desktop deployment supports the QoS policies.
What should you do?
A. Modify the Load balancing algorithm setting for Pool1.
B. Enable RDP Shortpath on Host1 and Host2.
C. Assign a scaling plan to Pool1.
D. Apply an Azure tag on Host1 and Host2.
Show Answer
Correct Answer: B
Explanation: Azure Virtual Desktop QoS policies for RDP require RDP Shortpath. Shortpath enables direct UDP-based connectivity between the client and the session host, which allows network QoS markings and policies to be applied effectively. Without RDP Shortpath, RDP traffic is tunneled through Azure gateways, preventing end-to-end QoS enforcement. Therefore, enabling RDP Shortpath on Host1 and Host2 is required.
Question 130
You have an Azure Virtual Desktop deployment that contains the host pools shown in the following table.
You plan to use app attach.
In which host pools can the session hosts use app attach?
A. Pool1 and Pool2 only
B. Pool1 and Pool3 only
C. Pool2 and Pool4 only
D. Pool1, Pool2, and Pool3 only
E. Pool1, Pool2, Pool3, and Pool4
Show Answer
Correct Answer: A
Explanation: Azure Virtual Desktop app attach requires session hosts to run a supported Windows client OS. Windows Server session hosts and Windows 10 Pro are not supported for app attach usage. Based on the host pool table (Pool1 and Pool2 using supported Windows client editions), only Pool1 and Pool2 meet the prerequisites, while pools using Windows Server or unsupported client editions do not.
Question 131
You have an Azure subscription named Sub1 and a Microsoft 365 E5 subscription.
The tenant contains user accounts for all internal users and users from a partner company named Fabrikam, Inc. Each internal user is assigned a Microsoft 365 E5 license. The users at Fabrikam are not assigned any licenses.
Sub1 has an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains a RemoteApp named App1.
You need to configure access to App1. The solution must meet the following requirements:
• The Fabrikam users must be licensed by using Per-user access pricing.
• App1 must be accessible to all the internal and Fabrikam users.
• Costs must be minimized.
What should you do first?
A. Add the Fabrikam users to the application group that contains App1.
B. Add a new host pool to Sub1.
C. Assign a Microsoft 365 F3 license to each Fabrikam user.
D. Add a new host pool to a new subscription.
Show Answer
Correct Answer: A
Explanation: To meet the requirements with minimal cost, the Fabrikam users simply need to be granted access to the existing RemoteApp. Azure Virtual Desktop per-user access pricing applies automatically to users who don’t have an eligible license, so no new licenses or infrastructure are required. Adding Fabrikam users to the application group that contains App1 enables access for both internal (E5-licensed) and external users without creating new host pools or subscriptions, which would increase cost or break access to App1.
Question 132
You have an Azure Virtual Desktop deployment.
You need to add a new application for a RemoteApp application group. The application must be available only during a user session.
What should you use as an application source?
A. FSLogix Profile Container
B. file path
C. start menu
D. app attach
Show Answer
Correct Answer: D
Explanation: The requirement that the application be available **only during a user session** means it must not be permanently installed on the session host. Azure Virtual Desktop app attach (MSIX app attach) dynamically mounts and presents applications at user sign-in and removes them at sign-out. File path or start menu sources require the app to be installed on the host, which does not meet the requirement. Therefore, app attach is the correct application source.
Question 134
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1.
Pool1 contains two session hosts that are Microsoft Entra joined.
You need to configure single sign-on (SSO) to connect to the session hosts. The solution must enable Microsoft Entra authentication for Remote Desktop Protocol (RDP) in the Microsoft Entra tenant.
Which application requires that you modify the remoteDesktopSecurityConfiguration object?
A. Windows Cloud Login
B. Microsoft Azure Windows Virtual Machine Sign-in
C. Windows 365
D. Azure Virtual Desktop
Show Answer
Correct Answer: A
Explanation: To enable Microsoft Entra authentication for RDP and configure SSO for Microsoft Entra–joined Azure Virtual Desktop session hosts, you must modify the remoteDesktopSecurityConfiguration object of the **Windows Cloud Login** enterprise application. This application controls Entra ID–based authentication for Windows sign-in and RDP, which AVD relies on for SSO to session hosts.
Question 135
DRAG DROP
-
You have an Azure Virtual Desktop deployment.
You plan to use Azure NetApp Files to store FSLogix profile containers.
You need to configure an Azure Azure NetApp Files account.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: Create a capacity pool.
Configure an Active Directory connection.
Create a volume.
Explanation: Azure NetApp Files requires a capacity pool first, then an Active Directory connection for SMB/FSLogix authentication, and finally creation of an SMB volume to store the FSLogix profile containers.
Question 136
HOTSPOT
-
You have an Azure subscription that contains an Azure Virtual Desktop deployment. The deployment contains 25 session hosts.
You create two storage accounts as shown in the following table.
The storage accounts store Azure Virtual Desktop user profile data.
You plan to deploy FSLogix user Profile Containers that will use Cloud Cache.
You need to configure the FSLogix registry settings for each session host.
How should you complete the registry settings? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Enabled
CCDLocations
Explanation: FSLogix Profile Containers with Cloud Cache require the profile feature to be enabled using the Enabled DWORD. When Cloud Cache is used, profile storage paths are defined with the CCDLocations multi-string value, which lists multiple SMB locations for redundancy. VHDLocations is not used for Cloud Cache configurations.
Question 137
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 Virtual Desktop deployment.
You need to ensure that users are signed out automatically when they disconnect from a session.
Solution: From the Local Group Policy Editor, you configure the Remote Session Environment settings.
Does this meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: Automatically signing users out when they disconnect is configured via **Session Time Limits** policies ("Set time limit for disconnected sessions") under Remote Desktop Session Host, not under **Remote Session Environment**. Therefore, configuring Remote Session Environment settings does not meet the goal.
Question 138
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 Virtual Desktop deployment.
You need to ensure that users are signed out automatically when they disconnect from a session.
Solution: From the Local Group Policy Editor, you configure the Security settings.
Does this meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: Configuring Security settings in the Local Group Policy Editor does not control automatic sign-out on session disconnect for Azure Virtual Desktop. Automatic sign-out requires configuring session limits (for disconnected sessions) via RDP properties, session host configuration, or relevant group policy settings for session time limits. Therefore, this solution does not meet the goal.
$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.