lab 7-1 Flashcards
What could be the primary reason to implement Resilient File System (ReFS) on Windows Server 2019 instead of a New Technology File System (NTFS)?
A. It preserves and enforces ACLs
B. It can detect data corruption when used with Storage Spaces
C. It supports USN Journal
D. It supports Reparse Points
It can detect data corruption when used with Storage Spaces
You execute the following command in PowerShell:
Set-Disk –Number 3 –IsReadOnly $false
A. Turns off the Read-only attribute on Disk number 3
B. Sets an existing disk to disk 3 with the read-only attribute
C. Creates a new disk with the name 3 and turns on the read-only attribute
D. Creates a new disk with the name 3 and turns off Read-only attribute
Turns off the Read-only attribute on Disk number 3
You have a server with multiple disks but with no RAID configured. You want to mirror the C drive with D drive. Which of the following RAID should you configure?
A. RAID 0
B. RAID 1
C. RAID 5
D. RAID 5+1
RAID 1
Which type of RAID provides fault tolerance through the use of parity information spread across the member disk volumes?
A. RAID 0
B. RAID 1
C. RAID 5
D. RAID 5+1
RAID 5
Identify the output of the following PowerShell command:
Get-VHD c:\engineering.vhd
A. Links engineering.vhd to the virtual machine
B. Verifies the system properties of engineering.vhd
C. Creates a connection with engineering.vhd
D. Creates a new VHD named engineering
Verifies the system properties of engineering.vhd