Advanced Information Technology & Misc
Q82 / 100

What is the central trade-off an organization faces when adopting a "microservices" architecture instead of a monolithic application?

Correct! Well done.

Incorrect.

The correct answer is C) Microservices gain independent scalability and deployment flexibility but introduce greater operational complexity, such as inter-service communication and distributed monitoring

C

Correct Answer

Microservices gain independent scalability and deployment flexibility but introduce greater operational complexity, such as inter-service communication and distributed monitoring

Explanation

Microservices allow teams to scale, deploy, and update components independently, but this comes at the cost of increased operational complexity — including service discovery, network communication, distributed tracing, and coordination overhead — compared to a single monolithic codebase.

Progress
82/100