Beginner
System Design
Q23 / 100
What is a "microservices" architecture?
Correct! Well done.
Incorrect.
The correct answer is A) An architectural style where an application is composed of small, independently deployable services that communicate over a network
A
Correct Answer
An architectural style where an application is composed of small, independently deployable services that communicate over a network
Explanation
Microservices break an application into smaller, independently deployable services, each focused on a specific capability, communicating via APIs or messaging.
Progress
23/100