Google Cloud Professional Cloud Developer — Question 295

You are developing a public web application on Cloud Run. You expose the Cloud Run service directly with its public IP address. You are now running a load test to ensure that your application is resilient against high traffic loads. You notice that your application performs as expected when you initiate light traffic. However, when you generate high loads, your web server runs slowly and returns error messages. How should you troubleshoot this issue?

Answer options

Correct answer: D

Explanation

The correct answer is D because ensuring that the Cloud Run service scales to the maximum number of instances allows it to handle increased traffic loads effectively. Options A, B, and C do not address the core issue of instance scaling directly, which is critical for performance under high traffic conditions.