VMware
Tanzu Platform Cloud Foundry v10 Technical Specialist
250-607
Get certified with the 250-607 exam focusing on Tanzu Platform Cloud Foundry.
192 questions
0 views
Free
Questions 91–100 of 192
Which service provides a framework for creating microservices in VMware Tanzu?
-
A
Spring Cloud
-
B
Tanzu Kubernetes Grid
-
C
Tanzu Mission Control
-
D
Tanzu Application Service
Explanation
Spring Cloud is tailored for microservices, while others serve different functions in the Tanzu ecosystem.
A company needs to secure its Cloud Foundry apps. What is the best practice for managing sensitive data?
-
A
Environment Variables
-
B
Static Configuration Files
-
C
Hard-coded Secrets
-
D
CLI Command Inputs
Explanation
Environment variables allow secure management of sensitive data, while the other options expose data security risks.
You are configuring an application with an autoscaler in Tanzu. What happens when the app's CPU usage exceeds the threshold?
-
A
New instances are spun up
-
B
Existing instances are deleted
-
C
No action is taken
-
D
Performance is throttled
Explanation
The autoscaler increases instances to handle load, while the other options do not respond appropriately to increased utilization.
Which service in VMware Tanzu is responsible for managing application lifecycles?
-
A
Tanzu Application Service
-
B
Tanzu Kubernetes Grid
-
C
Tanzu Mission Control
-
D
Tanzu Event Service
Explanation
Tanzu Application Service manages application lifecycles while others serve different functions.
A company needs to integrate an existing CI/CD pipeline with Tanzu Application Service. What tool should they consider?
-
A
GitLab CI
-
B
Pivotal Build Service
-
C
Harbor Registry
-
D
Kubernetes Helm
Explanation
Pivotal Build Service is specifically designed for Tanzu integration while others are general-purpose tools.
You are configuring a Cloud Foundry environment. What happens when the quota for application instances is exceeded?
-
A
New applications are deployed successfully.
-
B
Deployment fails with an error.
-
C
Existing apps are scaled down automatically.
-
D
No effect, quotas are ignored.
Explanation
When the quota is exceeded, new applications fail to deploy with an error; others are incorrect because they misrepresent quota behavior.
Which service in Tanzu Application Service allows integration of external services?
-
A
Service Discovery
-
B
Service Bindings
-
C
Health Management
-
D
Auto-Scaling
Explanation
Service Bindings connect apps to external services while others serve different purposes.
A company needs to deploy significant infrastructure changes with minimal downtime. Which approach should they choose?
-
A
Blue-Green Deployment
-
B
Canary Releases
-
C
Rolling Updates
-
D
Immutable Infrastructure
Explanation
Blue-Green Deployment ensures zero downtime migrations unlike the others.
What happens when a container in a Tanzu Kubernetes cluster exceeds its memory limit?
-
A
It continues to run unaffected
-
B
It terminates forcibly
-
C
It enters a sleep mode
-
D
It scales up automatically
Explanation
Exceeding memory limits causes containers to be terminated, not the other actions.
Which service facilitates multiple build packs in Cloud Foundry?
-
A
Buildpack API
-
B
Cloud Controller
-
C
Container Runtime
-
D
Health Management
Explanation
The Buildpack API allows for multiple build packs to be used during application staging, while the others serve different functions.