supply chain
DevOps interview questions tagged supply chain, across every topic.
9 questions · 2 unlocked for you
Concepts behind "supply chain"
The concept pages behind what these questions are testing.
Foundational
Build once, and let the artifact be the unit that movesIndependent builds can differ even at the same commit. Promoting one artifact by digest makes it clear which bytes were tested, while configuration and runtime differences still need validation.🚀 Delivery & GitOps
Foundational
Your supply chain is a graph, and you only see the first layerA service declares a dozen dependencies and ships a thousand. Every build tool, base image, CI action and transitive package is code you execute with your privileges, and the practical question is not how to trust all of it but how fast you can answer which parts you have.🛡️ Security in the Pipeline