- A
Amazon EFS
Why wrong: EFS is a file system, but S3 is more cost-effective for large unstructured data.
- B
Amazon S3
S3 is the best fit for storing unstructured data with low-latency access via S3 endpoints.
- C
Amazon RDS
Why wrong: RDS is a relational database, not suitable for unstructured data.
- D
Amazon EBS
Why wrong: EBS provides block storage for single instances, not ideal for large-scale data sharing.
Quick Answer
Amazon S3 is the correct choice because it is purpose-built for cost-effective, scalable storage of unstructured data like images and videos, and it integrates natively with Amazon SageMaker for low-latency retrieval during training jobs. S3 provides high throughput and allows SageMaker training instances to access data directly via the S3 API or Pipe mode, eliminating the need for file system mounting and enabling efficient streaming of large datasets. On the AWS Certified AI Practitioner AIF-C01 exam, this question tests your understanding of storage services for ML workloads—a common trap is confusing S3 with Amazon EFS or FSx for Lustre, which are file systems better suited for structured or shared file access, not raw object storage. Remember the key distinction: S3 is for objects (unstructured), while EFS/FSx are for files (structured). Memory tip: think “S3 for three—scalable, simple, and storage of anything.”
AIF-C01 Fundamentals of AI and ML Practice Question
This AIF-C01 practice question tests your understanding of fundamentals of ai and ml. 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.
A company needs to store large amounts of unstructured training data (images, videos) in a cost-effective manner while ensuring low-latency retrieval for training jobs running on Amazon SageMaker. Which storage solution should be used?
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
Amazon S3
Amazon S3 is the correct choice because it is designed for cost-effective, scalable storage of unstructured data (images, videos) and integrates natively with Amazon SageMaker for low-latency data retrieval during training jobs. S3 provides high throughput and can be accessed directly from SageMaker training instances without the need for file system mounting, making it ideal for large-scale ML workloads.
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.
- ✗
Amazon EFS
Why it's wrong here
EFS is a file system, but S3 is more cost-effective for large unstructured data.
- ✓
Amazon S3
Why this is correct
S3 is the best fit for storing unstructured data with low-latency access via S3 endpoints.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Amazon RDS
Why it's wrong here
RDS is a relational database, not suitable for unstructured data.
- ✗
Amazon EBS
Why it's wrong here
EBS provides block storage for single instances, not ideal for large-scale data sharing.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse the need for low-latency retrieval with the need for a mounted file system (EFS or EBS), not realizing that S3's direct integration with SageMaker provides both low latency and high throughput for training workloads without the cost and complexity of file storage.
Detailed technical explanation
How to think about this question
Amazon S3 uses a flat key-value object store with eventual consistency for overwrite PUTS and strong read-after-write consistency for new objects, enabling high aggregate throughput by distributing objects across multiple partitions. SageMaker training jobs can directly stream data from S3 using the Pipe input mode, which reduces startup time and disk usage by feeding data directly into the training algorithm without intermediate storage. In real-world scenarios, using S3 with SageMaker allows training on petabytes of data while paying only for storage and retrieval costs, avoiding the need to provision and manage file servers or block storage 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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
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.
- →
Fundamentals of AI and ML — study guide chapter
Learn the concepts, then practise the questions
- →
Fundamentals of AI and ML practice questions
Targeted practice on this topic area only
- →
All AIF-C01 questions
500 questions across all exam domains
- →
AWS Certified AI Practitioner AIF-C01 study guide
Full concept coverage aligned to exam objectives
- →
AIF-C01 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AIF-C01 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Applications of Foundation Models practice questions
Practise AIF-C01 questions linked to Applications of Foundation Models.
Fundamentals of AI and ML practice questions
Practise AIF-C01 questions linked to Fundamentals of AI and ML.
Fundamentals of Generative AI practice questions
Practise AIF-C01 questions linked to Fundamentals of Generative AI.
Guidelines for Responsible AI practice questions
Practise AIF-C01 questions linked to Guidelines for Responsible AI.
Security, Compliance and Governance for AI Solutions practice questions
Practise AIF-C01 questions linked to Security, Compliance and Governance for AI Solutions.
AIF-C01 fundamentals practice questions
Practise AIF-C01 questions linked to AIF-C01 fundamentals.
AIF-C01 scenario practice questions
Practise AIF-C01 questions linked to AIF-C01 scenario.
AIF-C01 troubleshooting practice questions
Practise AIF-C01 questions linked to AIF-C01 troubleshooting.
Practice this exam
Start a free AIF-C01 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 AIF-C01 question test?
Fundamentals of AI and ML — This question tests Fundamentals of AI and ML — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Amazon S3 — Amazon S3 is the correct choice because it is designed for cost-effective, scalable storage of unstructured data (images, videos) and integrates natively with Amazon SageMaker for low-latency data retrieval during training jobs. S3 provides high throughput and can be accessed directly from SageMaker training instances without the need for file system mounting, making it ideal for large-scale ML workloads.
What should I do if I get this AIF-C01 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 →
Last reviewed: Jun 25, 2026
This AIF-C01 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 AIF-C01 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.