Courseiva
Data Preparation for Machine LearningeasyMultiple SelectObjective-mapped

MLA-C01 Data Preparation for Machine Learning Practice Question

A company ingests daily log data into an S3 bucket. They need to update the existing ML training dataset with new data without reprocessing the entire history. Which two strategies should they adopt? (Choose two.)

⚠ Common exam trap

AWS often tests the misconception that S3 supports append operations or that simply copying new files to the same bucket constitutes an incremental update strategy, when in reality S3 objects are immutable and a proper processing framework like AWS Glue with job bookmarks is required.

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 AWS Glue to incrementally process new partitions

AWS Glue can perform incremental processing by using job bookmarks to track previously processed data and only process new partitions or files. This avoids reprocessing the entire historical dataset, making it efficient for updating ML training datasets with daily log data.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Store all data in a single large file and use append operations

    Why it's wrong here

    Single files are not scalable and appending is inefficient for S3.

  • Use AWS Glue to incrementally process new partitions

    Why this is correct

    Glue can process only new partitions using job bookmarks.

  • Use a partition key such as date to add new partitions

    Why this is correct

    Partitioning allows efficient updates by only adding new data.

  • Manually copy new files to the same S3 bucket

    Why it's wrong here

    Manual processes are error-prone and not scalable.

  • Overwrite the entire existing dataset with the new data

    Why it's wrong here

    Reprocessing all data is costly and unnecessary.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every MLA-C01 question from scratch — 835 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLA-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 MLA-C01 exam.