PROFESSIONAL-CLOUD-ARCHITECT · Question #329
You are designing the architecture for a global social media site on Google Cloud. The site serves dynamic API content, static assets such as CSS. JS. images, and user-uploaded videos for streaming. Y
The correct answer is A. Use an external Application Load Balancer to serve your application APIs. B. Use Cloud CDN to serve static assets of your application.. An external Application Load Balancer provides global load balancing and intelligent routing for dynamic API content, minimizing latency for users worldwide. Cloud CDN integrates with the load balancer to cache and serve static assets (CSS, JS, images) from Google’s global edge l
Question
Options
- AUse an external Application Load Balancer to serve your application APIs.
- BUse Cloud CDN to serve static assets of your application.
- CUse Media CDN to serve static assets of your application
- DUse Memorystore to serve your web application.
- EUse a multi-region Cloud Storage bucket to serve your entire web application.
How the community answered
(26 responses)- A81% (21)
- C4% (1)
- D4% (1)
- E12% (3)
Explanation
An external Application Load Balancer provides global load balancing and intelligent routing for dynamic API content, minimizing latency for users worldwide. Cloud CDN integrates with the load balancer to cache and serve static assets (CSS, JS, images) from Google’s global edge locations, significantly reducing latency for static content delivery.
Topics
Community Discussion
No community discussion yet for this question.