ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 130 - Professional Cloud Developer discussion

Report
Export

You are using the Cloud Client Library to upload an image in your application to Cloud Storage. Users of the application report that occasionally the upload does not complete and the client library reports an HTTP 504 Gateway Timeout error. You want to make the application more resilient to errors. What changes to the application should you make?

A.
Write an exponential backoff process around the client library call.
Answers
A.
Write an exponential backoff process around the client library call.
B.
Write a one-second wait time backoff process around the client library call.
Answers
B.
Write a one-second wait time backoff process around the client library call.
C.
Design a retry button in the application and ask users to click if the error occurs.
Answers
C.
Design a retry button in the application and ask users to click if the error occurs.
D.
Create a queue for the object and inform the users that the application will try again in 10 minutes.
Answers
D.
Create a queue for the object and inform the users that the application will try again in 10 minutes.
Suggested answer: A
asked 18/09/2024
Friedrich Spies
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first