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 11–20 of 192

Q11

A company needs to maintain uptime during application deployment. Which strategy should they implement?

  • A Blue-Green Deployments
  • B Rolling Updates
  • C Canary Releases
  • D Forklift Migrations
Explanation Rolling updates allow gradual release, minimizing downtime.
Q12

You are configuring security for an application in Cloud Foundry. What happens if you enable space isolation?

  • A Increased latency issues
  • B Isolated service access
  • C Application resource constraints
  • D Redundant app deployments
Explanation Space isolation controls access between services within separate spaces.
Q13

Which service is used for service discovery in Tanzu Application Service?

  • A Spring Cloud Services
  • B Tanzu Mission Control
  • C Kubernetes Service
  • D vSphere Integrated Containers
Explanation Spring Cloud Services provides service discovery, while others serve different functions.
Q14

A company needs to scale its applications dynamically based on traffic. Which feature in Tanzu should they utilize?

  • A Application Autoscaling
  • B Manual Instance Scaling
  • C Cluster Autoscaler
  • D Load Balancer Configuration
Explanation Application Autoscaling automatically adjusts instances; the others require manual intervention.
Q15

You are configuring a service within a Cloud Foundry environment. What happens when you bind a service to an application?

  • A Service credentials become available to the app
  • B App is automatically deployed to production
  • C Service scales up resources automatically
  • D App logs are deleted immediately
Explanation Binding a service allows the app to access service credentials; the other options do not occur automatically.
Q16

Which service can be used for application monitoring in Tanzu?

  • A Tanzu Observability
  • B Tanzu Kubernetes Service
  • C Tanzu Mission Control
  • D Tanzu Application Catalog
Explanation Tanzu Observability provides comprehensive monitoring capabilities, unlike the others.
Q17

A company needs to deploy a microservices application on Tanzu. Which approach should they take?

  • A Use VMs only for deployment
  • B Containerize applications using Docker
  • C Deploy directly on bare metal
  • D Use serverless functions exclusively
Explanation Containerizing applications using Docker aligns with microservices architecture.
Q18

You are configuring a service broker in a Tanzu environment. What is a key requirement?

  • A Service must handle basic login
  • B Broker must not use HTTPS
  • C Support for OSBAPI specifications
  • D Need custom programming language support
Explanation Support for OSBAPI specifications is essential for service brokers.
Q19

Which service in Tanzu Application Service manages application routing?

  • A Router Service
  • B Load Balancer
  • C Service Discovery
  • D API Gateway
Explanation Router Service handles incoming requests and routes them to applications, while other options serve different purposes.
Q20

A company needs to secure sensitive data in their applications. Which feature in Tanzu Application Service should they use?

  • A Service Binding
  • B Identity Management
  • C Credential Rotation
  • D Log Configuration
Explanation Credential Rotation automatically updates secrets, ensuring sensitive data remains secure, while the others focus on different security aspects.