VMware 5V0-23.20 VMware vSphere with Tanzu Specialist Online Training
VMware 5V0-23.20 Online Training
The questions for 5V0-23.20 were last updated at Nov 23,2024.
- Exam Code: 5V0-23.20
- Exam Name: VMware vSphere with Tanzu Specialist
- Certification Provider: VMware
- Latest update: Nov 23,2024
Which three elements should be configured by a vSphere administrator after creating vSphere Namespace? (Choose three.)
- A . Permissions
- B . Capacity and Usage limits
- C . License
- D . Namespace name
- E . Storage Policy
- F . NSX Segment
Which three characteristics are true of Control Plane VMs? (Choose three.)
- A . They can be resized by administrators directly through vCenter Inventory View.
- B . They each run the Spherelet.
- C . They each expose the Kubernetes API.
- D . They do not run any Kubernetes Pods.
- E . They are connected to a Management portgroup.
- F . They are deployed via a vCenter Service.
Which Kubernetes Service Types exposes the service externally using a static port?
- A . Headless
- B . NodePort
- C . ExternalName
- D . ClusterIP
The network topology for a Supervisor Cluster deployed using the vSphere networking stack, and a HAProxy load balancer is being planned.
In addition to the control plane management IP range and services P range, how many non-overlapping P address ranges are needed?
- A . 3
- B . 1
- C . 4
- D . 2
An administrator is planning the deployment of a vSphere with Tanzu using an NSX-T environment and must ensure that the control plane VMs and container images are placed onto different datastores. The administrator decides to create two datastores and apply differently named tags to each datastore.
Which additional action would the administrator need to perform to meet this requirement?
- A . Create two storage policies with different tag criteria and apply to the Supervisor Cluster using the vSphere Client.
- B . Create two storage policies with different tag criteria and apply to the Supervisor Cluster using kubectl commands.
- C . Create two storage policies with all tag criteria and apply to the Supervisor Cluster using kubectl commands.
- D . Create a single storage policy containing all tag criteria and apply to the Supervisor Cluster using the vSphere Client.
Which description accurately characterizes virtual machine class types for Tanzu Kubernetes cluster (TKC) nodes?
- A . A best-effort class does not provide high availability for TKC nodes.
- B . A best-effort class reserves CPU and Memory resources for TKC nodes.
- C . A guaranteed class provides high availability for TKC nodes.
- D . A guaranteed class reserves CPU and Memory resources for TKC nodes.
Which step in vSphere with Tanzu enablement using the vSphere Distributed Switch process is done prior to using the Workload Management Enablement Wizard?
- A . Deploy the load balancer
- B . Choose the Kubernetes content library that should be used in the Supervisor Cluster
- C . Define the Primary workload network P range
- D . Define the Management network interfaces for the Supervisor Cluster
What provides a declarative, Kubernetes-style API for cluster creation, configuration, and
management?
- A . Tanzu Kubernetes Grid Service
- B . kubectl
- C . vSphere REST API
- D . Virtual Machine Service
Which kubectl command is used to list al pods in the current active namespace?
- A . kubectl get nodes
- B . kubectl get pods
- C . kubectl get services
- D . kubectl list pods
Which type of service is created by default when publishing a Kubernetes service?
- A . Cluster IP
- B . Node Port
- C . LoadBalancer
- D . ExternalName