nerdexam
Amazon

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

Submitted by stefanr· Mar 6, 2026Cloud Concepts

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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    83% (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.

Full CLF-C02 Practice