Fisher Investments interview question

Explain the microservice pattern.

Interview Answer

Anonymous

Oct 6, 2018

It's an architecture that structures the application as a set of loosely coupled, collaborating services. It's easier to scale and test but there is increased complexity with a distributed system.