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. Litware Incorporated runs mission-critical applications that generate significant revenue per minute of uptime. They need to upgrade their server resources but cannot afford any service interruption. What is the primary advantage of scaling on Azure versus on-premises for their situation?
Explanation
Azure scaling typically occurs with little to no downtime while on-premises scaling requires significant planned outages. For mission-critical applications where every minute of downtime costs revenue, Azure's ability to scale with minimal or no service interruption is crucial. On-premises scaling typically requires shutting down servers, arranging maintenance windows, and potentially extended downtime for hardware changes. Azure's cloud infrastructure allows scaling operations that users may not even notice, protecting Litware's revenue stream during scaling operations.
2. LexCorp has accidentally deleted several user accounts and organizational units from their Active Directory. The deletions happened three days ago, and they need to recover these objects with all their original attributes intact. Which Active Directory feature should they use for this recovery?
Explanation
Active Directory Recycle Bin is the best solution for recovering deleted objects with all their original attributes intact. This feature, introduced in Windows Server 2008 R2, allows administrators to restore deleted AD objects seamlessly without the complexities of authoritative restore procedures. The Recycle Bin preserves objects in a deleted state for a configurable period, maintaining all attributes and group memberships. Authoritative restore requires taking a domain controller offline and can be complex. Manual recreation would lose original attributes like SIDs and group memberships. Non-authoritative restore would revert the entire domain to an earlier state, potentially losing other recent changes.
3. Umbrella Corporation has a critical security Group Policy Object at the domain level that must apply to all OUs, even if those OUs have Block Inheritance configured. How should they configure this GPO to ensure it cannot be blocked?
Explanation
The Enforced setting (formerly called No Override) on a GPO link ensures that the policy settings cannot be blocked by Block Inheritance at lower levels. When a GPO link is set to Enforced, it will apply regardless of any Block Inheritance settings on child OUs. This is typically used for critical security policies that must apply organization-wide without exception.
4. A server is configured with two physical disks. An administrator needs to create a single, large volume by combining the space from both disks. Performance and fault tolerance are not concerns for this volume, which will store temporary data. Which type of volume should they create in Disk Management?
Explanation
A spanned volume is created from free space on two or more physical disks, combining them into a single logical volume with one drive letter. It writes to the first disk until it is full, and then begins writing to the second disk. This is the simplest way to combine unallocated space from multiple disks into one larger volume when performance and fault tolerance are not required. A striped volume would also combine the space but would write to both disks simultaneously for performance. A simple volume only exists on a single physical disk.
5. A server has a large data volume where file and folder permissions have become inconsistent over time. An administrator wants to reset the permissions on a subfolder, 'C:\Data\Sales', so that it removes all explicit permissions and re-inherits the permissions from its parent folder, 'C:\Data'. What is the most direct way to do this in the Advanced Security Settings dialog?
Explanation
When inheritance is disabled on a folder, its permissions become explicit. To revert this and make the folder inherit from its parent again, the administrator simply needs to click the 'Enable inheritance' button in the folder's Advanced Security Settings dialog. This action will remove the explicit permissions and cause the permissions from the parent folder ('C:\Data') to flow down and apply to the 'Sales' folder and its contents.
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