6. DevOps

Ci Cd — Quiz

Test your understanding of ci cd with 5 practice questions.

Read the lesson first

Practice Questions

Question 1

Which type of test in a CI/CD pipeline runs a small subset of critical tests to quickly verify build integrity before lengthy test suites?

Question 2

A CI pipeline uses a build matrix of 3 operating systems and 2 runtime versions, executing all combinations in parallel. How many jobs run simultaneously?

Question 3

In GitLab CI/CD YAML configuration, which keyword defines the sequential order of pipeline stages?

Question 4

A pipeline has two sequential stages lasting 3 minutes each, followed by a parallel stage with two jobs each taking 4 minutes. What is the minimum total pipeline duration?

Question 5

Which environment in a CI/CD pipeline is typically used for final validation before production and mirrors production closely?
Ci Cd Quiz — Cloud Computing | A-Warded