20% of the CGOA exam. Sample questions below; the full library has 24 questions tagged to this domain.
Sample questions on GitOps Terminology
GitOps Terminology
Q1. A team uses Argo CD to monitor a Git repository and automatically apply changes to their Kubernetes cluster. In this scenario, what is Argo CD serving as?
Reveal answer and explanations
AThe container registry storing container images
Incorrect. Argo CD doesn't manage container registries.
BThe Git server hosting the manifests
Incorrect. While Argo CD reads from Git, it doesn't host the Git server; that's separate infrastructure.
CThe reconciliation engine that implements the continuous feedback loop to enforce desired state
Correct. Argo CD is the GitOps controller/reconciliation engine that continuously watches Git and reconciles the cluster to match.
DThe CI system building and testing code
Incorrect. Argo CD is not a CI system; it's a CD/GitOps tool used after CI produces artifacts.
GitOps Terminology
Q2. In GitOps, what is meant by the 'control plane' managing the 'data plane'?
Reveal answer and explanations
AThe Kubernetes control plane manages application workloads
Incorrect. This reverses the relationship—control plane manages workloads in the data plane.
BOperators manually command changes to cluster state
GitOps Terminology accounts for 20% of the CGOA exam. Expect questions that test recall of terminology and the ability to read short scenarios — not deep configuration. Use the sample questions above as difficulty calibration; if any feel hard, the rest of our 24-question domain bank will close those gaps.