Practice free →
HomeSoftware TestingSoftware Testingmicroservices_cloud_observability › Quality gates in a deployment pipeline are

Quality gates in a deployment pipeline are

AManual signoffs collected over many days
BDocumentation reviews after the release
CDatabase backups taken before each test
DAutomated checks blocking promotion if failed
Answer & Solution
Correct answer: D. Automated checks blocking promotion if failed
Quality gates enforce thresholds (unit-test pass, code coverage, security findings, performance regression) at pipeline stages. Failure blocks promotion to the next environment. Tools: SonarQube quality gate, custom CI checks.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions