CVS Health Interview Question

Q: What is a microservice?

Interview Answer

Anonymous

Jan 30, 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.