wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Suse Lesson 5 CI/CD with Cloud Native Tooling

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Which of the following are configuration Management Tools?

a)

Jsonnet

b)

ArgoCD

c)

Helm

d)

Kustomize

2.

The _____ file contains default input parameters for a Helm chart.

a)

manifests.yaml

b)

chart.yaml

c)

values.yaml

d)

deployment.yaml

3.

What is a downside of using a Push-Based CI/CD workspace?

a)

A scenario might be reached where multiple changes need to be deployed to production

b)

Push-Based Workspace compromises Time for Security

c)

Not capable of handing bigger projects due to lack of scalability

d)

Does not manage resources with finesse

4.

______ is an operating model that refers to the Git repositories as the source of truth for declarative infrastructure and applications.

a)

Github Actions

b)

Github Copilot

c)

GitOps

d)

Github Pages

5.

A delivery pipeline is triggered when a new commit is available. The new changes should traverse the following stages:

a)

Build

b)

Test

c)

Package

d)

Deploy

e)

Feedback

6.

_________ is a step up from Continuous Delivery in which every change in the source code is deployed to production automatically, without explicit approval from a developer.

a)

Continuous Integration

b)

Continuous Deployment

c)

Continuous Delivery

d)

Continuous Management

7.

Which of the following are event-driven workflows that can be executed when a new commit is available, on external or scheduled events?

a)

GitHub Copilot

b)

GitHub Actions

c)

GitOps

d)

Github Pages

8.

The ________ approach is the recommended way to deploy resources within a production environment

a)

Imperative

b)

Declarative

9.

Which of the following are tools that automate the Continuous Delivery stage?

a)

Jenkins

b)

CircleCI

c)

Kustomize

d)

Concourse

10.

When accessing the ArgoCD UI, a browser SSL warning is encountered. Why is this encountered?

a)

Invalid Login credentials are used to access the Environment

b)

ArgoCD is not configured properly and needs to be reconfigured

c)

ArgoCD server is not setup with SSL certificates to authenticate the server

d)

Files are corrupted during installation and reinstallation is requred before proceeding further.