Skip to content

CI/CD Questions

Practice questions for CI/CD topic in Kubernetes and Cloud Native Associate. 16 questions covering this domain.

16 questions4 easy9 medium3 hard
Q1
medium

Which project is a Kubernetes-native framework for defining and running CI or CD pipelines as Kubernetes resources?

Q2
easy

What is the main goal of continuous integration in a cloud native delivery workflow?

Q3
medium

In a cloud native CI/CD pipeline, code is merged, automatically built into a container image, pushed to a registry, and then a new version is deployed...

Q4
hard

A platform team wants to validate that Kubernetes manifests are syntactically correct and conform to best practices before they are applied to a produ...

Q5
medium

A team wants a reusable Tekton building block for compile and unit test steps that can be invoked by different delivery flows. Which Tekton resource s...

Q6
hard

A release process needs several Tekton work units executed in a defined flow from build to test to publish. Which Tekton resource models that orchestr...

Q7
medium

A platform team says it practices continuous delivery. Which capability should that process include?

Q8
medium

A team says its CI stage is done as soon as developers merge code, even if no verified artifact exists. Which statement is more accurate?

Q9
easy

According to the CNCF glossary, what event traditionally begins the continuous integration process?

Q10
medium

A team implements CI/CD with automated builds on every commit. The pipeline builds a container image, pushes it to a registry, and a CD system automat...

Q11
medium

A GitOps system (Flux) monitors a Git repository and auto-deploys changes to the cluster. A developer commits a manifest with a non-existent image tag...

Q12
hard

A CI/CD pipeline builds a container image and pushes it to a registry with tag "latest". Another pipeline deploys from registry using `:latest` tag. A...

Q13
easy

A team wants every commit to merge cleanly, run automated checks, and produce a tested artifact ready for later deployment. Which practice are they de...

Q14
medium

An organization wants a fully automated path that tests software and deploys it into an acceptance environment, with rollback procedures if needed. Wh...

Q15
easy

A delivery pipeline automatically deploys tested changes using strategies such as canary or blue-green releases. Which practice does that describe?

Q16
medium

Why is continuous integration considered a prerequisite for continuous delivery?

Sign in to see all 16 questions

Create a free account to browse the questions included with the free plan.