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
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
What does it mean by a "lift and shift" approach regarding moving applications to the cloud?
A. Retiring the application and replacing it with a different application
B. Code changes and user facing changes
C. No code changes and no user facing changes
D. Code changes and no user facing changes
Which Tanzu product automates container creation, management, and governance operations at enterprise scale?
A. Tanzu Build Service
B. Tanzu Mission Control
C. Tanzu Container Automation
D. Tanzu Service Mesh
What three open source projects are included in Tanzu Kubernetes Grid? (Choose three.)
A. Contour
B. Vitess
C. Ansible
D. Harbor
E. Crossplane
F. Velero
What two problems do containers solve? (Choose two.)
A. Encrypting sensitive data in a packaged way
B. Duplicating the application code across microservices
C. Facilitating microservices deployments
D. Increasing efficiency by eliminating the need for a separate hypervisor for every containerized application
E. Ensuring sets of virtual machines are protected from external network security threats
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
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
List three benefits of vSphere with Tanzu: (Choose three.)
A. Aligns DevOps and IT
B. Manages cost in the cloud
C. Simplifies IT Operations
D. Kubernetes Application Performance Management
E. Optimizes application code
F. Delivers Developer Ready Infrastructure
Which command can be used to build a container image?
A. docker image create
B. oci build
C. docker build
D. tanzu build