Skip to content

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