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
Start Mock Test Timed · Full-length · Scored

Questions 181–190 of 192

Q181

Which service in Tanzu Application Service provides dynamic routing for apps?

  • A Route service
  • B Load balancer
  • C Service broker
  • D API gateway
Explanation The Route service handles dynamic routing to applications.
Q182

A company needs to run multi-tenant applications on Tanzu. What feature should they utilize?

  • A Space segregation
  • B Container isolation
  • C Org quotas
  • D User permissions
Explanation Space segregation allows for multi-tenant app deployment by isolating resources.
Q183

You are configuring application health checks in Cloud Foundry. What happens when a health check fails repeatedly?

  • A App is deleted automatically
  • B App is removed from routing
  • C App is immediately restarted
  • D No action is taken
Explanation A failing health check will deregister the app from routing, ensuring users aren't directed to it.
Q184

Which service in Tanzu Application Service is responsible for scaling applications?

  • A Scale Management
  • B Application Autoscaler
  • C Resource Scheduler
  • D Load Balancer
Explanation The Application Autoscaler automatically scales apps based on demand, while other options do not specifically handle scaling.
Q185

A company needs to ensure application health checks are successful before routing traffic. What should they configure?

  • A Route services
  • B Health monitoring
  • C Pre-start hook
  • D Lifecycle management
Explanation Health monitoring guarantees that only healthy instances receive traffic, ensuring service reliability.
Q186

What happens when you deploy an application with an existing route that is already mapped?

  • A The route is removed.
  • B A conflict occurs.
  • C The existing route is updated.
  • D Deployment fails automatically.
Explanation The existing route will be updated to point to the new application without causing conflicts.
Q187

Which service is used for managing container images in Tanzu?

  • A Container Registry
  • B Kubernetes API
  • C Data Services
  • D Cloud Cache
Explanation Container Registry stores and manages container images, while others serve different purposes.
Q188

A company needs to deploy applications automatically based on certain criteria. Which feature of Tanzu helps achieve this?

  • A Routing
  • B Autoscaler
  • C Load Balancer
  • D Service Discovery
Explanation Autoscaler dynamically adjusts instances based on criteria, unlike others.
Q189

You are configuring Cloud Foundry for bypassing the health check timeout. What should you consider?

  • A Increase timeout duration
  • B Disable health checks
  • C Modify application config
  • D Set asynchronous start
Explanation Increasing the timeout duration is necessary, as disabling checks or modifying configs won't solve the issue.
Q190

Which service is responsible for routing in Cloud Foundry?

  • A Cloud Controller
  • B Routing Layer
  • C User Account Management
  • D Service Broker
Explanation The Routing Layer is specifically designed for directing requests to the appropriate component based on routes, while the others serve different functions.