Google Cloud Professional Cloud Developer — Question 242

You are supporting a business-critical application in production deployed on Cloud Run. The application is reporting HTTP 500 errors that are affecting the usability of the application. You want to be alerted when the number of errors exceeds 15% of the requests within a specific time window. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating an alerting policy in Cloud Monitoring directly addresses the need to be notified when the error rate exceeds 15%. Options A and D involve unnecessary complexity with Cloud Functions and scheduling, while option B does not provide proactive alerting and merely involves manual checking of metrics.