InterviewStack.io LogoInterviewStack.io

Pipeline Security and Compliance Questions

Securing the software delivery pipeline and enforcing compliance within it: supply-chain security, secrets management in CI/CD, security and compliance gates, and automated patch and vulnerability management in the delivery flow. Covers shifting security left into pipelines and preventing insecure or non-compliant changes from shipping. Concerned with securing the delivery path itself, not general application or infrastructure security.

HardSystem Design
55 practiced

Design a secure and scalable CI/CD pipeline for deploying to production Kubernetes clusters that enforces image signing and verification, vulnerability scanning, and policy-as-code gates. Recommend tools (for example: Tekton or ArgoCD, cosign/notation for signing, Trivy for scanning, OPA/Gatekeeper for policies), explain how signing keys and secrets are managed, and describe automated rollback and audit trails.

That is every published Pipeline Security and Compliance question for DevOps Engineer so far. Browse the other topics in this category, or practice this one interactively.