Beginner
Web & Software Development
Q16 / 100
What is a microservices architecture?
Correct! Well done.
Incorrect.
The correct answer is B) An architectural style structuring an application as a collection of small, independently deployable services communicating via APIs
B
Correct Answer
An architectural style structuring an application as a collection of small, independently deployable services communicating via APIs
Explanation
Microservices (vs monolith): each service owns its data and can be deployed independently. Enables team autonomy, independent scaling, and technology diversity. Tradeoffs: distributed system complexity, network overhead.
Progress
16/100