Professional VMware Application Modernization v1.0 (2V0-71.21)

Page:    1 / 4   
Total 59 questions

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

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


Answer : A

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Mission-Control/services/tanzumc-using/GUID-DA179B09-DF64-4651-B6E2-4551383BACD8.html


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 Supervisor Cluster per application
  • B. Use dedicated vSphere Namespace per application
  • C. Use dedicated vSphere Pod per application
  • D. Use dedicated Kubernetes Deployments per each 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.

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

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


Answer : B

Reference:
https://docs.hol.vmware.com/HOL-2020/hol-2032-01-cna_html_en/

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

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


Answer : D

Reference:
https://www.msystechnologies.com/blog/how-to-deploy-tanzu-kubernetes-grid-cluster-on-vmware-vsphere-infrastructure-in-9-steps/

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

Reference:
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-DF2B3886-4BE0-4E88-B549-DC9C1C653FDB.html


What us the definition of Tanzu Kubernetes Grid Instance?

  • A. Management cluster and Tanzu Kubernetes clusters
  • B. Management cluster and Tanzu Operations
  • C. Management cluster and Tanzu Build Service
  • D. Management cluster and kubeadm


Answer : A

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.0/vmware-tanzu-kubernetes-grid-10/GUID-tkg-concepts.html

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

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Mission-Control/services/tanzumc-concepts/GUID-EB9C6D83-1132-444F-8218-F264E43F25BD.html

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

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


Answer : D

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Mission-Control/services/tanzumc-concepts/GUID-C16557BC-EB1B-4414-8E63-28AD92E0CAE5.html

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 upgrade cluster <cluster_name> --kubernetes-version <version>
  • C. tkg cluster upgrade <cluster_name> --kubernetes-version <version>
  • D. tkg upgrade cluster <cluster_name> --version <version>


Answer : B

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.2/vmware-tanzu-kubernetes-grid-12/GUID-upgrade-tkg-workload-clusters.html


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

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


Answer : A

Reference:
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-DF2B3886-4BE0-4E88-B549-DC9C1C653FDB.html


Which is the correct statement describing the characteristic of a pod?

  • A. Pod is the smallest entity managed by Docker.
  • B. Pod can contain only one container.
  • C. Containers in a pod start and stop together.
  • D. Pod is deployed directly on the virtual machine.


Answer : C

Reference:
https://kubernetes.io/docs/concepts/workloads/pods/

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 configure cluster -n < cluster_name> -k </path/to/kubeconfig>
  • C. tmc join cluster -n < cluster_name> -k </path/to/kubeconfig>
  • D. tmc cluster reattach -n < cluster_name> -k </path/to/kubeconfig>


Answer : D

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.

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


Answer : DE

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.2/vmware-tanzu-kubernetes-grid-12/GUID-extensions-deploy-auth-cluster.html


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

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


Answer : A

Reference:
https://www.magalix.com/blog/influencing-kubernetes-scheduler-decisions


How is the Tanzu Kubernetes Grid (TKG) management cluster created?

  • A. There is no need for a management cluster in Tanzu Kubernetes Grid.
  • B. The administrator creates the management cluster in vCenter.
  • C. Download the kubernetes management agent.
  • D. The TKG CLI creates a temporary bootstrap cluster.


Answer : D

Reference:
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.2/vmware-tanzu-kubernetes-grid-12/GUID-mgmt-clusters-deploy-management- clusters.html

Page:    1 / 4   
Total 59 questions