ExamGecko
Home / VMware / 5V0-23.20 / List of questions
Ask Question

VMware 5V0-23.20 Practice Test - Questions Answers

Add to Whishlist

List of questions

Question 1

Report Export Collapse

An administrator working in a vSphere with Tanzu environment wants to ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores The administrator has applied tags to the required datastores in the vSphere Client Which action should the administrator take next to meet the requirement?

Create a storage policy containing the tagged datastores. and apply it to the vSphere Namespace.
Create a storage policy containing the tagged datastores. and apply it to the vSphere Namespace.
Create a storage class containing the tagged datastores. and apply it to the Supervisor Cluster
Create a storage class containing the tagged datastores. and apply it to the Supervisor Cluster
Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
Create a storage Policy containing the tagged datastores. and apply it to the Supervisor Cluster.
Create a storage Policy containing the tagged datastores. and apply it to the Supervisor Cluster.
Suggested answer: A
Explanation:

VMware 5V0-23.20 image Question 1 explanation 10309 09162024012802000000

The vSphere administrator defines and assigns VM storage policies to a namespace:

β€’ VM storage policies are translated into Kubernetes storage classes.

β€’ Developers can access all assigned VM storage policies in the form of storage classes.

β€’ Developers cannot manage storage classes.

Storage class names are created in the following way:

β€’ Spaces in VM Storage Policy names are replaced with hyphens (-).

β€’ Special characters are replaced with a digit. A VM Storage Policy called My Gold Policy $ is called my-gold-policy-0 as a storage class.

asked 16/09/2024
Balazs Jarmy
59 questions

Question 2

Report Export Collapse

Which three roles does the Spherelet perform? (Choose three )

Determines placement of vSphere pods
Determines placement of vSphere pods
Manages node configuration
Manages node configuration
Starts vSphere pods
Starts vSphere pods
Provides a key-value store for pod configuration
Provides a key-value store for pod configuration
Communicates with Kubernetes API
Communicates with Kubernetes API
Provisions Tanzu Kubernetes clusters
Provisions Tanzu Kubernetes clusters
Suggested answer: B, C, E
Explanation:

VMware 5V0-23.20 image Question 2 explanation 10310 09162024012802000000

Spherelet is a kubelet that is ported natively to ESXi. It allows the ESXi host to become part of a Kubernetes cluster. Spherelet performs the following functions:

β€’ Communicates with the control plane VMs

β€’ Manages node configuration

β€’ Starts vSphere Pods

β€’ Monitors vSphere Pods

asked 16/09/2024
alex aguirre
46 questions

Question 3

Report Export Collapse

Why would developers choose to deploy an application as a vSphere Pod instead of a Tanzu Kubernetes cluster?

They need the application to run as privileged pods.
They need the application to run as privileged pods.
The application works with sensitive customer data, and they want strong resource and security isolation.
The application works with sensitive customer data, and they want strong resource and security isolation.
They want to have root level access to the control plane and worker nodes in the Kubernetes cluster.
They want to have root level access to the control plane and worker nodes in the Kubernetes cluster.
The application requires a version of Kubernetes that is above the version running on the supervisor cluster.
The application requires a version of Kubernetes that is above the version running on the supervisor cluster.
Suggested answer: B
Explanation:

VMware 5V0-23.20 image Question 3 explanation 10311 09162024012802000000

A vSphere Pod is a VM with a small footprint that runs one or more Linux containers. With vSphere Pods, workloads have the following capabilities:

β€’ Strong isolation from a Linux kernel based on Photon OS

β€’ Resource management using DRS

β€’ Same level of resource isolation as VMs

β€’ Open Container Initiative (OCI) compatible

β€’ Equivalent to a Kubernetes Container Host vSphere Pods are not compatible with vSphere vMotion. When an ESXi host is placed into maintenance mode, running vSphere Pods are drained and redeployed on another ESXi host, but only if the vSphere Pod is part of a ReplicaSet.

asked 16/09/2024
Mk Cheng
50 questions

Question 4

Report Export Collapse

A company needs to provide global visibility and consistent policy management across multiple Tanzu Kubernetes Clusters, namespaces, and clouds Which VMvare solution will meet these requirements'?

vSphere with Tanzu Supervisor Cluster
vSphere with Tanzu Supervisor Cluster
vCenter Server
vCenter Server
Tanzu Mission Control
Tanzu Mission Control
Tanzu Kubernetes Grid Service
Tanzu Kubernetes Grid Service
Suggested answer: C
Explanation:

VMware 5V0-23.20 image Question 4 explanation 10312 09162024012802000000

VMware Tanzu Mission Controlβ„’ is a centralized management platform for consistently operating and securing your Kubernetes infrastructure and modern applications across multiple teams and clouds.

asked 16/09/2024
Arun Lailamony
47 questions

Question 5

Report Export Collapse

A developer is connecting to a Tanzu Kubernetes Cluster using the kubectl vsphere login command Which information must be specified, in addition to both the name of the cluster and the Supervisor Cluster Control Wane IP?

The path to the existing kubeconfig file and the SSO Username
The path to the existing kubeconfig file and the SSO Username
The path to the existing kubeconfig file and the Token D for the SSO credentials
The path to the existing kubeconfig file and the Token D for the SSO credentials
The name of the Supervisor Namespace and the Token ID for the SSO credentials
The name of the Supervisor Namespace and the Token ID for the SSO credentials
The name of the Supervisor Namespace and the SSO Username
The name of the Supervisor Namespace and the SSO Username
Suggested answer: D
Explanation:

To connect to the Supervisor Cluster, run the following command. kubectl vsphere login --server=SUPERVISOR-CLUSTER-CONTROL-PLANE-IP --tanzu-kubernetes-cluster-name TANZU-KUBERNETES-CLUSTER-NAME --tanzu-kubernetes-cluster-namespace SUPERVISOR-NAMESPACE-WHERE-THE-CLUSTER-ISDEPLOYED --vsphere-username VCENTER-SSO-USER-NAME For example: kubectl vsphere login --server=10.92.42.137 --tanzu-kubernetes-cluster-name tanzu-kubernetes-cluster-01 --tanzu-kubernetes-cluster-namespace tanzu-ns-1 --vsphere-username [email protected]

asked 16/09/2024
Opeyemi Alabi
48 questions

Question 6

Report Export Collapse

Which value must be increased or decreased to horizontally scale a Tanzu Kubernetes cluster?

Namespaces
Namespaces
etcd instance
etcd instance
Worker node count
Worker node count
ReplicaSets
ReplicaSets
Suggested answer: C
Explanation:

Scale a Cluster Horizontally With the Tanzu CLI

To horizontally scale a Tanzu Kubernetes cluster, use the tanzu cluster scale command. You change the number of control plane nodes by specifying the --controlplane-machine-count option. You change the number of worker nodes by specifying the --worker-machine-count option.

asked 16/09/2024
Michael Bays
41 questions

Question 7

Report Export Collapse

Which two container network interfaces (CNIs) are supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service? (Choose two )

NSX-T
NSX-T
Weave Net
Weave Net
Flannel
Flannel
Antrea
Antrea
Calico
Calico
Suggested answer: D, E
Explanation:

https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-A7756D67-0B95-447D-A645-E2A384BF8135.html

A Tanzu Kubernetes cluster provisioned by the Tanzu Kubernetes Grid Service supports two CNI options: Antrea (default) and Calico. Both are open-source software that provide networking for cluster pods, services, and ingress.

Tanzu Kubernetes clusters provisioned by the Tanzu Kubernetes Grid Service support the following Container Network Interface (CNI) options:

Antrea

Calico

Explanation

VMware 5V0-23.20 image Question 7 explanation 10315 09162024012802000000

Tanzu Kubernetes Grid Service CNI

Tanzu Kubernetes Grid Service supports Antrea and Calico as container network interfaces (CNI).

The default CNI in vSphere 7 Update 1 is Antrea.

Antrea is a VMware-supported, open source, Kubernetes-native project that implements the container network interface (CNI) and Kubernetes network policy, providing network connectivity and security for pod workloads. Antrea extends the benefit of programmable networks from Open vSwitch (OVS) to Kubernetes.

For more information about Antrea, see https://antrea.io/

asked 16/09/2024
Kathie Herod
42 questions

Question 8

Report Export Collapse

Where are the virtual machine images stored that are used to deploy Tanzu Kubernetes clusters?

Content Library
Content Library
Supervisor Cluster
Supervisor Cluster
Harbor Image Registry
Harbor Image Registry
Namespace
Namespace
Suggested answer: A
Explanation:

The vSphere administrator configures a Subscribed Content Library on the Supervisor Cluster. The virtual machine image that is used for the Tanzu Kubernetes cluster nodes is pulled from this library.

A Subscribed Content Library originates from a Published Content Library. After the subscription is created, the system synchronizes it with the published library. To create the Tanzu Kubernetes cluster nodes, VMware publishes a Photon OS OVA library to which you subscribe. After the subscriber is synchronized with the publisher, you associate the content library with the Supervisor Cluster.

asked 16/09/2024
D Chauhan
43 questions

Question 9

Report Export Collapse

VMware 5V0-23.20 image Question 9 10317 09162024012802000000

Which capability do persistent volumes provide to containerized applications?

Automated disk archival
Automated disk archival
Support for in-memory databases
Support for in-memory databases
Support for ephemeral workloads
Support for ephemeral workloads
Retention of application state and data
Retention of application state and data
Suggested answer: D
Explanation:

Certain Kubernetes workloads require persistent storage to store data permanently. To provision persistent storage for Kubernetes workloads, vSphere with Tanzu integrates with Cloud Native Storage (CNS), a vCenter Server component that manages persistent volumes.

Persistent storage is used by vSphere Pods, Tanzu Kubernetes clusters, and VMs. The following example illustrates how persistent storage is used by a vSphere Pod. vSphere Pods use different types of storage depending on the objects that are stored. The types of storage are ephemeral virtual machine disks (VMDKs), persistent volume VMDKs, and containers image VMDKs:

β€’ Storage policies for container image and ephemeral disks are defined at the cluster level.

β€’ Storage policies for persistent volumes are defined at the namespace level.

β€’ Networking for vSphere Pods uses the topology provided by NSX.

asked 16/09/2024
Grip op IT
44 questions

Question 10

Report Export Collapse

What is the proper way to delete a Persistent Volume Claim?

By using the kubectl delete persistentvolumeclaim command
By using the kubectl delete persistentvolumeclaim command
By using the kubectl remove pvc command
By using the kubectl remove pvc command
Through the SPBM policy engine using the vSphere Client
Through the SPBM policy engine using the vSphere Client
By unmounting the volume from the VM and deleting it from the vSphere datastore
By unmounting the volume from the VM and deleting it from the vSphere datastore
Suggested answer: A
Explanation:

VMware 5V0-23.20 image Question 10 explanation 10318 09162024012802000000

Also, kubectl delete pvc, which is much shorter.

DevOps engineers create persistent volume claims to request persistent storage resources. The request provisions a persistent volume object and a matching virtual disk. In the vSphere Client, the persistent volume claim manifests as an FCD virtual disk that can be monitored by vSphere administrators.

The claim is bound to the persistent volume. The workloads can use the claim to mount the persistent volumes and access storage.

When the DevOps engineers delete the claim, the corresponding persistent volume object and the provisioned virtual disk are also deleted.

asked 16/09/2024
Ronakkumar Shyani
53 questions
Total 124 questions
Go to page: of 13