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 151–160 of 192

Q151

Which service in Tanzu Application Service manages application health monitoring?

  • A Application Health Monitor
  • B Metrics Hub
  • C Service Registry
  • D App Insight
Explanation Application Health Monitor checks apps health; others do not focus specifically on health monitoring.
Q152

A company needs to deploy a new version of an application without downtime. Which strategy should they use?

  • A Blue-Green Deployment
  • B Rolling Update
  • C Canary Release
  • D A/B Testing
Explanation Blue-Green Deployment allows seamless switch; others can introduce risks or downtime.
Q153

You are configuring a service binding in Cloud Foundry. Which step is unnecessary for a service instance already connected to an application?

  • A Create a new service instance
  • B Bind the service to the app
  • C Reuse existing service binding
  • D Update service credentials
Explanation Creating a new instance is redundant; the existing service can be reused.
Q154

Which service in Cloud Foundry handles routing of applications?

  • A Router
  • B Load Balancer
  • C Service Broker
  • D Scheduler
Explanation The Router directs incoming requests to the appropriate application instances, while others serve different roles.
Q155

A company needs to securely store application credentials in Cloud Foundry. Which service should they use?

  • A Config Server
  • B Credential Store
  • C Service Registry
  • D User Account Management
Explanation Credential Store is designed for secure credential management, whereas others do not focus on this.
Q156

What happens when you push an application without specifying a buildpack in Cloud Foundry?

  • A It fails to deploy.
  • B Default buildpack is used.
  • C Container runs with no response.
  • D It prompts for buildpack selection.
Explanation Cloud Foundry uses a default buildpack when one isn't specified, unlike the other options that imply failure or prompt.
Q157

Which service is responsible for routing requests in a Cloud Foundry environment?

  • A Router
  • B PaaS Service
  • C Container Scheduler
  • D Loggregator
Explanation The Router is the primary service for routing HTTP requests to apps, while others serve different roles.
Q158

A company needs to securely store API keys for their Cloud Foundry applications. Which feature should they utilize?

  • A Database Encryption
  • B Service Bindings
  • C Environment Variables
  • D User Account Authentication
Explanation Environment Variables are used to securely inject sensitive data like API keys into applications.
Q159

What happens when an application deployed on Cloud Foundry exceeds its memory quota?

  • A Application is restarted automatically
  • B Application terminates and returns an error
  • C Application scales up memory limits
  • D Application logs all data
Explanation Exceeding memory quota causes the application to crash and return an error instead of scaling.
Q160

Which service is responsible for routing requests in Cloud Foundry?

  • A Cloud Controller
  • B Router
  • C Diego
  • D Loggregator
Explanation The Router directs incoming requests to their respective applications, while Cloud Controller, Diego, and Loggregator serve different roles.