Prepare and pass exam with our Microsoft AZ-802 training material, here you will achieve your dream easily With TrainingQuiz!
Last Updated: Sep 24, 2026
No. of Questions: 512 Questions & Answers with Testing Engine
Download Limit: Unlimited
Pass your exam with latest TrainingQuiz AZ-802 Training Materials just one-shot. All the core contents of Microsoft AZ-802 exam trianing material are helpful and easy to understand, compiled and edited by the experienced experts team, which can assist you to face the difficulties with good mood and master the key knowledge easily, and then pass the Microsoft AZ-802 exam for sure.
TrainingQuiz has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
Every second counts when a brighter future is on the schedule. In 2026, TrainingQuiz helps AZ-802 candidates compress preparation into efficient short-term study with 512 targeted Microsoft Administering Windows Server practice questions.
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Microsoft Certified: Windows Server Hybrid Administrator Associate (Exam AZ-802: Administering Windows Server Hybrid Infrastructure) |
| Exam Number: | AZ-802 |
| Exam Format: | Lab-based tasks, Multiple choice, Case studies |
| Available Languages: | English |
| Related Certifications: | Microsoft Certified: Windows Server Hybrid Administrator Associate |
| Sample Questions: | DOWNLOAD DEMO |
| Exam Way: | Computer-based proctored exam (online or test center), including scenario-based questions and performance-based tasks |
| Pre Condition: | Recommended experience with Windows Server administration, AD DS, networking, and basic Azure services; typically prior AZ-800/801 level knowledge. |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/credentials/certifications/windows-server-hybrid-administrator/ |
| Section | Objectives |
|---|---|
| Manage hybrid compute and virtualization | - Virtual machines
|
| Monitoring and troubleshooting | - Diagnostics
|
| Disaster recovery and migration | - Migration scenarios
|
| Implement and manage high availability | - Failover clustering
|
| Networking and storage infrastructure | - Networking
|
| Secure Windows Server hybrid infrastructures | - Identity and access management
|
Microsoft Administering Windows Server is an official Microsoft exam, registered under exam code AZ-802. Passing it earns the Microsoft Certified: Windows Server Hybrid Administrator Associate certification at the Professional level. It also links to Microsoft Certified: Windows Server Hybrid Administrator Associate. As an internationally recognized capacity standard, this credential speaks for your ability wherever your career takes you.
The Microsoft Administering Windows Server syllabus comprises 6 official domains. The heaviest include Manage hybrid compute and virtualization, Secure Windows Server hybrid infrastructures, and Disaster recovery and migration. The complete outline is above on this page; a short, efficient study plan starts with knowing exactly where the marks live.
Recommended experience with Windows Server administration, AD DS, networking, and basic Azure services; typically prior AZ-800/801 level knowledge.
Policies change, so verify the current requirements before registering on the official exam page.
Yes to both. TrainingQuiz provides a free demo of the Microsoft Administering Windows Server questions so you can verify the quality first, and after purchase the newest practice material is free for one year from the date of your order. When that year ends, extending the update service costs 50% of the regular price.
Your purchase carries a 100% money-back guarantee with defined conditions. Take the Microsoft Administering Windows Server exam within 60 days of purchase; if you fail, you may claim a full refund, provided the exam matches your product. Attempts within 3 days of purchase are ineligible, as are downloaded-but-unused products, free materials, and expired orders; the candidate name must match the payer name. Submit a scanned enrollment slip and the official Score Report PDF within 2 days of the exam, and claims are processed within 7 days. Alternatively, exchange for two other exam products of equal value, free, with the update service on your original purchase retained.
Delivery is instant: files unlock for download at payment and are emailed within one minute. If nothing arrives within 2 hours, check spam and contact customer service. Installation is unlimited across your computers.
Your network contains an Active Directory Domain Services (AD DS) forest. The forest contains two domains named contoso.com and east.contoso.com. Contoso.com contains two users named CONTOSO\User1 and EAST\User2. You need to ensure that the users can perform the following tasks: * User1 must deploy an additional domain controller to east.contoso.com. * User2 must deploy a new domain controller that will host a domain named west.contoso.com. The solution must follow the principle of least privilege. To which group should you add each user? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
User1: EAST\Domain Admins. User2: CONTOSO\Enterprise Admins.
Promoting an additional domain controller into a domain that already exists requires rights scoped only to that specific domain -- membership in that domain ' s own Domain Admins group (or an account explicitly delegated the equivalent rights) is sufficient and is the least-privileged group that accomplishes it. Since User1 needs to add an additional DC to the already-existing east.contoso.com domain, adding User1 to EAST\Domain Admins grants exactly the rights needed, without requiring any broader, forest-wide privilege.
Creating an entirely new domain within an existing forest (here, standing up a brand-new west.contoso.com domain) is a forest-wide structural change -- it adds a new partition and a new entry to the forest ' s domain- naming data that all domains and DCs in the forest must become aware of -- and this operation requires Enterprise Admins rights (or equivalent forest-level delegation), since no single domain ' s Domain Admins group has sufficient scope to add a new domain to the forest. Since User2 needs to deploy a DC that will host a brand-new domain, User2 must be added to CONTOSO\Enterprise Admins (Enterprise Admins exists only in the forest root domain, contoso.com, and confers forest-wide rights). Adding either user to a broader group than necessary (for example, adding User1 to Enterprise Admins, or granting Schema Admins to either) would violate least privilege, since each user ' s actual task only requires the narrower, task-appropriate group.
You have a server named Server1 that runs Windows Server and contains three volumes named C, D, and E.
Files are stored on Server1 as shown in the following exhibit: File1 (volume C, 500 KB), File2 (volume D, 10 KB), File3 (volume D, 1 MB). For volume D, Data Deduplication is enabled and set to General purpose file server. You perform the following actions: move File1 to volume D; copy File2 to volume D and name the copy File4; move File3 to volume E. For each of the following statements, select Yes if the statement is true.
Otherwise, select No. NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation:
File1 is deduplicated after the deduplication job runs: Yes. File3 is deduplicated after the deduplication job runs: No. File4 is deduplicated after the deduplication job runs: No.
Data Deduplication only ever processes files that currently reside on a volume where deduplication is enabled, and it also enforces a default minimum file size of 32 KB - files smaller than that are never deduplicated no matter how long they sit on an enabled volume. File1 was moved to volume D, which has deduplication enabled, and at 500 KB it is comfortably above the 32 KB minimum, so once the deduplication job runs, File1 is eligible and will be deduplicated. File3, originally on D, was moved to volume E, which does not have deduplication enabled at all; because File3 no longer resides on D by the time the job runs, it is not deduplicated, and its size (1 MB) is irrelevant since it isn ' t even on a deduplication-enabled volume anymore. File4 is a copy of File2 (10 KB) placed onto volume D under a new name, so it does reside on a deduplication-enabled volume, but at only 10 KB it falls below the mandatory 32 KB minimum file size threshold, so it is excluded from deduplication purely on size grounds regardless of which volume it is on.
Only File1 satisfies both conditions - residing on an enabled volume and meeting the minimum size - so only File1 is deduplicated.
Your network contains an Active Directory forest. The forest contains two domains named contoso.com and east.contoso.com and the servers shown in the following table. DC1: contoso.com, Domain controller Server1: contoso.com, Member server DC2: east.contoso.com, Domain controller Server2: east.contoso.com, Member server Contoso.com contains a user named User1. You add User1 to the built-in Backup Operators group in contoso.com. Which servers can User1 back up?
Server/domain table
Correct Answer: C 🗳️
Explanation: Only visible for TrainingQuiz members. You can sign-up / login (it's free).
You are planning the migration of Archive1 to support the on-premises migration plan. What is the minimum number of IP addresses required for the node and cluster roles on Cluster3?
Correct Answer: B 🗳️
Explanation: Only visible for TrainingQuiz members. You can sign-up / login (it's free).
Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains a domain controller named DC1. The domain uses Microsoft Entra Connect sync with a Microsoft Entra tenant and uses Microsoft Entra Password Protection to enforce a custom banned password list. You deploy a new domain controller named DC2 to the domain. You discover that the custom banned password list is applied inconsistently and often allows banned passwords to be used. You need to ensure that the custom banned password list is always enforced. What should you do on DC2?
Correct Answer: A 🗳️
Explanation: Only visible for TrainingQuiz members. You can sign-up / login (it's free).
Morton
Randolph
Timothy
Ziv
Brook
Elaine
TrainingQuiz is the world's largest certification preparation company with 99.6% Pass Rate History from 71642+ Satisfied Customers in 148 Countries.
Over 71642+ Satisfied Customers
