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 81–90 of 192
You are configuring health checks for a Cloud Foundry app. What health check type should you select if you want a startup delay?
-
A
Process
-
B
Port
-
C
HTTP
-
D
None
Explanation
HTTP health checks support a startup delay, while others do not.
Which service in Tanzu Application Service manages application scaling?
-
A
Application Auto-Scaler
-
B
Load Balancer
-
C
Container Registry
-
D
Serverless Functions
Explanation
Application Auto-Scaler automatically adjusts application instances, while the others serve different functions.
A company needs to provide a highly available database. What should they use?
-
A
Single instance database
-
B
Tanzu SQL for Kubernetes
-
C
Manual database replication
-
D
Shared file storage
Explanation
Tanzu SQL for Kubernetes offers built-in high availability, unlike the other options.
You are configuring a new Cloud Foundry app for production. What happens when you set the 'route' to a non-existent domain?
-
A
App will crash immediately
-
B
Domain will be created automatically
-
C
Launching will succeed with error logs
-
D
No traffic will reach the app
Explanation
No traffic will be directed to the app since the domain is invalid, leading to no accessibility.
Which service provides application health monitoring in Cloud Foundry?
-
A
Application Reliability Monitoring
-
B
Healthwatch Service
-
C
Loggregator
-
D
Service Dashboard
Explanation
Healthwatch Service specifically monitors application health, while others focus on different aspects like logging or dashboarding.
A company needs to scale an application dynamically based on load. Which feature should they use?
-
A
Static Scaling
-
B
Manual Scaling
-
C
Autoscaler
-
D
Load Balancer
Explanation
The Autoscaler automatically adjusts resources based on load, unlike other options that require manual intervention or are not dynamic.
You are configuring security groups in Cloud Foundry. What happens when you assign a security group to an application?
-
A
App gains network isolation immediately
-
B
All apps inherit the group's permissions
-
C
Only public access is granted
-
D
Specific inbound/outbound rules apply
Explanation
Assigning a security group applies its specific network rules to the app, rather than granting immediate access or affecting other apps.
Which service in Cloud Foundry allows for container orchestration?
-
A
Kubernetes
-
B
Service Registry
-
C
Cloud Controller
-
D
Loggregator
Explanation
Kubernetes is designed for container orchestration, while others serve different functions.
A company needs to improve the performance of their apps on Cloud Foundry. What feature should they implement?
-
A
Multiple buildpacks
-
B
App autoscaling
-
C
Storage volume services
-
D
CF CLI commands
Explanation
App autoscaling helps manage performance effectively, unlike buildpacks or CLI commands.
You are configuring a route in Cloud Foundry. What happens if you specify a domain that does not exist?
-
A
The route is created successfully.
-
B
Deployment will fail with a warning.
-
C
The route will not be accessible.
-
D
The domain is automatically created.
Explanation
Routes must have existing domains to be accessible; otherwise, they fail to function correctly.