Question 565 of 1,024
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to implement loose coupling through asynchronous messaging between components. This AWS design principle directly resolves tight dependencies by introducing message queues like Amazon SQS or pub/sub systems like Amazon SNS, allowing components to communicate indirectly rather than through direct calls. When one component fails or needs to be updated, the others continue processing independently, which improves fault isolation and makes scaling individual parts far easier. On the AWS Certified Cloud Practitioner CLF-C02 exam, this concept tests your understanding of the reliability pillar of the Well-Architected Framework, often appearing in scenario-based questions where a monolithic application struggles with updates or scaling. A common trap is confusing loose coupling with horizontal scaling alone, but the key distinction is the use of asynchronous messaging to break direct dependencies. Memory tip: think of loose coupling as a "buffer zone" between components—like a post office that holds messages so senders and receivers don't have to wait on each other.

CLF-C02 Cloud Concepts Practice Question

This CLF-C02 practice question tests your understanding of cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company's application has components that tightly depend on each other, making it difficult to scale individual components or update one without affecting others. The architects want to refactor to a more resilient architecture. What AWS design principle addresses this?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Implement loose coupling through asynchronous messaging between components

Option B is correct because loose coupling through asynchronous messaging (e.g., using Amazon SQS or Amazon SNS) decouples components so that they can scale independently and updates can be made to one component without affecting others. This directly addresses the tight dependency described in the question, where scaling or updating one component impacts the entire application. By introducing message queues or pub/sub patterns, components communicate indirectly, improving resilience and fault isolation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Design for failure by adding redundant instances

    Why it's wrong here

    Adding redundant instances improves availability but doesn't address the coupling issue — tightly coupled redundant components can still cascade failures.

  • Implement loose coupling through asynchronous messaging between components

    Why this is correct

    Loose coupling via SQS, SNS, EventBridge, or API contracts allows independent scaling, deployment, and failure isolation — the core pattern for resilient microservices architectures.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use larger instance types to handle all components on fewer servers

    Why it's wrong here

    Consolidating onto fewer, larger servers makes coupling worse — scaling becomes all-or-nothing and failures affect more functionality simultaneously.

  • Enable AWS Auto Scaling to handle traffic variability

    Why it's wrong here

    Auto Scaling helps with capacity — it doesn't address the architectural coupling problem between components.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse high availability (redundancy) with architectural decoupling, assuming that adding more instances of tightly coupled components solves the scaling and update problem, when in fact loose coupling is required to break the dependencies.

Detailed technical explanation

How to think about this question

Loose coupling via asynchronous messaging relies on message brokers like Amazon SQS (Simple Queue Service) or Amazon SNS (Simple Notification Service). In SQS, producers send messages to a queue, and consumers poll or receive messages independently, allowing each component to scale and fail without blocking others. This pattern is fundamental to event-driven architectures and microservices, where services communicate through well-defined interfaces (e.g., JSON payloads) rather than direct API calls, enabling independent deployment and resilience against cascading failures.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CLF-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CLF-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CLF-C02 question test?

Cloud Concepts — This question tests Cloud Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Implement loose coupling through asynchronous messaging between components — Option B is correct because loose coupling through asynchronous messaging (e.g., using Amazon SQS or Amazon SNS) decouples components so that they can scale independently and updates can be made to one component without affecting others. This directly addresses the tight dependency described in the question, where scaling or updating one component impacts the entire application. By introducing message queues or pub/sub patterns, components communicate indirectly, improving resilience and fault isolation.

What should I do if I get this CLF-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.