Question 46

A vSAN ESA solution is configured using the following requirements:
* Seven ESX Hosts, each host contains:
* 32 CPU
* 256 GB memory
* 25 GbE network
* 12 storage devices 4 TB each
* One storage pool using the 12 storage devices * RAID-6 with FTT=2 If a storage device on a single host fails, what percentage of that host's capacity is impacted?
  • Question 47

    A SOC Analyst is investigating an SDRS anomaly in a traditional storage VCF Workload Domain. A
    10 TB Datastore (DS-01) within a Datastore Cluster reached 95% capacity. Storage DRS is set to "Fully Automated" with a Space Utilization Threshold of 80%.
    Despite the critical space exhaustion, SDRS failed to trigger any Storage vMotion operations to evacuate VMs to DS-02 (which has 8 TB free space).
    The analyst reviews the vpxd.log:
    ```
    2026-11-22T10:00:15Z INFO vpxd - [SDRS] Running space load balancing for Datastore Cluster 'WLD- Tier1-DS-Cluster'.
    2026-11-22T10:00:15Z WARN vpxd - [SDRS] Datastore 'DS-01' exceeds space threshold (95% > 80%).
    2026-11-22T10:00:16Z INFO vpxd - [SDRS] Analyzing VM 'Archive-DB-01' for evacuation. VM size: 4 TB.
    2026-11-22T10:00:17Z WARN vpxd - [SDRS] Target 'DS-02' violates capability constraints for VM
    'Archive-DB-01'. Migration aborted.
    2026-11-22T10:00:18Z INFO vpxd - [SDRS] No candidates found to resolve space threshold on 'DS-01'.
    ```
    Based on SDRS mechanics and the log evidence, which TWO scenarios explain why SDRS aborted the migration? (Choose 2.)
  • Question 48

    Which storage solution is natively integrated with VMware Cloud Foundation?
  • Question 49

    A storage architect is designing a VMware Cloud Foundation (VCF) Workload Domain with the following requirements:
    * vSAN File Services hosting multiple file shares.
    * Each department requires distinct protection levels and placement rules.
    Which option satisfies the requirements?
  • Question 50

    A CTO is defining the StorageClass strategy for a new Tanzu Kubernetes cluster running on vSAN ESA. The workloads are heavy write-intensive databases.
    The CTO is debating whether to enforce "Object Space Reservation: Thick" (100% reserved) in the SPBM policy attached to the K8s StorageClass, or leave it as the default "Thin" provisioned.
    ```
    [vSAN Performance / Capacity View Projection]
    Option 1: Thick Provisioning (100% OSR) -> 50 TB PVCs consume 50 TB
    immediately.
    Option 2: Thin Provisioning (0% OSR) -> 50 TB PVCs consume only written data (e.g., 5 TB initially).
    ```
    Which of the following statements correctly evaluate the trade-offs of enforcing "Thick" provisioning via a Kubernetes StorageClass on vSAN ESA? (Select all that apply.)