Question 94 of 315
Single answerYou have an application that makes HTTP requests to Cloud Storage. Occasionally the requests fail with HTTP status codes of 5xx and 429.
How should you handle these types of errors?
AUse gRPC instead of HTTP for better performance.
✓BImplement retry logic using a truncated exponential backoff strategy.
CMake sure the Cloud Storage bucket is multi-regional for geo-redundancy.
DMonitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.
✓
Correct Answer: B
Implement retry logic using a truncated exponential backoff strategy.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.