Courseiva
Back to Microsoft Windows Server Administrator Associate questions

Scenario-based practice

Hard Difficulty Questions

Practise Microsoft Windows Server Administrator Associate practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
AZ-802
exam code
Microsoft
vendor

Scenario guide

How to approach hard difficulty questions

These are the questions most candidates get wrong. They require connecting multiple concepts, reading tricky output, or knowing edge-case behaviour that isn't on most study cards. Practising them trains you to operate under uncertainty — a necessary skill on the real exam.

Quick answer

Hard Difficulty Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related AZ-802 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Full question →

Refer to the exhibit. You need to perform a schema extension for a new application. On which domain controller must you run the schema extension utility to ensure it succeeds?

Exhibit

PS C:\> Get-ADForest -Identity fabrikam.com | Select-Object SchemaMaster, DomainNamingMaster

SchemaMaster       : DC02.fabrikam.com
DomainNamingMaster : DC01.fabrikam.com
Question 2hardmulti select
Full question →

You are planning to deploy Group Managed Service Accounts (gMSAs) for a web server farm. Which THREE actions are required to prepare the environment and create the first gMSA? (Select three.)

Question 3hardmultiple choice
Full question →

You are managing an Active Directory domain that includes several Fine-Grained Password Policies (FGPP). A user is a member of two global groups: 'Sales-Group' and 'Marketing-Group'. 'Sales-Group' is assigned a Password Settings Object (PSO) with a precedence of 50. 'Marketing-Group' is assigned a PSO with a precedence of 20. Which policy will be applied to the user?

Question 4hardmulti select
Full question →

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.)

Question 5hardmulti select
Full question →

You plan to implement Group Managed Service Accounts (gMSAs) to improve the security of several web services. Which TWO prerequisites must be met before you can create and use gMSAs in your Active Directory environment?

Question 6hardmultiple choice
Full question →

You are the administrator of a large multi-domain forest. You have a branch office with a slow WAN link that contains only one domain controller. Users in this office complain that they cannot log on when the WAN link is down, even though they belong to Universal Groups. How should you resolve this issue while minimizing WAN traffic?

Question 7hardmultiple choice
Full question →

Your company is merging with another firm. You need to allow users in the 'contoso.com' forest to access resources in the 'fabrikam.com' forest. The solution must ensure that users from Fabrikam cannot access any resources in Contoso unless specifically granted permission on each individual resource. What should you configure?

Question 8hardmultiple choice
Full question →

Refer to the exhibit. You are troubleshooting a replication issue between the Head Office (Site-HQ) and a Branch Office (Site-Branch-A). Based on the output, what is the most likely cause of the failure?

Exhibit

C:\> repadmin /showrepl

Site-Branch-A\DC-02
DSA Options: IS_GC
Site Options: (none)
DSA object GUID: 4a2b3c4d-5e6f...

==== INBOUND NEIGHBORS =====================================

DC=contoso,DC=com
    Site-HQ\DC-01 via RPC
        DSA object GUID: 1a2b3c4d-...
        Last attempt @ 2023-10-25 10:15:22 failed, result 1722 (0x6ba):
        The RPC server is unavailable.
Question 9hardmultiple choice
Full question →

Refer to the exhibit. You created an Azure Policy definition to monitor your hybrid machines. What is the current effect of this policy?

Exhibit

JSON policy snippet:
{
  "properties": {
    "mode": "Indexed",
    "policyRule": {
      "if": {
        "field": "type",
        "equals": "Microsoft.HybridCompute/machines"
      },
      "then": {
        "effect": "audit"
      }
    }
  }
}
Question 10hardmultiple choice
Full question →

Refer to the exhibit. An Arc-enabled server is reporting a 403 Forbidden error when trying to access an Azure key vault. What is the most likely cause?

Exhibit

Error Log: [2023-10-10 10:00:00] [Error] Failed to acquire token for managed identity. Error: '403 Forbidden'.
Question 11hardmulti select
Full question →

You are designing a high-availability solution for a Hyper-V cluster. You need to ensure that the virtual machines can automatically fail over to another node if a host fails. Which THREE components or features are essential for this configuration? (Select THREE)

Question 12hardmultiple choice
Full question →

Your organization requires the highest level of security for a sensitive SQL Server virtual machine. You decide to implement Shielded Virtual Machines. Which component must be deployed in the fabric to provide the necessary health attestation and key protection services for the virtual machine?

Question 13hardmultiple choice
Full question →

Refer to the exhibit. What is the primary purpose of executing this PowerShell command on a Hyper-V host for the virtual machine named DevVM1?

Exhibit

Set-VMProcessor -VMName "DevVM1" -ExposeVirtualizationExtensions $true
Question 14hardmultiple choice
Full question →

Refer to the exhibit. What is the effect of this policy when an administrator attempts to create a new virtual machine in the environment?

Exhibit

{
  "if": {
    "field": "Microsoft.Compute/virtualMachines/sku.name",
    "notIn": ["Standard_D2s_v3", "Standard_D4s_v3"]
  },
  "then": {
    "effect": "deny"
  }
}
Question 15hardmulti select
Full question →

You are implementing Hyper-V Replica to provide disaster recovery for several virtual machines. The replication will occur over a WAN link. Which THREE steps are required to successfully configure and secure this replication? (Select THREE)

Question 16hardmulti select
Full question →

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.)

Question 17hardmulti select
Full question →

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?

Question 18hardmultiple choice
Full question →

You plan to deploy an Azure Virtual Machine using the Azure Spot priority to reduce costs for a non-critical processing job. You need to ensure that the VM is only evicted if the price exceeds your maximum bid, rather than when Azure needs the capacity back. Which eviction policy should you choose?

Question 19hardmultiple choice
Full question →

Refer to the exhibit. You are configuring a storage-heavy workload on Windows Server 2022. You want to enable high-speed network transfers between the host and the storage array. Based on the output, what should you do to leverage the hardware capabilities?

Exhibit

Get-NetAdapterRdma -Name "Ethernet2"

Name: Ethernet2
InterfaceDescription: Mellanox ConnectX-5
Enabled: True
RdmaCapable: True
Capabilities: RoCEv2, RoCEv1, iWARP
Question 20hardmultiple choice
Full question →

Refer to the exhibit. A Storage Spaces Direct cluster is configured with the resiliency settings shown. What is the maximum number of simultaneous drive failures this pool can sustain without losing data access?

Exhibit

PS C:\> Get-StoragePool -FriendlyName "S2D*" | Get-ResiliencySetting

Name                NumberOfDataCopies  PhysicalDiskRedundancy  MinPoolSize
----                ------------------  ----------------------  -----------
Mirror              3                   2                       3

These AZ-802 practice questions are part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style AZ-802 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.