Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Linux Foundation CGOA Practice Exam with Questions & Answers | Set: 2

Questions 11

In GitOps, how is the Desired State stored?

Options:
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.

Linux Foundation CGOA Premium Access
Questions 12

Which of the following is part of a declaratively defined system?

Options:
A.

Both the desired state and the steps to reach the Desired State.

B.

Only the steps to reach the Desired State.

C.

Only the Desired State.

D.

Only the code for reaching the Desired State.

Questions 13

When are progressive delivery patterns useful in software development and deployment?

Options:
A.

Progressive delivery patterns are only useful for one-time, single-deployment scenarios, not ongoing, continuous delivery.

B.

Progressive delivery patterns are primarily beneficial for small development teams rather than for large organizations.

C.

Progressive delivery patterns are useful in several software development and deployment scenarios, as they offer advantages such as risk reduction, improved quality, and better user experience.

D.

Progressive delivery patterns are useful during initial project development instead of in subsequent phases.

Questions 14

In GitOps, what does it mean toContinuously Reconcile?

Options:
A.

Regularly update Git repositories with the latest changes from external sources.

B.

Perform regular backups of Git repositories.

C.

Automatically compare and adjust the system state as needed.

D.

Monitor the system for any unauthorized changes and revert them.

Questions 15

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

Options:
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.

Questions 16

You are working on a GitOps project and have made some changes to the cluster using kubectl. What is the recommended approach to ensure that your changes are continuously reconciled?

Options:
A.

Delete and recreate the cluster from scratch to ensure a clean and controlled state.

B.

Save those changes to the Desired State store and allow the GitOps controller to attempt reconciliation.

C.

Use kubectl to delete all resources that were changed in the cluster and wait for a reconcile.

D.

Reconcile the changes by running a script or command that synchronizes the cluster with the desired state.

Questions 17

Which of these is an advantage of using a declarative configuration for your Desired State?

Options:
A.

Declarative configuration allows you to execute code locally more efficiently to make desired changes to your running system.

B.

Using widely adopted community tools for reconciling actual state is less work than maintaining custom imperative scripts.

C.

Declarative configuration helps you include dynamic scripting that guides an application through a step-by-step process.

D.

Declarative configuration lets you specify complex if/else logic within custom code.

Questions 18

Which of the following is an example of an external reconciler?

Options:
A.

Flux

B.

Kubeflow

C.

Helm

D.

Kustomize