Installing and Configuring Windows Server 2012 Exam MCSA 70-410: Installing & Configuring Windows Server 4 — Questions and Answers
Question 1: Which RAID level provides disk striping with parity, requiring a minimum of three disks and tolerating one disk failure?
- RAID 0
- RAID 1
- RAID 5 (Correct answer)
- RAID 10
Correct answer: RAID 5
RAID 5 stripes data with parity across at least three disks, providing fault tolerance against a single drive failure.
Question 2: A user reports they cannot authenticate to the domain from a remote location. Which feature should you configure to allow VPN-based domain authentication?
- DirectAccess
- Routing and Remote Access (RRAS) (Correct answer)
- Work Folders
- Web Application Proxy
Correct answer: Routing and Remote Access (RRAS)
RRAS provides VPN connectivity, enabling remote users to authenticate to the domain over an encrypted tunnel.
Question 3: Which Windows Server 2012 feature allows storage to be provisioned from a pool of physical disks, creating virtual disks with resiliency?
- Dynamic Disks
- Storage Spaces (Correct answer)
- RAID Controller
- SAN Manager
Correct answer: Storage Spaces
Storage Spaces pools physical drives to create virtual disks with resiliency options like mirroring and parity.
Question 4: You need to ensure a Windows Server 2012 role service starts automatically after a reboot. Which command sets the service startup type to Automatic?
- Set-Service -Name <name> -StartupType Auto (Correct answer)
- Start-Service -Name <name> -Auto
- Enable-Service -Name <name>
- sc config <name> start= demand
Correct answer: Set-Service -Name <name> -StartupType Auto
Set-Service with the -StartupType parameter set to Automatic configures a service to start automatically at boot.
Question 5: Which Windows Server 2012 networking feature assigns IPv6 addresses to hosts on a subnet without requiring a DHCPv6 server?
- APIPA
- Stateless Address Autoconfiguration (SLAAC) (Correct answer)
- Static IPv6 Assignment
- Teredo Tunneling
Correct answer: Stateless Address Autoconfiguration (SLAAC)
SLAAC allows IPv6 hosts to automatically configure their addresses using Router Advertisement messages, without a DHCP server.
Question 6: Which tool is used to answer questions from a Windows Setup answer file to automate OS installation?
- Sysprep
- Windows System Image Manager (Windows SIM) (Correct answer)
- DISM
- MDT
Correct answer: Windows System Image Manager (Windows SIM)
Windows System Image Manager (Windows SIM) is used to create and validate unattend.xml answer files for automated installations.
Question 7: In Windows Server 2012, which audit policy subcategory should be enabled to track successful and failed logon events?
- Audit Account Logon
- Audit Logon Events (Correct answer)
- Audit Object Access
- Audit Policy Change
Correct answer: Audit Logon Events
Audit Logon Events tracks interactive and network logon attempts on the local computer, recording success or failure.
Which RAID level provides disk striping with parity, requiring a minimum of three disks and tolerating one disk failure?