1. Home
  2. VMware
  3. 3V0-21.23 Exam Info
  4. 3V0-21.23 Exam Questions

Unlock VMware vSphere 8.x Advanced Design Mastery: Your 3V0-21.23 Success Blueprint

Ready to elevate your virtualization expertise and stand out in the competitive IT landscape? Our cutting-edge VMware vSphere 8.x Advanced Design practice questions are your secret weapon for conquering the 3V0-21.23 exam. Crafted by industry veterans, these materials go beyond mere memorization, immersing you in real-world scenarios that mirror the challenges faced by top-tier virtualization architects. Whether you're eyeing a promotion or dreaming of designing next-gen cloud infrastructures, our adaptive learning system adapts to your pace, transforming exam prep from a chore into an engaging journey. With our trio of formats portable PDF, interactive web-based, and feature-rich desktop software you'll have the flexibility to study anytime, anywhere. Don't let imposter syndrome hold you back; join thousands of successful candidates who've leveraged our materials to ace their exams and unlock lucrative opportunities in the ever-expanding world of enterprise virtualization.

Question 1

An architect is tasked with updating the design of an existing vSphere-based solution for a pharmaceuticals customer. The update will include upgrade to VMware vCenter 8 and VMware vSphere 8 and the creation of a new cluster that will be used for ongoing research projects. The research project that is driving the need for an update includes a number of applications that are latency-sensitive.

The customer has confirmed the following information during the initial workshop:

The customer recently completed a right sizing exercise using VMware Aria Operations that resulted in a number of ESXi hosts becoming available for use.

Each of the VMware ESXi host servers is configured with:

-- 2 x 20-core Intel Xeon CPU sockets

-- 1024GB RAM divided evenly between sockets

There is no additional budget for purchasing hardware.

After confirming the existing hardware is still listed on the VMware Hardware Compatibility List (HCL), the architect makes the following design decisions with regard to the workload design:

The solution will support a maximum of 20 combined cores and sockets per virtual machine.

The solution will support a maximum of 512GB RAM per virtual machine.

What should the architect document as justification for these design decisions?


Correct : B

NUMA (Non-Uniform Memory Access) is a system architecture in which a multiprocessor system is divided into multiple memory nodes. Each NUMA node typically has its own local memory that is faster to access than remote memory from other nodes.

In this case, each ESXi host has two CPU sockets (each with 20 cores) and 1024 GB of RAM divided evenly between the two sockets, meaning there are two NUMA nodes in each host.

By limiting the virtual machine to a maximum of 20 cores and sockets per virtual machine, and 512 GB of RAM, this ensures that each virtual machine will fit within a single NUMA node, preventing the virtual machine from crossing NUMA node boundaries. This design helps maintain better memory access performance and avoids potential performance degradation that can occur when a VM accesses memory across NUMA nodes.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

An architect is documenting the design for a new multi-site vSphere solution. The customer has informed the architect that the workloads hosted on the solution are managed by application teams, who must perform a number of steps to return the application to service following a failover of the workloads to the secondary site. These steps are defined as the Work Recovery Time (WRT). The customer has provided the architect with the following information about the workloads:

Critical workloads have a WRT of 12hours

Production workloads have a WRT of 24hours

Development workloads have a WRT of 24hours

All workloads have an RPO of 4hours

Critical workloads have an RTO of 1hour

Production workloads have an RTO of 12hours

Development workloads have an RTO of 24hours

The customer has also confirmed that the Disaster Recovery solution will not begin the recovery of the development workloads until all critical and production workloads have been recovered at the secondary site.

What would the architect document as the maximum tolerable downtime (MTD) for each type of workload in the design?


Correct : C

vSphere Lifecycle Manager (vLCM) is used to manage ESXi host configurations and software versions in a consistent and streamlined manner. In this case, the architect needs to account for the heterogeneous hardware across two sites (Intel and AMD-based servers).

Since Intel and AMD processors are incompatible for remediation with a single vSphere Lifecycle Manager image, the different processor architectures should be grouped by site (not across sites). Within each site, vLCM can manage a single image per processor architecture, ensuring that each site's hosts with compatible processors are remediated consistently. Intel-based servers will be managed with one image and AMD-based servers with another image, but they can be managed in separate sites.

This approach avoids the issue where heterogeneous hardware with different processor types would need separate images. By keeping them within the same site, the architecture simplifies the lifecycle management and meets the requirement for minimizing clusters and ensuring service availability during upgrades.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

An architect is designing a vSphere-based private cloud solution to support the following customer requirements:

The solution should support running 5,000 concurrent production compute workloads across the primary and secondary sites.

The solution should support running 1,000 development compute workloads within the secondary site.

The solution should support up to 50 management workloads across the primary and secondary site.

The solution must ensure the isolation of virtual infrastructure management operations between management and compute workloads.

The solution must ensure that the hosting of any virtual infrastructure management workloads does not impact the amount of capacity available for compute workloads.

The solution must ensure that all production compute workloads are physically isolated from development compute workloads.

The solution must ensure that the operational management of compute workloads in the secondary site is possible in the event of a disaster affecting the primary site.

How many VMware vCenter instances will the architect need to include in the design to meet these requirements?


Correct : B

To meet the requirements outlined, the architect will need to design a solution with three VMware vCenter instances. Here's why:

Isolation of Virtual Infrastructure Management Operations: The management workloads (such as vCenter itself, along with other virtual infrastructure management tools) should be isolated from compute workloads. This suggests the need for a separate vCenter instance to manage the infrastructure without impacting compute workloads.

Physical Isolation of Production and Development Workloads: Production workloads and development workloads need to be physically isolated, which suggests the need for different vCenter instances to maintain separation.

Support for Operational Management in the Event of a Disaster: In the event of a disaster affecting the primary site, the secondary site should still be able to manage compute workloads. This could be achieved by having a vCenter instance in each site (primary and secondary) to ensure continued management in the event of a failure.

Breakdown of the three vCenter instances:

vCenter 1: Manages production workloads across both primary and secondary sites.

vCenter 2: Manages development workloads in the secondary site, ensuring isolation from production.

vCenter 3: Manages the virtual infrastructure management workloads, ensuring isolation from compute workloads.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

An architect is designing a backup solution.

Which two statements should be included in the logical design for this solution? (Choose two.)


Correct : A, E

The database must be backed up every day during the maintenance window of 1:00AM and 3:00AM.

This is a logical design requirement because it specifies the timing for the backup operations. It's important to define backup schedules to align with the maintenance window, ensuring minimal disruption to production workloads.

The database will be backed up using an API-based backup solution.

This is a logical design decision that specifies the method of backup. Using an API-based backup solution is a modern, efficient way to ensure consistent and application-aware backups of databases.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

An architect is creating the design for a vSphere platform that will be used as the target for a migration from multiple legacy vSphere platforms that are being decommissioned. The customer has provided the following information:

Each legacy platform has its own set of virtual machine templates stored in OVF format.

All of the templates need to be migrated to the new platform.

After migration, the templates should be centralized into a single location.

The templates must be accessible to all clusters in the new platform vCenter instance.

Any new templates added to the central location must be automatically available to all clusters.

Administrators must be able to deploy new virtual machines directly from the template instances.

The customer also confirmed that after the migrations are complete, the new platform will be the only vSphere solution available.

Which design choice should the architect evaluate in the logical design for the storage and management of virtual machine templates?


Correct : C

A subscribed content library is the best design choice for managing and centralizing virtual machine templates in this scenario. Here's why:

Centralized Management: A subscribed content library allows templates to be stored in a central location and made available to all clusters within the vCenter instance. Any new templates added to the central content library are automatically made available to all subscribed clusters, meeting the requirement for templates to be centrally stored and easily accessible by all clusters.

Automatic Updates: When a new template is added to the central content library, it becomes automatically available to all clusters that subscribe to it, fulfilling the requirement for automatically available new templates.

VM Template Deployment: Administrators can deploy new virtual machines directly from the template instances stored in the content library, which ensures that the deployment process is streamlined and consistent.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Page:    1 / 19   
Total 92 questions