Google
PROFESSIONAL-CLOUD-DEVELOPER · Question #55
Your service adds text to images that it reads from Cloud Storage. During busy times of the year, requests to Cloud Storage fail with an HTTP 429 "Too Many Requests" status code. How should you handle
Sign in or unlock PROFESSIONAL-CLOUD-DEVELOPER to reveal the answer and full explanation for question #55. The question stem and answer options stay visible for context.
Implementing Resilient Cloud Solutions
Question
Your service adds text to images that it reads from Cloud Storage. During busy times of the year, requests to Cloud Storage fail with an HTTP 429 "Too Many Requests" status code. How should you handle this error?
Options
- AAdd a cache-control header to the objects.
- BRequest a quota increase from the GCP Console.
- CRetry the request with a truncated exponential backoff strategy.
- DChange the storage class of the Cloud Storage bucket to Multi-regional.
Unlock PROFESSIONAL-CLOUD-DEVELOPER to see the answer
You've previewed enough free PROFESSIONAL-CLOUD-DEVELOPER questions. Unlock PROFESSIONAL-CLOUD-DEVELOPER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Error Handling#API Resilience#Cloud Storage#Exponential Backoff