Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Linux Foundation CGOA - Certified GitOps Associate Exam

Page: 1 / 2
Total 60 questions

Which GitOps tool has the option for a push-based reconciliation model?

A.

ArgoCD

B.

Flagger

C.

Flux

D.

Argo Workflows

In GitOps, what is the process of ensuring the actual state of a system matches its Desired State called?

A.

Reconciliation

B.

Webhooks

C.

Monitoring

D.

Manual Intervention

Which method(s) of accessing the Desired State store does GitOps support?

A.

Push method only

B.

Replication only

C.

Neither push nor pull

D.

Pull is required and push can optionally be used in addition to pull

In the context of GitOps, what doesDesired Staterefer to?

A.

The state that the system or application should be in.

B.

The state that the system or application was in before any changes were made.

C.

The current state of the system or application.

D.

The state that the system or application will be in after all changes are made.

In GitOps, which option describesState Storemanagement?

A.

Storing state information in a relational database.

B.

Storing state information in a centralized database.

C.

Storing state information in a distributed file system.

D.

Storing state information in a version control system.

How does GitOps handle drift during reconciliation?

A.

Write Kubernetes Patch files in a database for later use.

B.

Attempt to apply Desired State to the running system.

C.

Write back to Desired State to match the actual state.

D.

Find the differences between Desired State and actual state and create a new system based on these changes.

Which deployment and release pattern involves gradually shifting traffic from an old version of an application to a new one?

A.

Red/Black Deployment

B.

Canary Deployment

C.

Blue-Green Deployment

D.

A/B Deployment

Which statement describes Blue-Green deployments?

A.

Blue-Green deployments involve deploying the new version of an application alongside the old version and switching traffic to the latest version once it is ready.

B.

Blue-Green deployments involve deploying the new version of an application to a subset of users and gradually expanding the deployment based on feedback.

C.

Blue-Green deployments involve deploying different versions of an application in other regions and routing traffic based on geographic location.

D.

Blue-Green deployments involve deploying only one version at a time.

In GitOps, what is a pull-based approach?

A.

A pull-based approach is when developers manually push changes to the GitOps system, which then applies them automatically.

B.

A pull-based approach is when the GitOps system sends notifications to developers to apply changes from the Git repository manually.

C.

A pull-based approach is when the Git repository automatically pushes changes to the GitOps system, which then applies them.

D.

A pull-based approach is when the GitOps system continuously polls the Git repository for changes and applies them automatically.

When using Kustomize, how are resources, configurations, and customizations commonly organized?

A.

By specifying all resources inline in the customization file.

B.

In separate configuration files for each resource.

C.

In a single configuration file.

D.

Using a combination of folder directories and referenced folder/file paths.