Which service in Tanzu Application Service provides dynamic routing for apps?
ARoute service
BLoad balancer
CService broker
DAPI gateway
Explanation
The Route service handles dynamic routing to applications.
Q182
A company needs to run multi-tenant applications on Tanzu. What feature should they utilize?
ASpace segregation
BContainer isolation
COrg quotas
DUser permissions
Explanation
Space segregation allows for multi-tenant app deployment by isolating resources.
Q183
You are configuring application health checks in Cloud Foundry. What happens when a health check fails repeatedly?
AApp is deleted automatically
BApp is removed from routing
CApp is immediately restarted
DNo action is taken
Explanation
A failing health check will deregister the app from routing, ensuring users aren't directed to it.
Q184
Which service in Tanzu Application Service is responsible for scaling applications?
AScale Management
BApplication Autoscaler
CResource Scheduler
DLoad Balancer
Explanation
The Application Autoscaler automatically scales apps based on demand, while other options do not specifically handle scaling.
Q185
A company needs to ensure application health checks are successful before routing traffic. What should they configure?
ARoute services
BHealth monitoring
CPre-start hook
DLifecycle management
Explanation
Health monitoring guarantees that only healthy instances receive traffic, ensuring service reliability.
Q186
What happens when you deploy an application with an existing route that is already mapped?
AThe route is removed.
BA conflict occurs.
CThe existing route is updated.
DDeployment fails automatically.
Explanation
The existing route will be updated to point to the new application without causing conflicts.
Q187
Which service is used for managing container images in Tanzu?
AContainer Registry
BKubernetes API
CData Services
DCloud Cache
Explanation
Container Registry stores and manages container images, while others serve different purposes.
Q188
A company needs to deploy applications automatically based on certain criteria. Which feature of Tanzu helps achieve this?
ARouting
BAutoscaler
CLoad Balancer
DService Discovery
Explanation
Autoscaler dynamically adjusts instances based on criteria, unlike others.
Q189
You are configuring Cloud Foundry for bypassing the health check timeout. What should you consider?
AIncrease timeout duration
BDisable health checks
CModify application config
DSet asynchronous start
Explanation
Increasing the timeout duration is necessary, as disabling checks or modifying configs won't solve the issue.
Q190
Which service is responsible for routing in Cloud Foundry?
ACloud Controller
BRouting Layer
CUser Account Management
DService Broker
Explanation
The Routing Layer is specifically designed for directing requests to the appropriate component based on routes, while the others serve different functions.