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
Questions 71–80 of 192
A company needs to expose its microservices to the internet securely. What should be deployed?
-
A
Load Balancer
-
B
Cloud Controller
-
C
Service Broker
-
D
Routing Layer
Explanation
The Routing Layer manages incoming traffic securely, whereas a Load Balancer serves different traffic management.
You are configuring autoscaling for a Cloud Foundry application. What metric can trigger scaling?
-
A
Network Latency
-
B
CPU Usage
-
C
Deployment Time
-
D
Idle Time
Explanation
CPU Usage is a valid metric for autoscaling; the others do not directly indicate resource needs.
Which service in Tanzu enables unified logging across applications?
-
A
Tanzu Application Service
-
B
Tanzu Mission Control
-
C
Tanzu Observability
-
D
Tanzu Kubernetes Grid
Explanation
Tanzu Observability provides centralized logging; others do not focus on logging.
A company needs to securely manage user access to applications. Which feature should they implement?
-
A
Single Sign-On (SSO)
-
B
Service Discovery
-
C
Container Orchestration
-
D
API Gateway
Explanation
Single Sign-On (SSO) centralizes user management; others do not address access directly.
What happens when a Cloud Foundry application experiences a memory leak?
-
A
Application redeploys automatically.
-
B
Application crashes after reaching limit.
-
C
Performance improves with time.
-
D
Memory is released periodically.
Explanation
The application will crash if memory limit is exceeded; others misrepresent behavior.
Which service is responsible for application deployment in VMware Tanzu?
-
A
Tanzu Application Service
-
B
Tanzu Cloud Manager
-
C
Tanzu Kubernetes Grid
-
D
Tanzu Mission Control
Explanation
Tanzu Application Service facilitates application deployment, while the others are for management and orchestration.
A company needs to secure sensitive data in its Cloud Foundry apps. What should they implement?
-
A
Lifecycle hooks
-
B
Service bindings
-
C
Environment variables
-
D
User account store
Explanation
Service bindings provide secure data access, while the other options do not offer equivalent security.
You are configuring application scaling in Cloud Foundry. What happens when you set the instance count to 0?
-
A
Application is removed
-
B
Application is disabled
-
C
Application remains accessible
-
D
Application enters maintenance mode
Explanation
Setting instance count to 0 disables the application without removing it, while the other options are incorrect interpretations.
Which service is responsible for routing requests in Cloud Foundry?
-
A
Router
-
B
Load Balancer
-
C
API Gateway
-
D
Service Discovery
Explanation
The Router handles routing requests to the correct application instances, while others serve different purposes.
A company needs to simulate traffic for testing. What tool should they use in Cloud Foundry?
-
A
Gatling
-
B
Prometheus
-
C
Grafana
-
D
Loggregator
Explanation
Gatling is designed for simulating load and traffic, whereas others serve monitoring and logging functions.