FreeQAs
 Request Exam  Contact
  • Home
  • View All Exams
  • New QA's
  • Upload
PRACTICE EXAMS:
  • Oracle
  • Fortinet
  • Juniper
  • Microsoft
  • Cisco
  • Citrix
  • CompTIA
  • VMware
  • ISC
  • SAP
  • EMC
  • PMI
  • HP
  • Salesforce
  • Other
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. VMware Certification
  3. 3V0-21.23 Exam
  4. VMware.3V0-21.23.v2025-11-07.q101 Dumps
  • ««
  • «
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • »
Download Now

Question 96

Refer to the exhibit.

An architect is assigned a new project to design a VMware hybrid cloud solution.
The project is following a proven design methodology following the V-Model of systems engineering and verification. The selected methodology follows these phases: Assess, Design, Deploy and Validate.
Which activity would be conducted during the Design phase?

Correct Answer: A
Design phase: The purpose of the Design phase is to define how the solution will meet the specific requirements. During this phase, the architect works closely with stakeholders to understand their needs and translate those needs into a technical design. A key activity in this phase often involves refining the solution details through interviews and discussions with key stakeholders to ensure that the design aligns with the business and technical requirements.
insert code

Question 97

An architect is responsible for the lifecycle management design for a brownfield vSphere-based solution.
The following information has been provided during initial meetings around the new solution:
Existing heterogeneous server hardware will be used to provide the hosting platform.
The available hardware is:
- 10 servers that contain 2 x 20-Core Intel Xeon processors and 512 GB RAM from Vendor A
- 10 servers that contain 2 x 24-Core Intel Xeon processors and 768 GB RAM from Vendor A
- 20 servers that contain 2 x 16-Core AMD EPYC processors and 512 GB RAM from Vendor B
- 10 servers that contain 1 x 24-Core AMD EPYC processors and 256 GB RAM from Vendor B All of the hardware is currently listed on the VMware Hardware Compatibility List (HCL).
All existing server hardware has 36 months vendor support remaining.
The requirements from the customer are:
REQ001 - The solution must support the hosting of 5,000 workloads spread across two physical sites.
REQ002 - The solution should minimize the number of clusters.
REQ003 - The solution must ensure that there is no impact to service when completing upgrades.
Given the resource requirements needed for the solution, the architect has calculated that all of the existing servers will be required to provide sufficient resources for the new environment. The Intel-based (Vendor A) servers will be deployed to the primary site and both the Intel-based and AMD-based servers (Vendor B) will be deployed to the secondary site.
Which assumption should the architect make to support the lifecycle management of vSphere 8?

Correct Answer: 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'shosts 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.
insert code

Question 98

An architect is designing a new vSphere-based solution for a customer.
During a requirement gathering workshop, the following information is provided:
The solution must have a primary and secondary site.
The solution must support a maximum of 1,000 concurrent workloads.
The profile of the workloads are as follows:
- Production Workloads
-- 300 x Small: 1 vCPU, 2 GB RAM
-- 400 x Medium: 2 vCPU, 6 GB RAM
-- 100 x Large: 4 vCPU, 8 GB RAM
- Development Workloads
-- 200 x Small: 1 vCPU, 2 GB RAM
The corporate security policy states that, during normal operations, production workloads must be physically segregated from development workloads.
All production workloads are split evenly across the primary and secondary site.
All development workloads run only within the secondary site.
In the event of a disaster affecting workloads in the primary site, the secondary site must be capable of running all production and development workloads.
The vCPU to physical core ratio should be a maximum of 10:1 for production workloads and 20:1 for development workloads.
The solution should provide a minimum of N + 1 resiliency at each component level.
The target physical host hardware platform has already been defined by the company's hardware standards and therefore each host has the following configuration:
-- 2 x 24 physical cores
-- 768 GB RAM
-- 2 x 100 GB SSD drives
-- 6 x 10 GbE network cards
What is the minimum number of hosts required to meet the requirements?

Correct Answer: A
1. Production Workloads:
300 x Small: 1 vCPU, 2 GB RAM
400 x Medium: 2 vCPU, 6 GB RAM
100 x Large: 4 vCPU, 8 GB RAM
TotalvCPUsrequired for production:
Small: 300 x 1 = 300 vCPUs
Medium: 400 x 2 = 800 vCPUs
Large: 100 x 4 = 400 vCPUs
Total production vCPUs= 300 + 800 + 400 =1,500 vCPUs
2. Development Workloads:
200 x Small: 1 vCPU, 2 GB RAM
Total vCPUsrequired for development:
Small: 200 x 1 =200 vCPUs
3. Workload Distribution:
Production workloads are split evenly across the primary and secondary site:750 vCPUs per site(1,500/2).
All development workloads run in the secondary site:200 vCPUs.
4. vCPU to Physical Core Ratio:
Production workloads:10:1 ratio(vCPU to core ratio).
Development workloads:20:1 ratio(vCPU to core ratio).
5. Hosts Configuration:
Each host has24 physical coresand768 GB of RAM.
Since the maximum vCPU-to-core ratio for production is 10:1, each host can support240 vCPUs(24 cores x
10).
For development, with a ratio of 20:1, each host can support480 vCPUs(24 cores x 20).
6. Host Calculation:
Production Workloads(750 vCPUs per site):
750 vCPUs for production divided by 240 vCPUs per host =3.125 hosts(rounding up =4 hostsper site for production).
Development Workloads(200 vCPUs):
200 vCPUs divided by 480 vCPUs per host =0.416 hosts(rounding up =1 hostfor development).
7. Resiliency:
N + 1 resiliencymeans we need one extra host per site to provide redundancy.
8. Total Hosts:
4 hostsfor production in the primary site.
4 hostsfor production in the secondary site.
1 hostfor development in the secondary site.
1 additional hostfor N + 1 resiliency in both sites.
Total hosts required= 4 (primary production) + 4 (secondary production) + 1 (secondary development) + 2 (N
+ 1) =12 hosts.
insert code

Question 99

How do you determine the network protocol needs for a vSphere network design?

Correct Answer: C
insert code

Question 100

What are workload design requirements related to?

Correct Answer: D
insert code
  • ««
  • «
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • »
[×]

Download PDF File

Enter your email address to download VMware.3V0-21.23.v2025-11-07.q101 Dumps

Email:

FreeQAs

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 FreeQAs

www.freeqas.com materials do not contain actual questions and answers from Cisco's certification exams.