Your network contains an Active Directory domain named contoso.com. The domain contains two member
servers named Server1 and Server2. All servers run Windows Server 2012 R2.
Server1 and Server2 have the Failover Clustering feature installed. The servers are configured as nodes in a
failover cluster named Cluster1. Cluster1 has access to four physical disks. The disks are configured as shown
in the following table.
You need to ensure that all of the disks can be added to a Cluster Shared Volume (CSV).
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Enable BitLocker on Disk4
B.
Disable BitLocker on Disk1
C.
Format Disk2 to use NTFS
D.
Format Disk3 to use NTFS
B and C
Only B is correct
2012R2 supports NTFS and ReFs for CSV. And bitlocker is supported too.
https://technet.microsoft.com/en-us/library/jj612868(v=ws.11).aspx
(In Windows Server 2012 R2, the disk can be provisioned as NTFS or Resilient File System (ReFS).) With CSV, clustered roles can fail over quickly from one node to another node without requiring a change in drive ownership, or dismounting and remounting a volume.
https://technet.microsoft.com/en-us/library/dn383585(v=ws.11).aspx
In that case should be C) not B).