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 121–130 of 192

Q121

Which service in Cloud Foundry handles application health management?

  • A Health Manager
  • B App Monitoring
  • C Lifecycle Service
  • D Process Supervisor
Explanation Health Manager oversees application states; others do not specifically handle health.
Q122

A company needs to run multiple versions of an application in Cloud Foundry. What is the best practice?

  • A Use different apps for each version
  • B Deploy all versions in a single app
  • C Use buildpacks for version control
  • D Utilize different orgs for each version
Explanation Using different apps ensures isolation of versions; others may cause conflicts.
Q123

You are configuring the routing for a Cloud Foundry app. What happens if no route is defined?

  • A The app will not be reachable
  • B The app defaults to a public route
  • C The app is created without a foundation
  • D Cloud Foundry auto-creates a route
Explanation Without a defined route, the app remains inaccessible; others imply incorrect defaults.
Q124

Which service is primarily used for routing requests in Tanzu Application Service?

  • A Routing Mesh
  • B Service Mesh
  • C API Gateway
  • D Data Services
Explanation Routing Mesh directs incoming traffic to apps, unlike others that serve different purposes.
Q125

A company needs to ensure their applications are resilient. Which strategy best supports this need in Tanzu?

  • A Single Instance Deployment
  • B Blue-Green Deployments
  • C Static Scaling
  • D Manual Rollbacks
Explanation Blue-Green Deployments reduce downtime and facilitate resilience compared to other options.
Q126

You are configuring health checks for your application. What happens when a health check fails multiple times?

  • A App restarts immediately
  • B App traffic redirected
  • C App remains online
  • D App is permanently deleted
Explanation When health checks repeatedly fail, traffic is redirected away from the app, instead of deleting it or other drastic measures.
Q127

Which service enables automatic scaling in Tanzu Application Service?

  • A App Autoscaler
  • B Service Broker
  • C Cloud Foundry CLI
  • D Buildpacks
Explanation App Autoscaler automatically adjusts app instances based on demand; other options do not provide scaling capabilities.
Q128

A company needs to manage app lifecycles effectively. Which component is best suited for this?

  • A Pivotal Healthwatch
  • B Pivotal Tracker
  • C Cloud Foundry BOSH
  • D Tanzu Mission Control
Explanation Cloud Foundry BOSH is specifically designed for lifecycle management; others focus on monitoring or project management.
Q129

You are configuring a custom domain in Tanzu. What happens if the SSL certificate is expired?

  • A Traffic is automatically rerouted
  • B Users see a security warning
  • C Domain becomes inactive
  • D SSL auto-renews if within limits
Explanation An expired SSL certificate will prompt security warnings in users' browsers; other options do not accurately reflect the behavior.
Q130

Which service of Tanzu Application Service provides automated scaling?

  • A Buildpacks
  • B Application Autoscaler
  • C Service Discovery
  • D Loggregator
Explanation Application Autoscaler adjusts app instances based on demand; others do not provide scaling.