The answer is General Purpose performance mode, as it is specifically designed for low-latency file operations. This mode prioritizes consistent, single-digit millisecond latency for metadata and data access, making it the correct choice for latency-sensitive workloads like web serving, content management, and development environments. On the SAA-C03 exam, this distinction tests your understanding of when to choose General Purpose over Max I/O, which trades latency for higher throughput and is intended for big data or media processing. A common trap is assuming all EFS modes offer the same latency, but General Purpose is the default for a reason—it optimizes for responsiveness. Remember the memory tip: “General Purpose for general low-latency needs; Max I/O for massive throughput, not speed.”
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.
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.
✗
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.
✗
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.
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 →
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Based on the exhibit, which Amazon EFS performance mode is the best fit for this workload?
easy
✓ A.Use General Purpose performance mode for low-latency access.
B.Use Max I/O performance mode to optimize for the highest possible latency tolerance.
C.Use One Zone storage class to increase metadata speed.
D.Use Provisioned Throughput mode because it is the only performance mode available.
Why A: General Purpose performance mode is the best fit for this workload because it provides the lowest latency for file operations, which is critical for applications like content management, web serving, or home directories that require consistent, sub-millisecond metadata latency. Max I/O mode, in contrast, trades off latency for higher throughput and IOPS, making it unsuitable for latency-sensitive workloads.
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.
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.