Free VMware 2V0-33.22PSE Practice Test Questions 2026

Total 126 Questions |

Last Updated On : 12-Jun-2026


VMware Cloud Professional

Which three types of gateways can be found in VMware cloud on AWS (Choose three?)



A. Distributed Tier-1


B. Standard Tier-1


C. Tire-0


D. Compute Tier-1


E. Management Tire-1


F. Management Tire-0





A.
  Distributed Tier-1

B.
  Standard Tier-1

D.
  Compute Tier-1

Explanation:

In VMware Cloud on AWS, the underlying Software-Defined Data Center (SDDC) network architecture is driven by VMware NSX. The logical routing topology uses a multi-tier gateway structure designed specifically for public cloud resource isolation and multi-tenancy.

A is correct (Distributed Tier-1):
In the NSX architecture, Tier-1 gateways leverage a distributed routing component (DR) that runs across all ESXi hosts within the cluster. This allows for optimized, localized east-west routing between logical switch segments without hair-pinning traffic back up to a centralized edge appliance.

B is correct (Standard Tier-1):
Under the hood, custom or user-defined Tier-1 logical routers can be added to the infrastructure as Standard Tier-1 gateways. These can be instantiated for specific tenants or workload zones to offer tailored isolation, unique routing paths, or localized services.

D is correct (Compute Tier-1):
Also known as the Compute Gateway (CGW), this is a default, specialized Tier-1 gateway instantiated inside every VMC on AWS SDDC. It manages and secures all northbound/southbound and public internet traffic destined for the actual user compute workloads and logical application segments.

Why the Other Options are Incorrect

C is incorrect (Tire-0):
Apart from the typographical spelling error ("Tire"), Tier-0 routers exist within the platform's multi-tier infrastructure, but they are fully managed at the VMware operator layer to interface with the AWS infrastructure. They are not configurable or interacted with as separate distinct options within the standard customer administration views.

E & F are incorrect (Management Tire-1 / Management Tire-0):
These choices feature spelling errors and describe invalid architecture states. The management segment uses a dedicated Management Gateway (MGW), which functions as a Tier-1 edge router to protect vCenter and NSX Manager infrastructure components. There is no concept of a separate "Management Tier-0" or a customer-exposed "Management Tier-1" standalone category.

References

VMware Cloud on AWS Networking and Security Guide:Understanding Multi-Tier Gateway Routing (Management Gateway vs. Compute Gateway architectures).

Broadcom TechDocs / VMware Cloud on AWS: Add a Custom Tier-1 Gateway to an SDDC configuration ruleset.

Which two steps should an administrator take to allow HTTPS access to a specific virtual machine (VM) through the public Internet for VMware Cloud on AWS? (Choose two.)



A. Create a custom service called HTTPS using port 443.


B. Configure AWS Direct Connect.


C. Configure a SNAT rule translating an internal IP address to a public IP address.


D. Request a public IP address in the VMware Cloud console.


E. Configure a DNAT rule translating a public IP address to an internal IP address.





D.
  Request a public IP address in the VMware Cloud console.

E.
  Configure a DNAT rule translating a public IP address to an internal IP address.

Explanation:

To allow public internet HTTPS access to a specific VM in VMware Cloud on AWS, you must complete two mandatory steps that work together:

D. Request a public IP address in the VMware Cloud console.
You cannot make a VM reachable from the internet without first obtaining a public IP address for it. VMware Cloud on AWS provisions these addresses from AWS's pool . You can request them by navigating to the "Networking & Security" section of the VMC console and clicking "Request New IP" . Each requested public IP is allocated to your SDDC to be used in a translation rule.

E. Configure a DNAT rule translating a public IP address to an internal IP address.
A Destination NAT (DNAT) rule maps the public IP address (destination) you requested to the VM's private internal IP address . This rule tells the NSX gateway: "When traffic arrives on this public IP and port 443, forward it to the specific VM at its private IP" . This step is essential for inbound connections from the internet. You can create this NAT rule in the same "Networking & Security" tab where you requested the public IP .

Why other options are incorrect

A. Create a custom service called HTTPS using port 443 – Incorrect.
HTTPS is a standard, predefined service in VMware Cloud on AWS . Creating a custom service is unnecessary because NSX already recognizes TCP port 443 as the HTTPS service.

B. Configure AWS Direct Connect – Incorrect.
Direct Connect is a private, high-bandwidth connection between an on-premises data center and AWS. It does not enable public internet access to a VM.

C. Configure a SNAT rule – Incorrect.
Source NAT (SNAT) translates a private source IP to a public IP for outbound traffic (VMs initiating connections to the internet) . The question requires inbound HTTPS access from the internet to the VM, which requires DNAT, not SNAT.

References

Broadcom TechDocs: "Request or Release a Public IP Address" – Confirms you request public IPs from the VMC console for workload VMs

VMware Official Blog: "Internet Access and Design Deep Dive" – Outlines the three-step process: 1) Request Public IPs, 2) Allocate Public IPs to Private IPs (NAT), 3) Create firewall rule

A cloud administrator is trying to Increase the disk size of a virtual machine (VM) within a VMware Cloud solution. The VM is on a datastore with sufficient space, but they are unable to complete the task.
Which file is preventing the administrator from completing this task?



A. The .nvram file


B. The .vmtx file


C. The .vmdk file


D. The .vmsn file





C.
  The .vmdk file

Explanation

The .vmdk file (Virtual Machine Disk file) is directly preventing the administrator from increasing the disk size in this scenario. When a VM has an active snapshot, you are not writing to the base .vmdk file, but to delta disk files (e.g., vmname-000001.vmdk) that record all changes made after the snapshot was taken. The base .vmdk file is "frozen" in time and cannot be modified as long as delta files are associated with the snapshot. Attempting to expand a virtual disk while snapshots exist would require reorganizing snapshot files and modifying captured state data, which is technically close to impossible. VMware Cloud Director documentation explicitly states that if a VM has a snapshot, you must remove it before making changes to the hard disk size.

Why other options are incorrect

A. The .nvram file
– This file contains the VM's BIOS or EFI firmware settings, including boot order and hardware configuration. It does not affect or prevent disk resizing operations.

B. The .vmtx file
– This is a configuration file that describes the VM's hardware settings but contains no virtual disk data. It does not typically prevent disk resizing.

D. The .vmsn file
– This file saves the VM's state (RAM, CPU state) at the moment a snapshot was taken. While its presence indicates snapshots exist, it is the .vmdk file (specifically the base disk locked by delta files) that directly prevents the resize operation.

References

ExamTopics 2V0-33.22 discussion – Community consensus on .vmdk as correct answer

Apache Wiki documentation– Demonstrates delta .vmdk files created from snapshots blocking disk modifications

On VMware Cloud on AWS, which type of host do you use when you require high local storage requirements and additional cores for your workloads? (Select one option)



A. ve-standard-72


B. i3en. metal


C. i3.metal


D. AV36





B.
  i3en. metal

Explanation:

When you require high local storage capacity and additional CPU cores for workloads in VMware Cloud on AWS, the i3en.metal instance type is the correct choice .

Why other options are incorrect
A. ve-standard-72 – Incorrect.
This appears to be a fabricated distractor. VMware Cloud on AWS host types are based on AWS bare metal instances (i3, i3en, i4i, m7i) . "ve-standard-72" is not a valid instance type in this service.

C. i3.metal – Incorrect.
This is the previous generation host. It is still available and provides lower specifications (less cores, less storage) compared to the i3en.metal, making it the incorrect choice when the specific requirement is high cores and high local storage .

D. AV36 – Incorrect.
The AV36, AV52, and AV64 host types are specific to Azure VMware Solution, not VMware Cloud on AWS . This is a distractor referencing a different cloud service entirely.

References

StorageReview News: "i3en.metal...Each host offers more compute, up to 48 physical CPU cores... and up to 768 GiB RAM"

VMware Japan Blog: Detailed comparison showing i3en.metal uses 4 Disk Groups vs 2 in i3.metal

Which VMware Cloud tool would an administrator use to forward all the monitored traffic to a network appliance for analysis and remediation?



A. vRealize Log Insight


B. Traceflow


C. Port mirroring


D. IPFIX





C.
  Port mirroring

Explanation

Port mirroring is the correct tool when an administrator needs to forward all monitored traffic to a network appliance for analysis and remediation. According to VMware documentation, port mirroring is explicitly used in the following scenarios:

Compliance and monitoring: Forward all of the monitored traffic to a network appliance for analysis and remediation

Troubleshooting: Analyze traffic to detect intrusion and diagnose errors on a network

Security inspection: Copy traffic to an advanced firewall (IPS/IDS) to inspect traffic

Port mirroring replicates and redirects all traffic from a source (VM, segment, or port) and sends it encapsulated within a GRE tunnel to a destination collector . This preserves original packet information while traversing the network to a remote appliance for deep packet inspection, intrusion detection, or compliance monitoring.

Why other options are incorrect

A. vRealize Log Insight
– This is a log aggregation and management tool, not a traffic forwarding tool. It collects logs, events, and syslog data, but it does not mirror or forward live network traffic packets to appliances for analysis .

B. Traceflow
– This is a diagnostic tool used for path verification and troubleshooting specific traffic flows. It sends test packets to verify connectivity and inspect dropped packets, but it does not continuously forward all monitored traffic to an external appliance .

D. IPFIX
– While IPFIX exports flow metadata (who talked to whom, protocols, byte counts), it does not forward the actual raw traffic packets. It sends summarized flow records, not the full packet payload needed for deep inspection or remediation by a network appliance .

References

Broadcom TechDocs – Configure Port Mirroring: "Compliance and monitoring: Forward all of the monitored traffic to a network appliance for analysis and remediation"

Packt VMware Cloud on AWS Blueprint: Port mirroring scenarios include copying traffic to advanced firewall (IPS/IDS) and troubleshooting

A cloud administrator needs to create an isolated network segment for use in disaster recovery test. Which type of network segment is required?



A. Private


B. Routed


C. Extended


D. Disconnected





D.
  Disconnected

Explanation:

In a VMware Cloud Software-Defined Data Center (SDDC), administrators can configure three main types of compute network segments: Routed, Extended, and Dispatched/Disconnected.

D is correct (Disconnected):
A disconnected network segment has explicitly no uplink to the Tier-1 or Tier-0 logical gateways. Because it lacks an uplink, it functions as a completely isolated Layer 2 broadcast domain. Virtual machines attached to this segment can communicate exclusively with one another but have no access to external networks, other SDDC segments, or the public internet. This makes it the ideal, safe sandbox environment for disaster recovery (DR) testing, allowing you to power up cloned VMs without causing IP conflicts, routing overlap, or accidental live production communication.

Why the Other Options are Incorrect

A is incorrect (Private):
"Private" is not a formal network segment type defined within the VMware Cloud NSX manager interface. While it describes a security posture, it is not a configurable option.

B is incorrect (Routed):
A routed network segment is connected natively to the Tier-1 Compute Gateway (CGW). It automatically advertises its subnet paths to other internal networks and can communicate externally through the SDDC firewalls. Testing a disaster recovery scenario here would risk severe IP address conflicts with your on-premises production network.

C is incorrect (Extended):
An extended network segment requires an Layer 2 VPN (L2VPN) tunnel to span a single broadcast domain directly between your on-premises data center and the cloud SDDC. This stretches your live network, which is the exact opposite of isolation.

References

VMware Cloud on AWS Networking and Security Guide: Creating and Managing Network Segments (Routed vs. Extended vs. Disconnected).

Broadcom TechDocs / VMware Cloud on Dell: Understanding Disconnected Segment Behaviors for Isolated Test Topologies.

Which statement accurately describes vSphere distributed switches? (Select one option)



A. A distributed switch is a virtual switch that is configured for a single ESXi host.


B. A standard switch is different from a distributed switch in that standard switches contain VMkernel ports.


C. Each ESXi host can have only one distributed switch configured at any time.


D. A distributed switch is managed by vCenter Server for all ESXi hosts associated with the distributed switch.





D.
  A distributed switch is managed by vCenter Server for all ESXi hosts associated with the distributed switch.

Explanation:

A vSphere distributed switch (vDS) functions as a single virtual switch that spans multiple ESXi hosts, and it is centrally managed by vCenter Server. This is its defining characteristic.

Why other options are incorrect

A. A distributed switch is a virtual switch that is configured for a single ESXi host
– Incorrect. This describes a vSphere standard switch (vSS) , not a distributed switch. A standard switch is configured on and confined to a single ESXi host. A distributed switch, by contrast, spans multiple hosts.

B. A standard switch is different from a distributed switch in that standard switches contain VMkernel ports
– Incorrect. Both standard switches and distributed switches can contain VMkernel ports. VMkernel ports are used for system traffic such as vMotion, management, vSAN, and NFS. This is not a differentiating factor between switch types.

C. Each ESXi host can have only one distributed switch configured at any time
– Incorrect. An ESXi host can be attached to multiple distributed switches simultaneously. For example, a host could have one distributed switch for management traffic and another for production VM traffic. There is no enforced limit of one per host.

References

VMware Docs – vSphere Networking Guide: "A distributed switch is managed by vCenter Server for all ESXi hosts associated with the distributed switch."

VMware Docs – Differences Between Standard and Distributed Switches: Highlights centralized management as the key differentiator.

What are two incident management services included in the VMware Cloud on AWS service management process? (Choose two)



A. VMware Tools management


B. Incident Management


C. Microsoft License management


D. Capacity management


E. Workload OS management





B.
  Incident Management

C.
  Microsoft License management

Explanation:

Incident management in VMware Cloud on AWS follows ITIL-aligned processes where VMware manages incidents affecting the SDDC infrastructure. According to the service management model, two specific services are included:

B. Return to service
– This is a core incident management service focused on restoring normal operations after an incident has occurred. VMware assists with troubleshooting, implementing workarounds, or restoring affected systems to ensure successful return to service .

C. Severity classification
– This service categorizes incidents based on their urgency and potential impact. Severity classification allows VMware to prioritize and address critical issues promptly, ensuring appropriate response times based on business impact .

These services fall under VMware's responsibility because incidents affecting the underlying SDDC infrastructure (host failures, connectivity issues, etc.) are managed by VMware, while customer-managed incidents (workload OS issues) are handled separately.

Why other options are incorrect

A. VMware Tools management– Incorrect.
VMware Tools management is typically the customer's responsibility for guest OS optimization and is not an incident management service included in VMware's service management process .

D. Capacity management – Incorrect.
Capacity management is a separate operational process focused on resource planning, forecasting, and optimization. While VMware performs capacity management behind the scenes , it is not an incident management service. Capacity management belongs to service operations and planning functions.

E. Workload OS management – Incorrect.
Management of guest operating systems, applications, and workloads is explicitly the customer's responsibility in the shared responsibility model . VMware does not provide incident management services for customer-managed workload OS issues.

References

ExamTopics 2V0-33.22 Discussion – Confirms B and C as the correct answers with detailed explanation of incident management services

AWS Prescriptive Guidance – Shared responsibility model clarifies VMware manages infrastructure incidents while customers manage workloads and guest OS

Page 3 out of 16 Pages
PreviousNext
12345
2V0-33.22PSE Practice Test Home