Q: 8
The e-commerce application experiences a major traffic spike every Monday
morning precisely at 9:00 AM, which often overwhelms the Compute Engine
Managed Instance Group (MIG) before autoscaling can fully respond. How can the
architect ensure the infrastructure is ready for the spike *proactively*?
Options
Discussion
Makes sense to go with D here. Scheduler pre-warms the MIG before the spike, which proactive scaling needs. C is tempting but it's reactive, not proactive like the scenario wants. Anyone disagree?
Option B Activity Logs sound tempting but Stackdriver covers way more for monitoring and it's Google's native tool here.
Its A, since Activity Logs can show provisioning issues and Deployment Manager is the native tool.
Option D. since C is a trap option here. Scheduler lets you scale up before autoscaling would kick in.
D imo, this matches what I've seen in official practice tests for scheduled scaling. Scheduler lets you bump the MIG up before the traffic surge so VMs are warm and ready. If you want to dive deeper, check out labs on scheduled instance management in the Google documentation. If anyone thinks C makes more sense, let me know but pretty sure D is the go-to for predictable spikes.
Probably B since Deployment Manager and Stackdriver are both Google-native tools for provisioning and monitoring. Makes sense for GCP best practices.
Saw exactly similar question in my practice exam. D
This is classic Google, always making you do workarounds for simple stuff. D
D , since the scheduler lets you pre-scale before 9AM and avoids the reactive lag from autoscaling.
Not C, D. This lines up with the official guide's section on scheduled/pre-warm scaling. Review GCP labs for hands-on practice.
Be respectful. No spam.
Question 8 of 35