Practice Test Geeks home

Microservices Resilience and Fault Tolerance Questions and Answers

A high-traffic e-commerce application has a 'Recommendation' service that sometimes experiences high latency.
This service is called by the 'Product Details' service.

During peak load, the slow 'Recommendation' service causes all available threads in the 'Product Details' service's thread pool to become blocked, waiting for a response.

This, in turn, makes the 'Product Details' service unresponsive to all other requests, causing a cascading failure.

Which resilience pattern is specifically designed to isolate failures and prevent them from exhausting resources in this manner?

Select your answer