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 111–120 of 192

Q111

You are configuring the service binding in a Cloud Foundry environment. What must you specify to complete this task?

  • A Instance name of the service
  • B Maximum API call rate
  • C Deployment region
  • D Workload priority
Explanation You must provide the instance name to bind a service, while the others are not required for binding.
Q112

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

  • A Log Reflection
  • B Loggregator
  • C Syslog Drain
  • D Cloud Foundry Metrics
Explanation Loggregator aggregates and streams logs from apps, while others do not serve this primary function.
Q113

A company needs to configure zero-downtime deployment for their application. What must they implement?

  • A Monolithic Architecture
  • B Blue-Green Deployment
  • C Single-instance Service
  • D Vertical Scaling Only
Explanation Blue-Green Deployment allows for painless switchover between versions while ensuring zero downtime, which others do not.
Q114

What happens when a developer assigns too many memory resources to a Cloud Foundry app?

  • A App fails to start
  • B App runs with reduced performance
  • C Apps automatically restart
  • D Memory allocation automatically adjusts
Explanation The app will fail to start if it exceeds the memory limit because Cloud Foundry enforces strict resource allocation rules.
Q115

Which service manages application deployment in Tanzu Application Service?

  • A Cloud Controller
  • B Service Discovery
  • C Healthwatch
  • D Load Balancer
Explanation Cloud Controller manages app lifecycle, while others serve different purposes.
Q116

A company needs to integrate their CI/CD pipeline with Tanzu. Which configuration is recommended?

  • A Use GitLab directly with buildpacks
  • B Leverage Tanzu Build Service
  • C Deploy images manually via CLI
  • D Connect Jenkins to database only
Explanation Tanzu Build Service automates image builds and integrates CI/CD workflows, unlike the others which are less efficient or relevant.
Q117

What happens when an app exceeds its memory limit on Tanzu Application Service?

  • A App crashes and restarts immediately
  • B Traffic is routed to a different app
  • C No impact; memory is allocated
  • D App continues running, performance drops
Explanation The app crashes and is restarted by the platform to manage resources effectively, while others misinterpret memory management behavior.
Q118

Which service in Tanzu Application Service supports routing to applications?

  • A Router service
  • B Load Balancer
  • C Service Discovery
  • D Cloud Controller
Explanation The Router service facilitates traffic routing to applications, whereas the others serve different purposes.
Q119

A company needs to deploy microservices with different configurations and isolation. Which feature of Tanzu helps achieve this?

  • A Application Groups
  • B Isolation Segments
  • C Stacks
  • D Service Bindings
Explanation Isolation Segments allow for independent configurations and resource control, unlike the other options.
Q120

What happens when you set a health check type to 'port' in Tanzu?

  • A Uses HTTP for checks
  • B Pings a specific TCP port
  • C Checks health via CLI
  • D Ignores health checks
Explanation Setting to 'port' checks the status of a specific TCP port, while the other options are incorrect interpretations of health check types.