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

Linux Foundation CGOA - Certified GitOps Associate Exam

Page: 2 / 2
Total 60 questions

In GitOps, what does the principle ofVersioned and Immutablemean?

A.

All changes to configuration and infrastructure should be made directly on production environments.

B.

All software versions should be stored in a Git repository.

C.

Configuration and infrastructure code should be version-controlled and treated as immutable artifacts.

D.

Configuration and infrastructure code should be modified directly on production environments.

What is an example of how GitOps helps DevSecOps?

A.

You must sign into your GitHub account before running kubectl commands.

B.

The entire version history of Desired State changes is available for auditing.

C.

Store all access tokens in Git.

D.

Unit testing during CD limits the bugs introduced into deployed code.

In the context of GitOps, what is one example of how DevSecOps principles manifested, enhancing the traditional DevOps lifecycle?

A.

GitOps enhances the DevSecOps experience by detecting security policy drift.

B.

DevSecOps in GitOps focuses primarily on post-deployment security audits.

C.

GitOps uses DevSecOps to enforce manual security checks at each deployment stage.

D.

In GitOps, DevSecOps leads to the segregation of security tasks, assigning them exclusively to security teams.

In GitOps, how are the Desired State declarations pulled from the source?

A.

By sending a request to the source repository.

B.

With a CLI command or API call.

C.

Automatically by software agents.

D.

Manually triggered by a webhook.

What is Infrastructure as Code (IaC)?

A.

An approach to managing infrastructure resources using physical hardware only

B.

A methodology for managing infrastructure resources through graphical user interfaces

C.

A manual process of managing infrastructure resources using the command line

D.

A programming approach to managing and provisioning infrastructure resources through machine-readable definition files

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?

A.

Ask team members to manually review each other's configuration files for formatting issues.

B.

Ignore the formatting issues and focus on the functionality of the configuration files.

C.

Use a linter tool to automatically check the configuration files for formatting issues.

D.

Manually review each configuration file to check for any formatting issues.

What does the GitOps reconciliation loop ensure?

A.

Only applies changes but does not remove resources that used to be part of the Desired State.

B.

That the Desired State is instantaneously applied to the system.

C.

The Desired State is applied to the system when the current system state diverges from the Desired State.

D.

When manifests have errors, it will ensure that as much as possible still gets applied.

In GitOps, how is the Desired State stored?

A.

In a way that enforces mutability and versioning.

B.

In a way that permits direct modifications to live systems.

C.

In a way that retains only the latest version.

D.

In a way that enforces immutability and versioning.