Module 4 Flashcards

1
Q

A pipeline

A

e is defined as a group of tasks to be executed towards accomplishing specific goal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Continuous Integration

A

Is an automated process that covers the building, testing, and merging of new
code commits to a codebase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Continuous Delivery

A

– is the automated movement of code through the development lifecycle
(sometimes referred to the delivery lifecycle).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Continuous Deployment

A

is the automated movement of that code into production, once it passes the
required automated tests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Automated Validation –

A

A collection of practices to ensure code that is being built and deployed to
production is free of bugs, security vulnerabilities, and meets business requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GitOps

A

An immutable infrastructure process that involves storing the state of an environment in code
stored in a Git repo and reconstructing the entire environment when changes are made.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Tekton

A

– A tool built on top of Kubernetes for defining and running CI/CD pipelines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Security validation is a key step in what process?

A

CI/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which tools and standards can automatically generate documentation?

A

OpenAPI,Swagger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is considered a characteristic of manual deployments?

A

Slow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two terms associated with the acronym CD?

A

CD stands for both Continuous Delivery and Continuous

Deployment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following considers automated validation a core principle?

A

CI/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What must a CI/CD process be defined by for it to be automated?

A

Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following are functionalities of GitOps tools?

A

A. Manage rollout process
B. Monitor environment for changes
C. Compare changes to the stored state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following two methods are used for GitOps implementation?

A

ArgoCD

Tekton

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Metrics and logging can be reviewed for which of the following activities?

A

Root cause analysis,Auditin

17
Q

There are seven central resources that make up Tekton pipelines. Which
of the following make up some of those seven resources?

A

A. Event Listeners
B. Pipeline Run
D. Trigger Bindings