Courseiva
CGOA
Gitops PrincipleseasyMultiple SelectObjective-mapped

CGOA Gitops Principles Practice Question

A team is reviewing their deployment practices against OpenGitOps standards. Which THREE conditions are required to satisfy the 'Declarative Desired State' and 'Versioned and Immutable State' principles?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The target system's desired state is expressed in a software-interpretable, declarative format like YAML or JSON.

OpenGitOps principles state that desired state must be expressed declaratively, stored in a system that enforces versioning and immutability (like Git), and serve as the single source of truth.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The target system's desired state is expressed in a software-interpretable, declarative format like YAML or JSON.

    Why this is correct

    Declarative state specification ensures that system state is defined by static declaration rather than procedural steps.

  • The desired state is stored in a version-controlled repository that maintains an append-only change history.

    Why this is correct

    Version control systems like Git provide immutable, historical tracking of every state modification.

  • Every state revision is uniquely identified (e.g., by a Git commit SHA) and fully reproducible.

    Why this is correct

    Unique commit SHAs enable precise identification and exact reproduction of desired system states at any point in time.

  • Live cluster state is permitted to override repository configurations during peak traffic periods.

    Why it's wrong here

    Allowing live state to permanently override the repository breaks the single source of truth principle.

  • System changes are made by executing manual shell scripts directly on production control plane nodes.

    Why it's wrong here

    Manual shell execution on nodes violates declarative and versioned state principles.

About these practice questions

This CGOA question is part of Courseiva's 325-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official CNCF / Linux Foundation exam blueprint

This CGOA practice question is part of Courseiva's free CNCF / Linux Foundation certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CGOA exam.