You are configuring a service within a Cloud Foundry environment. What happens when you bind a service to an application?
AService credentials become available to the app
BApp is automatically deployed to production
CService scales up resources automatically
DApp logs are deleted immediately
Explanation
Binding a service allows the app to access service credentials; the other options do not occur automatically.
Q16
Which service can be used for application monitoring in Tanzu?
ATanzu Observability
BTanzu Kubernetes Service
CTanzu Mission Control
DTanzu Application Catalog
Explanation
Tanzu Observability provides comprehensive monitoring capabilities, unlike the others.
Q17
A company needs to deploy a microservices application on Tanzu. Which approach should they take?
AUse VMs only for deployment
BContainerize applications using Docker
CDeploy directly on bare metal
DUse serverless functions exclusively
Explanation
Containerizing applications using Docker aligns with microservices architecture.
Q18
You are configuring a service broker in a Tanzu environment. What is a key requirement?
AService must handle basic login
BBroker must not use HTTPS
CSupport for OSBAPI specifications
DNeed custom programming language support
Explanation
Support for OSBAPI specifications is essential for service brokers.
Q19
Which service in Tanzu Application Service manages application routing?
ARouter Service
BLoad Balancer
CService Discovery
DAPI Gateway
Explanation
Router Service handles incoming requests and routes them to applications, while other options serve different purposes.
Q20
A company needs to secure sensitive data in their applications. Which feature in Tanzu Application Service should they use?
AService Binding
BIdentity Management
CCredential Rotation
DLog Configuration
Explanation
Credential Rotation automatically updates secrets, ensuring sensitive data remains secure, while the others focus on different security aspects.