[Jan-2022] VCP-AM 2021 2V0-71.21 Exam Practice Dumps [Q29-Q51]

Share

[Jan-2022] VCP-AM 2021 2V0-71.21 Exam Practice Dumps

2022 2V0-71.21 Premium Files Test pdf - Free Dumps Collection


VMware 2V0-71.21 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Understand and Explain Common Administration Requirements for Tanzu Mission Control
  • Understand and Explain Common Administration Requirements for Tanzu Kubernetes Grid
Topic 2
  • Describe Kubernetes Application Deployment and Lifecycle Management Concepts
  • Describe Kubernetes Cluster and Application Security Concepts
Topic 3
  • Cluster access and authentication mechanism
  • Supervisor cluster Services and Capabilities
Topic 4
  • Describe Kubernetes Platform and Service Administration Concepts
  • Describe Kubernetes Lifecycle Management Concepts
Topic 5
  • Steps for attaching a cluster to VMware Tanzu Mission Control
  • Describe Administrative and Operational Tasks for Tanzu Mission Control
Topic 6
  • Admission control options to implement on a cluster
  • Describe Kubernetes networking and storage concepts
Topic 7
  • Steps required to deploy and manage Tanzu Kubernetes Grid Instances
  • Prerequisites required to configure the vSphere environment for TKG
Topic 8
  • vSphere Client pages for viewing TKG Service and Tanzu Kubernetes Cluster Health
  • Harbor Configuration for Common Container Registry Scenarios
Topic 9
  • Examples of troubleshooting steps to identify errors
  • Metrics configuration for an application
Topic 10
  • Configuration for the recommended design and image management
  • Tanzu Kubernetes solution that should be used

 

NEW QUESTION 29
Refer to the exhibit.
In the following StorageClass manifest, which field is used to specify the Volume Plugin driver used for underlying storage array?

  • A. name
  • B. type
  • C. provisioner
  • D. parameters

Answer: C

 

NEW QUESTION 30
What is the command to find out the available node base operating system images?

  • A. kubectl cluster-info
  • B. kubectl get virtualmachineimages
  • C. kubectl get nodes
  • D. kubectl get virtualmachineclasses

Answer: C

 

NEW QUESTION 31
Which upgrade method can be used for an 'in-place' Kubernetes update?

  • A. Run "kubectl patch" command against a Tanzu Kubernetes cluster
  • B. Change the VirtualMachineClass on a Tanzu Kubernetes cluster
  • C. Change the number of control plane nodes
  • D. Change the StorageClass on a Tanzu Kubernetes cluster

Answer: A

 

NEW QUESTION 32
Choose two supported functionalities when enabling Workload Management with a VMware vSphere Distributed Switch? (Choose two.)

  • A. NSX Load Balancer
  • B. vSphere Pods
  • C. Tanzu Kubernetes clusters
  • D. Embedded Harbor Registry
  • E. NSX Advanced Load Balancer

Answer: C,D

 

NEW QUESTION 33
Which is the correct option to forward logs from Tanzu Kubernetes Grid clusters to Elastic, Kafka, Splunk or an HTTP endpoint?

  • A. Use the kubectl get logs command to forward the logs
  • B. Deploy the fluent bit plugin to vRealize Log Insight
  • C. Deploy Fluent Bit to forward the logs
  • D. No action is required. Tanzu Kubernetes Grid automatically forwards the logfiles to syslog.

Answer: C

 

NEW QUESTION 34
What is the default authentication implemented in Tanzu Kubernetes Grid?

  • A. Keycloak
  • B. Dex & Gangway
  • C. kube-oidc-proxy
  • D. Vault

Answer: D

 

NEW QUESTION 35
What command would an administrator use to upgrade the Tanzu Management Cluster?

  • A. tkg upgrade management-cluster
  • B. tkg management-upgrade
  • C. apt-get install -y kubeadm
  • D. tanzu-upgrade-mgt

Answer: A

 

NEW QUESTION 36
What role is used to run cluster inspection on Tanzu Mission Control console?

  • A. Create role
  • B. Credential.admin role
  • C. Cluster.edit role
  • D. Credential.view role

Answer: C

 

NEW QUESTION 37
How are Tanzu Kubernetes clusters upgraded?

  • A. Rolling upgrades
  • B. Clusters are only upgraded offline
  • C. In-place upgrade for each node
  • D. Deploy a new cluster with upgraded Kubernetes release

Answer: A

 

NEW QUESTION 38
Which Tanzu Mission Control role provides the typical service usage for most members in an organization?

  • A. Service Collaborator
  • B. Service Member
  • C. Service Owner
  • D. Service Admin

Answer: B

 

NEW QUESTION 39
What Kubernetes feature would be used to force the scheduler to place instances of the application on different nodes?

  • A. nodeAuthorization
  • B. kubectl
  • C. namespaces
  • D. nodeAffinity/nodeAntiAffinity

Answer: D

 

NEW QUESTION 40
A Tanzu Mission Control administrator would like to enforce the following container controls:
Require Digest.
Name-Tag Allowlist.
To which type of policies do these controls belong to?

  • A. Access
  • B. Security
  • C. Registry
  • D. Network

Answer: C

 

NEW QUESTION 41
Which tool is required to install extensions in Tanzu Kubernetes Grid clusters?

  • A. ytt
  • B. k9s
  • C. knative
  • D. kubectx

Answer: A

 

NEW QUESTION 42
An administrator was asked to run a conformance testing on all Kubernetes clusters managed by Tanzu Mission Control.
What are the required steps?

  • A. Run the conformance testing by selecting a workspace group that all the cluster namespaces belong to
  • B. Run the conformance testing by selecting a cluster group that all the clusters belong to
  • C. Conformance testing can be run on the cluster level, repeat this task for all the clusters
  • D. Apply a label to all the clusters and select the label when running the conformance testing

Answer: B

 

NEW QUESTION 43
To configure a cluster with user authentication in Tanzu Kubernetes Grid (TKG), which options are needed to deploy Dex on a management cluster running on vSphere? (Choose two.)

  • A. Dex with OpenLDAP
  • B. Dex with LDAP
  • C. Dex with Active Directory
  • D. Dex with Local Authentication
  • E. Dex with OIDC

Answer: B,E

 

NEW QUESTION 44
Refer to the exhibit.

Which two options can be modified in order to expose nginx app using Ingress Controller? (Choose two.)

  • A. Change type to LoadBalancer
  • B. Change type to IngressController
  • C. Change type to HostPort
  • D. Change type to AntreaCni
  • E. Change type to NodePort

Answer: B,C

 

NEW QUESTION 45
What is the advantage of connecting the Tanzu Kubernetes Grid (TKG) CLI to a vSphere with Tanzu Supervisor Cluster?

  • A. Tanzu Kubernetes clusters can be managed with vCenter Server Graphical User Interface console.
  • B. Tanzu Kubernetes clusters can be managed with ESXi Host Client.
  • C. Tanzu Kubernetes clusters can be deployed to vSphere with Tanzu and manage their lifecycle directly from the TKG CLI.
  • D. Kubernetes objects can be created via vCenter Server VAMI interface.

Answer: C

 

NEW QUESTION 46
Which command is used to upgrade a Tanzu Kubernetes Grid Cluster (TKG) to a different kubernetes version?

  • A. tkg cluster upgrade <cluster_name> --kubernetes-version <version>
  • B. tkg upgrade cluster <cluster_name> --version <version>
  • C. tkg upgrade cluster <cluster_name> --kubernetes-version <version>
  • D. tkg cluster upgrade <cluster_name> --k8s-version <version>

Answer: C

 

NEW QUESTION 47
Which storage provider is available in Tanzu Mission Control for Data Protection?

  • A. Local Storage
  • B. Any S3 compatible Storage
  • C. Google
  • D. AWS

Answer: B

 

NEW QUESTION 48
What is the command to recognize a cluster in a disconnected state to Tanzu Mission Control?

  • A. tmc cluster configure -n < cluster_name> -k </path/to/kubeconfig>
  • B. tmc join cluster -n < cluster_name> -k </path/to/kubeconfig>
  • C. tmc cluster reattach -n < cluster_name> -k </path/to/kubeconfig>
  • D. tmc configure cluster -n < cluster_name> -k </path/to/kubeconfig>

Answer: C

Explanation:
The cluster reattach command needs to see the status of tanzu mission control before reattaching a cluster. The probe can show the disconnected state of a cluster in tanzu mission control.

 

NEW QUESTION 49
What are the pre-requisites for installing the Harbor registry in Tanzu Kubernetes Grid (TKG)?

  • A. Deploy a management cluster and install Tanzu Kubernetes Grid extensions.
  • B. Deploy a management cluster, download and install the TKG extensions and Carvel tools.
  • C. Deploy a management cluster, launch the Harbor installation wizard.
  • D. Install Harbor helm from vCenter.

Answer: B

 

NEW QUESTION 50
Which method is supported to change Kubernetes version for Tanzu Kubernetes clusters on VMware vSphere with Tanzu?

  • A. Upgrade by skipping Kubernetes version e.g. 1.16 to 1.18
  • B. Decrease Kubernetes version e.g. 1.18 to 1.17
  • C. Change the major version, e.g. from v1.18 to v2.0
  • D. Upgrade by incremental Kubernetes version e.g. 1.17 to 1.18

Answer: D

 

NEW QUESTION 51
......

Get ready to pass the 2V0-71.21 Exam right now using our VCP-AM 2021  Exam Package: https://www.practicevce.com/VMware/2V0-71.21-practice-exam-dumps.html

A fully updated 2022 2V0-71.21 Exam Dumps exam guide from training expert PracticeVCE: https://drive.google.com/open?id=1BncNFwiWVOyyarwSzcPblDQFEYHnMv7D