Installing and Configuring Windows Server 2012 Exam Quality Control & Assurance 3 — Questions and Answers
Question 1: A QA process requires verifying that Group Policy settings are correctly applied on Windows Server 2012. Which command displays the resultant set of policy for a computer?
- gpupdate /force
- gpresult /r (Correct answer)
- secedit /analyze
- netsh advfirewall show
Correct answer: gpresult /r
The gpresult /r command displays the Resultant Set of Policy (RSoP) applied to the current user and computer.
Question 2: Which Windows Server 2012 reliability tool tracks application crashes, hardware failures, and Windows failures over time to identify stability trends?
- Performance Monitor
- Reliability Monitor (Correct answer)
- Event Viewer
- Windows Memory Diagnostic
Correct answer: Reliability Monitor
Reliability Monitor provides a timeline view of system stability issues including application crashes, hardware failures, and Windows errors.
Question 3: An administrator wants to verify that a Windows Server 2012 NIC is performing at expected throughput levels. Which tool is best suited for this test?
- ipconfig /all
- Performance Monitor with Network Interface counters (Correct answer)
- netstat -an
- ping with large packet size
Correct answer: Performance Monitor with Network Interface counters
Performance Monitor with Network Interface counters provides real-time and logged throughput, errors, and packet rates for network adapters.
Question 4: Which process should be part of a Windows Server 2012 quality assurance checklist to confirm that roles installed during deployment are only the required ones?
- Run netstat to check open ports
- Run Get-WindowsFeature and review installed roles (Correct answer)
- Check Task Manager for running processes
- Review the Application Event Log
Correct answer: Run Get-WindowsFeature and review installed roles
Get-WindowsFeature lists all installed and available roles and features, allowing verification that only intended components are present.
Question 5: During a QA review, a Windows Server 2012 server is found to have unnecessary Windows features installed. Which PowerShell cmdlet removes an unwanted feature?
- Remove-WindowsFeature
- Uninstall-WindowsFeature (Correct answer)
- Disable-WindowsFeature
- Clear-WindowsFeature
Correct answer: Uninstall-WindowsFeature
Uninstall-WindowsFeature removes roles, role services, or features from a Windows Server 2012 installation.
Question 6: A quality assurance audit requires proof that password policies meet organizational standards on Windows Server 2012. Where are domain password policies primarily configured?
- Local Security Policy on each server
- Default Domain Policy GPO (Correct answer)
- Server Manager Security Settings
- Registry Editor on the PDC emulator
Correct answer: Default Domain Policy GPO
Domain password policies are configured in the Default Domain Policy GPO and apply to all user accounts in the domain.
Question 7: Which Windows Server 2012 feature enables administrators to test server configurations in a controlled way before applying them to production, supporting a QA gate process?
- Hyper-V checkpoints (snapshots) (Correct answer)
- Windows Server Backup
- Data Deduplication
- Storage Spaces
Correct answer: Hyper-V checkpoints (snapshots)
Hyper-V checkpoints allow administrators to save a VM state before changes, enabling rollback if quality tests fail.
A QA process requires verifying that Group Policy settings are correctly applied on Windows Server 2012.
Which command displays the resultant set of policy for a computer?