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 1–10 of 192

Q1

Which service is used for CI/CD in Tanzu?

  • A Tanzu Build Service
  • B Tanzu Application Service
  • C Tanzu Kubernetes Grid
  • D Tanzu Mission Control
Explanation Tanzu Build Service automates builds and deployments; others serve different purposes.
Q2

A company needs to manage multiple Kubernetes clusters. Which Tanzu solution should they use?

  • A Tanzu Application Service
  • B Tanzu Mission Control
  • C Tanzu Observability
  • D Tanzu Service Mesh
Explanation Tanzu Mission Control provides centralized management for Kubernetes; the others do not focus on multi-cluster management.
Q3

What happens when a build fails in Tanzu Build Service?

  • A The deployment is rolled back.
  • B An error report is generated.
  • C No impact on existing apps.
  • D New build triggers automatically.
Explanation A failed build does not affect running applications; others indicate impacts that aren't true.
Q4

Which service in Tanzu Application Service (TAS) is responsible for managing application routes?

  • A Routing Tier
  • B Health Management
  • C Authentication Service
  • D Application Services
Explanation The Routing Tier is specifically designed to manage application routes, while the others serve different roles.
Q5

A company needs to increase application resilience by implementing a circuit breaker pattern. What service would they use in Pivotal Cloud Foundry to achieve this?

  • A Spring Cloud Circuit Breaker
  • B PCF Metrics
  • C Envoy Proxy
  • D MySQL Service
Explanation Spring Cloud Circuit Breaker provides resilience capabilities, while the others do not specifically implement the desired pattern.
Q6

You are configuring a new buildpack for a Cloud Foundry app. What happens if the buildpack fails during the staging process?

  • A Application is pushed successfully.
  • B App goes to running state.
  • C App fails to stage.
  • D Buildpack gets retried automatically.
Explanation If the buildpack fails, the application fails to stage and cannot be pushed to Cloud Foundry.
Q7

Which service in Tanzu Application Service (TAS) allows for container orchestration?

  • A Kubernetes-driven
  • B Container Runtime
  • C Service Binding
  • D App Configurations
Explanation Kubernetes-driven services provide container orchestration, while others do not.
Q8

A company needs to ensure zero downtime during a redeployment. What should they implement in TAS?

  • A Blue-green deployment
  • B Rolling deployment
  • C Canary release
  • D Single instance
Explanation Blue-green deployment allows for zero downtime by switching traffic between environments seamlessly.
Q9

You are configuring security groups in TAS. What happens when you remove a security group rule?

  • A Access is denied immediately.
  • B Existing connections remain unaffected.
  • C All rules are reset.
  • D New connections are blocked.
Explanation Removing a rule affects only new connections, not existing ones, while other options misinterpret rule application.
Q10

Which service in Cloud Foundry provides a platform for managing dependencies?

  • A Buildpacks
  • B Service Brokers
  • C Cloud Controller
  • D Loggregator
Explanation Buildpacks automatically manage application dependencies, while others serve different functions.