Google Cloud Professional Cloud Architect — Question 167

Your company has an application running on Compute Engine that allows users to play their favorite music. There are a fixed number of instances. Files are stored in Cloud Storage, and data is streamed directly to users. Users are reporting that they sometimes need to attempt to play popular songs multiple times before they are successful. You need to improve the performance of the application. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a managed instance group with a global load balancer can efficiently distribute traffic and improve the application's responsiveness. This setup also benefits from Cloud CDN, which caches content and reduces latency for users. Options A and B do not address scaling or caching effectively, while option C introduces unnecessary complexity by using CloudSQL for storage instead of leveraging Cloud Storage and CDN.