Certified GitOps Associate Exam Questions and Answers
In the context of GitOps, what is the purpose of a State Store?
How can you achieve the declarative GitOps principle in managing infrastructure and applications?
In GitOps, how are the Desired State declarations pulled from the source?
In GitOps, what is the process of ensuring the actual state of a system matches its Desired State called?
When using Kustomize, how are resources, configurations, and customizations commonly organized?
Which deployment and release pattern involves gradually shifting traffic from an old version of an application to a new one?
Which of the following statements best describes the relationship between DevOps and GitOps?
Which method(s) of accessing the Desired State store does GitOps support?
A GitOps project wants to leverage both ArgoCD and Flux for a deployment. Can ArgoCD and Flux be used in conjunction?
You want to route alerts from Prometheus to Slack in your GitOps workflow. Which tool can you use to achieve this?
What is the main difference between Terraform/OpenTofu and Ansible?
In the context of GitOps, why would you do a rollback?
Which of these is an advantage of using a declarative configuration for your Desired State?
You are deploying a new version of your application using the Blue-Green deployment pattern. What is a characteristic of the Blue-Green deployment pattern?
In a GitOps framework, what distinct advantage does Configuration as Code (CaC) provide in comparison to traditional infrastructure management approaches?
In GitOps, what is a pull-based approach?
You are working on a GitOps project and want to ensure that the configuration files are written in a standardized format. What is the recommended way to ensure this?
Manual updates are common causes of what?