[2022] 2V0-71.21 Exam Dumps, Test Engine Practice Test Questions [Q31-Q56]

Share

[2022] 2V0-71.21 Exam Dumps, Test Engine Practice Test Questions

Pass 2V0-71.21 exam [Jan 03, 2022] Updated 56 Questions

NEW QUESTION 31
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 OIDC
  • B. Dex with Local Authentication
  • C. Dex with LDAP
  • D. Dex with OpenLDAP
  • E. Dex with Active Directory

Answer: A,C

 

NEW QUESTION 32
Select the tkg cli command below that provides valid syntax for scaling a Tanzu Kubernetes Grid cluster:

  • A. tkg scale cluster_name --cp-machine-count 5 --node-count 10
  • B. tkg scale cluster_name --controlplane-machine-count 5 --worker-machine-count 10
  • C. tkg scale cluster cluster_name --cp-machine-count 5 --node-count 10
  • D. tkg scale cluster cluster_name --controlplane-machine-count 5 --worker-machine-count 10

Answer: D

 

NEW QUESTION 33
An administrator needs to deploy the infrastructure for three applications that are being developed. It is required to provide different Kubernetes version for each application.
Which approach satisfies these requirements?

  • A. Deploy three different Tanzu Kubernetes Grid workload clusters with different Kubernetes versions.
  • B. Deploy three different management clusters with different Kubernetes versions.
  • C. Create three different namespaces for each application.
  • D. Create three different pods for each application.

Answer: B

 

NEW QUESTION 34
Under Menu, which section to enable Tanzu Kubernetes Cluster in VMware vSphere for Tanzu on vSphere Client?

  • A. Workload Management
  • B. Content Libraries
  • C. Hosts and Cluster
  • D. VMs and Templates

Answer: A

 

NEW QUESTION 35
What is the MINIMUM required version of vSphere to install Tanzu Kubernetes Grid?

  • A. 6.7 Update 3
  • B. 6.5 Update 2
  • C. 6.7 Update 1
  • D. 6.0 Update 1

Answer: A

 

NEW QUESTION 36
An architect is designing the infrastructure for multiple applications and needs to ensure isolation and control over resources and permissions assigned to each application team.
Which is the easiest and least expensive way to satisfy these requirements?

  • A. Use dedicated Kubernetes Deployments per each application
  • B. Use dedicated vSphere Namespace per application
  • C. Use dedicated vSphere Pod per application
  • D. Use dedicated Supervisor Cluster per application

Answer: B

Explanation:
The dedicated namspace per application ensure isolation and control over resources and permissions in each application team. Namespace is unique entity that is why it can be used to manage resources independently.

 

NEW QUESTION 37
What does an administrator need to install to attach a Kubernetes cluster to Tanzu Mission Control (TMC)?

  • A. Cluster agent extensions
  • B. TMC agent pack
  • C. TMC service
  • D. The agent is already installed

Answer: A

 

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

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

Answer: B

 

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

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

Answer: D

 

NEW QUESTION 40
Which step must be taken to enable Kubernetes auditing on a Tanzu Kubernetes cluster?

  • A. Audit is enabled by default on every Tanzu cluster
  • B. Edit /etc/kubernetes/audit-policy.yaml and set ENABLE_AUDIT variable to '1' on master node
  • C. Run systemctl start auditd && systemctl enable auditd on master node
  • D. Set the ENABLE_AUDIT_LOGGING variable to 'true' before deploying the cluster

Answer: D

Explanation:
Reference:
%20auditing%20on,on%20the%20control%20plane%20node

 

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

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

Answer: A

 

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

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

Answer: D

 

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

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

Answer: D

 

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

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

Answer: A

 

NEW QUESTION 45
What are the infrastructure services prerequisites to enable Tanzu in vSphere? (Choose all that apply.)

  • A. DNS
  • B. DHCP
  • C. Active directory
  • D. Firewall
  • E. NTP

Answer: A,B,E

 

NEW QUESTION 46
Which two inspections are supported in Tanzu Mission Control? (Choose two.)

  • A. CIS Benchmark Inspection
  • B. Conformance Inspection
  • C. Security Inspection
  • D. Vulnerability Inspection
  • E. SAST Inspection

Answer: A,B

 

NEW QUESTION 47
What is the period of time to consider DISCONNECTED state for a cluster in Tanzu Mission Control?

  • A. 1 minute
  • B. 3 minutes
  • C. 2 minutes
  • D. 5 minutes

Answer: B

 

NEW QUESTION 48
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. Registry
  • B. Security
  • C. Access
  • D. Network

Answer: A

 

NEW QUESTION 49
Which tools are required to be installed on your local machine before installing TKG extensions?

  • A. ytt, yq, certgen, openssl
  • B. kapp, kbld, ytt
  • C. ytt, kubens, jq, whoami
  • D. kbld, kapp, jq

Answer: B

 

NEW QUESTION 50
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. parameters
  • D. provisioner

Answer: D

 

NEW QUESTION 51
What is a standard solution for a Kubernetes administrator to implement pod security?

  • A. Add check for validating YAML
  • B. OPA
  • C. Use trusted corporate repository
  • D. iptables

Answer: A

 

NEW QUESTION 52
Why is the port 6443 required in the boostrap machine to deploy Tanzu Kubernetes Grid on vSphere environment?

  • A. Kubernetes IP is exposed
  • B. Kubernetes TLS is exposed
  • C. Kubernetes VPN is exposed
  • D. Kubernetes API is exposed

Answer: D

 

NEW QUESTION 53
......

VMware 2V0-71.21 Real 2022 Braindumps Mock Exam Dumps: https://www.dumpstorrent.com/2V0-71.21-exam-dumps-torrent.html

VMware 2V0-71.21 Actual Questions and 100% Cover Real Exam Questions: https://drive.google.com/open?id=131MiK3PMmXCx_FpjbCe6WbsdzaX5AUtz