Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you handle HTTP 429 "Too Many Requests" errors when your service reads images from Cloud Storage during peak traffic periods?
A
Add a cache-control header to the objects.
B
Request a quota increase from the GCP Console.
C
Retry the request with a truncated exponential backoff strategy.
D
Change the storage class of the Cloud Storage bucket to Multi-regional.