exam questions

Exam Professional Cloud DevOps Engineer All Questions

View all questions & answers for the Professional Cloud DevOps Engineer exam

Exam Professional Cloud DevOps Engineer topic 1 question 198 discussion

Actual exam question from Google's Professional Cloud DevOps Engineer
Question #: 198
Topic #: 1
[All Professional Cloud DevOps Engineer Questions]

You manage a microservice that provides a public-facing API (Service A). Service A is time-critical and has a response SLO of 500 ms. Service A makes synchronous calls to internal API (Service B) that is known to become unreliable under heavy load, resulting in connection timeout errors or 500 errors. Service B is used to collect request information for the transactions processed by Service A. You need to mitigate the impact of Service B issues on your Service A users. What should you do?

  • A. Increase the size of the queue in front of the thread pool used by Service A instances.
  • B. Implement retry logic with exponential back-offs when calling Service B.
  • C. Implement a circuit breaker to store the request data in a database.
  • D. Implement rate limiting in Service A to limit the number of requests to Service B.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Duke_CT
1 week, 5 days ago
Selected Answer: A
Its probably A Or C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...