Administering Windows Server 2012 Administering Windows Server Microsoft 5 — Questions and Answers
Question 1: A Windows Server 2012 administrator must ensure that all domain computers receive Windows Updates from an internal server rather than the internet. Which role should be deployed?
- System Center Configuration Manager only
- Windows Server Update Services (WSUS) (Correct answer)
- Windows Update for Business
- Software Update Point
Correct answer: Windows Server Update Services (WSUS)
WSUS allows administrators to centrally manage, approve, and distribute Windows Updates from an internal server.
Question 2: Which PowerShell cmdlet retrieves all event log entries of a specified type from a Windows Server 2012 system?
- Read-EventLog
- Get-EventLog (Correct answer)
- Search-EventLog
- Fetch-EventLog
Correct answer: Get-EventLog
Get-EventLog retrieves event log entries from classic Windows event logs such as System, Application, and Security.
Question 3: In Windows Server 2012, which Active Directory feature allows administrators to recover accidentally deleted objects without restoring from backup?
- Shadow Copies for Shared Folders
- Active Directory Recycle Bin (Correct answer)
- System State Restore
- Authoritative Restore
Correct answer: Active Directory Recycle Bin
The Active Directory Recycle Bin, enabled at the Forest functional level, allows recovery of deleted AD objects with all attributes intact.
Question 4: A Windows Server 2012 Hyper-V administrator wants to limit how much CPU a virtual machine can consume to prevent it from starving other VMs. Which setting should be configured?
- Virtual processor count
- CPU Reserve percentage
- CPU Limit percentage (Correct answer)
- NUMA topology
Correct answer: CPU Limit percentage
The CPU Limit setting in Hyper-V VM settings caps the maximum percentage of physical CPU resources the VM can consume.
Question 5: Which Windows Server 2012 DNS record type maps a hostname to an IPv6 address?
- A record
- PTR record
- AAAA record (Correct answer)
- CNAME record
Correct answer: AAAA record
AAAA (quad-A) records map a hostname to a 128-bit IPv6 address, analogous to A records for IPv4.
Question 6: An administrator needs to configure Windows Server 2012 to forward DNS queries for an external domain to a specific external DNS server. Which DNS feature accomplishes this?
- Secondary Zone
- Stub Zone
- Conditional Forwarder (Correct answer)
- Root Hints
Correct answer: Conditional Forwarder
Conditional Forwarders direct DNS queries for specific domain names to designated DNS servers rather than using standard resolution.
Question 7: Which tool in Windows Server 2012 allows an administrator to analyze security configuration and compare it against a security template?
- Group Policy Results Wizard
- Security Configuration and Analysis MMC snap-in (Correct answer)
- Local Security Policy Editor
- Microsoft Baseline Security Analyzer
Correct answer: Security Configuration and Analysis MMC snap-in
The Security Configuration and Analysis snap-in compares a computer's current security settings against a defined security template and highlights discrepancies.
A Windows Server 2012 administrator must ensure that all domain computers receive Windows Updates from an internal server rather than the internet.
Which role should be deployed?