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
EFS usage summary:
- 25 EC2 workers mounted to one file system
- Mostly small metadata reads and writes
- Each request needs very low file system latency
- No requirement for massive concurrent throughput across thousands of clients
Based on the exhibit, which Amazon EFS performance mode is the best fit for this workload?
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.
Exhibit
EFS usage summary:
- 25 EC2 workers mounted to one file system
- Mostly small metadata reads and writes
- Each request needs very low file system latency
- No requirement for massive concurrent throughput across thousands of clients
A
Use General Purpose performance mode for low-latency access.
General Purpose is the best EFS performance mode when the priority is low latency for small file operations. The exhibit describes a moderate number of clients and latency-sensitive metadata access, which matches the strengths of General Purpose. It is the usual choice for most applications unless the workload specifically needs very large-scale parallel throughput.
B
Use Max I/O performance mode to optimize for the highest possible latency tolerance.
Why wrong: Max I/O is designed for very large, highly parallel access patterns and typically trades some latency for scale. That is not needed here.
C
Use One Zone storage class to increase metadata speed.
Why wrong: One Zone changes durability and availability scope, not the EFS performance mode that controls access behavior and latency characteristics.
D
Use Provisioned Throughput mode because it is the only performance mode available.
Why wrong: Provisioned Throughput changes bandwidth allocation, but the exhibit is asking about the performance mode choice between General Purpose and Max I/O.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use General Purpose performance mode for low-latency access.
The General Purpose performance mode is the best fit for this workload because it provides the lowest latency for file operations, which is critical for latency-sensitive applications such as web serving, content management, and development environments. EFS General Purpose mode is optimized for workloads where consistent low-latency access is required, making it the default and recommended choice for most use cases.
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 General Purpose performance mode for low-latency access.
Why this is correct
General Purpose is the best EFS performance mode when the priority is low latency for small file operations. The exhibit describes a moderate number of clients and latency-sensitive metadata access, which matches the strengths of General Purpose. It is the usual choice for most applications unless the workload specifically needs very large-scale parallel throughput.
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 Max I/O performance mode to optimize for the highest possible latency tolerance.
Why it's wrong here
Max I/O is designed for very large, highly parallel access patterns and typically trades some latency for scale. That is not needed here.
When this WOULD be correct
A question describing a workload with high throughput requirements, such as big data processing or media transcoding, where latency is less critical and the application can tolerate higher variability, would make Max I/O the correct choice.
✗
Use One Zone storage class to increase metadata speed.
Why it's wrong here
One Zone changes durability and availability scope, not the EFS performance mode that controls access behavior and latency characteristics.
When this WOULD be correct
A question asks which EFS storage class to use for a workload that can tolerate data loss in the event of an Availability Zone failure and requires lower storage costs. In that scenario, One Zone storage class would be correct.
✗
Use Provisioned Throughput mode because it is the only performance mode available.
Why it's wrong here
Provisioned Throughput changes bandwidth allocation, but the exhibit is asking about the performance mode choice between General Purpose and Max I/O.
When this WOULD be correct
This option would be correct if the question asked: 'Which throughput mode should be used for a workload that requires a consistent, high throughput regardless of the amount of data stored?' In that scenario, Provisioned Throughput mode is the correct choice.
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.
✓Use General Purpose performance mode for low-latency access.Correct answer▾
Why this is correct
General Purpose is the best EFS performance mode when the priority is low latency for small file operations. The exhibit describes a moderate number of clients and latency-sensitive metadata access, which matches the strengths of General Purpose. It is the usual choice for most applications unless the workload specifically needs very large-scale parallel throughput.
✗Use Max I/O performance mode to optimize for the highest possible latency tolerance.Wrong answer — click to see why▾
Why this is wrong here
Max I/O performance mode is designed for high throughput and can handle high I/O, but it does not optimize for latency tolerance; it actually has higher latency variability compared to General Purpose mode, making it unsuitable for a workload requiring low-latency access.
★ When this WOULD be the correct answer
A question describing a workload with high throughput requirements, such as big data processing or media transcoding, where latency is less critical and the application can tolerate higher variability, would make Max I/O the correct choice.
Why candidates choose this
Candidates may mistakenly think 'Max I/O' implies better performance across all metrics, including latency, or they may confuse it with Provisioned Throughput mode, assuming it offers more control over performance.
✗Use One Zone storage class to increase metadata speed.Wrong answer — click to see why▾
Why this is wrong here
One Zone storage class is a storage class, not a performance mode; it does not affect metadata speed. Metadata performance is determined by the performance mode (General Purpose or Max I/O), not the storage class.
★ When this WOULD be the correct answer
A question asks which EFS storage class to use for a workload that can tolerate data loss in the event of an Availability Zone failure and requires lower storage costs. In that scenario, One Zone storage class would be correct.
Why candidates choose this
Candidates may confuse storage classes with performance modes, or incorrectly believe that One Zone storage class improves metadata performance due to its local nature.
✗Use Provisioned Throughput mode because it is the only performance mode available.Wrong answer — click to see why▾
Why this is wrong here
Provisioned Throughput mode is not a performance mode; it is a throughput setting available within General Purpose or Max I/O performance modes. The question asks for a performance mode, and Provisioned Throughput is not one of the two performance modes (General Purpose and Max I/O).
★ When this WOULD be the correct answer
This option would be correct if the question asked: 'Which throughput mode should be used for a workload that requires a consistent, high throughput regardless of the amount of data stored?' In that scenario, Provisioned Throughput mode is the correct choice.
Why candidates choose this
Candidates may confuse 'performance mode' with 'throughput mode' because both terms involve optimizing file system performance, leading them to select Provisioned Throughput as a performance mode.
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 confuse performance modes (General Purpose vs. Max I/O) with throughput modes (Bursting vs. Provisioned) or storage classes (Standard vs. One Zone), leading them to select options that address throughput or availability rather than latency requirements.
Detailed technical explanation
How to think about this question
EFS General Purpose performance mode uses a file system metadata layer that is optimized for low-latency operations, typically achieving sub-millisecond latencies for most operations. In contrast, Max I/O mode scales to higher levels of aggregate throughput by distributing file system metadata across multiple servers, but this distribution introduces additional latency for individual operations. For workloads like web servers or CI/CD pipelines that require fast response times for many small file operations, General Purpose mode is the correct choice, while Max I/O is better suited for big data analytics or media processing where throughput is prioritized over latency.
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 General Purpose performance mode for low-latency access. — The General Purpose performance mode is the best fit for this workload because it provides the lowest latency for file operations, which is critical for latency-sensitive applications such as web serving, content management, and development environments. EFS General Purpose mode is optimized for workloads where consistent low-latency access is required, making it the default and recommended choice for most use cases.
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.