
Ultimate access to all questions.
Your team's video and image application, recently migrated to Google Cloud, uses Cloud Storage. After a viral surge, users report instability with a 10x increase in HTTP 429 errors from Cloud Storage APIs. How do you resolve these errors and implement a long-term solution to maintain application stability during future load spikes?
A
Optimize the application code to reduce unnecessary calls to Cloud Storage APIs to prevent HTTP 429 errors.
B
Compress the video and images files to reduce their size, and minimize storage costs and bandwidth usage. Implement a custom throttling mechanism in the application that limits the number of concurrent API calls.
C
Migrate all image and video data to Firestore. Replace the Cloud Storage APIs in the application code with the new Firestore database.
D
Implement a retry strategy with exponential backoff for requests that encounter HTTP 429 errors.