Quality Control
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Professional Cloud Architect premium course — no separate purchase.
Included in this chapter:
- The quality gate: the one model for this page
- The supply-chain gate: test, scan, review, attest
- The reliability gate and the data quality gate
- Exam-pattern recognition: gate vs metric, report vs enforce
The three gate families plus the improvement scoreboard
| Dimension | Reliability gate | Supply-chain gate | Data quality gate | Improvement metrics |
|---|---|---|---|---|
| What it checks | Is the live service meeting its SLO? | Is the artifact tested, scanned, reviewed, attested? | Does the dataset meet its quality rules? | Is the delivery system getting better? |
| Where it runs | Production, against the SLO | Pull request, build, and deploy admission | Data pipeline, before publish | Across the org, over time |
| GCP mechanism | Error-budget policy on a Cloud Monitoring SLO | Required tests, Artifact Analysis scanning, Binary Authorization | Dataplex auto data quality | DORA four keys |
| Blocks a change? | Yes, freezes launches when exhausted | Yes, when wired as required and as a deploy policy | Yes, fail the pipeline on rule violation | No, it is a trend, not a gate |
| Failure consequence | Stop risky launches, do reliability work | Build or deploy fails | Bad data is quarantined or pipeline halts | Investigate and invest where the metric lags |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Cloud Build overview
- Artifact Registry overview
- Artifact Analysis: OS vulnerability scanning overview
- Binary Authorization overview
- Software supply chain security overview
- Well-Architected Framework: set reliability targets Well-Architected
- Google SRE Workbook: error budget policy Whitepaper
- Dataplex auto data quality overview
- Using the Four Keys to measure your DevOps performance Blog