One package, every platform. The online test engine includes all the functions of the PC software and runs on Windows, Mac, Android, and iOS, so the 512 practice questions for the AZ-802 exam at PassCollection follow you from desk to phone to tablet. In 2026, study tools should fit your devices — not the other way around.
Microsoft AZ-802 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Administering Windows Server Hybrid Core Infrastructure (Updated Exam) |
| Exam Number: | AZ-802 |
| Exam Price: | Varies by country/region (typically ~USD $165 equivalent) |
| Available Languages: | Japanese, German, Portuguese (Brazil), Chinese (Simplified), English, French, Spanish |
| Exam Format: | Multiple choice, Scenario-based questions, Drag and drop, Case studies |
| Related Certifications: | Windows Server Hybrid Administrator Associate Windows Server Administrator Associate |
| Certificate Validity Period: | Typically 1 year renewable via Microsoft Learn renewal assessment |
| Passing Score: | 700 (expected, consistent with AZ-800/AZ-801) |
| Recommended Training: | Windows Server Hybrid Administrator learning path (Microsoft Learn) |
| Exam Registration: | Microsoft Certification Dashboard Pearson VUE Microsoft Exams |
| Sample Questions: | ![]() |
| Exam Way: | Proctored online or test center (Pearson VUE) |
| Pre Condition: | Strong experience with Windows Server administration, Active Directory, and basic Azure administration recommended |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/credentials/certifications/ |
Microsoft AZ-802 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Hybrid infrastructure management | - Azure integration
|
| Compute, storage, and virtualization | - Virtual machines and containers
|
| Networking and high availability | - High availability and disaster recovery
|
| Secure and manage Windows Server environments | - Security and compliance
|
AZ-802 Exam Questions and Study Options
Whichever matches your habits — all three are built around the same Microsoft Administering Windows Server content. The PDF version suits paper readers: print it out, mark it up, and share pages with a study partner. The PC test engine suits computer-based learners: it simulates the real exam scene, lets you set a time limit like the live AZ-802 exam, flags your mistakes, and reminds you to re-practice them daily. The online APP includes every software function and runs on Windows, Mac, Android, and iOS. Choose the one you will actually use every day.
Microsoft recommends these training options for candidates:
Official courses build understanding; a daily practice routine with expert-verified answers builds exam-day readiness. The strongest preparation uses both.
To pass the AZ-802 exam you need 700 (expected, consistent with AZ-800/AZ-801), and registration costs Varies by country/region (typically ~USD $165 equivalent). Set against that fee, thorough preparation is the smaller expense by far — and the one most likely to protect the larger one.
The official outline divides the AZ-802 exam into weighted domains, including:
- Secure and manage Windows Server environments ()
- Compute, storage, and virtualization ()
- Hybrid infrastructure management ()
The Microsoft Administering Windows Server practice questions at PassCollection follow these same objectives, whichever of the three study formats you use.
Yes. We understand that many candidates prefer not to advertise how they prepare. PassCollection runs a strict information protection system: your personal details and your AZ-802 exam purchase are kept secret and safe, and never disclosed to any third party. You can order the Microsoft Administering Windows Server materials with complete peace of mind.
Strong experience with Windows Server administration, Active Directory, and basic Azure administration recommended
The AZ-802 exam is the official assessment behind the Microsoft Administering Windows Server certification from Microsoft. Many IT professionals pursue it as a step toward leadership roles, because the credential verifies practical command of the published objectives. Solid preparation — not luck — is what carries candidates through it.
You can register for the AZ-802 exam through these official channels:
Book your seat only when your timed practice scores say you are ready — the registration fee is better paid once than twice.
Microsoft Administering Windows Server Sample Questions:
You are planning the data share migration to support the on-premises migration plan. What should you use to perform the migration?
- A. Storage Migration Service
- B. File Server Resource Manager (FSRM)
- C. Windows Server Migration Tools
- D. Microsoft File Server Migration Toolkit
Correct Answer: A 🗳️
Explanation: Only visible for PassCollection members. You can sign-up / login (it's free).
You have an Azure subscription.
You plan to deploy a virtual machine named VM1 to the East US Azure region and use Azure Site Recovery between availability zones.
You need to configure the disks on VM1 and the virtual network. The solution must meet the following requirements:
* Maximize the availability of VM1.
* Maintain the private IP address of VM1 during failover and failback operations.
What should you configure? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
Disk configuration: Locally-redundant storage (LRS) Premium SSD. Virtual network configuration: One virtual network and one subnet.
Azure Site Recovery explicitly does not support zone-to-zone disaster recovery for virtual machines whose managed disks use zone-redundant storage (ZRS); the source and target disks in a zone-to-zone configuration must instead use locally-redundant storage (LRS), so LRS is the only compatible replication choice among the disk options. Premium SSD is selected over Standard SSD because the requirement is to maximize the availability and performance of VM1, and Premium SSD provides a higher-performance SLA than Standard SSD while still satisfying the LRS requirement for zone-to-zone replication. For the virtual network configuration, Microsoft ' s documented zone-to-zone disaster recovery guidance states that failover can use the exact same virtual network and the exact same subnet as the source VM, because Azure subnets are regional constructs that span every availability zone in a region rather than being tied to one specific zone.
Using a single virtual network with a single subnet therefore lets VM1 retain the same private IP address, when that address is configured as static, across both zone failover and the subsequent zone failback, without needing separate per-zone subnets or virtual networks.
You have a Hyper-V failover cluster named Cluster1 that contains two nodes named Node1 and Node2, and a Hyper-V host named Host1.
You have the virtual machines shown in the following table.
The Balancer settings for Cluster1 are shown in the following exhibit.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Exhibit
Exhibit
Exhibit
Correct Answer:

Explanation:
The Balancer tab shows Enable Automatic Balancing of Virtual Machines checked with the Always load balance option left unselected, which corresponds to the cluster ' s AutoBalancerMode being set to 1, meaning node fairness rebalancing is triggered only when a node actually joins the cluster, rather than mode 2, which would also rebalance on a recurring timer. In this mode, adding a new Hyper-V node to Cluster1 constitutes a node-join event, so the cluster ' s node fairness feature does automatically live-migrate one or more virtual machines onto the newly joined node to level out CPU load across all nodes, making statement 1 true.
Because rebalancing is not time-triggered under this configuration, simply waiting an hour after running commands, with no node joining or leaving the cluster in between, does not by itself cause any automatic migration from Node1 to Node2, so statement 2 is false. VM6 in the scenario runs on the separate standalone host Host1, not as a clustered virtual machine on a node of Cluster1, and deploying it specifically to Node1 would make it a clustered VM sharing Node1 ' s existing load, but that placement action is not a node-join event either, so it does not trigger the automatic node-fairness rebalance, making statement 3 false as well.
You need to implement alerts for the domain controllers. The solution must meet the technical requirements.
What should you do on the domain controllers, and what should you create on Azure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
On the domain controllers: Install the Azure Monitor agent. In Azure: Create an Azure Log Analytics workspace.
Centrally managing performance alerts in Azure for on-premises domain controllers is done by connecting those servers to Azure Monitor: the Azure Monitor agent is installed on each domain controller (onboarded to Azure Arc for non-Azure servers, or directly if they are Azure VMs) to collect performance counters and event data, and that telemetry is sent to an Azure Log Analytics workspace, which is the resource that stores the collected data and against which performance-based alert rules are then defined and centrally managed.
Creating a Data Collector Set in Performance Monitor and modifying the Performance Monitor Users group are both local, per-server administrative actions that never send any data to Azure and cannot support central, Azure-based alerting. An Azure SQL database, a Storage Sync Service, and an Azure Storage account are all Azure resources, but none of them is the telemetry store that Azure Monitor ' s alerting pipeline is built on -- only a Log Analytics workspace serves that role. Therefore, installing the Azure Monitor agent on the domain controllers and creating an Azure Log Analytics workspace are the two required actions.
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. After you answer a question in this section, you will NOT be able to return to it. 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 Operations Master. Does this meet the goal?
- A. Yes
- B. No
Correct Answer: B 🗳️
Explanation: Only visible for PassCollection members. You can sign-up / login (it's free).






