Microsoft · Free Practice Questions · Last reviewed May 2026
41real exam-style questions organised by domain, each with the correct answer highlighted and a plain-English explanation of why it's right — and why the others are wrong.
You manage two Active Directory forests named fabrikam.com and contoso.com. A two-way forest trust exists between them. You want to allow users from fabrikam.com to access a specific file server in contoso.com, but you must ensure they cannot authenticate to any other resources in the contoso.com forest by default. Which authentication setting should you configure on the trust?
Forest-wide authentication
Selective authentication
Selective authentication provides the highest level of control over cross-forest access by preventing remote users from authenticating to any resource until they are explicitly granted permission on a per-object basis. This ensures that users from the fabrikam.com forest can only access the designated file server once the appropriate security permissions are applied.
Domain-wide authentication
SID Filtering
You are preparing to raise the forest functional level of an existing Active Directory environment to Windows Server 2016. Which TWO requirements must be met before you can successfully perform this action? (Each correct answer presents part of the solution.)
All domain controllers in the forest must run Windows Server 2016 or later.
A forest cannot be raised to a functional level that exceeds the operating system version of any domain controller currently active in the forest. If a legacy domain controller remains, the forest-wide features associated with the newer version cannot be safely enabled without risking replication failures and administrative inconsistencies across the environment.
The Schema Master role must be held by a domain controller running Windows Server 2022.
You must disable the Active Directory Recycle Bin before raising the level.
All domains in the forest must be at the Windows Server 2016 domain functional level.
The forest functional level is dependent on the status of the domains it contains. You cannot raise the forest functional level until every single domain within that forest has been raised to the corresponding domain functional level first, ensuring that domain-level features are fully compatible with the proposed forest-wide changes and enhancements.
The forest must be configured for DFSR replication for the SYSVOL share.
You need to automate the deployment of a new domain controller in an existing domain using PowerShell. Which cmdlet should you use to install the Active Directory Domain Services role and promote the server after the binaries are present?
Install-WindowsFeature AD-Domain-Services
Add-Computer -DomainName 'contoso.com'
Set-ADDomain -Identity 'contoso.com' -InfrastructureMaster
Install-ADDSDomainController
The Install-ADDSDomainController cmdlet is the primary tool for adding a new domain controller to an existing domain. It triggers the promotion process, configures the server as a replica, and ensures all necessary Active Directory components are initialized correctly, providing a streamlined and scriptable method for scaling out domain infrastructure efficiently.
The domain controller holding the RID Master FSMO role in your domain has suffered a catastrophic hardware failure and will be offline for several weeks. You notice that administrators can no longer create new user objects. What should you do to resolve this issue immediately?
Wait for the Knowledge Consistency Checker (KCC) to automatically move the role.
Perform a graceful transfer of the RID Master role using ADUC.
Seize the RID Master role using the 'Move-ADDirectoryServerOperationMasterRole' cmdlet.
Seizing the role is the correct action when the original holder is permanently unavailable. Using the -Force parameter with the PowerShell cmdlet allows a healthy domain controller to take ownership of the RID Master role immediately, enabling the allocation of new RID pools and restoring the ability to create user accounts.
Reinstall Active Directory on the failed server using the same name.
You need to create a service account for a custom application that runs on a single Windows server. The account must support automatic password management and must not require manual SPN registration. Which type of account should you use?
Standalone Managed Service Account (sMSA)
An sMSA is the ideal choice for a single-server application because it provides automated password management and handles Service Principal Name (SPN) registration automatically. This eliminates the manual overhead associated with traditional service accounts while improving security by ensuring complex passwords are rotated frequently by the operating system itself.
Group Managed Service Account (gMSA)
A standard Domain User account
A Local System account
You accidentally delete an Organizational Unit (OU) containing 500 users. You need to recover the OU and its contents with all attributes, including group memberships, intact. What is the most efficient way to achieve this?
Restore the OU from a System State backup using a non-authoritative restore.
Use the Active Directory Recycle Bin to restore the objects.
The Recycle Bin allows for the immediate restoration of deleted objects through the Active Directory Administrative Center or PowerShell. It is the only method that fully preserves all object attributes and linkages without requiring a reboot into DSRM, making it the fastest and most reliable recovery option for modern Active Directory environments.
Re-create the OU and users manually and add them back to their groups.
Perform an authoritative restore of the OU using the ntdsutil command.
Want more Deploy and Manage AD DS practice?
Practice this domainYou are configuring Azure Arc-enabled servers for an on-premises Windows Server 2022 instance. You need to ensure that the server can communicate with Azure services while adhering to strict outbound firewall rules. Which port must be opened to support the Azure Connected Machine agent?
TCP 80
TCP 3389
TCP 443
TCP port 443 is the standard port for HTTPS traffic required by the Azure Connected Machine agent. This port allows the agent to establish a secure, encrypted connection to the Azure Resource Manager endpoints, ensuring that management commands and telemetry data are transmitted securely across the internet or private link.
TCP 5985
Refer to the exhibit. You are troubleshooting an Azure Arc onboarding failure. The server has an internet connection, but the registration script returns the provided error. What should you verify first?
Verify the Azure Subscription Quotas
Check the local DNS server forwarding settings
Since the server cannot resolve the Azure FQDN, the local DNS forwarders are likely misconfigured or restricted. Updating the forwarders to point to public DNS providers or correctly configuring conditional forwarders for Azure domains allows the server to resolve the necessary endpoints to complete the agent registration process.
Validate the Azure Service Principal credentials
Restart the Azure Connected Machine service
You need to automate the installation of the Azure Connected Machine agent across 500 on-premises Windows Servers using Group Policy. What is the most efficient way to deploy the onboarding script while ensuring secure handling of the service principal secret?
Embed the service principal secret directly into a PowerShell script file in the GPO
Use a Group Policy startup script that pulls secrets from a secure vault at runtime
Using a startup script allows for automated deployment, and by retrieving secrets from a secure, managed vault at runtime, you minimize credential exposure. This approach satisfies both the need for scale through GPO and the security requirement to protect sensitive authentication material during the automated onboarding process.
Manually run the installer on each server using an interactive session
Use an unauthenticated script to register the machines
You are managing hybrid servers and need to use Azure Policy to enforce security standards. What is the primary benefit of using Azure Policy with Azure Arc-enabled servers?
It automatically migrates on-premises databases to Azure SQL
It allows you to apply consistent compliance and configuration settings across hybrid environments
Azure Policy provides a single control plane to define, assign, and manage compliance across Azure and Arc-enabled on-premises resources. By using the same policy definitions, you ensure that security benchmarks like ISO or NIST are consistently applied, regardless of whether the server is located in the cloud or on-premises.
It provides real-time antivirus protection without installing a local agent
It replaces the need for Active Directory Group Policy Objects
You are implementing Azure Monitor for your hybrid servers. Which THREE steps are required to collect guest-level metrics and logs from an Arc-enabled Windows Server? (Choose three.)
Install the Azure Monitor Agent (AMA) extension
The Azure Monitor Agent is the prerequisite for collecting data from hybrid servers. Installing the extension via Azure Arc allows the machine to process DCRs and stream telemetry back to the Azure Monitor workspace, which is the foundational step for all monitoring activities in the hybrid cloud.
Enable the legacy Log Analytics agent
Create a Data Collection Rule (DCR)
DCRs define exactly what data is collected, such as specific Windows Event Logs or performance counters, and where that data is sent. Without a DCR, the Azure Monitor Agent does not know what information to gather, effectively leaving the monitoring service dormant on the target server.
Assign the Log Analytics Contributor role to the machine
Associate the DCR with the Arc-enabled server
Association acts as the final link in the configuration. By associating the DCR with the specific Arc-enabled machine, you instruct the Azure Monitor Agent running on that local server to begin the collection and transmission of the metrics defined within that specific rule, enabling full observability.
You are troubleshooting an issue where an Azure Arc-enabled server is showing as 'Offline' in the Azure portal, despite the server being powered on. Which local service should you check first to ensure the agent is running?
Windows Update service
Azure Connected Machine Agent service (himds)
The 'himds' service is the core service for the Azure Connected Machine agent. If this service is not running, the server cannot communicate its status, configuration, or telemetry to Azure. Ensuring this service is in a 'Running' state is the primary step to resolving connectivity issues.
Server Manager
Network Location Awareness service
Want more Manage Windows Server in a Hybrid Environment practice?
Practice this domainYou need to track the average CPU and memory usage for a specific virtual machine over a period of 30 days to assist with capacity planning. Which Hyper-V feature should you enable and use to collect this data?
Performance Monitor
Azure Monitor
Resource Metering
Task Manager
You want to run a Hyper-V virtual machine inside another virtual machine for testing purposes. After creating the guest VM, you find that you cannot install the Hyper-V role within it. Which PowerShell command must you run on the physical host to enable this capability?
Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V
Set-VMNetworkAdapter -MacAddressSpoofing On
Set-VMMemory -DynamicMemoryEnabled $false
Set-VMProcessor -ExposeVirtualizationExtensions $true
You need to capture the state of a virtual machine named VM-DEV before applying a series of software updates. You want to ensure that the capture process uses the Volume Shadow Copy Service (VSS) to provide a consistent state of the guest operating system. Which checkpoint type should you use?
Standard Checkpoint
Production Checkpoint
Production checkpoints use the Volume Shadow Copy Service (VSS) within Windows guests to create a data-consistent image of the VM. This ensures that applications are in a proper state for backup and recovery, making it the recommended choice for production environments where application consistency is a requirement.
Recovery Point
Differential Checkpoint
You are implementing Shielded Virtual Machines in an on-premises Hyper-V environment to protect sensitive workloads from fabric administrators. Which TWO infrastructure components are required to support the deployment and health validation of Shielded VMs? (Choose two.)
Host Guardian Service (HGS)
The Host Guardian Service is a central component that provides attestation and key protection services for Shielded VMs. It validates that a Hyper-V host is healthy and authorized before releasing the keys needed to start or migrate a Shielded VM, effectively acting as the security authority for the fabric.
Azure Key Vault
Windows Server Update Services (WSUS)
Network Controller
Guarded Hosts
Guarded Hosts are physical Hyper-V hosts that have been configured to run Shielded VMs. These hosts must pass an attestation check with the Host Guardian Service to prove they are running authorized software and have a secure configuration before they are permitted to host protected virtual workloads.
You are creating a new virtual machine on a Hyper-V host. You decide to use the VHDX file format for the virtual hard disks. Which THREE advantages does VHDX provide over the older VHD format? (Choose three.)
Support for virtual disks up to 2 TB in size.
Support for virtual disks up to 64 TB in size.
VHDX supports a massive increase in maximum storage capacity, allowing for virtual hard disks up to 64 TB. This capacity is essential for hosting large data volumes, big data applications, and extensive file shares that were previously impossible to manage with the older VHD format's limitations.
Protection against data corruption during power failures using a log.
VHDX includes a metadata logging feature that tracks changes to the file's structure. In the event of a power failure or system crash, the log can be used to recover the disk to a consistent state, significantly reducing the risk of data corruption compared to the VHD format.
Compatibility with Windows Server 2008 R2 hosts.
Improved alignment for large sector disks.
Larger logical sector sizes are supported by the VHDX format, which improves performance when used with modern physical disks that have 4KB sectors. This alignment reduces the overhead associated with read-modify-write operations, leading to more efficient disk I/O and better overall performance for virtualized server workloads.
Want more Manage Virtual Machines practice?
Practice this domainYou administer a Windows Server 2022 file server hosting critical engineering files. You need to configure File Server Resource Manager storage quotas to ensure that a specific engineering department folder cannot exceed 500 GB of capacity. When usage reaches 90 percent, you must ensure that users can still save files without immediate rejection, but administrative alerts are generated automatically. Which type of quota should you configure?
Hard quota with event log logging and email notification triggers enabled
Soft quota with threshold notifications configured at the 90 percent level
A soft quota tracks storage consumption and triggers alerts when thresholds are met without restricting write operations. This configuration satisfies the requirement to warn administrators at 90 percent while permitting users to continue saving files past 500 GB.
Dynamic Access Control storage threshold policy with automatic file purging
Distributed File System replication quota limiting background synchronization
A company has a two-node Windows Server 2022 cluster running Storage Spaces Direct (S2D). They need to ensure the highest possible availability for their storage pool, allowing it to survive both a disk failure and a simultaneous node failure. Which resiliency setting must be applied to the virtual disks?
Three-way mirroring
Two-way mirroring
Nested resiliency
Nested resiliency is specifically engineered for two-node clusters to provide local and remote parity or mirroring. By combining RAID-1 across nodes with an additional layer of RAID-1 or RAID-5 within each node, the system survives a node failure and a drive failure. This provides the highest level of uptime for small-scale hyperconverged infrastructure deployments.
Dual parity
An administrator is implementing Azure File Sync to centralize file shares from several branch offices. The administrator notices that the local server's disk space is nearly full, despite enabling Cloud Tiering. Which setting should be adjusted to ensure the server maintains at least 20% free space at all times?
Date policy
Volume Free Space policy
Volume Free Space policy defines a threshold of free space that must be maintained on the volume containing the server endpoint. When the specified percentage is reached, Azure File Sync automatically tiers the least recently used files to Azure. This is the most effective way to prevent local storage from becoming full in a tiering scenario.
Bandwidth throttling
Sync group priority
An administrator is planning to enable Data Deduplication on a Windows Server 2022 file server. Which TWO of the following workloads are officially supported and typically see high savings from Data Deduplication? (Select TWO)
Live Microsoft SQL Server databases
VDI deployment share (VHDs)
Virtual Desktop Infrastructure (VDI) environments contain many virtual machine disks that are nearly identical. This high level of redundancy makes VDI a perfect candidate for Data Deduplication, often resulting in storage savings of up to 90 percent. Windows Server includes a specific optimization mode designed to handle the unique I/O patterns of VDI workloads.
Active Exchange Server databases
General-purpose file shares
General-purpose file shares often host many versions of the same documents, installers, and office files. This workload is the primary use case for Data Deduplication. It provides a balanced approach to storage savings and performance, allowing the server to reclaim significant space while maintaining fast access times for end users through intelligent caching.
Encrypted volumes using BitLocker
You are configuring an iSCSI Target Server on Windows Server 2022 to provide block storage to a Linux-based application server. Which TWO components must be configured on the Windows Server to allow the Linux host to connect and mount a volume? (Select TWO)
iSCSI Virtual Disk
The iSCSI Virtual Disk is a VHDX file that acts as the backing storage for the iSCSI target. Without creating a virtual disk, there is no block storage to present to the initiator. These disks can be grown dynamically and are managed through the File and Storage Services section of Server Manager or via PowerShell.
iSCSI Initiator Name Service (iSNS)
iSCSI Target
An iSCSI Target is a logical object on the server that groups virtual disks and defines which initiators can access them. You must create a target and associate it with the initiator's IQN or IP address. This ensures that only authorized servers can see and mount the specific volumes intended for their use.
Multipath I/O (MPIO)
Fibre Channel Zoning
An organization uses Azure Files to store sensitive company data. They need to ensure that users can only access the files if they are authenticated via their on-premises Active Directory Domain Services (AD DS). Which technology should be implemented to support this?
Shared Access Signatures (SAS)
Azure AD DS Authentication
AD DS Authentication for Azure Files
By domain-joining the Azure Storage account to the on-premises AD DS environment, users can access Azure file shares using their existing domain credentials. This method supports the enforcement of share-level permissions via Azure RBAC and directory/file-level permissions via standard NTFS ACLs, providing a familiar management model for Windows administrators.
Storage Account Access Keys
Want more Manage Storage and File Services practice?
Practice this domainYour organization implements Just Enough Administration (JEA) to manage Windows Servers. A junior administrator needs to restart the Print Spooler service on several print servers but should not have full administrative rights. You need to identify the specific file that defines which cmdlets and external commands the junior administrator can execute. Which file should you configure?
The Session Configuration file (.pssc)
The Role Capability file (.psrc)
The Role Capability file is a PowerShell data file that specifies what a user can do once they connect to a session. It explicitly lists cmdlets, functions, and provider capabilities permitted for the role. This allows administrators to grant specific permissions, like restarting a service, without granting full local administrative permissions on the server.
The PowerShell Profile file (.ps1)
The Module Manifest file (.psd1)
An administrator is concerned about man-in-the-middle attacks where an attacker intercepts and modifies SMB traffic between a Windows Server 2022 file server and its clients. Which security feature should be enforced to ensure the integrity and authenticity of the SMB traffic?
NTFS Permissions
Access-Based Enumeration
SMB Signing
SMB Signing provides a digital signature for every SMB packet. If an attacker modifies a packet in transit, the signature will no longer match, and the receiving system will discard the tampered data. This effectively mitigates man-in-the-middle attacks by ensuring the authenticity and integrity of the communication channel between endpoints.
Disk Quotas
Your company is implementing a Tiered Administration Model to secure its Windows Server infrastructure. You need to deploy Privileged Access Workstations (PAWs) for all Domain Admins. What is the primary purpose of using a PAW in this environment?
To allow administrators to browse the internet safely while performing server updates.
To provide a dedicated environment that is isolated from the risks of email and web browsing.
The core objective of a PAW is to isolate administrative functions from the most common attack vectors, such as phishing and drive-by downloads. By using a hardened, dedicated machine for administrative tasks, the likelihood of a Domain Admin's credentials being compromised by malware residing on a standard workstation is greatly reduced.
To enable multiple users to share a single high-privilege account across the organization.
To automatically synchronize local administrator passwords across all domain controllers.
You are configuring Windows Defender Credential Guard on a fleet of Windows Server 2022 Hyper-V hosts. You want to protect the LSA process from being accessed by unauthorized users or malware. Which hardware-based security feature must be enabled in the BIOS/UEFI and supported by the CPU for Credential Guard to operate?
Direct Memory Access (DMA) Protection
Hyper-Threading Technology
Virtualization Extensions (Intel VT-x or AMD-V) and SLAT
Credential Guard requires hardware virtualization extensions and Second Level Address Translation (SLAT) to run the LSA in a virtualized container. This isolation prevents even a compromised kernel from accessing the stored credentials. Without these CPU features, the system cannot create the secure 'Virtual Secure Mode' needed to protect the LSA secrets.
Hardware-enforced Stack Protection
You are planning the deployment of Shielded Virtual Machines in a Windows Server 2022 environment. You need to ensure that the Fabric Administrators cannot access the data within the VMs. Which component of the Host Guardian Service (HGS) is responsible for verifying that a Hyper-V host is authorized to run a Shielded VM?
The Key Protection Service
The Attestation Service
The Attestation Service is the component that validates the Hyper-V host's identity and configuration. It ensures that the host is running approved code and has not been tampered with. Only after a host successfully completes this attestation process is it considered 'healthy' and allowed to receive the keys to run Shielded VMs.
The Virtualization-based Security (VBS) engine
The TPM 2.0 Emulator
You manage a Windows Server Update Services (WSUS) infrastructure with one upstream server and three downstream servers. You want the downstream servers to only download updates that have been approved on the upstream server. Which WSUS configuration mode should you use for the downstream servers?
Autonomous mode
Replica mode
Replica mode ensures that the downstream server is a mirror of the upstream server regarding update approvals and deadlines. When an update is approved on the upstream server, it is automatically approved on the replica downstream server. This simplifies administration by allowing all update decisions to be made from a single central console.
Distributed mode
Disconnected mode
Want more Secure Windows Server Infrastructure practice?
Practice this domainYou are transitioning several Windows Server 2022 Azure Virtual Machines from the legacy Log Analytics Agent to the newer Azure Monitor Agent (AMA). You need to ensure that specific System and Application event logs are centralized in a Log Analytics workspace. What component must you create and associate with the virtual machines to facilitate this data collection?
Diagnostic Settings
Log Analytics Gateway
Data Collection Rules
These rules define the data sources and destinations for the Azure Monitor Agent. By creating a rule, you specify exactly which event logs to capture and link it to the target virtual machines. This is the mandatory mechanism for configuring the AMA to stream Windows Server logs to a workspace.
Automation Accounts
An administrator is troubleshooting a Storage Spaces Direct (S2D) cluster where one node shows a status of 'Retired'. The administrator needs to identify if a physical disk failure or a communication timeout caused this status. Which PowerShell cmdlet provides the most detailed health information regarding the operational status of the underlying physical disks in the storage pool?
Get-StoragePool
Get-PhysicalDisk
This cmdlet retrieves the status of every physical disk visible to the storage subsystem. It displays critical properties such as HealthStatus, OperationalStatus, and Usage. This is the primary tool for identifying which specific drive has failed or been marked as retired within an S2D cluster or a standard storage pool.
Get-VirtualDisk
Debug-StorageSubsystem
You are configuring Windows Event Forwarding (WEF) in a domain environment. You want the collector server to initiate the connection to the source computers to gather events. Which type of subscription should you implement to achieve this behavior?
Source-initiated subscription
Collector-initiated subscription
This model requires the collector server to have a list of all source computers. The collector then connects to each source computer using WinRM to pull the events. This satisfies the requirement where the central server is the initiator of the communication channel for event log harvesting.
WMI-based subscription
Push-based subscription
Refer to the exhibit. An administrator runs a PowerShell command to monitor a server. Based on the output provided, which conclusion regarding the server's state is most accurate?
The server is experiencing a critical memory leak.
The server has a sustained CPU bottleneck.
The output shows the total processor time consistently exceeding 85% and reaching up to 95% across all samples. While five samples is a short duration, the lack of variation below the 80% threshold suggests the processor is under heavy load and may be unable to handle additional requests efficiently.
Disk I/O latency is causing the high CPU values.
The server is idling normally with background tasks.
You suspect that a specific process on a Windows Server is consuming excessive disk bandwidth, causing other applications to slow down. Which built-in tool provides the quickest way to see a live list of processes and the specific files they are currently reading or writing to?
Task Manager
Resource Monitor
Resource Monitor includes a Disk tab that lists all active processes, their current disk transfer rates, and a 'Disk Activities' section. This section explicitly shows which files are being accessed by each process, making it the ideal tool for pinpointing the exact source of disk contention.
Performance Monitor
Event Viewer
An administrator needs to capture and analyze network traffic on a Windows Server 2022 Core installation without installing third-party tools. Which TWO steps are necessary to capture traffic using the built-in 'pktmon' tool and prepare it for analysis in Wireshark on another machine?
Run 'pktmon start --etw' to begin.
This command initiates the packet capture process. The '--etw' flag ensures that the traffic is logged using Event Tracing for Windows, which is the underlying framework Pktmon uses to record network events. This is the standard first step for capturing live traffic data on the server.
Run 'pktmon pcapng' to convert the log.
By default, Pktmon saves captures in an .etl format, which is not natively readable by most network analysis tools. The 'pcapng' sub-command converts these logs into the PCAPNG format, allowing the administrator to export the data and analyze it using standard tools like Wireshark on a workstation.
Use 'netsh trace start' to capture data.
Enable 'Promiscuous Mode' in the NIC settings.
Run 'pktmon filter add -p 80' to start.
Want more Monitor and Troubleshoot Windows Server Environments practice?
Practice this domainYou are configuring a Windows Server 2022 instance to act as a router between two subnets. You have enabled IP forwarding, but traffic is not passing between the subnets. Which PowerShell cmdlet should you use to verify if the routing table is correctly identifying the local interface routes?
Get-NetIPAddress
Test-NetConnection
Get-NetRoute
This cmdlet retrieves the current routing table entries. It is the primary tool for verifying that the operating system recognizes the destination subnets and maps them to the appropriate network interfaces. If a route is missing or pointing to the wrong interface, this cmdlet will clearly highlight the discrepancy.
Get-NetAdapter
You are managing a hybrid cloud environment and need to connect an on-premises Windows Server 2022 to an Azure Virtual Network. Which service should you implement to provide a secure, persistent, and encrypted tunnel over the public internet?
Azure ExpressRoute
Azure Site-to-Site VPN
This service creates an IPsec/IKE VPN tunnel between your on-premises VPN gateway and an Azure Virtual Network gateway. It is designed specifically for persistent, secure connectivity over the public internet, making it the ideal choice for hybrid networking when a private fiber connection is not required or available.
Remote Access Server (RAS) Gateway
Azure Point-to-Site VPN
You are tasked with securing network traffic in a Windows Server 2022 environment using Windows Firewall with Advanced Security. Which TWO actions are required to allow traffic only from a specific trusted application while blocking all other incoming connections?
Create an inbound rule that allows connections for the specific application executable.
Creating an inbound rule tied to the application executable allows the firewall to whitelist traffic only for that specific process. This provides granular control, ensuring that only the intended service can listen for and receive incoming network requests, effectively shielding the system from unauthorized connection attempts on other ports.
Configure the firewall to drop all outbound traffic by default.
Modify the default inbound policy to block all connections.
Changing the default inbound behavior to 'Block' is the foundational step in a 'deny by default' security posture. This ensures that any incoming traffic not explicitly permitted by a specific firewall rule is automatically dropped, which is essential for protecting the server against unauthorized access and reconnaissance attempts.
Enable IPsec encryption for the specific application rule.
Disable the Windows Firewall and use a third-party appliance.
You are managing a Windows Server 2022 server that needs to access a storage array on a different subnet. You notice the server is not reaching the storage controller. Which PowerShell command should you use to add a permanent persistent route to the storage network?
Add-NetNeighbor
New-NetRoute
New-NetRoute is the correct cmdlet for creating new entries in the routing table. It allows administrators to define the destination subnet and the gateway (next hop) for the traffic. Using the appropriate flags, it ensures the route remains active even after the server is restarted or the network stack resets.
Set-NetIPInterface
New-NetIPAddress
You are deploying a Windows Server 2022-based Gateway server for a hybrid network. The gateway must perform Network Address Translation (NAT) for a private subnet. Which feature should you enable?
DHCP Server role
Routing and Remote Access (RRAS)
RRAS is the Windows Server service that provides NAT, VPN, and traditional routing capabilities. It allows the server to act as a gateway that performs address translation for internal private networks, translating private IP addresses to a public address for outbound traffic, thus providing the required internet access and security.
Network Policy Server (NPS)
Hyper-V Network Virtualization
You are monitoring network utilization on a Windows Server 2022 node. You notice consistently high CPU usage when transferring large amounts of data over the network. Which feature can you enable to offload this processing and improve performance?
Receive Side Scaling (RSS)
RSS enables the parallel processing of incoming network traffic across multiple CPU cores. By spreading the load, it prevents a single core from becoming a bottleneck during high-volume transfers, effectively improving overall system performance and throughput for data-intensive applications running on the Windows Server host.
Virtual Machine Queue (VMQ)
IPsec Task Offloading
Network Load Balancing (NLB)
Want more Implement and Manage On-Prem and Hybrid Networking practice?
Practice this domainThe AZ-802 exam has 60–90 questions and must be completed in 120 minutes. The passing score is 700/1000.
Scenario-based questions covering exam objectives with detailed answer explanations.
The exam covers 7 domains: Deploy and Manage AD DS, Manage Windows Server in a Hybrid Environment, Manage Virtual Machines, Manage Storage and File Services, Secure Windows Server Infrastructure, Monitor and Troubleshoot Windows Server Environments, Implement and Manage On-Prem and Hybrid Networking. Questions are weighted by domain — higher-weight domains appear more on your actual exam.
No. These are original exam-style practice questions written against the official Microsoft AZ-802 exam objectives. They are not copied from the real exam. Courseiva focuses on genuine understanding, not memorisation of braindumps.
Courseiva tracks your accuracy per domain and routes you toward weak areas automatically. Free, no account required.