PROFESSIONAL-CLOUD-ARCHITECT · Question #174
Case Study: 4 - Dress4Win Company Overview Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The company…
The correct answer is A. Use regional managed instance groups and a global load balancer to increase performance. Regional managed instance groups behind a global load balancer provide Dress4Win with both geographic redundancy and autoscaling without requiring manual VM-based request forwarding.
Question
Options
- AUse regional managed instance groups and a global load balancer to increase performance
- BUse a global load balancer with a set of virtual machines that forward the requests to a closer
- CUse regional managed instance groups and a global load balancer to increase reliability by
- DUse a global load balancer with a set of virtual machines that forward the requests to a closer
How the community answered
(33 responses)- A73% (24)
- B3% (1)
- C9% (3)
- D15% (5)
Why each option
Regional managed instance groups behind a global load balancer provide Dress4Win with both geographic redundancy and autoscaling without requiring manual VM-based request forwarding.
Regional managed instance groups automatically distribute instances across multiple zones within each region, providing zone-level fault tolerance and autoscaling; a global HTTPS load balancer then routes users to the nearest healthy regional MIG, improving both performance and reliability without the operational overhead of manually managed forwarding VMs.
Using manually managed VMs as regional forwarders introduces additional failure points and operational complexity compared to native regional MIGs with a global load balancer.
This option likely describes a configuration that lacks proper autoscaling or uses a regional instead of global load balancer, missing the global traffic distribution benefit.
Manually managed forwarding VMs do not autoscale and add latency and operational complexity compared to the native global load balancer + regional MIG pattern.
Concept tested: Global load balancing with regional managed instance groups
Source: https://cloud.google.com/load-balancing/docs/https/setting-up-https
Topics
Community Discussion
No community discussion yet for this question.