All Exams
Login
Home
Exams
VMware
1V0-71.21
Question 6 of 60
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
Discussion
Correct Answer: D
Question 7 of 60
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
Discussion
Correct Answer: B
Question 8 of 60
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
Discussion
Correct Answer: B
Question 9 of 60
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
Discussion
Correct Answer: A, C
Question 10 of 60
Which Kubernetes Service type is invalid?
A.
LoadBalancer
B.
NodePort
C.
InternalName
D.
ExternalName
E.
ClusterIP
Answer
Discussion
Correct Answer: C
Prev page
Prev
Next page
Next