Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

VMware 1V0-71.21 - Associate VMware Application Modernization

Page: 2 / 2
Total 60 questions

What functionality does Harbor provide?

A.

A container runtime to run containers in Kubernetes

B.

An artifact repository for container images

C.

A backup and restore capability to Kubernetes clusters

D.

A dashboard interface for developers to interact with Kubernetes

Which Tanzu product provides an enterprise-ready Kubernetes runtime that streamlines operations across multi-cloud infrastructure?

A.

Tanzu Kubernetes Grid

B.

Tanzu Build Service

C.

Tanzu Observability

D.

Tanzu Mission Control

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

What are two goals of Kubernetes in regards to containers? (Choose two.)

A.

To provide middleware application-level services

B.

To automate container lifecycle management

C.

To describe the desired state for deployed containers

D.

To deploy source code and build applications

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

Which state is invalid in a Pod’s lifecycle?

A.

Failed

B.

Running

C.

Succeeded

D.

Setup

E.

Pending

Which statement is FALSE regarding Kubernetes Services?

A.

A service can be pointed to another service.

B.

All services require selectors to function properly.

C.

Services expose applications running on a pod or set of pods.

D.

Services enable communication between pods running on different nodes.

What layer is present in a virtual machine that is not present in a container?

A.

Operating system

B.

Application files

C.

Application configuration files

D.

Supporting libraries