Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise runs a batch and transaction processing workload on a Compute Engine regional Managed Instance Group (MIG). The workload faces diverse bottlenecks depending on customer behavior:
You need to configure an autoscaling policy that combines these signals to ensure the application maintains high performance without dropping requests.
How does the Compute Engine autoscaler evaluate these multiple signals to determine the target size of the MIG?
Compute Engine autoscaling allows a Managed Instance Group (MIG) to automatically adjust its number of virtual machine instances according to changing workload demands. When an autoscaling policy is configured with multiple signals—such as CPU utilization, Cloud Monitoring custom metrics, load balancing serving capacity, and scaling schedules—the autoscaler independently evaluates the required capacity for every single signal during each collection cycle.
In this scenario, the workload has multiple independent bottlenecks:
By taking the maximum (largest number of VMs) among all individual recommendations, the autoscaler guarantees that whichever bottleneck or schedule demands the most capacity is fully satisfied, preventing performance degradation or request drops.
minNumReplicas and maxNumReplicas bounds across all combined evaluations.Picking the largest recommended instance count ensures high availability and eliminates under-provisioning. If one metric demands 20 VMs due to high CPU while a queue metric only requires 8 VMs, scaling to 20 VMs ensures the CPU-bound requests do not fail.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.