Courseiva
Back to Microsoft Windows Server Administrator Associate questions

Scenario-based practice

Refer to the Exhibit Practice 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.

15
scenario questions
AZ-802
exam code
Microsoft
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the 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 1mediummultiple choice
Full question →

Refer to the exhibit. You are troubleshooting an issue where several users are unable to change their passwords, and the help desk is seeing inconsistent results when resetting them. Based on the output provided, which domain controller should you investigate first for potential failures or connectivity issues?

Exhibit

Get-ADDomain | Select-Object InfrastructureMaster, PDCEmulator, RIDMaster

InfrastructureMaster : DC2.contoso.com
PDCEmulator          : DC1.contoso.com
RIDMaster             : DC1.contoso.com
Question 2hardmultiple 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 3hardmultiple 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 4hardmultiple 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 5hardmultiple 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
Question 6hardmultiple choice
Full question →

Refer to the exhibit. An administrator executes the PowerShell command shown to configure an iSCSI target. What is the effect of the -InitiatorId parameter in this command?

Exhibit

PS C:\> New-IscsiServerTarget -TargetName "DataTarget" -InitiatorId "IQN:iqn.1991-05.com.microsoft:srv1.contoso.com"
Question 7mediummultiple choice
Full question →

Refer to the exhibit. An administrator has configured a share with the FolderEnumerationMode shown. What is the result when a user without Read permissions to a specific subfolder browses the share?

Exhibit

PS C:\> Get-SmbShare -Name "Accounting" | Select-Object FolderEnumerationMode

FolderEnumerationMode
---------------------
AccessBased
Question 8hardmultiple choice
Full question →

Refer to the exhibit. You need to ensure that all data transmitted over SMB between your file server and domain-joined clients is encrypted. You set the configuration to True, but users report connectivity issues. What is the most likely cause?

Exhibit

Get-SmbServerConfiguration | Select-Object -Property EnableSMBEncryption

EnableSMBEncryption : False
Question 9hardmultiple choice
Full question →

Refer to the exhibit. You are running dcdiag to investigate synchronization issues between two domain controllers. Based on the error code 1256 and the output provided, which action is most likely to resolve the underlying problem?

Exhibit

Testing server: Default-First-Site-Name\DC1
Starting test: Connectivity
   ......................... DC1 passed test Connectivity
Starting test: Replications
   [Replications Check,DC1] A recent replication attempt failed:
   From DC2 to DC1
   Naming Context: DC=contoso,DC=com
   The replication generated an error (1256): The remote system is not available.
Question 10mediummultiple choice
Full question →

Refer to the exhibit. You are reviewing the output of a command used to check the health of your domain controllers. Based on the first line of the output, which specific role or feature is currently enabled on this domain controller?

Exhibit

DSA Options: IS_GC
Site: Default-First-Site-Name
...
DC=contoso,DC=com
    Default-First-Site-Name\DC2 via RPC
        DSA object GUID: 550e8400-e29b-41d4-a716-446655440000
        Last attempt @ 2023-10-12 10:00:00 was successful.
Question 11hardmultiple choice
Full question →

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?

Exhibit

Error: 0x80072ee7. The Connected Machine agent failed to register with Azure. Connectivity check indicates DNS resolution failure for hybridresource.azure.com.
Question 12mediummultiple choice
Read the full DHCP explanation →

Refer to the exhibit displaying the status of a DHCP failover relationship. A network administrator notices the 'CommunicationInterrupted' state. What is the immediate impact on DHCP clients that attempt to renew their leases while the server is in this state?

Exhibit

PS C:\> Get-DhcpServerv4Failover

Name           : Corp-Failover
PartnerServer  : 192.168.1.10
Mode           : LoadBalance
State          : CommunicationInterrupted
MaxClientLeadTime : 01:00:00
Question 13mediummultiple choice
Full question →

Refer to the exhibit. An administrator is attempting to run a locally created, unsigned PowerShell script named 'Update-Config.ps1' on a Windows Server 2022. Based on the output of 'Get-ExecutionPolicy -List', what will happen when the administrator attempts to run the script in the current session?

Exhibit

Scope          ExecutionPolicy
-----          ---------------
MachinePolicy  Undefined
UserPolicy     Undefined
Process        Bypass
CurrentUser    Undefined
LocalMachine   AllSigned
Question 14hardmultiple choice
Full question →

Refer to the exhibit. You are reviewing a partial Windows Defender Application Control (WDAC) policy XML file. You need to identify the behavior of this policy regarding the file 'untrusted.exe'. What will occur if a user attempts to run 'untrusted.exe'?

Exhibit

<FileRules>
  <Allow ID="ID_ALLOW_A" FriendlyName="Allow Signed" FileName="*" MinimumFileVersion="1.0.0.0">
    <FileAttrib ID="ID_FILE_ATTRIB_A" Hash="A1B2C3D4E5F6" />
  </Allow>
  <Deny ID="ID_DENY_B" FriendlyName="Block Unsigned" FileName="untrusted.exe" />
</FileRules>
<SigningScenarios>
  <SigningScenario Value="12" ID="ID_SIGNING_SCENARIO_WINDOWS" FriendlyName="Windows">
    <ProductSigners />
  </SigningScenario>
</SigningScenarios>
Question 15hardmultiple choice
Full question →

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?

Exhibit

Get-Counter -Counter "\Processor(_Total)\% Processor Time" -SampleInterval 2 -MaxSamples 5

Timestamp                 CounterSamples
---------                 --------------
6/15/2023 10:00:02 AM     \\SRV01\\processor(_total)\\% processor time : 85.2
6/15/2023 10:00:04 AM     \\SRV01\\processor(_total)\\% processor time : 92.1
6/15/2023 10:00:06 AM     \\SRV01\\processor(_total)\\% processor time : 88.5
6/15/2023 10:00:08 AM     \\SRV01\\processor(_total)\\% processor time : 95.4
6/15/2023 10:00:10 AM     \\SRV01\\processor(_total)\\% processor time : 91.2

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.