Mock exam B
Correct answers can be found in the Assessment section of the Appendix.
- Which of the following are valid telemetry signals?
- Measurements, traces, logs
- Pings, traces, logs
- Metadata, traces, logs
- Metrics, traces, logs
- Your organization is running Kubernetes, and the development team asked whether it would be possible to run Serverless applications with it. Which of the following projects can be used to implement your own Serverless platform on top of Kubernetes? Pick two:
- Knative
- OpenFaaS
- KubeVirt
- KubeConf
- You’re planning a production deployment of a Kubernetes cluster in your organization. The control plane should be highly available. How many control plane nodes should be deployed?
- 2
- 4
- 3
- 1
- Which of the following is the smallest, individually schedulable workload unit in Kubernetes?
- Pod
- Container
- Deployment
- Service
- You have prepared a Kubernetes spec file for a new application. The file is named
kcna-microservice.yaml
. How would you deploy it to the cluster...