Unilever Interview Question

How can you explain Microservices ?

Interview Answer

Anonymous

Dec 17, 2024

Microservices should be decoupled, meaning each service operates independently. This ensures that changes to one service do not affect others. Communication between services happens via well-defined APIs