What is a CI/CD pipeline and what are the key stages you'd expect in one?

technical-conceptual · Junior level · cloud-devops-security

What the interviewer is really asking

Determine whether the candidate has a mental model of the software delivery lifecycle and where automation adds value.

What to say

What to avoid

Example answers

Strong: In a GitHub Actions workflow I set up: on every PR, the pipeline ran npm test, then eslint, then built a Docker image and ran Trivy for CVE scanning. Only on merge to main did it push to ECR and deploy to a staging ECS cluster.

Weak: CI/CD means every time you push code it automatically goes to production.

Want questions matched to your role? Paste a job title, job description, or CV and get a personalized set, or go Pro to unlock the full bank.