PROFESSIONAL-CLOUD-DEVELOPER · Question #202
You are building a highly available and globally accessible application that will serve static content to users. You need to configure the storage and serving components. You want to minimize manageme
The correct answer is D. 1. Create a Standard storage class, multi-regional Cloud Storage bucket. Put the static content in. A multi-regional Cloud Storage bucket stores data redundantly across multiple geographic regions, providing high availability and low-latency access globally. When fronted by a global Cloud Load Balancer with Cloud CDN, static content is cached at edge locations worldwide, minimi
Question
You are building a highly available and globally accessible application that will serve static content to users. You need to configure the storage and serving components. You want to minimize management overhead and latency while maximizing reliability for users. What should you do?
Options
- A
- Create a managed instance group. Replicate the static content across the virtual machines
- B
- Create an unmanaged instance group. Replicate the static content across the VMs.
- C
- Create a Standard storage class, regional Cloud Storage bucket. Put the static content in the
- D
- Create a Standard storage class, multi-regional Cloud Storage bucket. Put the static content in
How the community answered
(40 responses)- A5% (2)
- B15% (6)
- C3% (1)
- D78% (31)
Explanation
A multi-regional Cloud Storage bucket stores data redundantly across multiple geographic regions, providing high availability and low-latency access globally. When fronted by a global Cloud Load Balancer with Cloud CDN, static content is cached at edge locations worldwide, minimizing latency for users regardless of location. This approach requires minimal operational overhead compared to managing VM-based instance groups (options A and B), which require patching, scaling, and replication management. A regional bucket (option C) concentrates data in one region, introducing latency for users in other regions and reducing redundancy.
Topics
Community Discussion
No community discussion yet for this question.