Last Updated On : 4-Jun-2026
What are two benefits of the VMware Validated Solutions? (Choose two.)
A. Provide prescriptive runbooks to deploy VMware solutions
B. Provide comprehensive manual deployment guidance and day 2 operational practices
C. Provide best practice design guidance
D. Provide faster time to value for VMware Cloud Foundation
E. Deploy technical validated implementations on VMware Cloud Foundation
Explanation:
VMware Validated Solutions (VVS) are well-architected, validated implementations designed to help customers build secure, high-performing, resilient, and efficient infrastructure for applications and workloads deployed on VMware Cloud Foundation . The two primary benefits from the provided options are:
C. Provide best practice design guidance
– Correct. Each VMware Validated Solution includes detailed design documentation with design decisions, justifications, and implications . These solutions are designed by VMware solution architects and incorporate best practices for security, performance, and resilience .
D. Provide faster time to value for VMware Cloud Foundation
– Correct. One of the explicitly listed benefits of VMware Validated Solutions is "Faster time to value - rapidly implement solutions on top of VMware Cloud Foundation" . The solutions include automation through infrastructure-as-code (PowerShell cmdlets, Terraform), which reduces manual labor and accelerates deployment .
Why other options are incorrect:
A. Provide prescriptive runbooks to deploy VMware solutions
– Incorrect. While VMware Validated Solutions provide "implementation guidance consisting of manual UI-based step-by-step procedures" and operational guidance, they are not specifically labeled or described as "prescriptive runbooks" . This terminology is not used in official VMware documentation for VVS benefits.
B. Provide comprehensive manual deployment guidance and day 2 operational practices
– Incorrect. While VVS does include implementation procedures and operational guidance, this is not a distinct "benefit" statement but rather a description of what the solution contains . The official benefits emphasize automation and faster time to value, not manual guidance as a primary benefit.
E. Deploy technical validated implementations on VMware Cloud Foundation
– Incorrect. This is a description of what VVS does, not a benefit. The question asks for "benefits" (e.g., faster time to value, lower costs, scalability, security) not the action of deploying .
Reference
VMware Validated Solutions FAQ – Benefits include "Validated, Scalable, Secure, Lower costs, Faster time to value"
Exam 3V0-21.23 discussion – Community voting aligns with best practice design guidance and faster time to value
An architect is reviewing the security and compliance requirements for a new application
that will be hosted on a vSphere 8 environment.
The following information has been noted about the new application:
The application stores and processes confidential data
The supporting virtual infrastructure is shared with other departments
No other application stores or processes confidential data
The application virtual machines must be able to run on any ESXi host in the cluster
The storage layer is a iSCSI attached SAN
Data at Rest Encryption is in place for each presented LUN validated to FIPS 140-2
No budget is available for additional infrastructure components or software
Application data must not be accessible outside of the application's virtual machines
The architect has been tasked with providing a secure virtual machine design to host the
application.
Which three design elements must the architect include to meet the requirements?
(Choose three.)
A. Virtual Machine Encryption
B. The vSphere Native Key Provider
C. A new encrypted iSCSI LUN
D. External Key Management Service (KMS) provider
E. A new local VMFS volume
F. VMware vSAN
Explanation
The customer requirements specify that confidential data must not be accessible outside the application's VMs, the infrastructure is shared with other departments, no budget is available for additional components, and the storage layer is iSCSI with Data-at-Rest Encryption already in place. The following three design elements collectively meet these requirements without violating the budget or mobility constraints.
A. Virtual Machine Encryption – Correct.
VM Encryption encrypts virtual machine files (VMDKs, VMX, NVRAM, swap, and core dumps) at the ESXi host level before being written to storage . This ensures that even on a shared iSCSI SAN where other departments have access, the application data remains unreadable outside the authorized VMs. Because the underlying iSCSI LUN already has Data-at-Rest Encryption (FIPS 140-2 validated), the combination provides defense-in-depth without requiring additional storage changes.
B. The vSphere Native Key Provider – Correct.
vSphere Native Key Provider is a built-in key management solution introduced in vSphere 7.0 Update 2 that does not require an external Key Management Server (KMS) . This directly addresses the "no budget for additional infrastructure components" constraint. It is included in all vSphere editions, though Virtual Machine Encryption using Native Key Provider requires vSphere Enterprise Plus licensing . The Native Key Provider generates a primary Key Derivation Key (KDK) on vCenter and distributes it to ESXi hosts, enabling VM Encryption without external hardware or software costs.
C. A new encrypted iSCSI LUN – Correct.
The existing storage layer already has Data-at-Rest Encryption validated to FIPS 140-2. However, because the VM must be able to run on any ESXi host in the cluster, a dedicated encrypted LUN ensures that the application's data remains isolated at the storage level from other departments' workloads. Creating a new LUN (rather than reusing an existing one) guarantees that no other application can access the same storage volume, providing storage-level separation in addition to VM-level encryption . This aligns with VMware STIG guidance requiring IP-based storage networks to be logically separated from other traffic types .
Why other options are incorrect:
D. External Key Management Service (KMS) provider – Incorrect.
An external KMS requires purchasing, deploying, and managing additional infrastructure components (hardware security modules or KMS appliances). The customer explicitly stated no budget is available for additional infrastructure components or software. The vSphere Native Key Provider (option B) achieves the same encryption capabilities without external KMS costs .
E. A new local VMFS volume – Incorrect.
Deploying a local VMFS volume would violate the requirement that application virtual machines must be able to run on any ESXi host in the cluster. Local storage is host-specific and prevents vMotion, HA failover, and DRS load balancing. The customer's existing iSCSI SAN provides shared storage essential for VM mobility across the cluster.
F. VMware vSAN – Incorrect.
Deploying vSAN would introduce new software and hardware requirements (additional disks, controllers, networking), violating the "no budget" constraint. Additionally, the storage layer is already an iSCSI attached SAN; redesigning the storage architecture to vSAN is unnecessary and out of scope. While vSAN can provide encryption, it does not meet the budget or existing infrastructure constraints .
Reference
VMware vSphere Security Documentation – vSphere Native Key Provider is a built-in solution that does not require an external KMS
VMware vSphere Virtual Machine Encryption – Works with any supported storage type (iSCSI, NFS, Fibre Channel)
An architect is documenting the logical design for a new vSphere solution. The following
requirements have been provided to the architect by the customer for the design:
The solution must be deployed in two locations: DC1 and DC2
The solution must limit the impact radius of accidental changes by administrators
The solution must meet a recovery time objective (RTO) of four (4) hours and recovery
point objective (RPO) of 24 hours
The solution must allow workloads to run in both DC1 and DC2 during normal operations
The solution must allow workloads to be moved bi-directionally between DC1 and DC2
The solution must use hyper-converged infrastructure for the virtual machine storage
The customer has also confirmed that the network connection between DC1 and DC2 has
a 10 Gbps bandwidth with a maximum round trip latency of 4 ms.
The architect recommends the following design decision:
Use separate clusters in DC1 and DC2 to form a multi-region design
What should the architect include as justification for this design decision?
A. Sufficient capacity must be deployed in both DC1 and DC2 to support all running virtual machines.
B. Using separate clusters mitigates the risk of an accidental change at the cluster level in DC1 from impacting DC2.
C. Using separate clusters is the only configuration available that supports the RTO of four (4) hours.
D. The network connection between DC1 and DC2 does not support the use of stretched clusters.
Explanation:
The customer explicitly requires that the solution limit the impact radius of accidental changes by administrators. Using separate clusters in DC1 and DC2 achieves this by creating independent failure and change domains. An accidental change at the cluster level (e.g., HA configuration error, DRS setting change, vLCM remediation misconfiguration) in DC1 affects only workloads running in DC1, not those in DC2.
B. Using separate clusters mitigates the risk of an accidental change at the cluster level in DC1 from impacting DC2 – Correct.
This directly addresses the customer requirement to limit the impact radius of accidental changes. Separate clusters provide administrative isolation. Changes applied to the cluster configuration, resource pools, or policies in one data center do not propagate to the other, containing the blast radius.
Why other options are incorrect:
A. Sufficient capacity must be deployed in both DC1 and DC2 to support all running virtual machines – Incorrect.
This describes a requirement (capacity planning for failover), not a justification for using separate clusters. Additionally, with an RTO of 4 hours and RPO of 24 hours, the design likely uses asynchronous replication, meaning DC2 does not need to support 100% of workloads simultaneously during normal operations. This statement is not a valid justification for separate clusters.
C. Using separate clusters is the only configuration available that supports the RTO of four (4) hours – Incorrect.
A stretched cluster (single cluster spanning both sites) can also support an RTO of 4 hours, provided the network latency (4 ms) and bandwidth (10 Gbps) meet stretched cluster requirements (typically <5 ms RTT). Therefore, separate clusters are not the only configuration. RTO alone does not force separate clusters.
D. The network connection between DC1 and DC2 does not support the use of stretched clusters – Incorrect.
The customer provided a maximum round‑trip latency of 4 ms. VMware vSAN stretched clusters and vSphere Metro Storage Cluster (vMSC) support up to 5 ms RTT for most configurations. Therefore, the network does support stretched clusters. This statement is factually false based on the given data.
Reference
VMware Design Methodology (VCAP-DCV Design) – Separate clusters reduce failure and change impact radius. Stretched clusters share a single vCenter and cluster configuration, increasing the blast radius of administrative errors.
vSAN Stretched Cluster Requirements– Maximum supported round‑trip latency is 5 ms. The customer’s 4 ms is within tolerance, so option D is incorrect.
What is an example of an availability design quality?
A. A vSphere cluster is configured to support an N + 1 level of redundancy.
B. A vSphere cluster is configured to support a maximum tolerated downtime of one hour.
C. A vSphere cluster is configured to stage patches on ESXi hosts before applying them.
D. A vSphere cluster is configured to use a dedicated network adapter for vMotion traffic.
Explanation:
Availability design quality refers to the ability of the system to remain operational and accessible despite failures. It is typically measured in terms of uptime percentage (e.g., 99.9%) or redundancy levels (e.g., N+1, N+2, 2N) that tolerate component failures without service interruption.
A. A vSphere cluster is configured to support an N + 1 level of redundancy
– Correct. N+1 redundancy means the cluster has at least one extra host beyond what is needed to support the workload. This directly supports availability by allowing a host failure without loss of service. Redundancy levels are a core availability design quality.
Why other options are incorrect:
B. A vSphere cluster is configured to support a maximum tolerated downtime of one hour
– Incorrect. This describes recoverability (or a Recovery Time Objective), not availability. Maximum tolerated downtime defines how long the service can be down before business impact occurs, which relates to disaster recovery and backup design, not the inherent availability of the running system.
C. A vSphere cluster is configured to stage patches on ESXi hosts before applying them
– Incorrect. This describes manageability (lifecycle management and patch staging), not availability. Staging patches helps reduce disruption during maintenance but is a feature of vSphere Lifecycle Manager, not a direct measure of availability.
D. A vSphere cluster is configured to use a dedicated network adapter for vMotion traffic
– Incorrect. This describes performance or network design, specifically ensuring that vMotion traffic does not interfere with production network traffic. While this can indirectly protect availability by preventing congestion, it is not an example of availability design quality.
Reference
VMware Design Methodology (VCAP-DCV Design) –Availability qualities include redundancy levels (N+1, N+2), fault tolerance, and uptime percentages. Recoverability qualities include RTO, RPO, and MTD.
vSphere Availability Guide – N+1 redundancy is the minimum recommended design for vSphere HA clusters to tolerate a single host failure.
An architect is designing the datastore configuration of a new vSphere-based solution.
The following information was obtained during the initial meeting with the customer:
There is currently 500 production and DMZ virtual machine workloads spread evenly
across the primary and secondary site.
The profile of the workloads (per site) is as follows:
- DMZ:
-- 75 x Small: 1 vCPU, 2GB RAM, 200 GB disk
- Production:
-- 50 x Small: 1 vCPU, 2 GB RAM, 200 GB disk
-- 100 x Medium: 2 vCPU, 4 GB RAM, 200 GB disk
-- 25 x Large: 4 vCPU, 8 GB RAM, 500 GB disk
The average IO Profile per workload is 70/30 read/write.
The solution should cater to 10% storage growth in the first year.
The solution should cater to 15% virtual machine snapshot overhead.
The storage team has confirmed:
- A scalable external storage array has been deployed per site to support the storage
requirements.
- The storage array will connect to all hosts using a dedicated Fibre Channel storage area
network fabric.
- Usable storage capacity is available in 10 TB LUNs.
- As many LUNs as required can be provided.
- Every effort should be made to ensure the number of required LUNs is minimized.
The security team has stated that all DMZ and production workloads must remain logically
isolated from each other.
Given the information provided, which three design decisions should the architect make to
meet the requirements? (Choose three.)
A. Six 10TB VMFS datastores will be configured on each site for all production workloads.
B. Four 10TB VMFS datastores will be configured on each site for all production workloads.Four 10TB VMFS datastores will be configured on each site for all production workloads.
C. Each 10TB LUN will be configured as a VMFS datastore.
D. Two 10TB VMFS datastores will be configured on each site for all DMZ workloads.
E. Each 10TB LUN will be configured as an NFS datastore.
F. Seven 10TB VMFS datastores will be configured on each site for all workloads.
Explanation:
A: Six 10TB VMFS datastores for Production:
As calculated above, the production workloads require approximately 53.8 TB of usable space after accounting for growth and snapshots. Using six 10 TB LUNs provides 60 TB, which is the minimum number of LUNs required to satisfy the requirement.
C: Each 10TB LUN will be configured as a VMFS datastore:
The storage team is providing 10 TB LUNs via a Fibre Channel (FC) SAN. In vSphere design, the standard practice for block storage (FC) is to format each presented LUN as a single VMFS datastore to simplify management and alignment.
D: Two 10TB VMFS datastores for DMZ:
The DMZ calculation requires approximately 19 TB. Two 10 TB LUNs provide 20 TB, satisfying the capacity and growth requirements while maintaining the logical isolation requested by the security team.
Why Other Options are Incorrect
B: Four 10 TB LUNs (40 TB) is insufficient for the 53.8 TB production requirement.
E: The storage is connected via Fibre Channel, which is block storage. NFS is a file-level protocol used over IP networks; it cannot be used directly on a Fibre Channel fabric.
F: This option suggests seven LUNs for all workloads. This would total 70 TB. However, the combined requirement is ~72.8 TB ($19 + 53.8$). More importantly, mixing them in one group of LUNs would likely violate the security team’s mandate for logical isolation between DMZ and Production.
References
VMware vSphere 8.0 Documentation: Storage Decision Trees and Capacity Planning.
VMware vSphere Advanced Design Guide: Storage Design - Sizing for Snapshots and Growth.
An architect is designing a new vSphere-based solution for a customer.
During a requirements gathering workshop, the following information is provided:
The solutions must provide a recovery point objective (RPO) of 15 minutes.
The solution must have a primary and secondary site.
The solution must support orchestration to address application dependencies.
Which two solutions should the architect include in the design to meet these requirements?
(Choose two.)
A. vSAN stretched cluster
B. vSphere HA
C. Site Recovery Manager
D. vSphere Fault Tolerance
E. vSphere Replication
Explanation:
The customer requires three specific capabilities: a 15-minute RPO, a primary and secondary site, and orchestration to address application dependencies. These requirements map directly to two complementary VMware solutions that work together to provide comprehensive disaster recovery.
C. Site Recovery Manager (SRM) – Correct.
SRM provides the orchestration capability required to address application dependencies. It enables the creation of recovery plans that define the order in which virtual machines should be started after failover, ensuring that dependent services (e.g., database before application server) are brought online correctly . SRM also automates the failover process and integrates with both array-based replication and vSphere Replication, significantly reducing recovery time and manual intervention.
E. vSphere Replication – Correct.
vSphere Replication is the underlying replication engine that can achieve the 15-minute RPO requirement. As documented in VMware's official technical documentation, vSphere Replication supports RPO values ranging from 1 minute to 24 hours, with 15-minute RPO being a standard configuration option . vSphere Replication operates at the virtual machine level and is VSS-aware, ensuring application-consistent replicas for transactional workloads .
Why other options are incorrect:
A. vSAN stretched cluster – Incorrect.
While a stretched cluster can provide zero RPO (synchronous replication) and high availability across sites, it cannot achieve the specific orchestration requirement for application dependencies. Stretched clusters rely on vSphere HA for failover, which does not provide dependency‑aware startup ordering—the ability to ensure a database VM starts before its dependent application VMs. Additionally, stretched clusters require low latency (typically under 5ms RTT) and are designed for metro distances, not general disaster recovery scenarios with flexible RPO targets .
B. vSphere HA – Incorrect.
vSphere HA provides automatic restart of VMs after host failure, but it does not provide replication between sites or support an RPO of 15 minutes. HA operates within a single cluster and does not offer multi‑site asynchronous replication. Without replication, there is no recovery point capability at all.
D. vSphere Fault Tolerance (FT)
– Incorrect. FT provides continuous availability with zero downtime and zero data loss, but it is designed for intra‑cluster protection against host failures, not multi‑site disaster recovery. FT requires dedicated network bandwidth, places constraints on VM configurations (e.g., single vCPU in some editions), and does not provide orchestration for application dependencies across sites.
Reference
VMware Site Recovery Manager Documentation – SRM provides orchestrated disaster recovery with recovery plans that respect application dependencies
vSphere Replication RPO Configuration – Supports RPO values down to 1 minute, with 15 minutes as a standard configuration for protecting transactional workloads
An architect is tasked with helping a customer develop a design that meets the following
requirements:
Must have no single point of failure
Must include thorough standard operating procedure documentation
Must use VMXNET3 virtual network interface card
Must have 99.9% uptime Service Level Agreement
Must use the latest version of VMware vSphere
Which two are considered constraints? (Choose two.)
A. Must use the latest version of VMware
B. Must have no single point of failure
C. Must use VMXNET3 virtual network interface card
D. Must include thorough standard operating procedure documentation
E. Must have 99.9% uptime Service Level Aqreement
Explanation
In design methodology, a constraint is a fixed, non-negotiable requirement that restricts the architect's choices. Constraints are often technology-specific, vendor-specific, or prescriptive in nature. They limit the solution space.
A. Must use the latest version of VMware vSphere
– Correct. This is a constraint because it forces the architect to use the most current version, regardless of stability, compatibility, or operational readiness. It restricts the ability to choose a known-stable older version or delay upgrades.
C. Must use VMXNET3 virtual network interface card
– Correct. This is a technical constraint that forces the use of a specific paravirtualized NIC driver. The architect cannot use E1000, E1000E, or VMXNET2, even if other NIC types might be suitable for certain workloads. This limits design flexibility.
Why other options are incorrect
B. Must have no single point of failure
– Incorrect. This is an availability goal or requirement, not a constraint. It describes a desired outcome (fault tolerance) but does not prescribe a specific technology or fixed limitation. The architect can achieve this through multiple means (HA, FT, redundant networking, redundant storage).
D. Must include thorough standard operating procedure documentation
– Incorrect. This is an operational requirement, not a constraint. It specifies that documentation must be produced but does not restrict technical design choices. The architect can meet this with any SOP format or content structure.
E. Must have 99.9% uptime Service Level Agreement
– Incorrect. This is an availability target or service level requirement. It defines the expected uptime percentage but does not prescribe how to achieve it. The architect has flexibility in design decisions (clustering, redundancy, maintenance windows) to meet this SLA.
Reference
VMware Design Methodology (VCAP-DCV Design) – Constraints are fixed, prescriptive, or limiting statements (e.g., specific versions, specific hardware models, specific drivers). Requirements are flexible outcomes (e.g., uptime, no single point of failure).
Sphere Design Best Practices – "Must use VMXNET3" is a classic example of a technical constraint. "Must use latest version" restricts lifecycle management and upgrade decisions.
An architect is working on the design documentation for a new vSphere solution. The
architect has completed a conceptual model based on the following requirement:
REQ001 – The solution must use shared storage
What could the architect include in the logical design to meet this requirement?
A. The use of an NFS mount point, including the IP address of the NFS server it is hosted on
B. The use of an all flash vSAN datastore
C. The use of an HCI solution for a datastore
D. The use of File Based Storage, including the list of permissions applied to the share
Explanation
A logical design describes what the solution does at a conceptual or functional level, without specifying physical details (IP addresses, device names, exact configuration parameters). The requirement is simply that the solution uses shared storage.
C. The use of an HCI solution for a datastore – Correct.
This is a logical design statement because it identifies a type of solution (Hyperconverged Infrastructure) that provides shared storage via vSAN or similar, without specifying hardware models, IP addresses, or vendor-specific details.
Why other options are incorrect
A. The use of an NFS mount point, including the IP address of the NFS server
– Incorrect. Specifying an IP address is a physical or implementation design detail. The logical design would state "use NFS-based shared storage" without the IP address.
B. The use of an all flash vSAN datastore
– Incorrect. This is too prescriptive for a logical design. "All flash" is a physical characteristic (storage media type). The logical design would simply state "use vSAN for shared storage" if vSAN is the chosen solution type.
D. The use of File Based Storage, including the list of permissions applied to the share
– Incorrect. Listing specific permissions (e.g., root squash settings, read/write access) belongs in the physical or security design. Logical design would state "file-based shared storage will be used" without permissions detail.
Reference
VMware Design Methodology (VCAP-DCV Design) – Logical design describes solution types, policies, and methods (e.g., HCI, NFS, vSAN). Physical design includes IP addresses, device names, media types (all flash), and permissions.
vSphere Storage Design Guide – Shared storage types (NFS, vSAN, VMFS on FC/iSCSI) are logical decisions. Specific IPs, LUN IDs, and flash vs. spinning disk are physical.
| Page 4 out of 12 Pages |
| 2345 |
| 3V0-21.23 Practice Test Home |