ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 111 - Professional Cloud Developer discussion

Report
Export

You support an application that uses the Cloud Storage API. You review the logs and discover multiple HTTP 503 Service Unavailable error responses from the API. Your application logs the error and does not take any further action. You want to implement Google-recommended retry logic to improve success rates. Which approach should you take?

A.
Retry the failures in batch after a set number of failures is logged.
Answers
A.
Retry the failures in batch after a set number of failures is logged.
B.
Retry each failure at a set time interval up to a maximum number of times.
Answers
B.
Retry each failure at a set time interval up to a maximum number of times.
C.
Retry each failure at increasing time intervals up to a maximum number of tries.
Answers
C.
Retry each failure at increasing time intervals up to a maximum number of tries.
D.
Retry each failure at decreasing time intervals up to a maximum number of tries.
Answers
D.
Retry each failure at decreasing time intervals up to a maximum number of tries.
Suggested answer: C

Explanation:

https://cloud.google.com/storage/docs/retry-strategy

asked 18/09/2024
Daniel Kuzmanovski
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first