Installing and Configuring Windows Server 2012 Exam MCSA 70-410: Installing & Configuring Windows Server 2 — Questions and Answers
Question 1: Which Windows Server 2012 feature allows you to deploy and manage virtual machines across a cluster of Hyper-V hosts?
- Failover Clustering (Correct answer)
- Network Load Balancing
- Hyper-V Replica
- Windows Server Update Services
Correct answer: Failover Clustering
Failover Clustering enables high availability of VMs by allowing them to move between Hyper-V hosts in a cluster.
Question 2: You need to configure a server so that it can issue certificates to domain-joined computers. Which role should you install?
- Active Directory Rights Management Services
- Active Directory Certificate Services (Correct answer)
- Active Directory Federation Services
- Network Policy and Access Services
Correct answer: Active Directory Certificate Services
Active Directory Certificate Services (AD CS) provides the infrastructure for issuing and managing digital certificates.
Question 3: In Windows Server 2012, which cmdlet is used to install a Windows feature using PowerShell?
- Add-Feature
- Install-WindowsFeature (Correct answer)
- Enable-WindowsFeature
- Set-WindowsFeature
Correct answer: Install-WindowsFeature
Install-WindowsFeature is the PowerShell cmdlet used to add roles and features in Windows Server 2012.
Question 4: Which type of Hyper-V virtual switch connects VMs to the physical network and allows them to communicate with external hosts?
- Internal
- Private
- External (Correct answer)
- Bridged
Correct answer: External
An External virtual switch binds to a physical network adapter, giving VMs access to the external physical network.
Question 5: A technician wants to convert a basic disk to a dynamic disk without losing data. Which tool should be used?
- Format
- DiskPart (Correct answer)
- Disk Cleanup
- Chkdsk
Correct answer: DiskPart
DiskPart can convert a basic disk to dynamic using the 'convert dynamic' command without data loss.
Question 6: Which Windows Server 2012 feature enables administrators to manage servers remotely using a graphical interface from a single console?
- Remote Desktop Services
- Server Manager (Correct answer)
- Windows Admin Center
- Remote Assistance
Correct answer: Server Manager
Server Manager in Windows Server 2012 allows centralized management of multiple remote servers from one console.
Question 7: Which DNS record type maps a hostname to an IPv6 address?
- A
- CNAME
- AAAA (Correct answer)
- PTR
Correct answer: AAAA
The AAAA (quad-A) record maps a fully qualified domain name to a 128-bit IPv6 address.
Which Windows Server 2012 feature allows you to deploy and manage virtual machines across a cluster of Hyper-V hosts?