MICROSOFT CERTIFICATION

AZ-800 Windows Server Hybrid Administrator Associate Practice Exam

Exam Number: 3111 | Last updated 16-Apr-26 | 782+ questions across 4 vendor-aligned objectives

The AZ-800 Windows Server Hybrid Administrator Associate certification validates the skills of administrators who configure and manage Windows Server hybrid core infrastructure including on-premises, hybrid, and cloud environments. This exam measures your ability to work with Windows Server, Active Directory Domain Services, Hyper-V, Azure Arc, Windows Admin Center, demonstrating both conceptual understanding and practical implementation skills required in today’s enterprise environments.

The heaviest exam domains include Deploy and Manage Active Directory Domain Services (30–35%), Implement and Manage an On-Premises and Hybrid Networking Infrastructure (20–25%), and Manage Virtual Machines and Containers (15–20%). These areas collectively represent the majority of exam content and require focused preparation across their respective subtopics.

Additional domains tested include Manage Storage and File Services (15–20%), and Manage Windows Servers and Workloads in a Hybrid Environment (10–15%). Together, these areas round out the full exam blueprint and ensure candidates possess well-rounded expertise across the certification scope.

 Active Directory Domain Services is the heaviest domain at 30–35%. Know Group Policy inheritance, FSMO role placement, and AD DS trust relationships cold. This pairs with AZ-801 for the full Windows Server Hybrid Administrator certification.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Microsoft documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

342

practice exam users

93.8%

satisfied users

91.8%

passed the exam

4/5

quality rating

Test your AZ-800 Windows Server Hybrid Admin knowledge

10 of 782+ questions

Question #1 - Deploy and Manage Active Directory Domain Services

A large enterprise is deploying a new child domain. The IT team needs to ensure proper placement of FSMO roles for optimal authentication performance across two sites.

Which FSMO role placement strategy is recommended?

A) Distribute all roles randomly across available DCs
B) Place all five roles on a single domain controller
C) Place PDC Emulator and RID Master in the primary site, Infrastructure Master can be in either site
D) Place all roles on the domain controller with the least load

 

Correct answers: C – Explanation:
PDC Emulator handles time sync and password changes and should be in the primary site for best performance. RID Master allocates security identifiers and pairs well with the PDC. Infrastructure Master updates cross-domain references. Random distribution may place latency-sensitive roles in remote sites. Load-based placement ignores role dependencies. Source: Check Source

A large enterprise deploys a new child domain. The team needs proper FSMO role placement for optimal authentication across two sites.

Which FSMO role placement strategy is recommended?

A) Place PDC Emulator and RID Master in the primary site with Infrastructure Master flexible
B) Place all five FSMO roles on a single domain controller to simplify management overhead
C) Place all roles on whichever domain controller currently reports the lowest CPU utilization
D) Distribute all five roles randomly across available domain controllers in both sites

 

Correct answers: A – Explanation:
PDC Emulator handles time sync and password changes requiring primary-site proximity for performance. RID Master allocates SIDs and pairs well alongside PDC. Infrastructure Master updates cross-domain references and is less latency-sensitive. Single-DC placement creates a single point of failure. Random distribution may place latency-sensitive roles remotely. Load-based placement ignores role-specific communication patterns. Source: Check Source

Two companies merge. IT needs users in both forests to access resources in either forest through a trust.

Which trust type should be configured?

A) An external trust established between two specific child domains in each forest
B) A shortcut trust between child domains to optimize referral paths within a forest
C) A forest trust between the two forest root domains enabling transitive authentication
D) A realm trust connecting one forest to a non-Windows Kerberos authentication realm

 

Correct answers: C – Explanation:
A forest trust between root domains enables transitive authentication across all domains in both forests with a single configuration. External trusts are non-transitive and limited to the two specific domains involved. Shortcut trusts optimize authentication within a single forest, not across separate forests. Realm trusts connect to non-Windows Kerberos environments like MIT Kerberos or Linux. Source: Check Source

USB storage devices must be blocked for Sales OU workstations, but IT staff in a child OU of Sales should be exempt.

How should Group Policy be configured?

A) Link the GPO to Sales and use Block Inheritance on the IT child OU to stop all policies
B) Apply the USB restriction GPO individually to every OU in the domain except the IT child
C) Apply the USB restriction GPO at the domain level enforcing it on every organizational unit
D) Link the GPO to Sales and use Security Filtering to deny Apply permission for the IT group

 

Correct answers: D – Explanation:
Security filtering excludes the IT security group from processing the GPO while it remains enforced for all other Sales OU members. Domain-level application affects everyone beyond Sales. Block Inheritance stops all inherited GPOs, not just the USB restriction. Individual OU application is unmanageable and error-prone with many organizational units. Source: Check Source

Multiple branch offices need centralized DHCP management. Branches should still issue addresses when the central server is unreachable.

Which DHCP configuration should be implemented?

A) Assign permanent static IP addresses to every device across all branch office networks
B) Deploy DHCP relay agents in branches pointing to the single central server with no failover
C) Configure DHCP failover with hot standby mode between the central server and branch servers
D) Deploy an independent standalone DHCP server in each branch office with local management

 

Correct answers: C – Explanation:
DHCP failover with hot standby provides centralized management while ensuring branches continue issuing addresses during central server outages. Independent servers per branch lack centralized scope management. Static IPs for all devices do not scale in dynamic environments. A single server with relay agents but no failover creates a complete outage when the central server is unavailable. Source: Check Source

On-premises clients must resolve Azure private endpoint FQDNs to private IPs across a hybrid DNS environment.

Which DNS configuration should be implemented?

A) Configure conditional forwarders from on-premises DNS to Azure Private DNS Resolver inbound
B) Use public DNS resolvers for all queries relying on default Azure DNS resolution behavior
C) Deploy a completely separate DNS server in Azure with no forwarding relationship configured
D) Manually add individual host A-records for each Azure private endpoint on-premises DNS

 

Correct answers: A – Explanation:
Conditional forwarders direct queries for Azure private DNS zones to Azure Private DNS Resolver, enabling on-premises name resolution of private endpoints. Public DNS cannot resolve Azure private zones by design. Manual A-records do not scale and break when endpoint IPs change. A standalone Azure DNS server without forwarding creates an isolated island with no cross-environment resolution. Source: Check Source

Windows containers run on Hyper-V. Some containers need kernel-level isolation for security compliance requirements.

Which Windows container isolation mode should be used?

A) Linux container isolation mode with Windows Subsystem for Linux compatibility layer
B) Hyper-V isolation running each container inside a lightweight utility virtual machine
C) Process isolation for all containers sharing the host operating system kernel directly
D) Azure Container Instances for all workloads requiring strong security boundary enforcement

 

Correct answers: B – Explanation:
Hyper-V isolation runs each container in a lightweight VM providing full kernel-level separation for security compliance. Process isolation shares the host kernel, which does not meet the isolation requirement. Linux isolation mode is for Linux containers, not Windows security isolation. ACI is a cloud service and does not address on-premises Hyper-V container isolation requirements. Source: Check Source

An admin needs to move a running Hyper-V VM to another host without any downtime for a critical application.

Which Hyper-V feature should be used?

A) Shut down the VM, copy the VHD files manually, and start a new VM on the target host
B) Live Migration transferring the running VM memory state to the destination in real time
C) Quick Migration briefly pausing the VM and resuming it on the destination host machine
D) Export the VM to a file share and import it on the destination host after shutdown

 

Correct answers: B – Explanation:
Live Migration moves a running VM between Hyper-V hosts with zero downtime by transferring memory state and storage in real time. Export/import requires shutting down the VM first. Quick Migration pauses the VM briefly, causing a short service interruption. Manual shutdown and VHD copy causes the longest downtime of all options. Source: Check Source

A shared file system accessible from both Windows and Linux servers is needed. Storage should support deduplication to reduce costs.

Which Windows Server feature should be configured?

A) DFS Replication between servers synchronizing files without any deduplication processing
B) An SMB file share with Data Deduplication enabled to eliminate redundant stored data
C) A ReFS volume without network sharing configured for local-only high-resilience storage
D) An iSCSI target providing block-level storage access to connected initiator clients

 

Correct answers: B – Explanation:
SMB file shares support access from both Windows and Linux clients, and Data Deduplication reduces storage costs by eliminating redundant data chunks. iSCSI provides block-level storage, not file-level sharing with deduplication. ReFS without sharing cannot be accessed from other servers on the network. DFS Replication synchronizes files between locations but does not deduplicate the stored data. Source: Check Source

Large files across four servers need a single namespace so users access all files from one path regardless of hosting server.

Which feature provides this unified namespace?

A) Storage Spaces Direct pooling local disks across cluster nodes into shared virtual disks
B) NTFS junction points creating directory-level redirects on each individual file server
C) Azure File Sync providing cloud tiering between Azure Files and on-premises file servers
D) DFS Namespaces presenting files from multiple servers under a single virtual folder path

 

Correct answers: D – Explanation:
DFS Namespaces presents files from multiple servers under a single virtual path, transparent to users regardless of physical hosting. NTFS junctions work locally on individual servers and are not network-aware namespace tools. Azure File Sync tiers between cloud and on-premises but does not unify multiple on-premises servers into one namespace. Storage Spaces Direct creates pooled storage but is a storage solution, not a namespace abstraction feature. Source: Check Source

Get 782+ more questions with source-linked explanations

Every answer traces to the exact Microsoft documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 16-Apr-26

Learn more...

What the AZ-800 Windows Server Hybrid Admin exam measures

  • Deploy and Manage Active Directory Domain Services (30–35%) — Evaluate your ability to implement and manage tasks within this domain, including real-world job skills and scenario-based problem solving.
  • Manage Windows Servers and Workloads in a Hybrid Environment (10–15%) — Evaluate your ability to implement and manage tasks within this domain, including real-world job skills and scenario-based problem solving.
  • Manage Virtual Machines and Containers (15–20%) — Evaluate your ability to implement and manage tasks within this domain, including real-world job skills and scenario-based problem solving.
  • Implement and Manage an On-Premises and Hybrid Networking Infrastructure (20–25%) — Evaluate your ability to implement and manage tasks within this domain, including real-world job skills and scenario-based problem solving.
  • Manage Storage and File Services (15–20%) — Evaluate your ability to implement and manage tasks within this domain, including real-world job skills and scenario-based problem solving.

  • Review the official exam guide to understand every objective and domain weight before you begin studying
  • Complete the relevant Microsoft Learn learning path to build a structured foundation across all exam topics
  • Get hands-on practice in an Azure free-tier sandbox or trial environment to reinforce what you have studied with real configurations
  • Apply your knowledge through real-world project experience — whether at work, in volunteer roles, or contributing to open-source initiatives
  • Master one objective at a time, starting with the highest-weighted domain to maximize your score potential early
  • Use PowerKram learn mode to study by individual objective and review detailed explanations for every question
  • Switch to PowerKram exam mode to simulate the real test experience with randomized questions and timed conditions

Earning this certification can open doors to several in-demand roles:

Microsoft provides comprehensive free training to prepare for the AZ-800 Windows Server Hybrid Administrator Associate exam. Start with the official Microsoft Learn learning path for structured, self-paced modules covering every exam domain. Review the exam study guide for the complete skills outline and recent updates.

Related certifications to explore

Related reading from our Learning Hub