AZ-800 Practice Exam — AZ-800: Windows Server Hybrid Administrator Associate

1. The question bank is cloud-based and updates automatically, with no need for re-acquisition.

2. Available in Chinese and English. It supports online practice, mock exams and PDF downloads.

3. You can practice questions via mini-program or desktop web page. The service is valid for one year.

4. Activation codes can be purchased directly or from our official Tmall flagship store.

5. For inquiries, please contact customer service via WeChat, WhatsApp or Line.

6. Drag-and-drop, hotspot and dropdown questions are currently under development.

Exam information

AZ-800: Windows Server Hybrid Administrator Associate

- Exam Overview: Designed for hybrid cloud administrators, this exam validates the ability to deploy, manage, and maintain Windows Server in on-premises and Azure hybrid environments.

- Key Specifications:

 - Exam Duration: 120 minutes

 - Number of Questions: 40-60 (Including scenario-based cases and server configuration questions)

 - Total Score / Passing Score: 1000 / 700

 - Exam Fee: Approximately $165 USD

 - Supported Languages: Simplified Chinese, English, etc.

 - Official Registration Link: https://learn.microsoft.com/zh-cn/credentials/certifications/exams/az-800/

- Core Topics:

 - Windows Server hybrid environment deployment (25-30%)

 - Identity management and hybrid identity configuration (20-25%)

 - Hybrid storage and compute resource management (25-30%)

 - Monitoring and troubleshooting (15-20%)

Sample questions

AZ-800 · Q1
Topic 1 Question #1 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.Your network contains an Active Directory Domain Services (AD DS) domain named contoso.com.You need to identify which server is the PDC emulator for the domain.Solution: From Active Directory Domains and Trusts, you right-click Active Directory Domains and Trusts in the console tree, and then select OperationsMaster.Does this meet the goal?
  • A.
    Yes
  • B.
    No

Answer: B

The scenario requires identifying the PDC Emulator operations master role holder for the contoso.com AD DS domain. The proposed solution uses the Operations Master option from the Active Directory Domains and Trusts console root. Active Directory Domains and Trusts is designed exclusively to manage and display the forest-wide Domain Naming Master FSMO role, not domain-wide roles like the PDC Emulator. The procedure described will only return the server holding the Domain Naming Master role, not the PDC Emulator, so it fails to meet the stated goal. Option Analysis: A. Incorrect. The Operations Master option in the Active Directory Domains and Trusts console only exposes information about the Domain Naming Master role, a forest-wide FSMO role. It does not provide any details about domain-wide FSMO roles including the PDC Emulator, so this solution cannot fulfill the requirement to identify the PDC Emulator. B. Correct. The described procedure does not return the PDC Emulator role holder. To correctly identify the PDC Emulator, you must use the Operations Masters option from the context menu of the domain object in Active Directory Users and Computers, then navigate to the PDC tab, or use equivalent command-line tools such as netdom query fsmo or the Get-ADDomain PowerShell cmdlet. Key Concepts: 1. FSMO Role Classification: AD DS uses 5 Flexible Single Master Operation (FSMO) roles to avoid conflicting directory updates. Two roles are forest-wide (Schema Master, Domain Naming Master) and apply to all domains in the forest, while three roles are domain-wide (PDC Emulator, RID Master, Infrastructure Master) and exist per domain in the forest. 2. FSMO Role Management Tool Mapping: Each default AD DS administrative console is designed to manage a specific subset of FSMO roles. Active Directory Domains and Trusts only manages the Domain Naming Master role, while Active Directory Users and Computers manages all three domain-wide FSMO roles including the PDC Emulator. 3. PDC Emulator Core Responsibilities: The PDC Emulator is a critical domain-wide role responsible for domain-wide time synchronization, processing password change requests, replicating password updates to other domain controllers, and supporting legacy NT4 domain functionality if present. References: View FSMO Roles, Planning Operations Master Role Placement, https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/planning-operations-master-role-placement
AZ-800 · Q2
Topic 1 Question #2 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.Your network contains an Active Directory Domain Services (AD DS) domain named contoso.com.You need to identify which server is the PDC emulator for the domain.Solution: From a command prompt, you run netdom.exe query fsmo.Does this meet the goal?
  • A.
    Yes
  • B.
    No

Answer: A

The scenario requires identifying the PDC emulator FSMO role holder for the contoso.com AD DS domain. The netdom.exe utility is a supported Windows Server administrative tool designed for Active Directory domain management tasks. The netdom query fsmo command explicitly returns a list of all five FSMO role holders for the current logged-on domain, including the domain-level PDC emulator role. Running this command directly outputs the server name associated with the PDC emulator role, which fully meets the stated goal. Option Analysis: A. Correct: The netdom.exe query fsmo command is a documented, valid method to retrieve all FSMO role assignments for an AD DS domain. The PDC emulator is one of the three domain-level FSMO roles included in the command output, so this solution successfully identifies the required server, aligning with AZ-800 administrative task requirements for AD DS role management. B. Incorrect: There are no functional limitations preventing this command from returning the PDC emulator role holder when run by a user with standard domain read permissions, which is the default assumption for administrative tasks covered in the AZ-800 exam. This solution achieves the stated goal, so this option is invalid. Key Concepts: 1. AD DS FSMO Roles: AD DS uses five single-master operations roles to prevent conflicting directory updates. The PDC emulator is a domain-level role responsible for domain-wide time synchronization, immediate password change replication, and support for legacy domain client and controller functionality, a core topic for AZ-800 AD DS administration objectives. 2. FSMO Role Identification: Multiple valid administrative methods exist to list FSMO role holders, including command-line tools like netdom.exe, PowerShell cmdlets such as Get-ADDomain, and graphical MMC snap-ins. Knowledge of valid identification methods is a tested skill in the AZ-800 certification. 3. Netdom.exe Utility: Netdom.exe is a built-in Windows Server command-line tool used to manage AD DS domains, trusts, domain controller accounts, and role assignments. It is supported for use in both on-premises and hybrid AD DS environments covered in the AZ-800 exam scope. References: View FSMO roles, Netdom command-line reference, )
AZ-800 · Q3
Topic 1 Question #3 You have an on premises Active Directory Domain Services (AD DS) domain that syncs with an Azure Active Directory (Azure AD) tenant.You plan to implement self-service password reset (SSPR) in Azure AD.You need to ensure that users that reset their passwords by using SSPR can use the new password resources in the AD DS domain.What should you do?
  • A.
    Deploy the Azure AD Password Protection proxy service to the on premises network.
  • B.
    Run the Microsoft Azure Active Directory Connect wizard and select Password writeback.
  • C.
    Grant the Change password permission for the domain to the Azure AD Connect service account.
  • D.
    Grant the impersonate a client after authentication user right to the Azure AD Connect service account.

Answer: B

The scenario describes a hybrid identity environment where on-premises AD DS user objects are synced to Azure AD via Azure AD Connect, with a requirement that passwords reset via Azure AD SSPR are valid for on-premises AD DS resources. By default, SSPR only modifies the user's password stored in Azure AD, so changes do not automatically propagate back to the on-premises AD DS environment. The only supported method to sync Azure AD password changes (including SSPR resets) back to on-premises AD DS is to enable the password writeback feature, which is configured directly in the Azure AD Connect configuration wizard. This matches the action described in option B, making it the correct answer. Option Analysis: A. Incorrect. The Azure AD Password Protection proxy service is used to enforce Azure AD global and custom banned password lists for on-premises AD DS password changes and resets, it does not handle synchronization of Azure AD SSPR password changes back to on-premises AD DS, so it does not address the scenario requirement. B. Correct. Enabling password writeback via the Azure AD Connect wizard activates the bidirectional password synchronization functionality that pushes all password changes made in Azure AD, including SSPR resets, to the associated on-premises AD DS user object. This ensures the new SSPR password is valid for both cloud and on-premises resources, directly fulfilling the requirement. C. Incorrect. While the Azure AD Connect service account does require specific permissions to support password writeback, granting only the Change password permission is not sufficient to enable the functionality, and the core required step to implement the feature is enabling it in the Azure AD Connect wizard, not just modifying service account permissions independently. This is not the correct primary action for the scenario. D. Incorrect. The "Impersonate a client after authentication" user right is unrelated to password writeback or SSPR functionality for hybrid environments. This right is used for service accounts that need to act on behalf of client applications for other workloads, and does not address the password synchronization requirement. Key Concepts: 1. Password Writeback: A hybrid identity feature included with Azure AD Connect that synchronizes password changes initiated in Azure AD (such as SSPR resets and cloud-side password updates) back to on-premises AD DS, ensuring password parity across cloud and on-premises identity environments. 2. Hybrid Self-Service Password Reset (SSPR): For organizations with synced on-premises AD DS and Azure AD environments, SSPR requires password writeback to deliver a unified password experience for users, eliminating the need for separate password management for cloud and on-premises resources. 3. Azure AD Connect Feature Configuration: Azure AD Connect is the primary Microsoft tool for managing hybrid identity sync between on-premises AD DS and Azure AD, including enabling and configuring optional sync features such as password writeback, password hash synchronization, and pass-through authentication. References: Tutorial: Enable Azure Active Directory self-service password reset writeback to an on-premises environment, https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-sspr-writeback Azure AD Connect sync: Configure password writeback
AZ-800 · Q4
Topic 1 Question #4 HOTSPOT - Your network contains an Active Directory Domain Services (AD DS) forest named contoso.com. You create the resources shown in the following table. " target="_blank" rel="nofollow noopener">https://img.examtopics.com/az-800/image350.png"> You create the Group Policy Objects (GPOs) shown in the following table. " target="_blank" rel="nofollow noopener">https://img.examtopics.com/az-800/image351.png"> You configure the Group Policy Preferences shown in the following table. " target="_blank" rel="nofollow noopener">https://img.examtopics.com/az-800/image352.png"> For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. " target="_blank" rel="nofollow noopener">https://img.examtopics.com/az-800/image353.png">
  • .

Answer: N|Y|N

" target="_blank" rel="nofollow noopener">https://img.examtopics.com/az-800/image354.png">
AZ-800 · Q5
Topic 1 Question #5 DRAG DROP - You create a new Azure subscription. You plan to deploy Azure Active Directory Domain Services (Azure AD DS) and Azure virtual machines. You need to ensure that the virtual machines can join to Azure AD DS. 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. Select and Place: " target="_blank" rel="nofollow noopener">https://www.examtopics.com/assets/media/exam-media/04225/0002300001.jpg">
  • .

Answer: 创建 Azure 虚拟网络。|创建 Azure Active Directory 域服务(Azure AD DS)|修改 Azure 虚拟网络的设置。

" target="_blank" rel="nofollow noopener">https://www.examtopics.com/assets/media/exam-media/04225/0002300002.jpg">

FAQ

How many practice questions are available for AZ-800?

This question bank includes 302 AZ-800 practice questions covering single and multiple choice, each with answers and explanations.

Are AZ-800 practice questions available in Chinese and English?

Yes, AZ-800 practice questions are provided in both Chinese and English.

Can I try AZ-800 practice questions for free?

Yes. Free sample questions are available on this page, and the full question bank is available after signing up on Zhangxuetu.