CEvery change is tracked in Git history with who, what, and when; imperative scripts lack this auditability
Correct. Git's immutable history provides the audit trail required for compliance; imperative scripts lack this traceability.
DImperative requires more testing before deployment
Incorrect. Testing applies to both approaches.
EDeclarative is easier for humans to read
Incorrect. Readability helps but doesn't improve compliance.
GitOps Principles
Q3. A company experiences a Kubernetes cluster anomaly where a pod is manually deleted by a developer for testing. How does the 'Continuously Reconciled' principle address this state drift?
Reveal answer and explanations
AThe pod remains deleted until the next scheduled deployment window
Incorrect. Continuous reconciliation reacts immediately, not on a schedule.
BThe GitOps controller detects the drift and recreates the pod to match the desired state defined in Git
Correct. The continuously reconciling controller sees the missing pod (drift) and immediately recreates it from the desired state in Git.
CAn admission controller prevents the manual deletion from occurring
GitOps Principles accounts for 30% 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 26-question domain bank will close those gaps.