Question-8: A message that is sent from the server of a website to the browser in order to indicate whether or not the request can be fulfilled is known as an HTTP status code. The W3C determines the specifications for the status code. The HTTP header of a page contains status codes that communicate with the browser about the result of the request made by the browser. You have an application that communicates with Cloud Storage through HTTP requests. There are times when the requests are rejected with HTTP status codes of 5xx and 429. What course of action should you take in response to errors of this nature?
A. If you want to improve performance, use gRPC instead of HTTP.
B. Make use of a truncated exponential backoff strategy when implementing the retry logic.
C. For geo-redundancy, check that the Cloud Storage bucket is available in more than one region.
D. Keep an eye on the status feed at https://status.cloud.google.com/feed.atom and only submit requests if Google Cloud Storage is not reporting any problems.

Get All 340 Questions and Answer for Google Professional Cloud Architect