Installing and Configuring Windows Server 2012 Exam Quality Control & Assurance 4 — Questions and Answers
Question 1: Which Windows Server 2012 auditing category should be enabled to track when users access sensitive files and folders as part of a data quality control process?
- Audit Logon Events
- Audit Object Access (Correct answer)
- Audit Policy Change
- Audit System Events
Correct answer: Audit Object Access
Audit Object Access, combined with SACL settings on files/folders, records when users access or attempt to access those objects.
Question 2: A QA engineer needs to verify that a Windows Server 2012 server's time is synchronized correctly, which is critical for log correlation. Which command checks the time source?
- net time /query
- w32tm /query /status (Correct answer)
- ntpdate /query
- time /query
Correct answer: w32tm /query /status
w32tm /query /status displays the current time source, stratum, and synchronization status for the Windows Time service.
Question 3: Which Windows Server 2012 tool should be used to create a scheduled data collector set that captures performance counters for ongoing quality monitoring?
- Task Scheduler only
- Performance Monitor Data Collector Sets (Correct answer)
- Resource Monitor
- System Configuration (msconfig)
Correct answer: Performance Monitor Data Collector Sets
Performance Monitor Data Collector Sets can be scheduled to collect performance counters and create reports automatically on a recurring basis.
Question 4: After deploying Windows Server 2012, a QA team verifies network connectivity to a specific TCP port on a remote server. Which built-in tool tests this?
- ping
- tracert
- Test-NetConnection with -Port parameter (Correct answer)
- nslookup
Correct answer: Test-NetConnection with -Port parameter
Test-NetConnection with the -Port parameter tests TCP connectivity to a specific port and reports whether the connection succeeds.
Question 5: A Windows Server 2012 quality checklist requires verifying that the server's disk volumes have adequate free space. Which PowerShell command retrieves this information?
- Get-Disk
- Get-Volume (Correct answer)
- Get-Partition
- Get-PhysicalDisk
Correct answer: Get-Volume
Get-Volume returns information about volumes including size, free space, and health status for all mounted volumes.
Question 6: Which Windows Server 2012 logging mechanism should be configured to capture verbose DNS query logs for quality assurance of name resolution?
- Enable DNS Debug Logging in DNS Manager (Correct answer)
- Enable DHCP audit logging
- Enable Windows Firewall verbose logging
- Enable NetLogon debug logging
Correct answer: Enable DNS Debug Logging in DNS Manager
DNS Debug Logging in DNS Manager records incoming and outgoing DNS queries, responses, and errors to a log file for analysis.
Question 7: During QA sign-off of a Windows Server 2012 deployment, which step verifies that the server is joined to the correct domain and organizational unit?
- Run ipconfig /all and check DNS suffix
- Run dsquery computer and check the OU path
- Check System Properties > Computer Name/Domain (Correct answer)
- Run whoami /fqdn
Correct answer: Check System Properties > Computer Name/Domain
System Properties under Computer Name/Domain shows the full domain membership and can be compared against the target OU path using ADUC.
Which Windows Server 2012 auditing category should be enabled to track when users access sensitive files and folders as part of a data quality control process?