
Check Real VMware 2V0-71.23 Exam Question for Free (2024)
Get Ready to Boost your Prepare for your 2V0-71.23 Exam with 65 Questions
NEW QUESTION # 11
Which method describes how Kubernetes clusters are upgraded?
- A. Use rolling upgrade
- B. In-place upgrade of each node
- C. Deploy a new cluster with upgraded Kubernetes release
- D. Use canary upgrade
Answer: A
NEW QUESTION # 12
What is the purpose of a service mesh?
- A. Provides an infrastructure layer that makes communication between applications possible, structured, and observable.
- B. Provides a centralized, global routing table to simplify and optimize traffic management.
- C. Provides dynamic application load balancing and autoscaling across multiple clusters and multiple sites.
- D. Provides service discovery across multiple clusters.
Answer: A
NEW QUESTION # 13
What is the object in Kubernetes used to grant permissions to a cluster wide resource?
- A. RoleReference
- B. ClusterRoleAccess
- C. ClusterRoleBinding
- D. RoleBinding
Answer: C
NEW QUESTION # 14
Which command has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI?
- A. tanzu cluster scale <cluster_name> --controlplane 5 --worker 10 --namespace=<my_namespace>
- B. tanzu scale <cluster_name> --controlplane-machine-count 5 --worker-machine-count 10 --namespace=<my_namespace>
- C. tanzu scale <cluster_name> --controlplane 5 --worker 10
- D. tanzu cluster scale <cluster_name> --controlplane-machine-count 5 --worker-machine-count 10
Answer: A
NEW QUESTION # 15
Which statement describes Harbor?
- A. Harbor formerly known as Bitnami, is an image catalog used for downloading verified open source packages.
- B. Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted.
- C. Harbor is an image scanner used to verify that images are free from known vulnerabilities and patches as necessary.
- D. Harbor requires that all images are pulled from GitHub and is used for image validation and verification.
Answer: B
NEW QUESTION # 16
Which two are valid options for obtaining kubectl config file in Tanzu Kubernetes environment? (Choose two.)
- A. Download from vSphere Ul
- B. Download on the Supervisor Cluster Webpage
- C. Access from VMware Tanzu Mission Control
- D. Use the command tubeccl vsphere login
- E. Access from vCenter Server Appliance Management Interface
Answer: C,D
NEW QUESTION # 17
What are three VMware products that VMware Tanzu Kubernetes Grid natively integrates with? (Choose three.)
- A. NSX Advanced Load Balancer
- B. BOSH
- C. vSphere with VMware Tanzu
- D. Tanzu Mission Control
- E. vRealize Network Insight
- F. NSX-T Data Center
Answer: A,C,F
NEW QUESTION # 18
What are four policy types supported by VMware Tanzu Mission Control? (Choose four.)
- A. Workspace policy
- B. Network policy
- C. Security policy
- D. Cluster group policy
- E. Pod security policy
- F. Custom policy
- G. Access policy
Answer: B,C,F,G
NEW QUESTION # 19
What is the Kubernetes component that is responsible for workload creation?
- A. etcd
- B. API Sep/er
- C. Scheduler
- D. Kubelel
Answer: D
NEW QUESTION # 20
What is the function of Velero?
- A. Monitor cluster services
- B. Collect data and logs from different sources, unify them, and send them to multiple destinations
- C. Publish DNS records for applications to DNS servers
- D. Backup and restore Kubernetes clusters
Answer: D
NEW QUESTION # 21
What project does Contour leverage for the data plane?
- A. Prometheus
- B. Istio
- C. NSX Load Balancer
- D. Envoy
Answer: D
NEW QUESTION # 22
What is the role of the Tanzu Kubernetes Grid Service?
- A. It provisions an extension inside the Kubernetes cluster to validate user authentication tokens.
- B. It provides a declarative, Kubernetes-style API for management of VMs and associated vSphere resources.
- C. It provisions Kubernetes clusters that integrate with the underlying vSphere Namespace resources and Supervisor Services.
- D. It provides declarative, Kubernetes-style APIs for cluster creation, configuration, and management.
Answer: C
NEW QUESTION # 23
Which two statements describe Kubernetes observability characteristics? (Choose two.)
- A. It observes the code of the applications running in Kubernetes environment
- B. Provides visibility into Kubernetes clusters for troubleshooting and impact assessment
- C. Collects real-time metrics from all layers of Kubernetes
- D. Automatically heals Kubernetes workloads after an issue has been observed
- E. It provides network insight and detailed Kubernetes network topology view
Answer: B,C
NEW QUESTION # 24
Which two are installed on the target cluster when VMware Tanzu Mission Control Data Protection is enabled? (Choose two.)
- A. VMware Tanzu Mission Control agent
- B. FluentBit
- C. Data protection extension
- D. Antrea
- E. Velero
Answer: C,E
NEW QUESTION # 25
Where can an administrator register the vSphere management cluster in VMware Tanzu Mission Control?
- A. In the vSphere Management Cluster with Jcubeccl
- B. In the vSphere Client - Workload Cluster settings
- C. In the vSphere Namespace with Jcubeccl
- D. In the VMware Tanzu Mission Control web console or CLI
Answer: D
NEW QUESTION # 26
Which two StorageClass objects are supported by the VMware Tanzu Kubernetes Grid? (Choose two.)
- A. Azure Glacier
- B. Amazon EBS
- C. vSphere Cloud Native Storage (CNS)
- D. Linux Remote File Services
- E. Samba
Answer: B,C
NEW QUESTION # 27
What is the role of Prometheus in a VMware Tanzu Kubernetes Grid cluster?
- A. Collect metrics from target clusters at specified intervals, evaluate rule expressions, display the results, and trigger alerts if certain conditions arise.
- B. Inject time-series database (TSDB) data into high-quality graphs and visualizations.
- C. Extend the open-source Docker distribution by adding the functionalities usually required by users such as security and identity control and management.
- D. Provide the functionality of a lightweight log processor and forwarder that allows you to collect data and logs from different sources.
Answer: A
NEW QUESTION # 28
What is the correct resource hierarchy order in VMware Tanzu Mission Control?
- A. Organization -> Cluster Groups -> Clusters
- B. Organization -> Cluster Groups -> Namespaces
- C. Root -> Cluster Groups -> Clusters
- D. Organization -> Clusters -> Cluster Groups
Answer: A
NEW QUESTION # 29
What Kubernetes objects are vSphere with Tanzu storage polices converted to?
- A. Quota policies
- B. Persistent volumes
- C. Storage claims
- D. Storage classes
Answer: D
NEW QUESTION # 30
Which statement describes a Container Storage Interface (CSI) in VMware Tanzu Kubernetes Grid?
- A. It is a plug-in that allows providers to expose storage as persistent storage.
- B. It is a plug-in that is only used for clusters which require cloud native storage.
- C. It is a plug-in that is required for ephemeral storage.
- D. It is a plug-in that only works with vSphere object storage.
Answer: A
NEW QUESTION # 31
Which statement is true about Tanzu package CLI plugin?
- A. It can be used to manage packages in public repositories.
- B. It cannot be used to add additional package repositories apart from tanzu-standard.
- C. It is intended only for CLI-managed packages.
- D. It can be used to install auto-managed packages.
Answer: A
NEW QUESTION # 32
What Kubernetes project does vSphere with Tanzu Supervisor Cluster use to automate the lifecycle management of Tanzu Kubernetes Grid Clusters?
- A. Kubeadm
- B. Contour
- C. Grafana
- D. Cluster API
Answer: D
NEW QUESTION # 33
Which set of tools can be used to attach a Kubernetes cluster to VMware Tanzu Mission Control?
- A. kubectl and VMware vSphere Web Ul
- B. Tanzu CLI and VMware Tanzu Mission Control Web Ul
- C. Tanzu CLI and VMware vSphere Web Ul
- D. kubectl and VMware Tanzu Mission Control Web Ul
Answer: B
NEW QUESTION # 34
......
Use Free 2V0-71.23 Exam Questions that Stimulates Actual EXAM : https://www.dumpsking.com/2V0-71.23-testking-dumps.html
Get 100% Real 2V0-71.23 Free Online Practice Test: https://drive.google.com/open?id=1HxNfWEJkIj4te1udkXc28OuiwjAEUTNk
