Diagnostic questions: Analyzing and Optimizing Technical and Business Processes :Preparing for your Professional Cloud Architect Journey (Preparing for Google Cloud Certification: Cloud Architect Professional Certificate) Answers 2025
Explanation: An Uptime Check monitors whether your service is reachable from outside and helps verify if you are meeting your availability SLO. Probes and health checks are internal to Kubernetes/Compute Engine and do not measure user-visible availability.
2. Question 2 โ Cheapest VMs for Test Environments
๐ฉ Preemptible machines โ Sole tenant nodes โ Committed use discount โ Sustained use discount
Explanation: Preemptible VMs are up to 80% cheaper than regular VMs. Since downtime is acceptable for test environments, preemptible VMs give the biggest cost savings.
3. Question 3 โ Test New Version With Small Traffic Portion
Explanation: A Canary deployment sends a small percentage of real traffic to a new version. This is exactly suited for testing a minor update in production.
4. Question 4 โ Deploy With Zero Downtime
โ Canary deployment ๐ฉ Blue/green deployment โ Rolling update โ A/B test
Explanation: A Blue/Green deployment runs two identical environments (blue=old, green=new). You switch traffic instantly โ zero downtime rollback and release.