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 161–170 of 192

Q161

A company needs to deploy multiple versions of an application without downtime. What should they use in Cloud Foundry?

  • A Blue/Green Deployments
  • B Single Instance Deployment
  • C Rolling Deployment
  • D Shadow Deployment
Explanation Blue/Green Deployments allow for seamless version switching, minimizing downtime compared to the other methods.
Q162

You are configuring a Cloud Foundry service. What happens if you set a quota too high?

  • A Service remains functional
  • B Users will be billed instantly
  • C Potential resource over-utilization
  • D Service shuts down automatically
Explanation Setting a high quota can lead to resource over-utilization, while the other options do not accurately reflect the system behavior.
Q163

Which service in Tanzu Application Service manages application routing?

  • A Route Services
  • B Application Security Groups
  • C Service Discovery
  • D Container Management
Explanation Route Services determine how requests route to applications; others manage different aspects of the platform.
Q164

A company needs to integrate a CI/CD pipeline with Tanzu. What should they configure?

  • A Buildpacks
  • B Apps Manager
  • C Pipelines
  • D Service Bindings
Explanation Pipelines automate CI/CD processes, while others do not directly support it.
Q165

What happens when an app exceeds its memory quota in Tanzu?

  • A App is automatically restarted
  • B App will be forced to shut down
  • C The PUT request changes its quota
  • D App continues running without issues
Explanation Exceeding memory quota leads to application shutdown; others are incorrect regarding app behavior.
Q166

Which service provides application runtime in Tanzu Application Service?

  • A Cloud Controller
  • B Diego
  • C Kubernetes
  • D Pivotal Cloud Cache
Explanation Diego manages the application lifecycle, while the others have different roles in the ecosystem.
Q167

A company needs to ensure that an application scales based on traffic. What solution would be best?

  • A Static Scaling
  • B Dynamic Autoscaling
  • C Load Balancing
  • D Manual Scaling
Explanation Dynamic Autoscaling adjusts resources automatically based on predefined metrics, unlike the others.
Q168

You are configuring service bindings in Tanzu. What happens when a service instance is deleted?

  • A All service bindings remain active
  • B The bindings are permanently removed
  • C Bindings are retained for recovery
  • D App remains unaffected
Explanation Deleting a service instance also removes all associated service bindings, unlike the other options.
Q169

Which service is primarily responsible for application routing in Tanzu Application Service?

  • A Routing Tier
  • B Service Discovery
  • C Database Service
  • D Message Queuing
Explanation The Routing Tier handles application routing, while other options do not relate directly to application routing.
Q170

A company needs to implement zero-downtime application upgrades. Which feature in Tanzu Application Service should they use?

  • A Rolling Restarts
  • B Blue-Green Deployments
  • C Sticky Sessions
  • D Circuit Breakers
Explanation Blue-Green Deployments allow for zero-downtime upgrades, unlike the other options.