ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 144 - Professional Cloud Architect discussion

Report
Export

You 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?

A.
Use gRPC instead of HTTP for better performance.
Answers
A.
Use gRPC instead of HTTP for better performance.
B.
Implement retry logic using a truncated exponential backoff strategy.
Answers
B.
Implement retry logic using a truncated exponential backoff strategy.
C.
Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
Answers
C.
Make sure the Cloud Storage bucket is multi-regional for geo-redundancy.
D.
Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.
Answers
D.
Monitor https://status.cloud.google.com/feed.atom and only make requests if Cloud Storage is not reporting an incident.
Suggested answer: B

Explanation:

Reference https://cloud.google.com/storage/docs/json_api/v1/status-codes

asked 18/09/2024
John Atkinson
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first