CVS Health interview question

Q: What is a microservice?

Interview Answer

Anonymous

30 Jan 2025

A microservice is a small, independent, and loosely coupled service that is part of a larger system. A monolithic application can be broken down into multiple self-contained services, each handling a specific business functionality.