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

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.