CI/CD Questions
Practice questions for CI/CD topic in Kubernetes and Cloud Native Associate. 16 questions covering this domain.
Which project is a Kubernetes-native framework for defining and running CI or CD pipelines as Kubernetes resources?
What is the main goal of continuous integration in a cloud native delivery workflow?
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...
A platform team wants to validate that Kubernetes manifests are syntactically correct and conform to best practices before they are applied to a produ...
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...
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...
A platform team says it practices continuous delivery. Which capability should that process include?
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?
According to the CNCF glossary, what event traditionally begins the continuous integration process?
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...
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...
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...
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...
An organization wants a fully automated path that tests software and deploys it into an acceptance environment, with rollback procedures if needed. Wh...
A delivery pipeline automatically deploys tested changes using strategies such as canary or blue-green releases. Which practice does that describe?
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.