Mock exam A
Correct answers can be found in the Assessment section of the Appendix.
Note
Unless specified otherwise, there is only one correct answer.
- You’re planning a deployment of a Kubernetes cluster in your organization. There is a requirement to make the control plane highly available. How many control plane nodes should be deployed?
- 1
- 2
- 3
- 4
- You’re operating a Kubernetes cluster in a production environment where nodes are running in multiple failure domains (also called Availability Zones, or AZs). You need to ensure that Pods are started across predefined failure domains. Which K8s feature can be used?
- PVC
- Pod topology spread constraints
- Pod network policies
- Pod security policies
- You’ve been asked to deploy a new application onto a Kubernetes cluster. Which check do you need to implement to constantly ensure that the application is healthy and running?
- Prometheus probe
- Container runtime check
- Reconciliation check
- Liveness and readiness probes
...