Capgemini interview question

How would you design and implement communication between microservices with proper error handling?

Interview Answer

Anonymous

7 Apr 2025

I explained using REST APIs for communication, incorporating Resilience4j for fault tolerance, Eureka for service discovery, and handling exceptions with global exception handlers and proper logging mechanisms.