CLF-C02 · Question #615
A company wants to build an application that consists entirely of microservices. Which AWS Cloud architecture design principle supports this goal?
The correct answer is D. Decouple components.. Decouple components is key to building microservices-based applications. It encourages breaking down an application into smaller, independent services that communicate with each other via APIs or messaging systems. This approach improves scalability, fault tolerance, and maintain
Question
A company wants to build an application that consists entirely of microservices. Which AWS Cloud architecture design principle supports this goal?
Options
- AThink parallel.
- BImplement elasticity.
- CStop guessing capacity.
- DDecouple components.
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D83% (20)
Explanation
Decouple components is key to building microservices-based applications. It encourages breaking down an application into smaller, independent services that communicate with each other via APIs or messaging systems. This approach improves scalability, fault tolerance, and maintainability.
Community Discussion
No community discussion yet for this question.