Installing and Configuring Windows Server 2012 Exam Storage & File Services 1 — Questions and Answers
Question 1: Which Windows Server 2012 feature allows you to combine multiple physical disks into a single logical storage pool with resiliency options?
- Dynamic Disks
- Storage Spaces (Correct answer)
- RAID-5 Volume
- Disk Striping
Correct answer: Storage Spaces
Storage Spaces is a Windows Server 2012 feature that pools physical disks and creates virtual disks with resiliency options such as mirroring and parity.
Question 2: What is the maximum volume size supported by the NTFS file system on Windows Server 2012?
- 2 TB
- 16 TB
- 256 TB
- 16 EB (Correct answer)
Correct answer: 16 EB
NTFS theoretically supports volumes up to 16 EB (exabytes), making it suitable for very large storage configurations.
Question 3: Which SMB version is used by default in Windows Server 2012 for file sharing?
- SMB 1.0
- SMB 2.0
- SMB 2.1
- SMB 3.0 (Correct answer)
Correct answer: SMB 3.0
Windows Server 2012 introduced SMB 3.0, which supports features like SMB Multichannel, SMB Direct, and SMB Transparent Failover.
Question 4: In Windows Server 2012, which tool is used to initialize and partition a new disk before it can be used?
- Disk Cleanup
- Disk Management
- DiskPart
- Both B and C (Correct answer)
Correct answer: Both B and C
Both Disk Management (GUI) and DiskPart (command-line) can be used to initialize and partition a new disk in Windows Server 2012.
Question 5: What is the purpose of the iSCSI Initiator in Windows Server 2012?
- To host iSCSI targets for remote clients
- To connect the server to iSCSI storage targets over TCP/IP (Correct answer)
- To manage NTFS permissions on iSCSI volumes
- To configure SMB shares on iSCSI disks
Correct answer: To connect the server to iSCSI storage targets over TCP/IP
The iSCSI Initiator allows a Windows Server to connect to remote iSCSI storage targets over a TCP/IP network, presenting them as local disks.
Question 6: Which Windows Server 2012 resiliency option in Storage Spaces requires a minimum of 5 disks and provides both striping and parity?
- Simple (no resiliency)
- Two-way mirror
- Three-way mirror
- Parity (Correct answer)
Correct answer: Parity
The Parity resiliency type in Storage Spaces stripes data with parity information across disks, typically requiring at least 3 disks, and provides fault tolerance while conserving space compared to mirroring.
Question 7: When configuring an SMB share on Windows Server 2012, which permission type controls access at the file system level and persists regardless of access method?
- Share permissions
- NTFS permissions (Correct answer)
- Registry permissions
- AppLocker permissions
Correct answer: NTFS permissions
NTFS permissions apply at the file system level and are enforced regardless of whether access is local or through a network share, making them more granular and persistent than share permissions.
Which Windows Server 2012 feature allows you to combine multiple physical disks into a single logical storage pool with resiliency options?