Question 502 of 1,040
Design High-Performing ArchitecturesmediumMultiple ChoiceObjective-mapped

SAA-C03 Design High-Performing Architectures Practice Question

This SAA-C03 practice question tests your understanding of design high-performing architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.

Your team runs a tightly coupled distributed workload (for example, synchronous training nodes) across many EC2 instances placed within a single cluster environment. The instances need low-latency networking to reduce delays at synchronization barriers. Which EC2 placement strategy should you use to improve inter-node latency?

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

Create a placement group with the 'cluster' strategy to place instances close together and reduce network latency.

A cluster placement group is the correct choice because it groups instances in a single Availability Zone with low-latency, high-bandwidth networking, ideal for tightly coupled workloads like synchronous training nodes that require minimal delay at synchronization barriers. This strategy places instances physically close together within the same rack or cluster, reducing network round-trip time and maximizing throughput for inter-node communication.

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.

  • Create a placement group with the 'spread' strategy to separate instances across underlying hardware for fault tolerance.

    Why it's wrong here

    Spread placement groups are designed for high availability by distributing instances across distinct underlying hardware. This does not specifically optimize for low latency between instances, and it may increase network variability for synchronization-heavy workloads.

    When this WOULD be correct

    When the question emphasizes high availability and fault isolation for a small number of critical instances (e.g., a few application servers) and explicitly states that low latency is not a primary concern, the 'spread' strategy would be correct.

  • Create a placement group with the 'cluster' strategy to place instances close together and reduce network latency.

    Why this is correct

    Cluster placement groups are intended to place instances in close proximity to provide high-bandwidth, low-latency networking. For tightly coupled workloads, this improves the likelihood of reduced latency and faster completion of synchronization barriers.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use the default placement strategy and rely on Auto Scaling to keep instances from drifting to different locations.

    Why it's wrong here

    The default strategy does not guarantee physical co-location for low-latency networking. Auto Scaling changes the set of running instances over time and can introduce placement variation, so it cannot reliably eliminate network latency spikes caused by instance placement.

    When this WOULD be correct

    For a stateless web application that needs high availability and automatic scaling across multiple Availability Zones, using the default placement with Auto Scaling ensures resilience and load distribution without requiring low-latency inter-node communication.

  • Avoid placement groups and instead use Amazon S3 for inter-node messaging to minimize direct network traffic between instances.

    Why it's wrong here

    S3 is not designed for low-latency synchronization traffic between tightly coupled nodes. Using S3 introduces object storage semantics and higher request/processing latency compared to direct instance-to-instance networking in a cluster placement group.

    When this WOULD be correct

    For a loosely coupled, asynchronous workload where instances need to share large files or state data without strict timing constraints, using Amazon S3 for inter-node messaging can reduce direct network traffic and simplify architecture.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SAA-C03 exam frequently reuses these exact scenarios with slightly different constraints.

Create a placement group with the 'cluster' strategy to place instances close together and reduce network latency.Correct answer

Why this is correct

Cluster placement groups are intended to place instances in close proximity to provide high-bandwidth, low-latency networking. For tightly coupled workloads, this improves the likelihood of reduced latency and faster completion of synchronization barriers.

Create a placement group with the 'spread' strategy to separate instances across underlying hardware for fault tolerance.Wrong answer — click to see why

Why this is wrong here

The 'spread' strategy places instances on distinct hardware to maximize fault tolerance, which increases network latency between instances, opposite to the low-latency requirement for tightly coupled workloads.

★ When this WOULD be the correct answer

When the question emphasizes high availability and fault isolation for a small number of critical instances (e.g., a few application servers) and explicitly states that low latency is not a primary concern, the 'spread' strategy would be correct.

Why candidates choose this

Candidates may confuse 'spread' with 'cluster' due to both being placement group strategies, or they may over-prioritize fault tolerance without recognizing the explicit low-latency requirement in the question.

Use the default placement strategy and rely on Auto Scaling to keep instances from drifting to different locations.Wrong answer — click to see why

Why this is wrong here

The default placement strategy does not guarantee low latency; instances can be placed on different racks or AZs, increasing network latency. Auto Scaling does not control placement to minimize latency for tightly coupled workloads.

★ When this WOULD be the correct answer

For a stateless web application that needs high availability and automatic scaling across multiple Availability Zones, using the default placement with Auto Scaling ensures resilience and load distribution without requiring low-latency inter-node communication.

Why candidates choose this

Candidates may think Auto Scaling optimizes placement automatically, or they underestimate the need for explicit placement control in latency-sensitive workloads.

Avoid placement groups and instead use Amazon S3 for inter-node messaging to minimize direct network traffic between instances.Wrong answer — click to see why

Why this is wrong here

Amazon S3 is an object storage service, not a low-latency messaging system; using it for inter-node communication would introduce high latency and is unsuitable for tightly coupled, synchronous workloads that require fast networking.

★ When this WOULD be the correct answer

For a loosely coupled, asynchronous workload where instances need to share large files or state data without strict timing constraints, using Amazon S3 for inter-node messaging can reduce direct network traffic and simplify architecture.

Why candidates choose this

Candidates may think that reducing direct network traffic by offloading communication to a managed service like S3 could improve performance, but they overlook the high latency and lack of real-time messaging capabilities in S3.

Analysis generated from the official SAA-C03blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse 'spread' with 'cluster' placement groups, assuming fault tolerance is always the priority, but for tightly coupled workloads requiring low latency, the cluster strategy is the correct choice despite its reduced fault tolerance.

Detailed technical explanation

How to think about this question

A cluster placement group provides non-blocking, low-latency networking by co-locating instances within a single 10 Gbps or 25 Gbps Ethernet segment, often on the same hypervisor or rack, achieving sub-millisecond latency. This is critical for MPI-based HPC workloads or distributed training where synchronization barriers (e.g., all-reduce operations) are sensitive to network jitter and latency. However, cluster placement groups are limited to a single Availability Zone and cannot span multiple AZs, which reduces fault tolerance but optimizes performance.

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

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

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 SAA-C03 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 SAA-C03 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 SAA-C03 question test?

Design High-Performing Architectures — This question tests Design High-Performing Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a placement group with the 'cluster' strategy to place instances close together and reduce network latency. — A cluster placement group is the correct choice because it groups instances in a single Availability Zone with low-latency, high-bandwidth networking, ideal for tightly coupled workloads like synchronous training nodes that require minimal delay at synchronization barriers. This strategy places instances physically close together within the same rack or cluster, reducing network round-trip time and maximizing throughput for inter-node communication.

What should I do if I get this SAA-C03 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 SAA-C03 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 SAA-C03 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 SAA-C03 exam.