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 101–110 of 192

Q101

A company needs to ensure its applications can scale automatically. What should they implement?

  • A Static scaling
  • B Manual scaling
  • C Dynamic scaling
  • D Single service instance
Explanation Dynamic scaling adjusts resources automatically based on demand; the others require manual intervention.
Q102

You are configuring an application manifest file in Cloud Foundry. What should be included for a memory limitation?

  • A tasks: 256M
  • B memory: 256M
  • C cores: 256M
  • D resources: 256M
Explanation The 'memory' key defines memory limits; the others are incorrectly structured or invalid options.
Q103

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

  • A Autopilot
  • B Spring Cloud Services
  • C Cloud Foundry Route Services
  • D Pivotal Scheduler
Explanation Spring Cloud Services provides centralized service discovery and monitoring, while the others serve different purposes.
Q104

You are configuring an app in Tanzu Kubernetes Grid. Which command checks the status of your deployment?

  • A kubectl get deployments
  • B kubectl show deployments
  • C kubectl check deployments
  • D kubectl status deployments
Explanation 'kubectl get deployments' retrieves the status of deployments, while other commands do not exist or are misconfigured.
Q105

A company needs to ensure that their service complies with GDPR. Which feature of Tanzu should they prioritize?

  • A Service Auto-Scaling
  • B Data Encryption
  • C Health Monitoring
  • D Service Binding
Explanation Data Encryption is crucial for GDPR compliance relating to personal data, unlike the other options.
Q106

Which service in VMware Tanzu is used for automated application delivery?

  • A Tanzu Application Service
  • B Tanzu Kubernetes Grid
  • C Tanzu Mission Control
  • D Tanzu Observability
Explanation Tanzu Application Service automates application delivery, while others focus on orchestration or monitoring.
Q107

A company needs to securely manage container images. What is the recommended approach in Tanzu?

  • A Use public Docker Hub directly
  • B Deploy Harbor as a private registry
  • C Store images in local Git repo
  • D Utilize AWS ECR
Explanation Harbor is a secure image registry designed for managing container images, unlike public or less secure options.
Q108

You are configuring a service for high availability in Tanzu. What happens if one instance fails?

  • A Application becomes unavailable
  • B Remaining instance handles traffic
  • C Data loss occurs immediately
  • D New instance spins up automatically
Explanation In high availability setups, remaining instances continue to handle traffic, whereas other options imply negative impacts which are incorrect.
Q109

Which service in Tanzu provides complete lifecycle management for Kubernetes clusters?

  • A Tanzu Kubernetes Grid
  • B Tanzu Mission Control
  • C Pivotal Build Service
  • D Spring Cloud Data Flow
Explanation Tanzu Kubernetes Grid simplifies the lifecycle of Kubernetes clusters, while others serve different purposes.
Q110

A company needs to scale its application based on CPU utilization metrics. What feature should they implement?

  • A Horizontal Pod Autoscaler
  • B Cluster Autoscaler
  • C Vertical Pod Autoscaler
  • D Service Autoscaler
Explanation Horizontal Pod Autoscaler automatically adjusts the number of pods based on metrics, unlike others.