Question 218 of 1,040
Design High-Performing ArchitectureseasyMultiple 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. A key principle to apply: general Purpose mode is default for EFS file systems.. 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.

Question 1easymultiple choice
Full question →

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

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

Use General Purpose performance mode for low-latency access.

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.

Key principle: General Purpose mode is default for EFS file systems.

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

    General Purpose mode is default for EFS file systems.

  • 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 instead of latency requirements.

Detailed technical explanation

How to think about this question

Amazon EFS General Purpose performance mode uses a distributed metadata layer that provides consistent low-latency access (typically under 1 ms for metadata operations) by maintaining a single-writer, multiple-reader consistency model. In contrast, Max I/O mode scales to higher aggregate throughput (up to 10 GB/s per file system) by relaxing consistency and increasing metadata latency, making it ideal for workloads like genomics or media processing that can tolerate higher latency. The choice between these modes is permanent and cannot be changed after file system creation, so selecting the correct mode upfront is critical.

KKey Concepts to Remember

  • General Purpose mode is default for EFS file systems.
  • General Purpose mode offers lowest latency for metadata and small file operations.
  • Max I/O mode scales to higher aggregate throughput and IOPS for many clients.
  • Max I/O mode can have slightly higher latency for individual operations than General Purpose.

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

General Purpose mode is default for EFS file systems.

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.

Review general Purpose mode is default for EFS file systems., then practise related SAA-C03 questions on the same topic to reinforce the concept.

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 — General Purpose mode is default for EFS file systems..

What is the correct answer to this question?

The correct answer is: Use General Purpose performance mode for low-latency access. — 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.

What should I do if I get this SAA-C03 question wrong?

Review general Purpose mode is default for EFS file systems., then practise related SAA-C03 questions on the same topic to reinforce the concept.

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?

General Purpose mode is default for EFS file systems.

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.