Question 1
Selectable Answer
Which of the following is an example of vertical scaling?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
Text
Description automatically generated
Question 2
Selectable Answer
How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-deployment-em-
Text
Description automatically generated with medium confidence
Question 3
Selectable Answer
Which of the following factors does scheduling take into account when selecting a Node?
Show Answer
Answer: Explanation:
Scheduling takes resource requirements into account in the form of resource requests.
Question 4
Selectable Answer
Which prometheus metric type represents a single number value that can increase and decrease over time?
Show Answer
Answer: Explanation:
https://prometheus.io/docs/concepts/metric_types/#gauge
Graphical user interface, text
Description automatically generated
Question 5
Selectable Answer
What standard does kubelet use to communicate with the container runtime?
Show Answer
Answer: Explanation:
kubelet can communicate with any runtime that supports the CRI standard.
Question 6
Selectable Answer
Which component of the kubernetes control-plane (master) are all requests to deploy and manage objects posted to?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
Graphical user interface, text, application
Description automatically generated
Question 7
Selectable Answer
What are the two goals of Cloud-Native?
Show Answer
Answer: Explanation:
https://www.redhat.com/en/topics/cloud-native-apps
Question 8
Selectable Answer
What is the name for a service that has no clusterIp address?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
Text, letter
Description automatically generated
Question 9
Selectable Answer
Which of the following are characteristics of Statefulsets?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
Graphical user interface, text, application, email
Description automatically generated
Question 10
Selectable Answer
Which of the following computing model doesn’t require you to provision infrastructure?
Show Answer
Answer: Explanation:
Table
Description automatically generated
Question 11
Selectable Answer
What is the functionality of the daemon set?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
Graphical user interface, text, application
Description automatically generated with medium confidence
Question 12
Selectable Answer
Which Kubernetes resource creates Kubernetes Jobs?
Show Answer
Answer: Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
Graphical user interface, text, application, email
Description automatically generated
Question 13
Selectable Answer
What does the 'kops' acronym means?
Show Answer
Answer: Explanation:
https://github.com/kubernetes/kops
Graphical user interface, text, application, email
Description automatically generated
Question 14
Selectable Answer
What CNCF project is the leading DNS project in the CNCF landscape?
Show Answer
Answer: Explanation:
https://github.com/cncf/landscape#trail-map
A picture containing timeline
Description automatically generated
Question 15
Selectable Answer
Which organizational persona creates Service Level Agreements 'SLA', Service Level Objectives 'SLO', and Service Level Indicator 'SLI'?
Show Answer
Answer: Explanation:
SREs create SLAs, SLOs, and SLIs to define and implement standards for application and infra-structure reliability.