Quiz: Load Balancing and Autoscaling :Elastic Google Cloud Infrastructure: Scaling and Automation (Preparing for Google Cloud Certification: Cloud Architect Professional Certificate) Answers 2025
β Question 1
Which of the following is NOT a Google Cloud load balancing service?
β Global external Application Load Balancer
β External proxy Network Load Balancer
β Regional external proxy Network Load Balancer
π© Global hardware-defined Load Balancer
β Regional external passthrough Network Load Balancer
β Regional internal Application Load Balancer
Explanation:
Google Cloud load balancing is fully software-defined.
There is no such thing as a βglobal hardware-defined load balancerβ in Google Cloud.
β Question 2
Which load balancer is recommended for HTTP(S) traffic?
π© Global external Application Load Balancer
β Global external proxy Network Load Balancer
β Regional internal passthrough Network Load Balancer
β Regional external passthrough Network Load Balancer
β Regional internal proxy Network Load Balancer
Explanation:
The Global external Application Load Balancer is designed for HTTP(S), L7 traffic, CDN integration, SSL offloading, and global routing.
β Question 3
Which of the following are applicable autoscaling policies for Managed Instance Groups (MIGs)?
(Select all that apply)
π© CPU utilization
π© Load balancing capacity
π© Monitoring metrics
π© Queue-based workload
Explanation:
MIG autoscaling supports multiple scaling signals:
-
CPU Utilization (most common)
-
Load Balancing Utilization
-
Cloud Monitoring Metrics (custom metrics)
-
Queue Length from Cloud Pub/Sub or similar
All listed options are valid autoscaling policies.
π§Ύ Summary Table
| Q# | Correct Answer | Key Concept |
|---|---|---|
| 1 | Global hardware-defined LB | Google Cloud LB is software-defined |
| 2 | Global external Application LB | Recommended for HTTP(S) L7 traffic |
| 3 | All options | MIG autoscaling supports multiple policies |