
Answer-first summary for fast verification
Answer: 1. Create a Standard storage class, multi-regional Cloud Storage bucket. Put the static content in the bucket. 2. Reserve an external IP address, and create an external HTTP(S) load balancer. 3. Enable Cloud CDN, and send traffic to your backend bucket.
The question emphasizes minimizing management overhead, latency, and maximizing reliability for a globally accessible static content application. Options A and B involve managing instance groups (VMs), which add operational overhead for replication and scaling. Options C and D use Cloud Storage, a managed service, reducing management tasks. The key difference is between regional (C) and multi-regional (D) buckets. A multi-regional bucket provides higher availability and lower latency globally by storing data across multiple regions within a geographic area. Combined with Cloud CDN, which caches content at edge locations, this setup ensures minimal latency and maximum reliability. Therefore, option D is the best choice as it uses a multi-regional bucket for global redundancy, HTTP(S) load balancer for traffic distribution, and Cloud CDN for optimized content delivery.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are developing a highly available, globally accessible application to serve static content to users. You need to configure storage and serving components while minimizing management overhead and latency, and maximizing reliability. What is the optimal solution?
A
B
C
D