EnglishDeutschFrançaisEspañolPortuguês

Microsoft · AZ-802 · Associate

Administering Windows Server (AZ-802) — Practice Questions and Mock Exam

Prepare for AZ-802 with original practice questions and clear answer explanations. Ask Alex, your AI tutor, when you need more detail, use your results to identify topics to review, and practice your pacing with timed mock exams.

50Mock exam questions
120minTime limit
700/ 1000Passing score

Checked against Microsoft · September 2026 · Current exam version

About the exam

AZ-802 is the one exam standing between a Windows Server administrator and the Microsoft Certified: Windows Server Administrator Associate badge. It arrived as the replacement for the AZ-800 plus AZ-801 pair, which Microsoft retires on 30 September 2026 — so where the old path asked for two sittings, one for core infrastructure and one for advanced services, the new one asks for a single 120-minute exam that spans the whole job.

The scope is the working day of somebody who keeps Windows Server running wherever it happens to live: a domain controller in a rack, a Hyper-V host, a fleet of Azure VMs, a file server that now syncs to an Azure file share. Microsoft expects you to be fluent with Windows Admin Center, Hyper-V, PowerShell, Azure Arc, Azure Monitor, Azure Update Manager and Microsoft Defender for Cloud, and to know Active Directory well enough to repair it, not merely to configure it. Roughly a fifth of the exam is directory work alone; another third is storage plus monitoring and troubleshooting. Very little of it is pure Azure and very little is pure on-premises — nearly every topic is asked in its hybrid form.

Try five AZ-802 questions

Try five practice questions from the app’s current Administering Windows Server question bank, with answers and explanations.

Manage storage and file services1 / 5

How does Data Deduplication in Windows Server treat a newly written file?

AlexFull explanation from Alex

Deduplication had to be designed so that turning it on never slows the workload down, and the post-processing model is how that promise is kept. A write lands on the volume in the ordinary way, and a scheduled optimization job later splits files into chunks, keeps one copy of each unique chunk in a chunk store and replaces the duplicates with reparse points. The consequence for capacity planning is that savings appear after the job has run, not at the moment of the write, and that a volume needs headroom for data that has not yet been optimized. It also means the job schedule matters: a volume with a heavy write pattern and a short optimization window never catches up.

Sourcelearn.microsoft.com

Secure Windows Server infrastructure2 / 5

Windows LAPS is configured to encrypt passwords in Active Directory, but ADPasswordEncryptionPrincipal has not been set. Who can decrypt the stored password?

AlexFull explanation from Alex

Encryption changes who can read a LAPS password from a permissions question into a cryptographic one: the directory permission lets an account fetch the attribute, but only the named principal can turn it back into a password. Leaving the principal unset produces a safe but coarse default, so most deployments set a dedicated group instead, which lets a helpdesk read passwords without being domain administrators.

Sourcelearn.microsoft.com

Monitor and troubleshoot Windows Server environments3 / 5

Which Azure service assesses machines for missing updates every 24 hours and can install them inside a defined maintenance window?

AlexFull explanation from Alex

Patching a hybrid estate needs three things: a view of what is missing, a way to install it, and a window in which installation is permitted. Azure Update Manager provides all three as a service, and because it works through Azure Arc it covers on-premises and other-cloud machines as well as Azure virtual machines. Periodic assessment refreshes compliance every 24 hours so the view is current without a manual scan. Maintenance configurations define the windows and the machines they apply to, which is how patching is aligned with change control. Azure Monitor, Arc and VM insights are all in the same picture but answer different questions — telemetry, connectivity and performance analysis respectively.

Sourcelearn.microsoft.com

Manage virtual machines5 / 5

Which restriction applies when a Windows virtual machine in Azure is resized?

AlexFull explanation from Alex

Sizes without a local temporary disk present the guest with a different disk layout, so moving between the two families is not a simple restart with more cores. The consequence in practice is that a capacity plan has to check this property before choosing a target size, or the resize will be refused. A documented workaround exists for one direction of the change. It is also worth remembering that a failed resize leaves the model showing the requested size while the machine keeps running on the old one.

Sourcelearn.microsoft.com

421 practice questions

The Pass-IT question pool gives you material to practice for AZ-802. A Pass-IT mock exam uses 50 questions and a 120-minute time limit; these are practice settings.

Pool details: AZ-802

Exam details checked against MicrosoftSeptember 5, 2026

date of the last check against the official Microsoft source

Passing score700 / 1,000

as published by Microsoft

Objectives in the guide133 objectives listed in the official guide

across 7 domains in the official exam guide

Pool size421 questions

= The pool size is equivalent to 8 sets of 50 questions; this does not mean that each mock exam uses a separate set.

Blueprint domains7 domains in the exam blueprint

Deploy and manage AD DS 81 · Manage Windows Server instances and workloads in a hybrid environment 55 · Manage virtual machines 56 · Implement and manage an on-premises and hybrid networking infrastructure 56 · Manage storage and file services 57 · Secure Windows Server infrastructure 59 · Monitor and troubleshoot Windows Server environments 57

Recorded as checked against sources421 of 421

questions recorded as having their answer, options, and explanation checked against official Microsoft documentation

What's on the exam

Seven areas carry the exam, and their published shares tell you where to spend the evening. Directory work is the largest at a fifth to a quarter: domain controllers on both sides of the hybrid line, read-only replicas and the account security around them, the single-master roles, trusts across sites, domains and forests, replication topologies, principals and service accounts, and everything Group Policy delivers.

Storage plus file services and the monitoring-and-troubleshooting area come next, each around a sixth. Storage runs from Azure file shares and file synchronisation, including the migrations off DFS and off classic shares, through resource management and namespaces on the server itself, down to disks, resilient storage pools, block-level replication, deduplication, RDMA transfers, quality of service, ReFS versus NTFS, iSCSI targets and volume encryption. Monitoring and troubleshooting pairs the observation tools — performance counters, collector sets, insights, event logs, cloud collection rules and alerting — with the repair work: names that do not resolve, updates that will not install, clocks that drift, extensions that fail, encrypted volumes that will not unlock, and a directory that needs its recycle bin, a restore-mode boot, a rebuilt system volume, or a fix for Kerberos and machine-account trust.

The remaining four areas share the last third roughly evenly. Hybrid instance management is remote administration done properly — the browser-based console run locally and from inside the Azure portal, remoting with the double-hop problem solved and constrained endpoints, secure shell, remote desktop — plus the Azure services that reach onto physical machines: Arc onboarding, Arc configuration, extensions pushed onto machines that do not run in Azure, patching, and runbooks. Virtual machines cover the hypervisor host and its guests (session mode, direct consoles, nesting, memory, integration components, hardware pass-through, GPU sharing, checkpoints, virtual disks, switches, adapter teaming, replication, guest clustering) and the same fleet once it lives in Azure. Networking is name resolution and addressing: directory-integrated zones and records, forwarders, resolution across the hybrid boundary, resolution policies, signed zones, and the address-lease service with its scopes, reservations and failover. Security hardens two layers — the operating system through exploit mitigation, application allow-listing, credential isolation, reputation checks, policy-delivered settings, a baseline tool, managed local administrator passwords, server protection and the firewall; and the directory through password policy, cloud-backed password protection, protected accounts, hardened and access-restricted controllers, account and administrative-group options, delegation, and the authentication protocols themselves.

Exam blueprint: AZ-802

Deploy and manage AD DS20–25%

The identity core of the exam and its heaviest slice: standing up and running domain controllers on-premises and in Azure, read-only domain controllers and their account security, the FSMO roles, multi-site and multi-forest topologies with trusts, AD DS sites and replication, users, groups and service accounts, and Windows Server management through domain-based Group Policy and Group Policy preferences.

≈ 11 h
Manage Windows Server instances and workloads in a hybrid environment10–15%

Remote administration and the Azure half of a hybrid estate: the Windows Admin Center console run locally and from inside the Azure portal, PowerShell remoting with the double-hop problem solved and constrained JEA endpoints, secure shell, remote desktop, Azure Arc-enabled servers with Arc-driven device configuration, extensions pushed onto machines that do not run in Azure, patching through Azure Update Manager and automation runbooks.

≈ 6 h
Manage virtual machines10–15%

Compute on both sides of the hybrid line. On the hypervisor: enhanced session mode, direct consoles over PowerShell Direct as well as SSH Direct to Linux guests, nested virtualization, memory settings, integration components, hardware pass-through, GPU partitioning, checkpoints, virtual hard disks, virtual switches, adapter teaming on host and guest, Hyper-V Replica and guest high availability. On the Azure side: the same Windows Server workloads once they run as Azure virtual machines, with their storage, capacity and scale sets, availability sets and zones, just-in-time access, Azure Bastion and network configuration.

≈ 6 h
Implement and manage an on-premises and hybrid networking infrastructure10–15%

Name resolution and addressing for a hybrid estate: DNS integrated with AD DS, zones and records, forwarding and conditional forwarding, hybrid name resolution, DNS policies and DNSSEC; and the DHCP server role with scopes, reservations, high availability and IP addressing troubleshooting in hybrid scenarios.

≈ 6 h
Manage storage and file services15–20%

The second-heaviest slice, split between Azure and the server room: Azure file shares and their permissions, Azure File Sync with its monitoring and the DFS-to-File-Sync and file-share-to-Azure-Files migrations; Windows Server file shares with FSRM, DFS, SMB over QUIC and SMB settings; and Windows Server storage itself with disks and volumes, Storage Spaces and Storage Spaces Direct, Storage Replica, data deduplication, SMB Direct over RDMA, Storage QoS, NTFS and ReFS, iSCSI and BitLocker.

≈ 8 h
Secure Windows Server infrastructure10–15%

Hardening in two layers. The operating system: exploit protection, Application Control for Windows, Credential Guard, Defender SmartScreen, settings delivered by Group Policy, the security baseline applied through OSConfig, Windows LAPS, Defender for Servers and Windows Firewall together with its connection security rules. And the directory: password policies, Entra Password Protection extended to AD DS, protected users, hardened domain controllers with restricted access, the security options on user accounts and on built-in administrative groups, AD delegation and the authentication protocols.

≈ 6 h
Monitor and troubleshoot Windows Server environments15–20%

Watching the estate and repairing it. Monitoring with Performance Monitor and data collector sets, Windows Admin Center alerting, System Insights, event logs, Azure Monitor data collection rules, alert rules and VM Insights. Troubleshooting reaches connectivity, name resolution, Windows Update, the Time service, performance, failures in VM or Azure Arc extensions, disk encryption and storage; and Active Directory recovery through the AD Recycle Bin, Directory Services Restore Mode, a rebuilt SYSVOL, replication faults, Kerberos and authentication, broken secure channels and computer-account trusts.

≈ 8 h

Exam format and question types

You get 120 minutes and need a scaled score of 700 or better out of 1,000 to pass. The exam is proctored, offered in English only, and Microsoft's exam page warns that it may include interactive components alongside the ordinary question types. Microsoft publishes neither a question count nor a breakdown of question formats for this exam, so any figure you see quoted for either is somebody's estimate rather than a vendor statement — including ours. What Microsoft does publish is the weighting of the seven skill areas, expressed as ranges rather than fixed percentages, which is why a practice run that mirrors the blueprint will vary a little from sitting to sitting. There is an official exam sandbox you can open beforehand to click through the question types in the real interface; at the time of writing, Microsoft's own practice assessment for AZ-802 was not yet available.

Question types: AZ-802

Multiple Choice48%

Select the single answer that best meets the question’s requirements.

Ordering12%

Arrange the steps in the sequence needed to complete the process.

Drag & Drop12%

Move items into the slots, groups, or sequence specified by the task.

Multiple Response10%

Select multiple answers. Follow the question’s instructions on how many to choose.

Dropdown10%

Choose options from dropdown menus to complete a statement or configuration.

True / False8%

Decide whether a statement is true or false, paying attention to its conditions and wording.

See Microsoft for official question-format information. The shares shown describe the Pass-IT practice pool; they do not establish the proportions on the official exam.

Preparing for AZ-802

Booking runs through Pearson VUE, online-proctored or at a test centre, and Microsoft recommends registering with a personal Microsoft account rather than a work or school one, because exam records tied to an organisational account are lost — and cannot be recovered — if you leave that organisation. The price depends on the country or region in which the exam is proctored. Accommodations, including extra time, are requested before you book. Fail it and you may retake it 24 hours later; for further attempts the waiting period lengthens, so plan the first sitting as if it were the only one. English is currently the only language on offer. The certification is valid for one year and renews for free through an online assessment on Microsoft Learn — a short unproctored test you can take from your own desk, not a re-sitting of the exam.

Preparation and logistics: AZ-802

Preparation

Illustrative study time30–75 h

illustrative planning range: 30 h with relevant experience to 75 h when starting out; your needs may fall outside this range

LevelAssociate
Recommended backgroundNo formal prerequisite. Microsoft expects hands-on experience administering Windows Server with Windows Admin Center, Hyper-V, PowerShell, Azure Arc, Azure Monitor, Azure Update Manager and Microsoft Defender for Cloud, plus familiarity with Active Directory Domain Services.

Taking and maintaining the certification

DeliveryPearson VUE, online-proctored or at an authorized test centre. Microsoft recommends registering with a personal Microsoft account, since exam records held under an organisational account are unrecoverable once you leave that organisation.
Retake policyA retake is possible 24 hours after the first attempt; Microsoft states that the waiting period for subsequent retakes varies and points to its exam retake policy for the full rules.
Certification validity1 year

Valid for one year. Renewal is free and unproctored: pass the online renewal assessment on Microsoft Learn before the certification expires.

Common pitfalls

Topics to review: AZ-802

  1. 01Studying the retired pair

    AZ-802 replaces AZ-800 + AZ-801 and redraws the blueprint into seven areas. Containers, disaster recovery and migration projects are gone; the study guide's own training links still point at AZ-800 material.

  2. 02On-premises-only answers

    Almost every area is examined in its hybrid form — domain controllers in Azure, Arc-managed physical servers, cloud-driven patching, synced file shares. An answer that only works in the server room is often the distractor.

  3. 03Storage Spaces Direct vs Storage Replica

    One pools local disks across nodes into resilient shared storage, the other mirrors volumes block-for-block between servers or sites. They answer different requirements and are routinely swapped in scenario questions.

  4. 04Forwarders, conditional forwarders and DNS policies

    Three different levers for steering name resolution. Which one a scenario needs depends on whether the criterion is the destination namespace, a specific target server, or a property of the client asking.

  5. 05Checkpoints are not a backup or a replica

    Checkpoints capture a point in time on one host, replication maintains a warm copy elsewhere, and guest clustering keeps a workload running. Availability questions expect the distinction.

  6. 06Credential Guard vs Application Control

    One isolates derived credentials from the operating system so they cannot be harvested; the other decides which code is allowed to run. Both appear as hardening options in the same scenario.

  7. 07Directory recovery procedures

    The recycle bin, Directory Services Restore Mode, SYSVOL recovery and secure-channel repair are rare in practice and heavily examined. Know which failure each one actually fixes.

  8. 08Scaled score, not a percentage

    700 of 1,000 is a scaled score across a weighted blueprint, not 70% of the questions answered correctly. Domain weights are published as ranges, so the mix shifts between sittings.

Frequently asked questions

How long is the Administering Windows Server exam?

The AZ-802 exam has 50 questions and a 120-minute time limit.

What is the passing score for Administering Windows Server?

The passing score for the AZ-802 exam is 700 / 1000.

Which pitfalls should I review when preparing for Administering Windows Server?

Topics to review include Studying the retired pair, On-premises-only answers, Storage Spaces Direct vs Storage Replica, Forwarders, conditional forwarders and DNS policies, Checkpoints are not a backup or a replica, Credential Guard vs Application Control, Directory recovery procedures, Scaled score, not a percentage. Work through examples to check that you understand the distinctions and can explain your answer.

Does AZ-802 replace AZ-800 and AZ-801?

Yes. AZ-802 replaces the AZ-800 and AZ-801 exam pair. Microsoft retires both older exams on 30 September 2026, and AZ-802 is the single exam for the Microsoft Certified: Windows Server Administrator Associate credential.

What is the AZ-802 exam format?

The exam lasts 120 minutes, is currently offered in English, and uses a scaled score from 1 to 1,000 with 700 required to pass. Microsoft does not publish a fixed question count or format split, so those figures should be treated as estimates.

Who is AZ-802 for?

AZ-802 fits administrators who already work with Windows Server across on-premises, Azure, and hybrid environments. The blueprint expects practical knowledge of AD DS, Windows Admin Center, PowerShell, Azure Arc, Hyper-V, Azure VMs, storage, networking, security, monitoring and troubleshooting.

Which AZ-802 topics carry the most weight?

Active Directory Domain Services carries 20–25%. Storage and file services and monitoring and troubleshooting each carry 15–20%. Hybrid server management, virtual machines, networking, and security each carry 10–15%. Microsoft publishes ranges, so use them to allocate study time rather than calculate an exact score.

When can you retake AZ-802?

You can retake AZ-802 24 hours after the first attempt. Microsoft states that the waiting period varies for later retakes and points candidates to its exam retake policy for the complete rules.

One certification, 12 months

Practice for AZ-802

Focus your practice on one certification, or choose Pro to practice across all certifications.

Start a free practice sessionTry the first 20 questions without a card to see whether the practice suits you.

For eligible purchases: money-back guarantee if you fail your exam.

View guarantee terms →