Question 13

An administrator is responsible for managing a five-node vSAN cluster. The vSAN Cluster is configured with both vSphere High Availability (HA) and vSphere Distributed Resource Scheduler (DRS). The vSAN Cluster is currently hosting 150 virtual machines that have consumed 60% of the usable capacity.
Each virtual machine belongs to one of the following vSAN Storage Policies: vSANPolicy1:
Site Disaster Tolerance: None
Failures to Tolerate: 1 failure - RAID-5 (Erasure Coding) vSANPolicy2:
Site Disaster Tolerance: None
Failures to Tolerate: No data redundancy
Following an unplanned power event within the data center, the administrator has been alerted to the fact that one host has permanently failed.
What will be the impact to any virtual machine that was running on the failed host using
vSANPolicy1?

Correct Answer:A
The impact to any virtual machine that was running on the failed host using vSANPolicy1 is that each virtual machine will be restarted on another vSAN host using vSphere HA. This is because vSANPolicy1 has a Failures to Tolerate setting of 1 failure - RAID-5 (Erasure Coding), which means that each object has four components (three data and one parity) distributed across four hosts. If one host fails, the object can still be accessed with the remaining three components,and vSphere HA will restart the virtual machine on another host. vSAN will also try to rebuild the missing component on another host, if there is enough capacity and resources. The other options are incorrect because they either assume that the object is unavailable or that the recovery process is delayed or impossible. References: [VMware vSAN Specialist v2 EXAM 5V0-22.23], page 16

Question 14

What are two characteristics of the vSAN Data-At-Rest Encryption (DARE)? (Choose two.)

Correct Answer:CE
Two characteristics of the vSAN Data-At-Rest Encryption (DARE) are that it is Software Defined and works independently of the Cache or Capacity drives installed on the Nodes, and that it continues to operate unaffected during downtime on vCenter Server. DARE is a feature that encrypts all data stored on vSAN disks using AES-256 XTS mode. It does not require Self-Encrypting Drives (SEDs) to work, as it uses software-based encryption keys that are generated by an external Key Management Server (KMS) or a vSphere Native Key Provider. DARE also does not depend on the type or size of the disks used in the vSAN cluster, as it encrypts data after all other processing, such as deduplication and compression, is performed. DARE can function even when the vCenter Server is offline or unavailable, as it uses key persistence to store the encryption keys on the ESXi hosts or in a Trusted Platform Module (TPM). The hosts can access the keys without contacting the KMS or the vCenter Server. The other options are notcorrect, as they do not describe DARE accurately. DARE does not need to be enabled together with the vSAN Data-In-Transit encryption, as they are independent features that can be enabled or disabled separately. Data-In-Transit encryption encrypts data that is transmitted between hosts in a vSAN cluster using secure sockets layer (SSL) certificates. DARE is supported on Stretched Cluster environments, as it can encrypt data across multiple sites using site affinity rules.

Question 15

A vSAN administrator needs to build a vSAN ESA cluster with RAID-5/FTT 1 adaptive storage policy.
What is the absolute minimum number of hosts that need to be part of that vSAN ESA cluster?

Correct Answer:D
To build a vSAN ESA cluster with RAID-5/FTT 1 adaptive storage policy, the absolute minimum number of hosts that need to be part of that vSAN ESA cluster is 3. This is because the vSAN ESA supports a new RAID-5 erasure coding scheme in a 2+1 configuration, which writes the data in a VM as a stripe consisting of 2 data bits and 1 parity bit, across a minimum of 3 hosts. This scheme can tolerate a single host failure (FTT=1) while consuming 1.5x the capacity of the primary data. This scheme is suitable for smaller vSAN clusters that want to reduce capacity usage without compromising performance12 References: 1: VMware vSAN Specialist v2 ExamPreparation Guide, page 15 2: Adaptive RAID-5 Erasure Coding with the Express Storage Architecture in vSAN 8 3

Question 16

A three-node vSAN OSA cluster with business critical intensive I/O workload is running out of capacity. Each host consists of five disk groups with four capacity disks. The administrator needs to expand the capacity of the vSAN datastore as soon as possible.
What should the administrator do?

Correct Answer:D
The correct answer is D, add additional capacity disks to each disk group. This is because adding capacity disks to existing disk groups is the fastest and easiest way to expand the capacity of the vSAN datastore without disrupting any ongoing operations or requiring additional hardware. The administrator can add up to five capacity disks per disk group in vSAN OSA, which means each host can have up to 25 capacity disks in total. The administrator should make sure that the new capacity disks are unformatted and not partitioned, so that vSAN can recognize and claim them. The administrator should also manually rebalance the cluster after adding the capacity disks to distribute the data evenly across the new devices. The other options are incorrect for the following reasons:
✑ A, enable Deduplication and Compression on the cluster level, is incorrect because enabling Deduplication and Compression is not a recommended way to expand the capacity of the vSAN datastore. Deduplication and Compression is a space efficiency feature that reduces the logical space consumption of data by eliminating duplicate blocks and applying compression algorithms. However, enabling Deduplication and Compression requires a full data evacuation and resynchronization, which can be disruptive and time-consuming. Deduplication and Compression also introduces additional CPU and memory overhead, which can affect the performance of the cluster. Deduplication and Compression is only supported on all-flash clusters, not on hybrid clusters.
✑ B, add additional capacity by adding a disk on one host and creating a storage pool, is incorrect because creating a storage pool is not supported in vSAN OSA. A storage pool is a new configuration introduced in vSAN 8 ESA, where all disks are treated as capacity disks and use a new algorithm to distribute data acrossthem. This configuration is not compatible with vSAN OSA, which uses a disk group configuration where one disk is designated as a cache disk and the rest are capacity disks. To use a storage pool, the administrator would need to migrate to vSAN 8 ESA on a new cluster with new hardware.
✑ C, add additional capacity by adding a vSAN ReadyNode to the cluster, is incorrect because adding a vSAN ReadyNode to the cluster is not the fastest or easiest way to expand the capacity of the vSAN datastore. A vSAN ReadyNode is a preconfigured server that meets the hardware requirements for running vSAN. Adding a vSAN ReadyNode to the cluster would require additional hardware procurement, installation, and configuration. It would also increase the compute capacity of the cluster, which may not be necessary for the workload. Adding a vSAN ReadyNode would also trigger a resynchronization of data across the cluster, which can affect the performance and availability of the cluster. References:
✑ VMware vSAN Specialist v2 Exam Preparation Guide, page 10

Question 17

An administrator has deployed a new vSAN OSA cluster that contains eight hosts and needs to configure a storage policy for the currently deployed database virtual machines. The requirements state that if two hosts in the vSAN OSA cluster fail, all virtual machines are unaffected.
Which RAID configuration must the administrator use in this storage policy to achieve the best performance for the database virtual machines?

Correct Answer:A
To achieve the best performance for the database virtual machines and tolerate two host failures in a vSAN OSA cluster, the administrator must use RAID-1 as the RAID configuration in the storage policy. RAID-1 is a mirroring technique that creates multiple replicas of each object across different hosts. RAID-1 provides the best performance among the available RAID configurations, as it does not involve any parity calculations or stripe splitting. To tolerate two host failures, the administrator must set the Failures to Tolerate (FTT) policy to 2, which means that each object will have three replicas. The other options are not correct. RAID-5 and RAID-6 are erasure coding techniques that split each object into data segments and parity segments across different hosts. RAID-5 can tolerate one host failure, while RAID-6 can tolerate two host failures. However, both RAID-5 and RAID-6 have lower performance than RAID-1, as they involve more complex calculations and network traffic. RAID-0 is a striping technique that splits each object into multiple stripes across different hosts. RAID-0 does not provide any data redundancy or fault tolerance, and therefore cannot tolerate any host failure.
References: RAID Configurations, FTT, and Host Requirements; RAID 5 or RAID 6 Design Considerations

Question 18

The DevOps team of an organization wants to deploy with persistent storage on a dedicated vSAN cluster. The storage administrator is tasked to configure the vSAN cluster and leverage the vSAN Direct feature.
Which two requirements must the administrator meet to complete this task? (Choose two.)

Correct Answer:AE
To configure vSAN Direct, the administrator must meet two requirements: a valid vSAN license for the vSAN cluster and unclaimed disks in the hosts for vSAN Direct. A vSAN license is required to enable vSAN features and services, including vSAN Direct. Unclaimed disks are local storage devices that are not used by vSAN or any other service, and can be claimed by vSAN Direct to create datastores for persistent storage. The other options are not requirements for vSAN Direct. HA is an optional feature that can be enabled on any cluster, but is not specific to vSAN Direct. A dedicated network for vSAN Direct is not necessary, as vSAN Direct uses the same network as vSAN. An integration with vSAN File Services is not required, as vSAN Direct does not provide file shares, but block storage. References: Set Up vSAN Direct for vSphere with Tanzu; vSAN Licensing Guide

START 5V0-22.23 EXAM