Home › Certifications › AWS Certified Machine Learning Engineer MLA-C01 › Data Preparation for Machine Learning
66 multiple-choice questions and 17 flashcards on Data Preparation for Machine Learning, about 31% of the AWS Certified Machine Learning Engineer MLA-C01 bank. Every one carries a written rationale.
Data Preparation for Machine Learning is one of 4 chapters in CoStudy's AWS Certified Machine Learning Engineer — Associate (MLA-C01) bank, and it holds 66 of the bank's 210 multiple-choice questions — roughly 31% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
For continuous delivery of stream records to S3 with buffering, use which service?
Answer: C — Kinesis Data Firehose
Firehose is the managed buffered delivery layer; raw Streams have no built-in sink; MSK adds ops; SQS is a queue.
SageMaker Data Wrangler is BEST used for which purpose?
Answer: A — Visual feature engineering flow
Data Wrangler is UI-driven data prep; autoscaling, training clusters, and drift are separate SageMaker features.
For splitting a classification dataset while preserving class ratios, use which?
Answer: C — Stratified train-test split
Stratified split preserves class proportions; random can imbalance; time-based is for series; LOO is for small data.
To share catalog metadata across accounts without copying data, use which service?
Answer: A — Lake Formation cross-account
Lake Formation grants cross-account catalog access; copy jobs duplicate; public buckets are unsafe; DMS is a DB tool.
Which is BEST for orchestrating a multi-step data pipeline across AWS services?
Answer: A — AWS Step Functions workflow
Step Functions orchestrates multi-step workflows; S3 events trigger single steps; CloudWatch schedules cron; scripts are ad hoc.
Ground Truth is BEST used for which stage of the ML lifecycle?
Answer: A — Labeled dataset creation
Ground Truth is a managed labeling service; the other stages are separate SageMaker features.
For time-series validation, MOST fit split strategy is which?
Answer: C — Time-ordered rolling folds
Time-ordered rolling folds respect temporal order; random and bootstrap leak future info into training.
For imbalanced classification, SMOTE PRIMARILY works by which mechanism?
Answer: A — Synthesizing minority samples
SMOTE synthesizes new minority samples by interpolating neighbors; random duplicates and noise are different.
Detecting multicollinearity in linear features is BEST done by which measure?
Answer: C — Variance Inflation Factor score
VIF quantifies multicollinearity; the others are metrics or infra unrelated to feature relationships.
Missing categorical values are MOST fit imputed by which strategy?
Answer: C — Mode or new UNKNOWN token
Mode or UNKNOWN preserves distribution; random adds noise; zero-fill is not meaningful; deletion loses signal.
4 cards from the 17 in this chapter.
Standardization vs Normalization?
Standardize: mean 0, std 1 (Z-score). Normalize: scale to [0,1] (min-max). Standardize for assumes-normal models; normalize for distance-based.
Optimal file format for ML training?
Apache Parquet (columnar, compressed) or RecordIO (SageMaker pipe mode).
Amazon EMR?
Managed Hadoop/Spark cluster service. For large-scale data processing/feature engineering.
Best AWS service for batch data ingestion to S3?
AWS DataSync, AWS Glue, AWS Snow Family, AWS Transfer Family, Amazon Kinesis Firehose (for streaming).
These are a sample. The full Data Preparation for Machine Learning chapter runs 83 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified Machine Learning Engineer MLA-C01 in CoStudy →
All AWS Certified Machine Learning Engineer MLA-C01 practice questions →