nerdexam
Google

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

Designing and Implementing Cloud-Native Applications

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
    1. Create a managed instance group. Replicate the static content across the virtual machines
  • B
    1. Create an unmanaged instance group. Replicate the static content across the VMs.
  • C
    1. Create a Standard storage class, regional Cloud Storage bucket. Put the static content in the
  • D
    1. Create a Standard storage class, multi-regional Cloud Storage bucket. Put the static content in

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    15% (6)
  • C
    3% (1)
  • D
    78% (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

#Cloud Storage#Static Content Hosting#High Availability#Global Accessibility

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVELOPER Practice