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.
Exhibit
fio benchmark on the selected EC2 family:
- Device: /dev/nvme1n1
- 4 KiB random read IOPS: 710,000
- Average latency: 0.18 ms
- Sequential throughput: 2.8 GiB/s
Workload notes:
- Workers download source video files from S3
- They generate temporary frame extracts and intermediate artifacts locally
- Final MP4 outputs are uploaded to S3 immediately after processing
- If an instance terminates, the job is retried from the original source file
Based on the exhibit, which storage choice best matches the workload requirements?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
fio benchmark on the selected EC2 family:
- Device: /dev/nvme1n1
- 4 KiB random read IOPS: 710,000
- Average latency: 0.18 ms
- Sequential throughput: 2.8 GiB/s
Workload notes:
- Workers download source video files from S3
- They generate temporary frame extracts and intermediate artifacts locally
- Final MP4 outputs are uploaded to S3 immediately after processing
- If an instance terminates, the job is retried from the original source file
A
Use io2 EBS volumes because they provide the highest durable block storage performance.
Why wrong: io2 can be very fast, but the workload does not require durable local scratch data, so paying for persistence adds unnecessary cost and complexity.
B
Use instance store NVMe for the temporary processing workspace.
Instance store fits a high-IOPS scratch workload where data can be lost safely and rebuilt from S3. The benchmark shows extremely low latency and very high random I/O performance, which is ideal for intermediate transcode files. Because the job can be retried from the source object, persistence is not needed on the local workspace.
C
Use Amazon EFS for the workspace so the temporary files survive instance replacement.
Why wrong: EFS is shared and persistent, but a network file system adds latency and is unnecessary when the workspace is disposable.
D
Use S3 as the working directory and read and write the intermediate files directly there.
Why wrong: S3 is object storage, not a low-latency filesystem for frequent read-modify-write scratch operations and temporary intermediates.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use instance store NVMe for the temporary processing workspace.
Instance store NVMe volumes provide temporary, high-performance block storage directly attached to the EC2 host. For a temporary processing workspace where data does not need to persist beyond the instance lifecycle, instance store offers the lowest latency and highest throughput, making it the best match for the workload requirements.
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.
✗
Use io2 EBS volumes because they provide the highest durable block storage performance.
Why it's wrong here
io2 can be very fast, but the workload does not require durable local scratch data, so paying for persistence adds unnecessary cost and complexity.
✓
Use instance store NVMe for the temporary processing workspace.
Why this is correct
Instance store fits a high-IOPS scratch workload where data can be lost safely and rebuilt from S3. The benchmark shows extremely low latency and very high random I/O performance, which is ideal for intermediate transcode files. Because the job can be retried from the source object, persistence is not needed on the local workspace.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Use Amazon EFS for the workspace so the temporary files survive instance replacement.
Why it's wrong here
EFS is shared and persistent, but a network file system adds latency and is unnecessary when the workspace is disposable.
✗
Use S3 as the working directory and read and write the intermediate files directly there.
Why it's wrong here
S3 is object storage, not a low-latency filesystem for frequent read-modify-write scratch operations and temporary intermediates.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often choose io2 EBS volumes (Option A) because they associate 'highest durable block storage' with 'best performance,' failing to recognize that durability and persistence are unnecessary for temporary data, and that instance store provides superior raw performance for ephemeral workloads.
Detailed technical explanation
How to think about this question
Instance store volumes are physically attached to the host server and provide NVMe-based non-volatile memory express interfaces, achieving sub-millisecond latency and up to millions of IOPS. However, data is ephemeral — it is lost if the instance is stopped, terminated, or fails — which aligns perfectly with temporary processing workspaces where intermediate results are discarded after job completion. In contrast, EBS volumes are network-attached and incur additional latency due to the storage area network (SAN) architecture, even with the highest-performance io2 volumes.
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.
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.
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: Use instance store NVMe for the temporary processing workspace. — Instance store NVMe volumes provide temporary, high-performance block storage directly attached to the EC2 host. For a temporary processing workspace where data does not need to persist beyond the instance lifecycle, instance store offers the lowest latency and highest throughput, making it the best match for the workload requirements.
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.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 →
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.
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.
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.
Sign in to join the discussion.