Question 1 of 10
“Walk me through the CI/CD pipeline you're proudest of. What was broken before you touched it?”
Why they ask this
This is the DevOps equivalent of a portfolio review. They are testing whether you think in outcomes — lead time, failure rate, developer experience — or just bolt tools together. The 'before' state matters because it reveals whether you can diagnose, not just build.
How to answer
Lead with the problem in numbers: build time, deploy frequency, how often it broke, how long rollbacks took. Then give the architecture in two or three sentences — stages, gates, what runs in parallel — without reciting every plugin. Spend most of your time on one or two decisions and why you made them, such as why you chose trunk-based flow or where you put the test gate. Close with the after-state metrics and what you would still change. The trap is listing tools for ninety seconds; nobody is hiring your Jenkins vocabulary.
Strong opener: When I joined, deploys took forty minutes, ran twice a week, and failed about one time in five — so the first thing I changed wasn't the tooling, it was where the tests ran.