Pergunta de entrevista da empresa Manulife

What is the difference between a monolith and a satellite system?

Resposta da entrevista

Sigiloso

19 de ago. de 2019

Basically a monolith system is one giant system comprised of different modules. Its a harder system to work with as you don't know if modifying one module will break all others. A satellite system are little programs talking to each other via APIs. Easier to modify as they are not all built together

2