Pass the Linux Foundation DevOps and Site Reliability CGOA Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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.


Expert Solution
Questions # 2:

How does GitOps handle drift during reconciliation?

Options:

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.


Expert Solution
Questions # 3:

In the context of GitOps, what source of truth guides the continuous deployment process?

Options:

A.

Desired State


B.

Dynamic State


C.

Fleeting State


D.

Current State


Expert Solution
Questions # 4:

What is one of the key benefits of a pull-based reconciliation approach to configuration management?

Options:

A.

Simplified troubleshooting and debugging processes.


B.

Agents can access the Desired State at any time, not only when an event is triggered.


C.

The CI has access credentials to the running system.


D.

Immediate response time to configuration changes.


Expert Solution
Questions # 5:

A GitOps project wants to leverage both ArgoCD and Flux for a deployment. Can ArgoCD and Flux be used in conjunction?

Options:

A.

ArgoCD and Flux cannot be used together as they have conflicting functionalities.


B.

If you modify their source code, ArgoCD and Flux can only be used together.


C.

ArgoCD and Flux can be used together, leveraging a drop-in extension for ArgoCD, ensuring that both reconciliation engines do not conflict.


D.

ArgoCD and Flux cannot be used together as they are designed for different types of deployments.


Expert Solution
Questions # 6:

Which of these Git commands will enact a rollback of the configuration to a previous commit?

Options:

A.

git branch


B.

git revert


C.

git commit


D.

git push


Expert Solution
Questions # 7:

A GitOps-managed Software System includes which of the following?

Options:

A.

Hardware infrastructure used for hosting the software system.


B.

One or more runtime environments consisting of resources under management.


C.

One or more programming languages used for development.


D.

Operating systems used for hosting the software system.


Expert Solution
Questions # 8:

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

Options:

A.

ArgoCD


B.

Flagger


C.

Flux


D.

Argo Workflows


Expert Solution
Questions # 9:

In the context of GitOps, what doesDesired Staterefer to?

Options:

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.


Expert Solution
Questions # 10:

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

Options:

A.

Red/Black Deployment


B.

Canary Deployment


C.

Blue-Green Deployment


D.

A/B Deployment


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions