Google Cloud Professional Cloud Architect — Question 185
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. You need to minimize latency for all content types for users worldwide. What should you do? (Choose two.)
Answer options
- A. Use an external Application Load Balancer to serve your application APIs.
- B. Use Cloud CDN to serve static assets of your application.
- C. Use Media CDN to serve static assets of your application
- D. Use Memorystore to serve your web application.
- E. Use a multi-region Cloud Storage bucket to serve your entire web application.
Correct answer: A, B
Explanation
The correct answers are A and B because using an external Application Load Balancer helps efficiently distribute API requests to minimize latency, while Cloud CDN accelerates the delivery of static assets. Options C and D focus on different methods that may not effectively reduce latency for the mentioned content types, and E, while useful, does not specifically target the latency reduction for dynamic API content.