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