Maintenance and Monitoring :Preparing for your Professional Cloud Architect Journey (Preparing for Google Cloud Certification: Cloud Architect Professional Certificate) Answers 2025
1. Question 1 โ Monitoring Availability SLO (99%)
๐ฉ Uptime check
โ Readiness probe
โ Health check
โ Liveness probe
Explanation:
An Uptime Check measures whether your service is reachable from outside Google Cloud โ exactly what you need to confirm availability SLO. Probes and health checks are internal.
2. Question 2 โ Cheapest Test Environments
๐ฉ Preemptible machines
โ Sustained use discount
โ Sole tenant nodes
โ Committed use discount
Explanation:
Preemptible VMs provide the largest cost savings, up to 80% cheaper. Perfect for test environments where downtime is acceptable.
3. Question 3 โ Test New Version With Small Traffic Portion
โ A/B testing
โ Rolling update
๐ฉ Canary deployment
โ Blue/green deployment
Explanation:
A Canary deployment allows routing a small percentage of traffic to the new version to test it safely in production.
4. Question 4 โ Deploy With Zero Downtime
๐ฉ Blue/green deployment
โ A/B test
โ Canary deployment
โ Rolling update
Explanation:
A Blue/Green deployment runs two complete environments and switches traffic instantly โ zero downtime and easy rollback.
๐งพ Summary Table
| Q# | Correct Answer | Key Concept |
|---|---|---|
| 1 | Uptime check | External availability monitoring |
| 2 | Preemptible machines | Cheapest VMs for test workloads |
| 3 | Canary deployment | Test with small traffic portion |
| 4 | Blue/green deployment | Zero downtime releases |