Please answer the questions below to complete the test.
Question 1
What is the purpose of the Dapr Sidecar Injector in a Kubernetes cluster?
To inject Redis configuration into pods
To deploy control plane components
To inject the Dapr sidecar into application pods automatically
To manage Dapr secrets
Question 2
Which of the following are components of the Dapr control plane?
Dapr Placement Service
Dapr Operator
Redis Sentinel
Dapr Sentry
Question 3
The Dapr sidecar must know the exact IP and port of the service it wants to call.
True
False
Question 4
What is the default HTTP port on which a Dapr sidecar listens?
Question 5
Which resource type in Kubernetes is used to define external service configuration like Redis for Dapr?
Deployment
ConfigMap
Component
CRD
Question 6
When deploying a Dapr component (e.g., Redis state store), which of the following fields are mandatory?
Question 7
A Helm chart can be imported into Meshery by uploading a .yaml file only.
True
False
Question 8
What does the annotation dapr.io/enabled: 'true' enable in a Kubernetes deployment?
Enables auto-scaling
Tells Dapr to inject a sidecar into the pod
Enables Meshery monitoring
Activates Redis caching
Question 9
In what namespace should Dapr control plane components be deployed?
Question 10
Which of the following are required to configure a Redis Dapr component
redisHost metadata
redisPassword as a Secret Key Reference
dapr.io/enable-redis: 'true'
Secret store set to 'kubernetes'
Submitting your answers...
Submit
close