A company needs to deploy applications with zero downtime. What feature in Tanzu Application Service should they use?
ARolling Updates
BCanary Releases
CSnapshot Backups
DBlue/Green Deployments
Explanation
Blue/Green Deployments allow deployment with no downtime; the others may still have temporary outages.
Q132
You are configuring a service binding in a Tanzu Application Service app. What happens if the service instance is deleted?
AApp crashes immediately
BApp continues to run
CApp loses access to data
DApp switches to backup service
Explanation
If the service instance is deleted, the app loses connection to that service; others describe unrealistic outcomes.
Q133
Which service allows provisioning of Java applications in Tanzu Application Service?
AJava Buildpack
BGo Buildpack
CRuby Buildpack
DPHP Buildpack
Explanation
Java Buildpack is specifically designed for Java apps, while others serve different languages.
Q134
A company needs to integrate their existing CI/CD pipeline with VMware Tanzu. What should they implement?
ATanzu Observability
BTanzu Build Service
CTanzu Mission Control
DTanzu Kubernetes Grid
Explanation
Tanzu Build Service automates building and packaging apps for CI/CD workflows, unlike others that focus on monitoring or management.
Q135
You are configuring a security group for a cloud-native app in Tanzu. What happens when the group ingress rules do not allow traffic from the load balancer?
ATraffic is allowed as default
BApp becomes unreachable externally
CTraffic is rerouted automatically
DApp crashes immediately
Explanation
Without ingress rules, external traffic to the app is blocked, making it unreachable.
Q136
Which service in Tanzu Application Service is responsible for routing HTTP requests?
ARouting Layer
BLoad Balancer
CApp Registry
DService Discovery
Explanation
The Routing Layer directs HTTP traffic to applications, while other options serve different functions.
Q137
A company needs to integrate continuous delivery in their Cloud Foundry environment. Which component should they implement?
ABuildpacks
BPivotal Concourse
CService Broker
DCloud Controller
Explanation
Pivotal Concourse is designed for continuous delivery, while others focus on different aspects.
Q138
You are configuring an application in Tanzu and receive a 503 Service Unavailable error. What happens when this occurs?
AApp is unavailable due to unresponsive service.
BApp is incorrectly configured.
CDatabase connection error.
DUser quotas exceeded.
Explanation
A 503 error indicates a service is down, whereas other options describe different issues.
Q139
Which service in Cloud Foundry manages application lifecycle?
ACloud Controller
BDiego
CLoggregator
DRoute Service
Explanation
Cloud Controller is responsible for managing the application lifecycle, whereas the others serve different roles.
Q140
A company needs to deploy containers with minimal setup. What should they use?
AKubernetes Cluster
BCloud Foundry Apps
CVMware Tanzu Application Service
DHashiCorp Terraform
Explanation
VMware Tanzu Application Service streamlines container deployment while others require more setup.