Pergunta de entrevista da empresa Capital One

How would Capital One merge the codebase of a company they bought into their own codebase?

Resposta da entrevista

Sigiloso

20 de ago. de 2020

Now everything is broken up into containers for each microservice. This allows for sets of code to work together despite being in different languages, or written completely differently. Its similar to the macro level of how functions work in code.

1