VMware 1v0-71-21 online test

Associate VMware Application Modernization Exam

What students need to know about the 1v0-71-21 exam

  • Total 60 Questions & Answers

Question 1

What are two ways a container in a Pod can consume ConfigMap data? (Choose two.)

  • A. Mounted as a Persistent Volume Claim (PVC)
  • B. From Read-only files
  • C. From Read-write files
  • D. From Environment variables
  • E. Containers do not consume ConfigMap data
Answer:

B, D

Explanation:
Reference:
https://kubernetes.io/docs/concepts/configuration/configmap/

Discussions

Question 2

Which VMware product provides the ability to connect and protect microservices across any runtime
and any cloud?

  • A. Tanzu Network Profiler
  • B. Tanzu Observability
  • C. Tanzu Service Mesh
  • D. NSX Advanced Load Balancer
Answer:

C

Explanation:
References:
https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/products/vmware-tanzu-
service-mesh-datasheet.pdf

Discussions

Question 3

What are three capabilities of the VMware Tanzu Portfolio? (Choose three.)

  • A. Unified, Global Multi-Cluster Management
  • B. Container Build Automation
  • C. Physical Infrastructure Automation
  • D. Integrated Developer Environment (IDE)
  • E. Tanzu Programming Language
  • F. Enterprise-Ready Kubernetes Runtime
Answer:

A, B, F

Explanation:
Reference:
https://tanzu.vmware.com/tanzu

Discussions

Question 4

What two kubectl commands would provide the status of Pod in a Kubernetes cluster? (Choose two.)

  • A. kubectl get pods
  • B. kubectl describe pods
  • C. kubectl pods status
  • D. kubectl status pods
Answer:

A, B

Explanation:
Reference:
https://kubernetes.io/docs/reference/kubectl/overview/

Discussions

Question 5

What is the relationship between Kubernetes and containers?

  • A. There is no relationship between Kubernetes and containers
  • B. Kubernetes provides a platform for managing containerized workloads
  • C. Kubernetes is a place where you store container images
  • D. Kubernetes provides a way to build containers
Answer:

B

Explanation:
Reference:
https://www.stackchief.com/tutorials/What%20is%20Kubernetes%3F%20%7C%20Kubernetes%20Tu
torial

Discussions

Question 6

What is the purpose of a container?

  • A. Make it difficult to change the environment that an application runs on
  • B. Abstract a running application from the environment that it runs on
  • C. Make it easy to change the runtime that an application uses
  • D. Allow a complex application to run as a single unit
Answer:

D

Explanation:
Reference:
https://www.cio.com/article/2924995/what-are-containers-and-why-do-you-need-them.html

Discussions

Question 7

What is the valid way to deploy a Pod in a Kubernetes cluster?

  • A. Copy a manifest file to the API server in the /etc/kubernetes/pods directory
  • B. SSH to the worker node where the Pod is desired to run and issue the command “kubectl apply -f myPod.yaml”
  • C. Copy a manifest file to a worker node in the /etc/kubernetes/pods directory
  • D. Issue the command “kubectl apply -f myPod.yaml”
Answer:

B

Explanation:
Reference:
https://medium.com/analytics-vidhya/mlops-dockers-and-kubernetes-essentials-for-a-
data-scientist-8bc7b5866957

Discussions

Question 8

VMware Tanzu is a family of products and services for modernizing _______ and _______.

  • A. Networks and Servers
  • B. Applications and Infrastructure
  • C. Networks and Applications
  • D. Infrastructure and Networks
Answer:

B

Explanation:
Reference:
https://tanzu.vmware.com/content/blog/all-the-ways-vmware-tanzutm-works-with-
aws#:~:text=VMware%20Tanzu%20is%20a%20family,deliver%20better%20software%20to%20produ
ction.&text=VMware%20Tanzu%20enables%20development%20and,to%20deliver%20transformativ
e%20business%20results

Discussions

Question 9

Which two goals can be achieved using a Kubernetes deployment? (Choose two.)

  • A. Change the container image in a Pod
  • B. Define different classes of storage
  • C. Increase the number of replicas of a given Pod
  • D. Grant an Active Directory user access to a Kubernetes cluster
  • E. Ensure that only one instance of a Pod will run on every node in a Kubernetes cluster
Answer:

A, C

Discussions

Question 10

Which Kubernetes Service type is invalid?

  • A. LoadBalancer
  • B. NodePort
  • C. InternalName
  • D. ExternalName
  • E. ClusterIP
Answer:

C

Explanation:
Reference:
https://kubernetes.io/docs/concepts/services-networking/service/

Discussions
To page 2