Which service in Tanzu Application Service manages application health monitoring?
AApplication Health Monitor
BMetrics Hub
CService Registry
DApp Insight
Explanation
Application Health Monitor checks apps health; others do not focus specifically on health monitoring.
Q152
A company needs to deploy a new version of an application without downtime. Which strategy should they use?
ABlue-Green Deployment
BRolling Update
CCanary Release
DA/B Testing
Explanation
Blue-Green Deployment allows seamless switch; others can introduce risks or downtime.
Q153
You are configuring a service binding in Cloud Foundry. Which step is unnecessary for a service instance already connected to an application?
ACreate a new service instance
BBind the service to the app
CReuse existing service binding
DUpdate service credentials
Explanation
Creating a new instance is redundant; the existing service can be reused.
Q154
Which service in Cloud Foundry handles routing of applications?
ARouter
BLoad Balancer
CService Broker
DScheduler
Explanation
The Router directs incoming requests to the appropriate application instances, while others serve different roles.
Q155
A company needs to securely store application credentials in Cloud Foundry. Which service should they use?
AConfig Server
BCredential Store
CService Registry
DUser Account Management
Explanation
Credential Store is designed for secure credential management, whereas others do not focus on this.
Q156
What happens when you push an application without specifying a buildpack in Cloud Foundry?
AIt fails to deploy.
BDefault buildpack is used.
CContainer runs with no response.
DIt prompts for buildpack selection.
Explanation
Cloud Foundry uses a default buildpack when one isn't specified, unlike the other options that imply failure or prompt.
Q157
Which service is responsible for routing requests in a Cloud Foundry environment?
ARouter
BPaaS Service
CContainer Scheduler
DLoggregator
Explanation
The Router is the primary service for routing HTTP requests to apps, while others serve different roles.
Q158
A company needs to securely store API keys for their Cloud Foundry applications. Which feature should they utilize?
ADatabase Encryption
BService Bindings
CEnvironment Variables
DUser Account Authentication
Explanation
Environment Variables are used to securely inject sensitive data like API keys into applications.
Q159
What happens when an application deployed on Cloud Foundry exceeds its memory quota?
AApplication is restarted automatically
BApplication terminates and returns an error
CApplication scales up memory limits
DApplication logs all data
Explanation
Exceeding memory quota causes the application to crash and return an error instead of scaling.
Q160
Which service is responsible for routing requests in Cloud Foundry?
ACloud Controller
BRouter
CDiego
DLoggregator
Explanation
The Router directs incoming requests to their respective applications, while Cloud Controller, Diego, and Loggregator serve different roles.