Fill-in-the-Blank: DevOps, CI/CD, SRE, DevSecOps, GitOps, DataOps, and Metrics
Back to Pack

Fill-in-the-Blank: DevOps, CI/CD, SRE, DevSecOps, GitOps, DataOps, and Metrics

Complete the sentences by filling in the blanks. Each correct answer earns points!

15 Questions • 150 Total Points
1

integrates and automates software development and IT operations to reduce time between change and production while maintaining high quality.

Context: DevOps definition and purpose

2

In DevOps, is a principle where teams collectively take responsibility for outcomes across development and operations.

Context: DevOps culture and shared ownership

3

is automating steps in the delivery workflow to reduce manual effort and speed up reliable releases.

Context: DevOps principles: workflow automation

4

provides timely information about system changes so issues are detected and corrected quickly.

Context: DevOps principles: rapid feedback

5

Continuous delivery applies the 'bring the pain forward' principle, which causes tough tasks to be tackled early, leading to faster and improved delivery outcomes.

Context: Cause→effect: bring-the-pain-forward to issue detection

6

automates build, test, integration, and delivery so teams can release changes faster with reduced risk.

Context: CI/CD as a core DevOps enabler

7

DORA metrics provide measures of delivery efficiency (throughput) and reliability (stability) for continuous improvement. Deployment frequency is defined as the time between deployments.

Context: DORA metric: deployment frequency

8

DORA includes , which is the percentage of deployments that cause production issues.

Context: DORA metric: change failure rate

9

In the 2023 State of DevOps update, the stability metric was renamed from 'mean time to recover' to .

Context: DORA metric evolution: failed deployment recovery time

10

DevSecOps shifts security left by integrating security testing earlier in the lifecycle. This causes security defects to be detected sooner, reducing the risk of vulnerabilities.

Context: Cause→effect: shifting security left to reduced production risk

11

is static application security testing that checks software without executing it, focusing on security in code.

Context: DevSecOps testing: SAST

12

is dynamic application security testing that tests software behavior without knowing internal functions.

Context: DevSecOps testing: DAST

13

DevSecOps uses CWE and OWASP taxonomies for triage and prioritization. Top 25 is a list of frequently occurring software weaknesses maintained by MITRE under CWE.

Context: Security taxonomy: CWE Top 25

14

GitOps version-controls deployment configuration state, which enables code-review workflows and rollbacks. This causes teams to gain visibility to change, enabling faster tracing and reproduction of .

Context: Cause→effect: GitOps traceability to reproducing issues

15

DataOps applies Agile and DevOps ideas to data analytics pipelines. It uses statistical process control (SPC) to monitor and verify the pipeline so that trigger automated alerts on anomalies.

Context: Cause→effect: DataOps SPC to automated alerts on anomalies