131. Which of the following is NOT a Kubernetes component?
A. Scheduler
B. Docker
C. Cloud Controller manager
D. Kube-proxy
Answer
B
132. What is the main difference between Argo vs. Flux CD?
A. Argo is pull-based, and Flux is push-based
B. No difference; both are pull-based
C. Argo is push-based, and Flux is pull-based
D. No difference; both are push-based
Answer
C
133. What is the command used to scale the application?
A. kubectl run
B. kubectl explain
C. kubectl scale
Answer
C
134. What is scheduling in Kubernetes
A. Determining when to execute a cron-job
B. Assigning pods to nodes
C. Joining a new nodes to the clusters
D. Setting a time for automated tasks
Answer
B
135. Open Container Initiative set container standards for
A. Code, Build, Distribute, Deploy containers
B. Run, build, and image
C. Code, Build, Distribute containers
D. Run, Build, Distribute containers
Answer
D
136. Which organizational persona creates Service Level Agreements ‘SLA’, Service Level Objectives ‘SLO’, and Service Level Indicator ‘SLI’?
A. Developer
B. DevSecOps
C. Site Reliability Engineer (SRE)
D. Security and Compliance Engineer
E. DevOps
Answer
C
137. Which of the following is not the required field to describe Kubernetes objects?
A. metadata
B. apiVersion
C. Kind
D. Container
E. spec
Answer
D
138. Which of the following is an example of vertical scaling?
A. Using cluster autoscaler
B. Adding more resources (memory and/or cpu) to a kubernetes node
C. Adding more nodes to kubernetes cluster
D. Adding more replica pods to a deployment
Answer
B
139. What are the two major components of service mesh?
A. Control plane and Data plane
B. Master plane and Data plane
C. None of the options
D. Controller plane and User plane
E. Master plane and User plane
Answer
A
140. What are the two goals of Cloud-Native?
A. Rapid innovation and automation
B. Slow innovation and stable applications
C. Frequent deployments and well-defined organizational silos
D. Rapid innovation and reliability
Answer
D