ExamGecko
Home Home / VMware / 5V0-23.20

VMware 5V0-23.20 Practice Test - Questions Answers, Page 7

Question list
Search
Search

Which two items must be provided before a vSphere with Tanzu Supervisor Namespace can be created? (Choose two.)

A.
vSphere with Tanzu Enabled Cluster
A.
vSphere with Tanzu Enabled Cluster
Answers
B.
DNS-compliant Name
B.
DNS-compliant Name
Answers
C.
Permissions
C.
Permissions
Answers
D.
Storage Policy
D.
Storage Policy
Answers
E.
Resource Limits
E.
Resource Limits
Answers
Suggested answer: A, D

Explanation:

Prerequisites

Configure a cluster with vSphere with Tanzu.

Create users or groups for all DevOps engineers who will access the namespace.

Create storage policies for persistent storage. Storage policies can define different types and classes of storage, for example, gold, silver, and bronze.

Create VM classes and content libraries for stand-alone VMs.

Create a content library for Tanzu Kubernetes releases for use with Tanzu Kubernetes clusters.

See Creating and Managing Content Libraries for Tanzu Kubernetes releases.

Required privileges:

Namespaces.Modify cluster-wide configuration

Namespaces.Modify namespace configuration

Which two considerations needs to be made when deciding on a virtual machine class type during the process of creating a Tanzu Kubernetes cluster? (Choose two )

A.
Whether the resources provided by the virtual machine class type should be reserved on the host
A.
Whether the resources provided by the virtual machine class type should be reserved on the host
Answers
B.
The configuration parameters which need to be edited in the cluster
B.
The configuration parameters which need to be edited in the cluster
Answers
C.
The amount of CPU. memory, and storage the virtual machine should have
C.
The amount of CPU. memory, and storage the virtual machine should have
Answers
D.
Connectivity between the Tanzu Kubernetes cluster and the Subscribed Content Library
D.
Connectivity between the Tanzu Kubernetes cluster and the Subscribed Content Library
Answers
E.
The storage classes which need to be made available to the cluster
E.
The storage classes which need to be made available to the cluster
Answers
Suggested answer: A, C

Explanation:

A virtual machine class is a request for resource reservations for processing power on the virtual machine (VM), including CPU and memory (RAM). For example, the VM class type named "guaranteed-large" reserves 4 CPU and 16 GB RAM. See Default Virtual Machine Classes for a list of default VM classes and their corresponding CPU and RAM reservations.

The VM disk size is set by the OVA template, not the VM class definition. For Tanzu Kubernetes releases, the disk size is 16GB. See About Tanzu Kubernetes release Distributions.

There are two reservation types for VM classes: guaranteed and best effort. The guaranteed class fully reserves its configured resources. This means that for a given cluster the spec.policies.resources.requests matches the spec.hardware settings. The best effort class allows resources to be overcommitted. For production workloads it is recommended that you use the guaranteed VM class type.

What is true of a Tanzu Kubernetes Cluster?

A.
It is a Kubernetes cluster deployed by developers using a YAML specification file.
A.
It is a Kubernetes cluster deployed by developers using a YAML specification file.
Answers
B.
It use resources from hosts across vSphere clusters to form a Kubernetes cluster on vSphere.
B.
It use resources from hosts across vSphere clusters to form a Kubernetes cluster on vSphere.
Answers
C.
It enables vSphere High Availability and Distributed Resource Scheduler.
C.
It enables vSphere High Availability and Distributed Resource Scheduler.
Answers
D.
It removes the Kubernetes API for use by DevOps teams.
D.
It removes the Kubernetes API for use by DevOps teams.
Answers
Suggested answer: A

Explanation:

Tanzu Kubernetes Cluster is a Kubernetes cluster deployed by developers using a YAML specification file. It uses resources from hosts across vSphere clusters to form a Kubernetes cluster on vSphere. It also enables vSphere High Availability and Distributed Resource Scheduler, which allows for load balancing and high availability of resources in the cluster. It does not remove the Kubernetes API for use by DevOps teams.

Which container network interface (CNI) is supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service? (Choose two )

A.
NSX-T
A.
NSX-T
Answers
B.
WeaveNet
B.
WeaveNet
Answers
C.
Antrea
C.
Antrea
Answers
D.
Cillium
D.
Cillium
Answers
Suggested answer: A, C

Explanation:

The container network interfaces (CNIs) supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service are NSX-T and Antrea. NSX-T is a multi-cloud networking and security platform from VMware that provides built-in container networking and security capabilities. Antrea is an open-source CNI project created by the GitHub team that provides network policy enforcement for Kubernetes clusters. Both of these CNIs provide support for multi-tenancy and advanced network policy enforcement.

What provides a declarative, Kubernetes-style API for cluster creation, configuration, and management?

A.
Tanzu Kubernetes Grid Service
A.
Tanzu Kubernetes Grid Service
Answers
B.
kubectl
B.
kubectl
Answers
C.
vSphere REST API
C.
vSphere REST API
Answers
D.
Virtual Machine Service
D.
Virtual Machine Service
Answers
Suggested answer: A

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.
A.
A best-effort class does not provide high availability for TKC nodes.
Answers
B.
A best-effort class reserves CPU and Memory resources for TKC nodes.
B.
A best-effort class reserves CPU and Memory resources for TKC nodes.
Answers
C.
A guaranteed class provides high availability for TKC nodes.
C.
A guaranteed class provides high availability for TKC nodes.
Answers
D.
A guaranteed class reserves CPU and Memory resources for TKC nodes.
D.
A guaranteed class reserves CPU and Memory resources for TKC nodes.
Answers
Suggested answer: D

How are quotas and permissions guaranteed by vSphere with Tanzu for Tanzu Kubernetes (TKG) clusters that are deployed within a namespace?

A.
By routing quota and permission API calls to vCenter Server via the Supervisor Cluster
A.
By routing quota and permission API calls to vCenter Server via the Supervisor Cluster
Answers
B.
By ensuring each TKG cluster has a quotas and permissions system built into it natively which enforces all requests
B.
By ensuring each TKG cluster has a quotas and permissions system built into it natively which enforces all requests
Answers
C.
By having the Supervisor Cluster poll the TKG cluster periodically to ensure adherence to quotas and permissions
C.
By having the Supervisor Cluster poll the TKG cluster periodically to ensure adherence to quotas and permissions
Answers
D.
By deploying an external authentication solution
D.
By deploying an external authentication solution
Answers
Suggested answer: A

Which two configurations are needed to meet the minimum vSphere with Tanzu on vSphere Distributed Switch Network Requirements? (Choose two.)

A.
Network Interface Cards with Single Root IO Virtualization support (SR-IOV)
A.
Network Interface Cards with Single Root IO Virtualization support (SR-IOV)
Answers
B.
vCenter Server connected to the workload network
B.
vCenter Server connected to the workload network
Answers
C.
Non-overlapping subnets on workload networks
C.
Non-overlapping subnets on workload networks
Answers
D.
One workload network designated as the primary workload network
D.
One workload network designated as the primary workload network
Answers
E.
Physical Network MTU set to 1600 Bytes
E.
Physical Network MTU set to 1600 Bytes
Answers
Suggested answer: C

Which statement is true about Kubernetes Network Policies?

A.
The Supervisor cluster contains a firewall to implement the network policy.
A.
The Supervisor cluster contains a firewall to implement the network policy.
Answers
B.
The policy is created by developers and applied using a YAML specification.
B.
The policy is created by developers and applied using a YAML specification.
Answers
C.
vSphere administrator adds the Kubernetes Network policy to the Development team's Namespace to implement the rules.
C.
vSphere administrator adds the Kubernetes Network policy to the Development team's Namespace to implement the rules.
Answers
D.
vSphere administrator creates the network policy in NSX Manager to restrict app-to-app communication.
D.
vSphere administrator creates the network policy in NSX Manager to restrict app-to-app communication.
Answers
Suggested answer: B

An administrator needs to configure a Supervisor Cluster with the vSphere networking stack (vSphere Distributed Switch) and HAProxy appliance using default configuration. The administrator has already connected all hosts in the cluster to a vSphere Distributed Switch and created distributed portgroups.

Which designation must be mapped to a distributed portgroup?

A.
Primary Workload Network
A.
Primary Workload Network
Answers
B.
Load Balancer Network
B.
Load Balancer Network
Answers
C.
Frontend Network
C.
Frontend Network
Answers
D.
Supervisor Cluster Network
D.
Supervisor Cluster Network
Answers
Suggested answer: D
Total 124 questions
Go to page: of 13