Microsoft · AZ-800
Validates expertise in administering Windows Server as a workload in both on-premises and hybrid environments, integrating Windows Server environments with Azure services.
Practice Questions
898
≈ 17 practice exams
Duration
120 minutes
Passing Score
700/1000
Difficulty
AssociateLast Updated
Jan 2025
Use this AZ-800 practice exam to prepare for Administering Windows Server Hybrid Core Infrastructure (AZ-800) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 898 questions for Microsoft AZ-800, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Deploy and manage Active Directory Domain Services (AD DS), Manage Windows Servers and workloads in hybrid environment, Manage virtual machines and containers, Implement and manage networking infrastructure, and Manage storage and file services. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The AZ-800 exam, Administering Windows Server Hybrid Core Infrastructure, validates a candidate's ability to deploy, manage, and troubleshoot Windows Server workloads across both on-premises and hybrid Azure environments. It covers a broad range of disciplines including identity management with Active Directory Domain Services (AD DS) and Microsoft Entra ID, hybrid server management, Hyper-V virtualization, containers, on-premises and hybrid networking, and storage with Azure Files integration. The exam was most recently updated on January 21, 2026, reflecting evolving hybrid cloud practices.
Candidates are expected to demonstrate proficiency with a modern toolset that includes Windows Admin Center, PowerShell, Azure Arc, Azure Policy, Azure Monitor, Azure Update Manager, Microsoft Defender for Identity, Microsoft Defender for Cloud, and IaaS VM administration. Passing AZ-800 is one of two requirements—alongside AZ-801—for earning the Microsoft Certified: Windows Server Hybrid Administrator Associate credential, which formally recognizes expertise in integrating on-premises Windows Server infrastructure with Azure services.
This exam is designed for Windows Server administrators and IT professionals who are responsible for managing Windows Server workloads in environments that span on-premises data centers and Azure cloud services. Typical job roles include Systems Administrator, Infrastructure Engineer, Network Engineer, Identity and Access Administrator, and Support Engineer who collaborates with architects and cloud engineers on hybrid deployments.
Candidates should be comfortable working with both traditional Windows Server administration tasks and modern Azure-integrated scenarios. The exam is particularly well-suited for experienced server administrators looking to formalize and extend their hybrid cloud skills, as well as IT generalists seeking a structured path into the Microsoft hybrid infrastructure ecosystem.
There are no formal mandatory prerequisites for AZ-800, but Microsoft strongly recommends that candidates bring several years of hands-on experience with Windows Server operating systems before attempting the exam. Familiarity with core Windows Server roles such as Active Directory, DNS, DHCP, Hyper-V, and file services is essential, as the exam assumes foundational knowledge rather than teaching it.
Candidates will benefit from exposure to Microsoft Azure fundamentals, including basic understanding of Azure resource management, Azure networking, and Azure storage concepts. Completion of the official instructor-led course AZ-800T00: Administer Windows Server Hybrid Core Infrastructure is recommended as structured preparation, alongside hands-on practice with tools such as Windows Admin Center, PowerShell remoting, and Azure Arc.
The AZ-800 exam is a proctored assessment delivered through Pearson VUE, available both online (at home) and at authorized testing centers. The time limit is 120 minutes, and candidates must achieve a scaled score of 700 or higher out of 1000 to pass. Microsoft uses a scaled scoring model, so 700 does not represent 70% of questions answered correctly.
The exam is available in multiple languages including English, Japanese, Chinese (Simplified), German, French, Spanish, and Portuguese (Brazil). Candidates testing in a non-English language may request an additional 30 minutes of testing time. Question types typically include multiple choice, multiple select, case studies, drag-and-drop, and scenario-based questions. Microsoft does not publish the exact number of scored questions, which can vary by exam session. The Microsoft Certified: Windows Server Hybrid Administrator Associate certification earned through this exam (along with AZ-801) requires annual renewal via a free online assessment on Microsoft Learn.
Earning the AZ-800 exam credential and the associated Windows Server Hybrid Administrator Associate certification positions IT professionals for roles such as Systems Administrator, Infrastructure Engineer, Identity and Access Administrator, Network Engineer, and Security Engineer in organizations running hybrid Microsoft environments. According to Salary.com, Windows Server Administrators earn between approximately $79,000 and $105,000 annually, with certified professionals commanding the higher end of that range due to demonstrated hybrid cloud competency.
As enterprises accelerate migration to hybrid architectures while maintaining on-premises investments, demand for professionals who can bridge legacy Windows Server infrastructure with Azure services remains strong. The AZ-800 certification also serves as a natural entry point for progression toward more advanced Microsoft credentials such as AZ-801 (Configuring Windows Server Hybrid Advanced Services—the companion exam completing the associate certification), AZ-104 (Azure Administrator Associate), or specialized credentials in security and identity. Annual renewal via a free Microsoft Learn assessment keeps the credential current without requiring a full re-examination.
5 sample questions with answers and explanations. The full bank has 898 questions, enough for 17 full-length practice exams.
Preview — answers shown1. An administrator needs to create a new DNS zone for the domain 'corp.local' on a domain controller. They require the zone data to be replicated to all other DNS servers running on domain controllers within the same domain, but not to domain controllers in other domains in the forest. When creating the Active Directory-integrated zone, which replication scope should they select?
Explanation
The replication scope 'To all DNS servers running on domain controllers in this domain' is the correct and most common choice. This creates a DNS-specific application partition that replicates only to domain controllers within that specific domain that are also running the DNS Server role. This is more efficient than replicating to all domain controllers (some of which may not be DNS servers) and correctly scopes the replication to the local domain as required. Replicating to the forest would send the zone data to all domains.
2. An administrator at a high-security facility needs to deploy a Windows Server virtual machine in Azure to run a legacy application. For compliance reasons, this VM must be managed using Group Policy, just like their on-premises servers. They do not want to deploy and manage their own domain controller VMs in Azure. Which Azure service provides a managed Active Directory Domain Services environment that supports Group Policy?
Explanation
Azure AD Domain Services is a platform-as-a-service offering that provides a managed Active Directory domain in Azure. It is compatible with traditional AD features like Group Policy, Kerberos authentication, and NTLM. This allows you to domain-join Azure VMs and manage them with GPOs without having to deploy, patch, and manage your own domain controller virtual machines. Standard Azure AD does not support Group Policy. Azure Arc is for managing on-prem servers from Azure. Azure AD Connect is for synchronizing identities.
3. Adventure Works Manufacturing has a mix of Windows 8.1 and Windows 10 systems and wants to implement Hyper-V where possible. They need to understand platform compatibility. On which Windows client operating systems can Hyper-V be enabled?
Explanation
Both Windows 8.1 and Windows 10 can support Hyper-V, provided they're running the appropriate editions (Professional or Enterprise). While Microsoft primarily promotes Windows 10 Hyper-V support, Windows 8.1 also included Hyper-V functionality in higher-tier editions. Adventure Works should verify they have Professional or Enterprise editions of these operating systems, as lower-tier editions like Home do not include Hyper-V support regardless of the Windows version.
4. LexCorp wants to extend their Active Directory schema to support a custom application that requires additional user attributes for security clearance levels. Who has the necessary permissions to make these schema modifications?
Explanation
Schema modifications can only be performed by members of the Schema Admins group or Enterprise Admins group, as schema changes affect the entire forest. The Schema Admins group is specifically designed for schema management and is typically kept empty except when schema changes are needed for security. Schema changes are forest-wide and permanent (schema objects cannot be deleted, only deactivated), so these permissions are highly restricted. Domain Admins have administrative rights within their domain but cannot modify the forest-wide schema. Account Operators and Server Operators have limited administrative rights for specific tasks but cannot modify schema. Schema extensions should be carefully planned and tested as they affect all domains in the forest and cannot be easily reversed.
5. A Hyper-V administrator is configuring a new virtual machine. They want the VM's memory allocation to be flexible. The VM should start with 2 GB of RAM but be able to use up to 8 GB if the workload demands it, and it should release memory back to the host when it's no longer needed. Which Hyper-V feature must be enabled for this VM?
Explanation
Dynamic Memory is the Hyper-V feature that allows for the flexible allocation of memory to a virtual machine. When enabled, you configure a startup RAM, a minimum RAM, and a maximum RAM value. The VM starts with the specified startup RAM and can then dynamically request more memory from the host, up to the maximum, as its workload increases. Conversely, when the memory is no longer needed by the guest OS, a driver ballooning process allows it to be released back to the host for other VMs to use.
Microsoft 365 Certified: Copilot and Agent Administration Fundamentals (AB-900)
AB-900 · 700 questions
Microsoft 365 Certified: Fundamentals (MS-900)
MS-900 · 1201 questions
Administering Information Security in Microsoft 365 (SC-401)
SC-401 · 939 questions
Microsoft Certified: Agentic AI Business Solutions Architect (AB-100)
AB-100 · 700 questions
Microsoft Certified: Azure Administrator Associate (AZ-104)
AZ-104 · 757 questions
Microsoft Certified: Azure AI Engineer Associate (AI-102)
AI-102 · 1392 questions
$17.99
One-time access to this exam