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 141–150 of 192
What happens when an application in Cloud Foundry exceeds memory limits?
-
A
Application crashes and restarts
-
B
Application continues with limited performance
-
C
Application gets temporarily paused
-
D
Application is scaled automatically
Explanation
Exceeding memory limits causes the application to crash and restart to maintain stability.
Which service enables automatic updates in a Tanzu application?
-
A
Application Service
-
B
ActiveMQ
-
C
Tanzu Mission Control
-
D
Service Mesh
Explanation
Application Service provides automatic updates for apps; others do not focus on updates.
A company needs to deploy an app across multiple regions for resilience; which capability should they leverage?
-
A
App Health Management
-
B
Data Service Backups
-
C
Global Load Balancing
-
D
Local Containers
Explanation
Global Load Balancing distributes traffic across regions; others do not achieve multi-region resilience.
You are configuring network policies in Tanzu. What happens when a policy denies traffic?
-
A
Traffic is directed elsewhere
-
B
Traffic is silently dropped
-
C
An alert is sent to logs
-
D
Packet loss is minimized
Explanation
Denying traffic leads to silent dropping; other options do not accurately describe the action taken.
Which service in Tanzu Application Service manages application health monitoring?
-
A
Firehose
-
B
Healthwatch
-
C
Loggregator
-
D
App Autoscaler
Explanation
Healthwatch monitors application health, while others serve different purposes.
A company needs to secure their Cloud Foundry environment from unauthorized access. What is the recommended first step?
-
A
Implement network segmentation
-
B
Configure security groups
-
C
Set up SSL termination
-
D
Use UAA for authentication
Explanation
Using UAA for authentication ensures secure access management, while others contribute but are not primary.
You are configuring an app in Cloud Foundry with scaling needs. What happens when you set `instances` to 0?
-
A
App will crash immediately
-
B
App is paused but not deleted
-
C
App is completely removed
-
D
App services become inaccessible
Explanation
Setting `instances` to 0 pauses the app without deletion, allowing for future scaling.
Which service in Tanzu Application Service provides dynamic application scaling?
-
A
Application Autoscaler
-
B
Service Broker
-
C
Router Service
-
D
Logging Service
Explanation
Application Autoscaler adjusts app instances automatically based on load; others do not provide this functionality.
A company needs to deploy a microservices application with high availability. What approach should they take with their Cloud Foundry deployment?
-
A
Use a single instance of each service
-
B
Implement multiple application instances
-
C
Deploy on local servers only
-
D
Use only manual scaling
Explanation
Implementing multiple instances ensures redundancy and availability; the other options do not provide high availability.
You are configuring a route in Cloud Foundry. What happens when the route is already in use by another application?
-
A
It will be automatically deleted
-
B
You will receive an error message
-
C
The old app will be stopped
-
D
It can be shared between apps
Explanation
Attempting to create a route that is already used generates an error; existing routes cannot be overridden or shared.