Spring Sale Limited Time 65% Discount Offer Ends in 0d 00h 00m 00s - Coupon code = save65now

The Administering Windows Server Hybrid Core Infrastructure (AZ-800)

Passing Microsoft Microsoft Certified: Windows Server Hybrid Administrator Associate exam ensures for the successful candidate a powerful array of professional and personal benefits. The first and the foremost benefit comes with a global recognition that validates your knowledge and skills, making possible your entry into any organization of your choice.

AZ-800 pdf (PDF) Q & A

Updated: May 9, 2026

259 Q&As

$124.49 $43.57
AZ-800 PDF + Test Engine (PDF+ Test Engine)

Updated: May 9, 2026

259 Q&As

$181.49 $63.52
AZ-800 Test Engine (Test Engine)

Updated: May 9, 2026

259 Q&As

Answers with Explanation

$144.49 $50.57
AZ-800 Exam Dumps
  • Exam Code: AZ-800
  • Vendor: Microsoft
  • Certifications: Microsoft Certified: Windows Server Hybrid Administrator Associate
  • Exam Name: Administering Windows Server Hybrid Core Infrastructure
  • Updated: May 9, 2026 Free Updates: 90 days Total Questions: 259 Try Free Demo

Why CertAchieve is Better than Standard AZ-800 Dumps

In 2026, Microsoft uses variable topologies. Basic dumps will fail you.

Quality Standard Generic Dump Sites CertAchieve Premium Prep
Technical Explanation None (Answer Key Only) Step-by-Step Expert Rationales
Syllabus Coverage Often Outdated (v1.0) 2026 Updated (Latest Syllabus)
Scenario Mastery Blind Memorization Conceptual Logic & Troubleshooting
Instructor Access No Post-Sale Support 24/7 Professional Help
Customers Passed Exams 10

Success backed by proven exam prep tools

Questions Came Word for Word 94%

Real exam match rate reported by verified users

Average Score in Real Testing Centre 95%

Consistently high performance across certifications

Study Time Saved With CertAchieve 60%

Efficient prep that reduces study hours significantly

Microsoft AZ-800 Exam Domains Q&A

Certified instructors verify every question for 100% accuracy, providing detailed, step-by-step explanations for each.

Question 1 Microsoft AZ-800
QUESTION DESCRIPTION:

Your network contains an Active Directory Domain Services (AD DS) forest. The forest contains three Active Directory sites named Site1, Site2, and Site3. Each site contains two domain controllers. The sites ar e connected by using DEFAULTIPSITELINK.

You open a new branch office that contains only client computers.

You need to ensure that the client computers in the new office are primarily authenticated by the domain controllers in Site1.

Solution: You configure the Try Next Closest Site Group Policy Object (GPO) setting in a GPO that is linked to Site1.

Does this meet the goal?

  • A.

    Yes

  • B.

    No

Correct Answer & Rationale:

Answer: B

Explanation:

Linking Try Next Closest Site to Site1 applies the policy to computers in Site1 , not to the branch clients in the new office. The WSHCI materials stress that GPO scope (site, domain, or OU) determines which computers receive the setting , but does not alter how site membership is computed . The client’s site is still determined exclusively by its IP subn et as published in Active Directory Sites and Services . The documentation summarizes: “ Site membership is calculated by matching the client’s IP to a defined AD subnet; if no match exists, DC Locator cannot assign the client to that site .” The Try Next Clo sest Site option only affects fallback when there is no DC in the client’s site ; it does not force authentication against a specific target site. Because the branch office contains only clients (no DCs) and the question’s goal is for those clients to authe nticate primarily with Site1 , simply configuring the policy in Site1 does nothing for clients that are not members of Site1. Thus, this solution does not meet the stated goal.

Question 2 Microsoft AZ-800
QUESTION DESCRIPTION:

Your network contains an on-premises Active Directory Domain Services (AD DS) domain named contoso.com The domain contains three servers that run Windows Server and have the Hyper-V server rote installed. Each server has a Switch Embedded Teaming (SET) team

You need to verity that Remote Direct Memory Access (RDMA) and all the requi red Windows Server settings are configured properly on each server.

What should you use?

  • A.

    Server Manager

  • B.

    the validate-DCB cmdtet

  • C.

    the Get-NetAdaptor cmdlet

  • D.

    Failover Cluster Manager

Correct Answer & Rationale:

Answer: B

Explanation:

In Windows Server deployments that use Hyper-V with Sw itch Embedded Teaming (SET) and SMB Direct (RDMA), Microsoft’s guidance in Administering Windows Server Hybrid Core Infrastructure is to validate the end-to-end Data Center Bridging (DCB) and RDMA prerequisites with Validate-DCB . The DCB validation covers the exact Windows Server settings RDMA depends on: Priority-based Flow Control (PFC), Enhanced Transmission Selection (ETS), QoS policies for SMB (priority tagging), and RDMA enablement on the relevant physical adapters. The study materials emphasize that while tools such as Server Manager , Failover Cluster Manager , or basic adapter inventory (e.g., Get-NetAdapter ) can show device status or general configuration, they do not verify the complete, lossless fabric requirements for RDMA over Converged Ethernet used with Hyper-V/SET.

The prescribed approach is to run Validate-DCB against the host NICs participating in the SET team to confirm:

    RDMA is enabled on the interfaces used for SMB Direct.

    PFC is enabled for the SMB priority.

    ETS bandwidth reservations are correctly applied.

    QoS policies align across adapters so SMB traffic is lossless.

The cmdlet produces pass/fail diagnostics and remediation guidance, providing a single authoritative validation for “RDMA and all required Windows Server settings” on each s erver. Accordingly, the correct choice for verifying the configuration in this scenario is Validate-DCB .

Question 3 Microsoft AZ-800
QUESTION DESCRIPTION:

Note: This question is part of a series of questions that present the same scenario. Each q uestion 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 ab le to return to it. As a result, these questions will not appear in the review screen.

You have a server named Server1 that runs Windows Server 2022 and has the DHCP Server role. Server1 contains a single DHCP scope named Scope1.

You deploy five printers t o the network.

You need to ensure that the printers are always assigned the same IP address.

Solution: You create a DHCP reservation for each printer.

Does this meet the requirement?

  • A.

    Yes

  • B.

    No

Correct Answer & Rationale:

Answer: A

Explanation:

The Windows Server DHCP role supports reservations that map a client’s unique identifier (commonly the MAC address) to a specific IPv4 address inside the scope. The AZ-800 study material describes reservations as the mechanism to “ensure that a particular device always receives the same IP address from the DHCP server while still being managed by DHCP.” When a reservation exists, the DHCP server will always offer and lease the reserved address to that client and will not allocate that address to any other client. This meets scenarios such as networked printers, appliances, or servers that require a consistent IP but where you still want centralized lease management (lease tracking, option delivery, and centralized auditing). The content further contrasts reservations with exclusions and options: exclusions remove addresses from the pool and options deliver configuration parameters, neither of which guarantees a stable assignment to a given device. Therefore, creating one DHCP reservation per printer in Scope1 precisely satisfies the requirement that the printers are always assigned the same IP address.

Question 4 Microsoft AZ-800
QUESTION DESCRIPTION:

You have servers that run Windows Server 2022 as shown in the following table.

AZ-800 Q4

Server2 contains a .NET app named App1.

You need to establish a WebSocket connection from App1 to the SQL Server instance on Server1. The solution must meet the following requirements:

• Minimize the number of network ports that must be open on the on-premises network firewall.

• Minimize admini strative effort.

What should you create first?

  • A.

    an Azure Relay namespace

  • B.

    an Azure VPN gateway

  • C.

    a WFC relay connection

  • D.

    a hybrid connection

Correct Answer & Rationale:

Answer: A

Explanation:

The hybrid connectivity module details Azure Relay – Hybrid Connections for reaching on-premises services securely without inbound firewall rules. It states: “Hybrid Connections use WebSockets over outbound TCP 443 from both ends, enabling apps in Azure to connect to on-premises endpoints with no VPN and minimal firewall changes.” The setup sequence is: (1) Create an Azure Relay namespace, (2) Create a Hybrid Connection inside that namespace, and **(3) install the on-premises Hybrid Connection Manager to establish the outbound listener to Azure.” This approach meets the requirements: a WebSocket-based connection from App1 to SQL Server on Server1, minimizing open ports (only outbound 443) and administrative effort (no site-to-site VPN or complex routing). A VPN gateway would require additional configuration and more open ports; a WCF relay is a different relay type for WCF endpoints, not needed for generic TCP/WebSocket scenarios; and a hybrid connection cannot be created until a Relay namespace exists. Thus, the first object to create is an Azure Relay namespace.

Question 5 Microsoft AZ-800
QUESTION DESCRIPTION:

You have an on-premises Active Directory Domain Services (AD DS) domain that syncs with an Azure Active Directory (Azure AD) tenant. You plan deploy 100 new Azure virtual machines that will run Windows Server. You need to ensure that each new virtual machine is joined to the AD DS domain. What should you use?

  • A.

    Azure AD Connect

  • B.

    a Group Policy Object (GPO)

  • C.

    an Azure Resource Manager (ARM) template

  • D.

    an Azure management group

Correct Answer & Rationale:

Answer: C

Explanation:

[Reference:, In Administering Windows Server Hybrid Core Infrastructure (AZ-800) guidance on deploying and managing Windows Server IaaS VMs, Microsoft emphasizes automating domain join during provisioning by using Azure VM extensions within an Azure Resource Manager (ARM) template. The supported method for joining Azure VMs to an on-premises AD DS domain is the JsonADDomainExtension (Microsoft.Compute/virtualMachines/extensions). In the ARM template, you provide parameters such as the AD DS domain name, OUPath (optional), User (a domain account with join rights), Password (as a secure parameter), Restart (true/false), and Options. When the VM is created, the extension executes on first boot and performs the classic AD DS domain join, ensuring every newly deployed VM is joined consistently and at scale., By contrast, Azure AD Connect (A) only synchronizes identities between AD DS and Azure AD; it does not join Windows Server computers to AD DS. A GPO (B) can configure domain-joined computers after they are in the domain, but it cannot join non-domain systems. Azure management groups (D) provide governance and hierarchy for subscriptions and policies, not machine domain-join operations. Therefore, to ensure that 100 newly deployed Windows Server VMs are automatically joined to the on-premises AD DS domain during deployment, the verified and supported approach is to use an ARM template with the JsonADDomainExtension., , , ]

Question 6 Microsoft AZ-800
QUESTION DESCRIPTION:

Your network con tains an Active Domain Services (AD DS) forest. The forest contains three domains. Each domain contains 10 domain controllers.

You plan to store a DNS zone in a custom active Directory partition.

You need to create the Active Directory partition for the zo ne. The partition replicate to only four of the domain controllers.

What should you use?

  • A.

    Active Directory Sites and Services

  • B.

    Active Directory Administrator Center

  • C.

    dnscmd.exe

  • D.

    DNS Manager

Correct Answer & Rationale:

Answer: C

Explanation:

In the Windows Server hybrid administration guidance for DNS, Microsoft describes that DNS zones stored in Active Directory can use application directory partitions to customize replication scope beyond the default domain- or forest-wide options. The study materials state that “custom application directory partitions allow DNS data to replicate only to the DNS servers that are explicitly enlisted in that partition.” They further emphasize that while DNS Manager lets you pick among built-in scopes or select an existing application parti tion, “creating a new application directory partition is performed with command-line tools (dnscmd) or Windows PowerShell.”

The documented procedure is: “Use dnscmd /CreateDirectoryPartition <</i> FQDN-of-partition > to create the custom partition, then dnscmd /EnlistDirectoryPartition on each DNS server that should host and replicate the data.” Because you must have the partition replicate to only four of the domain controllers, you first create the partition, and then enlist only those four DNS servers. Tools such as Active Directory Sites and Services or Active Directory Administrative Center do not create DNS application directory partitions, and DNS Manager cannot create a new custom partition; it can only use an existing one. Therefore, the correct tool to meet the requirement is dnscmd.exe , after which you enlist just the selected four DNS servers into that partition.

Question 7 Microsoft AZ-800
QUESTION DESCRIPTION:

Your network contains an Active Directory Domain Services (AD DS) domain named contoso.com. The domain contains the servers shown in the following table.

AZ-800 Q7

You need to create a Distributed File System (DFS) namespace that will contain the following:

• A domain-based namespace named \\contoso.com\Public

• A folder named Finance

Which servers can you configure as folder targets for the Finance folder?

  • A.

    Setver3 only

  • B.

    Server2 and Servers only

  • C.

    Server1 and Server3 only

  • D.

    Serve r1, Server2, and Server 3 only

  • E.

    Server1, Server2, Server3, and Server4

Correct Answer & Rationale:

Answer: E

Explanation:

In the Administering Windows Server Hybrid Core Infrastructure materials for DFS, Microsoft explains that a DFS Namespace presents a virtual tree of folders, and each folder can have one or more folder targets . A folder target is simply “ a UNC path to a shared folder that contains the actual data .” The guide emphasizes that folder targets do not need the DFS Namespaces role installed ; the role is only required on namespace servers that host the namespace itself. Likewise, DFS Replication (DFSR) is optional —you enable it only when you want to keep the contents of multiple folder targets synchronized. The text states that “ any SMB share on any Windows server (or cluster) can be used as a folder target ,” and that “ DFSR is used to replicate the data between folder targets but is not a prerequisite for configuring a target .”

Applying this to the scenario: you are creating a domain-based namespace \\contoso.com\Public and a folder Finance . The namespace servers must have the DFS Namespaces role (e.g., Server1/Server3), but folder targets for Finance can reside on any server hosting an SMB share , regardless of whether the DFS Namespaces or DFS Replication roles are inst alled. Therefore, Server1, Server2, Server3, and Server4 can all be configured as folder targets for the Finance folder.

Question 8 Microsoft AZ-800
QUESTION DESCRIPTION:

Note: This question is part of a series of questions that present the same sce nario. 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 are planning the deployment of DNS to a new network.

You have three internal DNS servers as shown in the following table.

AZ-800 Q8

The contoso.local zone contains zone delegations for east.conloso.local and west.contoso.local. All the DNS servers use root hints.

You need to ensure that all the DNS servers can resolve the names of all the internal namespaces and internet hosts.

Solution: On Server2 and Ser ver3, you configure a conditional forwarder for contoso.local.

Does this meet the goal?

  • A.

    Yes

  • B.

    No

Correct Answer & Rationale:

Answer: A

Explanation:

The DNS chapters in Administering Windows Server Hybrid Core Infrastructure describe conditional forwarders as a way to direct queries for specific namespaces to authoritative DNS servers. The text notes: “A conditional forwarder forwards queries for a designated DNS domain to specified DNS servers,” which is used to “integrate split or private namespaces across sites or forests.” In this design, Server1 hosts contoso.local and delegates east and west to Server2 and Server3. By configuring Server2 and Server3 with a conditional forwarder for contoso.local pointing to Server1 , any query for contoso.local (including child names like east.contoso.local or west.contoso.local when not answered locally) is sent to Server1. Server1, being authoritative for the parent, uses the existing delegations to return referrals/answers from the proper child zones. For Internet hosts , all three server s already use root hints , which the course material confirms remains valid alongside conditional forwarding. The documentation also stresses that “authoritative data is answered locally first; forwarding applies only to names the server is not authoritativ e for,” so Server2 continues to answer east locally while leveraging Server1 to reach parent and sibling zones . This configuration ensures that all servers can resolve all internal namespaces and Internet hosts .

Question 9 Microsoft AZ-800
QUESTION DESCRIPTION:

You need to ensure that VM3 meets the technical requirements.

What should you install first?

  • A.

    Enhanced Storage

  • B.

    File Server Resource Manager (FSRM)

  • C.

    Windows Standards-Based Storage Management

  • D.

    the iSNS Server service

Correct Answer & Rationale:

Answer: B

Explanation:

To meet the requirement that VM3 be configured for per-folder quotas, the Windows Server file services module directs you to install File Server Resource Manager (FSRM). The course content explains: “FSRM provides quota management, file screening, and storage reporting. Quotas can be applied to volumes and to specific folders, enabling administrators to control the space consumed.” None of the other features listed deliver folder-level quota capability: Enhanced Storage and Windows Standards-Based Storage Management relate to storage management/SMI-S, and iSNS Server concerns iSCSI discovery services. Therefore, the first step is to install FSRM on VM3; after installation, you can create per-folder quota templates and assignments to enforce the desired limits.

Question 10 Microsoft AZ-800
QUESTION DESCRIPTION:

You need to ensure that access to storage1 for the Marketing OU users meets the technical requirements.

What should you implement?

  • A.

    Microsoft Entra Connect cloud sync

  • B.

    Active Directory Federation Services (AD FS)

  • C.

    Microsoft Entra Connect in staging mode

  • D.

    Microsoft Entra Connect in active mode

Correct Answer & Rationale:

Answer: A

Explanation:

The Administering Windows Server Hybrid Core Infrastructure content notes that Microsoft Entra Connect cloud sync uses lightweight agents and supports synchronizing specific OUs from multiple forests into a single tenant. The guide highlights that cloud sync “is designed for multi-forest or cross-organization scenarios and allows scoping to selected OUs and groups,” enabling granular onboarding of just the identities you need. The requirement says “the users in the Marketing OU (in Fabrikam’s forest) must have access to storage1.” Granting access to Azure Files using Entra-based authorization requires that those users exist in the same Entra tenant. Cloud sync enables importing only the Fabrikam Marketing OU into A. Datum’s tenant without establishing full trust for all users. Azure AD Connect in active or staging mode would target the A. Datum forest and isn’t intended for selectively bringing in a separate partner forest OU; AD FS is a federation solution and does not create tenant objects for ACLs on Azure resources like Azure Files. Therefore, implement Microsoft Entra Connect cloud sync and scope it to the Marketing OU to meet the requirement.

A Stepping Stone for Enhanced Career Opportunities

Your profile having Microsoft Certified: Windows Server Hybrid Administrator Associate certification significantly enhances your credibility and marketability in all corners of the world. The best part is that your formal recognition pays you in terms of tangible career advancement. It helps you perform your desired job roles accompanied by a substantial increase in your regular income. Beyond the resume, your expertise imparts you confidence to act as a dependable professional to solve real-world business challenges.

Your success in Microsoft AZ-800 certification exam makes your visible and relevant in the fast-evolving tech landscape. It proves a lifelong investment in your career that give you not only a competitive advantage over your non-certified peers but also makes you eligible for a further relevant exams in your domain.

What You Need to Ace Microsoft Exam AZ-800

Achieving success in the AZ-800 Microsoft exam requires a blending of clear understanding of all the exam topics, practical skills, and practice of the actual format. There's no room for cramming information, memorizing facts or dependence on a few significant exam topics. It means your readiness for exam needs you develop a comprehensive grasp on the syllabus that includes theoretical as well as practical command.

Here is a comprehensive strategy layout to secure peak performance in AZ-800 certification exam:

  • Develop a rock-solid theoretical clarity of the exam topics
  • Begin with easier and more familiar topics of the exam syllabus
  • Make sure your command on the fundamental concepts
  • Focus your attention to understand why that matters
  • Ensure hands-on practice as the exam tests your ability to apply knowledge
  • Develop a study routine managing time because it can be a major time-sink if you are slow
  • Find out a comprehensive and streamlined study resource for your help

Ensuring Outstanding Results in Exam AZ-800!

In the backdrop of the above prep strategy for AZ-800 Microsoft exam, your primary need is to find out a comprehensive study resource. It could otherwise be a daunting task to achieve exam success. The most important factor that must be kep in mind is make sure your reliance on a one particular resource instead of depending on multiple sources. It should be an all-inclusive resource that ensures conceptual explanations, hands-on practical exercises, and realistic assessment tools.

Certachieve: A Reliable All-inclusive Study Resource

Certachieve offers multiple study tools to do thorough and rewarding AZ-800 exam prep. Here's an overview of Certachieve's toolkit:

Microsoft AZ-800 PDF Study Guide

This premium guide contains a number of Microsoft AZ-800 exam questions and answers that give you a full coverage of the exam syllabus in easy language. The information provided efficiently guides the candidate's focus to the most critical topics. The supportive explanations and examples build both the knowledge and the practical confidence of the exam candidates required to confidently pass the exam. The demo of Microsoft AZ-800 study guide pdf free download is also available to examine the contents and quality of the study material.

Microsoft AZ-800 Practice Exams

Practicing the exam AZ-800 questions is one of the essential requirements of your exam preparation. To help you with this important task, Certachieve introduces Microsoft AZ-800 Testing Engine to simulate multiple real exam-like tests. They are of enormous value for developing your grasp and understanding your strengths and weaknesses in exam preparation and make up deficiencies in time.

These comprehensive materials are engineered to streamline your preparation process, providing a direct and efficient path to mastering the exam's requirements.

Microsoft AZ-800 exam dumps

These realistic dumps include the most significant questions that may be the part of your upcoming exam. Learning AZ-800 exam dumps can increase not only your chances of success but can also award you an outstanding score.

Microsoft AZ-800 Microsoft Certified: Windows Server Hybrid Administrator Associate FAQ

What are the prerequisites for taking Microsoft Certified: Windows Server Hybrid Administrator Associate Exam AZ-800?

There are only a formal set of prerequisites to take the AZ-800 Microsoft exam. It depends of the Microsoft organization to introduce changes in the basic eligibility criteria to take the exam. Generally, your thorough theoretical knowledge and hands-on practice of the syllabus topics make you eligible to opt for the exam.

How to study for the Microsoft Certified: Windows Server Hybrid Administrator Associate AZ-800 Exam?

It requires a comprehensive study plan that includes exam preparation from an authentic, reliable and exam-oriented study resource. It should provide you Microsoft AZ-800 exam questions focusing on mastering core topics. This resource should also have extensive hands on practice using Microsoft AZ-800 Testing Engine.

Finally, it should also introduce you to the expected questions with the help of Microsoft AZ-800 exam dumps to enhance your readiness for the exam.

How hard is Microsoft Certified: Windows Server Hybrid Administrator Associate Certification exam?

Like any other Microsoft Certification exam, the Microsoft Certified: Windows Server Hybrid Administrator Associate is a tough and challenging. Particularly, it's extensive syllabus makes it hard to do AZ-800 exam prep. The actual exam requires the candidates to develop in-depth knowledge of all syllabus content along with practical knowledge. The only solution to pass the exam on first try is to make sure diligent study and lab practice prior to take the exam.

How many questions are on the Microsoft Certified: Windows Server Hybrid Administrator Associate AZ-800 exam?

The AZ-800 Microsoft exam usually comprises 100 to 120 questions. However, the number of questions may vary. The reason is the format of the exam that may include unscored and experimental questions sometimes. Mostly, the actual exam consists of various question formats, including multiple-choice, simulations, and drag-and-drop.

How long does it take to study for the Microsoft Certified: Windows Server Hybrid Administrator Associate Certification exam?

It actually depends on one's personal keenness and absorption level. However, usually people take three to six weeks to thoroughly complete the Microsoft AZ-800 exam prep subject to their prior experience and the engagement with study. The prime factor is the observation of consistency in studies and this factor may reduce the total time duration.

Is the AZ-800 Microsoft Certified: Windows Server Hybrid Administrator Associate exam changing in 2026?

Yes. Microsoft has transitioned to v1.1, which places more weight on Network Automation, Security Fundamentals, and AI integration. Our 2026 bank reflects these specific updates.

How do technical rationales help me pass?

Standard dumps rely on pattern recognition. If Microsoft changes a single IP address in a topology, memorized answers fail. Our rationales teach you the logic so you can solve the problem regardless of the phrasing.