The Microsoft AZ-800 exam, Administering Windows Server Hybrid Core Infrastructure, is part of the Windows Server Hybrid Administrator Associate certification. It is designed for IT professionals who manage Windows Server environments across on-premises and cloud platforms. This exam matters because it validates the practical skills needed to support hybrid infrastructure in modern enterprise environments. Passing AZ-800 shows that you can handle key server, networking, storage, and identity tasks with confidence.
| # | Exam Topics | Sub-Topics | Approximate Weightage (%) |
|---|---|---|---|
| 1 | Deploy and manage Active Directory Domain Services (AD DS) in on-premises and cloud environments | Domain controller deployment, AD DS configuration, identity integration, replication and troubleshooting | 24% |
| 2 | Manage Windows Servers and workloads in a hybrid environment | Server administration, workload management, remote management, hybrid operations | 20% |
| 3 | Manage virtual machines and containers | VM provisioning, virtualization concepts, container deployment, workload isolation | 18% |
| 4 | Implement and manage an on-premises and hybrid networking infrastructure | IP addressing, DNS and connectivity, network configuration, hybrid network troubleshooting | 20% |
| 5 | Manage storage and file services | Storage configuration, file shares, access control, storage management and maintenance | 18% |
This exam tests both conceptual understanding and hands-on administrative ability. Candidates must know how to configure, manage, and troubleshoot hybrid Windows Server environments while working across identity, networking, virtualization, and storage domains. It is not just about memorizing terms, but about applying practical knowledge to real-world infrastructure tasks.
QA4Exam.com offers an Exam PDF with actual questions and answers plus an Online Practice Test for the Microsoft AZ-800 exam. These resources help you prepare with real exam simulation, updated questions, and verified answers that reflect the exam style more closely. The practice test also helps you build time management skills so you can answer questions faster and with less stress. By reviewing the exam PDF and taking the online practice test, you can strengthen weak areas and improve your confidence before exam day. This focused preparation can help you pass the Microsoft AZ-800 exam on your first attempt.
This exam is for IT professionals working with Windows Server in hybrid environments and pursuing the Windows Server Hybrid Administrator Associate certification.
It can be challenging because it covers multiple areas such as AD DS, networking, storage, virtualization, and hybrid server management. Strong preparation makes a big difference.
Braindumps alone are not the best strategy. You should use them with real study and hands-on practice so you understand the concepts behind the answers.
Yes, practical experience is very helpful because the exam focuses on real administration tasks in hybrid Windows Server environments.
They help you review likely exam questions, verify answers, and practice under exam-like conditions so you can prepare more efficiently and improve your confidence.
The Online Practice Test is designed to simulate the exam experience with question-and-answer practice that supports timed preparation and focused revision.
Retake rules are set by Microsoft and may vary, so you should check the current Microsoft exam policy before scheduling another attempt.
SIMULATION
Task 8
You need to create an Active Directory Domain Services (AD DS) site named Site2 that is associated to an IP address range of 192.168.2.0 to 192.168.2.255.
To create an AD DS site named Site2 that is associated to an IP address range of 192.168.2.0 to 192.168.2.255, you can follow these steps:
On a domain controller or a computer that has the Remote Server Administration Tools (RSAT) installed, openActive Directory Sites and Servicesfrom theAdministrative Toolsmenu or by typingdssite.mscin the Run box.
In the left pane, right-click onSitesand selectNew Site.
In theNew Object - Sitedialog box, enterSite2as theNameof the new site. Select a site link to associate the new site with, such asDEFAULTIPSITELINK, and clickOK. You can also create a new site link if you want to customize the replication frequency and schedule between the sites. For more information on how to create a site link, seeCreate a Site Link.
In the left pane, right-click onSubnetsand selectNew Subnet.
In theNew Object - Subnetdialog box, enter192.168.2.0/24as thePrefixof the subnet. This notation represents the IP address range of 192.168.2.0 to 192.168.2.255 with a subnet mask of 255.255.255.0. SelectSite2as theSite objectto associate the subnet with, and clickOK.
Wait for the changes to replicate to other domain controllers. You can verify the site and subnet creation by checking theSitesandSubnetscontainers in Active Directory Sites and Services.
Now, you have created an AD DS site named Site2 that is associated to an IP address range of 192.168.2.0 to 192.168.2.255. You can add domain controllers to the new site and configure the site links and site link bridges to optimize the replication topology.
You need to meet the technical requirements for Server1. Which users can currently perform the required tasks?
In the AZ-800 ''Administering Windows Server Hybrid Core Infrastructure'' objectives for Active Directory, server promotion is governed by forest/domain administrative roles. The materials state that promoting a member server to a domain controller in a given domain requires membership in either the Enterprise Admins group or the Domain Admins group of the target domain. The Configuration and Domain naming contexts that DCPromo touches (NTDS settings, SYSVOL/DFS-R readiness, DC computer account, and associated service SPNs) are protected so that ''Enterprise Admins have full rights forest-wide, and Domain Admins have full rights within their respective domain.''
In this case, the requirement is to promote Server1 to a domain controller in canada.contoso.com. From the identities table:
Contoso\Admin1 is a member of Enterprise Admins (forest-wide authority).
Canada\Admin3 is a member of Canada\Domain Admins (authority within canada.contoso.com).
Contoso\Admin2 is Domain Admins (contoso.com) only, which does not grant administrative authority in the canada.contoso.com child domain.
Therefore, the users who can currently perform the required task for Server1 are Admin1 and Admin3.
SIMULATION
Task 4
You need to register SRV1 to sync Azure file shares The registration must use the 34646045 Storage Sync Service.
The required source files are located in a folder named \\dc1.contoso.com\install.
You do NOT need to configure file share synchronization at this time and you do NOT need to update the agent.
One possible solution to register SRV1 to sync Azure file shares using the 34646045 Storage Sync Service is to use the Register-AzStorageSyncServer cmdlet from the Az.StorageSync module. This cmdlet establishes a trust relationship between the server and the Storage Sync Service, which is required for creating server endpoints and syncing files. Here are the steps to register SRV1 using the cmdlet:
On SRV1, open PowerShell as an administrator and run the following command to install the Az.StorageSync module if it is not already installed:
Install-Module -Name Az.StorageSync
Run the following command to import the Az.StorageSync module:
Import-Module -Name Az.StorageSync
Run the following command to sign in to your Azure account and select the subscription that contains the 34646045 Storage Sync Service:
Connect-AzAccount
Select-AzSubscription -SubscriptionId <your-subscription-id>
Run the following command to register SRV1 with the 34646045 Storage Sync Service. You need to specify the resource group name and the Storage Sync Service name as parameters:
Register-AzStorageSyncServer -ResourceGroupName <your-resource-group-name> -StorageSyncServiceName 34646045
Wait for the registration to complete. You can verify the registration status by checking the Registered servers tab on the Azure portal or by running the following command:
Get-AzStorageSyncServer -ResourceGroupName <your-resource-group-name> -StorageSyncServiceName 34646045
Now, SRV1 is registered with the 34646045 Storage Sync Service and ready to sync Azure file shares. You can create server endpoints on SRV1 and cloud endpoints on the Azure file shares to define the sync topology.
You have a Windows Server container host named Server1.
You create a Dockerfile named df1.
You need to generate a container image by using dt1.
Which command should you run?
Infrastructure documents: = In the Windows Server container objectives of Administering Windows Server Hybrid Core Infrastructure, image creation is performed from a Dockerfile by using the build workflow. The guide explains that a Dockerfile is a ''text manifest of instructions that define how to assemble an image.'' To produce the actual image, you run docker build against a build context, optionally specifying the Dockerfile name and the image tag. The study text notes: ''Use docker build to compile a container image from a Dockerfile; the command processes each instruction (FROM, COPY, RUN, EXPOSE, etc.) and writes the resulting layers to a new image.'' Other commands serve different purposes: docker exec runs a command inside an existing container; docker create prepares a container from an already-built image without starting it; docker images merely lists images. Therefore, to generate an image from df1, you would run a command such as docker build -f df1 -t contoso/app:1.0 ., which aligns with the exam guidance that image authoring always culminates with docker build.
Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains two servers named Server1 and Server2 and the users shown in the following table.

Which users can establish a PowerShell remoting session from Server1 to Server2?
The remoting prerequisites in the AZ-800 curriculum state that WinRM/PowerShell remoting to a target computer is permitted for local Administrators and Remote Management Users on the target. The documentation notes: ''Users who are members of the local Administrators group or Remote Management Users group on the destination can establish PowerShell remoting sessions.'' In a domain, high-privilege domain administrative groups are, by default, granted local administrator rights on domain-joined servers. Applying this: User3 is in Server2\Administrators (local admin) allowed. User4 is in Server2\Remote Management Users allowed. User1 belongs to the domain Administrators group, which confers administrator privileges on domain-joined servers, enabling remoting to Server2. User2, however, is only in the domain ''Remote Management Users'' group, not the local group on Server2; domain membership alone does not grant the required local right. Therefore, the users who can open a PowerShell remoting session from Server1 to Server2 are User1, User3, and User4.
Full Exam Access, Actual Exam Questions, Validated Answers, Anytime Anywhere, No Download Limits, No Practice Limits
Get All 260 Questions & Answers