Skip to content

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