GitOps Principles Questions
Practice questions for GitOps Principles topic in Certified GitOps Associate. 59 questions covering this domain.
Which description matches Flux bootstrap?
Which GitOps principle requires desired state to be stored in a way that enforces immutability, versioning, and complete history retention?
What is the core advantage of the pulled automatically principle in GitOps?
In Argo CD, which tracking choice best pins deployment to one exact manifest revision?
Why does the versioned and immutable principle support reliable rollback and traceability?
In OpenGitOps, how are actions selected after reconciliation detects divergence?
Which OpenGitOps principle says software agents automatically pull the desired state declarations from the source?
A developer merges a change to the desired state repository. In a GitOps-compliant system, what should happen next?
Which configuration most clearly violates the declarative principle?
Which system is least aligned with OpenGitOps principles?
Which scenario best demonstrates the continuously reconciled principle?
Argo CD documentation says Git repositories are used as what for defining desired application state?
Can a system use something other than Git as the state store and still follow GitOps?
A cluster operator uses kubectl edit to change a Deployment managed by a Flux Kustomization, but does not update the source repository. What should ha...
Which design choice most weakens the pulled automatically principle?
A security team mandates that no human operator should be able to push directly to the production desired state repository; all changes must go throug...
Which OpenGitOps principle is violated when an operator manually edits a resource directly in the cluster without updating the Git repository?
A developer asks why GitOps tools like Flux reconcile on a fixed interval even when no Git commit has occurred. Which GitOps concept best explains thi...
An operator runs git revert on the repository holding Kubernetes manifests to undo a bad deployment, and the in-cluster reconciler converges the clust...
A team has configured their Flux Kustomization with a five-minute reconciliation interval. A colleague suggests increasing the interval to one hour to...
Sign in to see all 59 questions
Create a free account to browse all questions — completely free during our launch phase.