Question: 32
(Choose 1 answer)
In software architecture, what is the key difference between the monolithic and microservices architectural
patterns?
A. Monolithic applications are more scalable than microservices.
B. Microservices are easier to develop but harder to maintain than monolithic applications.
C. Monolithic applications are composed of independent, loosely coupled components, while microservices
are tightly integrated.
D. Microservices break down a large system into smaller, independently deployable services.