Administering Windows Server 2012 Administering Windows Certification Server 2 — Questions and Answers
Question 1: Which Windows Server 2012 feature allows administrators to manage server roles and features remotely from a single console?
- Server Manager (Correct answer)
- Remote Desktop Services
- Windows Admin Center
- PowerShell ISE
Correct answer: Server Manager
Server Manager in Windows Server 2012 provides a unified console for managing multiple remote servers, roles, and features.
Question 2: An administrator needs to install the Active Directory Domain Services role on a Server Core installation. Which tool should be used?
- dcpromo.exe
- Server Manager GUI
- PowerShell with Install-WindowsFeature (Correct answer)
- Active Directory Users and Computers
Correct answer: PowerShell with Install-WindowsFeature
On Server Core, PowerShell cmdlet Install-WindowsFeature AD-Domain-Services is the correct method since there is no GUI.
Question 3: What is the maximum number of nodes supported in a Windows Server 2012 Failover Cluster?
- 8
- 16
- 32
- 64 (Correct answer)
Correct answer: 64
Windows Server 2012 Failover Clustering supports up to 64 nodes per cluster.
Question 4: Which cmdlet is used to view all currently running services on a Windows Server 2012 system via PowerShell?
- Get-Process
- Get-Service (Correct answer)
- Show-Service
- List-Service
Correct answer: Get-Service
Get-Service retrieves the status of services on a local or remote computer.
Question 5: A Windows Server 2012 administrator wants to restrict which software can run on client machines using Group Policy. Which feature should be configured?
- Software Restriction Policies or AppLocker (Correct answer)
- Windows Firewall with Advanced Security
- BitLocker Drive Encryption
- Windows Defender
Correct answer: Software Restriction Policies or AppLocker
AppLocker and Software Restriction Policies in Group Policy control which applications users are permitted to run.
Question 6: Which Windows Server 2012 storage feature allows thin provisioning and automatic storage tiering between SSDs and HDDs?
- Dynamic Disks
- Storage Spaces (Correct answer)
- RAID-5 volumes
- iSCSI Initiator
Correct answer: Storage Spaces
Storage Spaces in Windows Server 2012 supports thin provisioning, storage pools, and tiering between different disk types.
Question 7: An administrator must ensure that all DNS queries on the network are logged for security auditing. Which Windows Server 2012 DNS feature should be enabled?
- DNS Forwarders
- DNS Debug Logging (Correct answer)
- DNSSEC
- DNS Scavenging
Correct answer: DNS Debug Logging
DNS Debug Logging records DNS query and response packets to a log file for auditing and troubleshooting.
Which Windows Server 2012 feature allows administrators to manage server roles and features remotely from a single console?