Courseiva
Data Preparation for Machine LearningmediumMultiple SelectObjective-mapped

MLA-C01 Data Preparation for Machine Learning Practice Question

A data scientist is using Amazon SageMaker Data Wrangler to prepare a dataset. Which TWO features of Data Wrangler can be used to handle imbalanced classification problems? (Choose two.)

⚠ Common exam trap

Candidates often confuse data preprocessing techniques (like scaling or encoding) with class imbalance handling methods, leading them to select Standardization or one-hot encoding as solutions for imbalanced data.

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

The Random Oversampling transform to duplicate minority class instances.

Amazon SageMaker Data Wrangler includes a built-in Random Oversampling transform that duplicates instances of the minority class to balance the class distribution. This directly addresses imbalanced classification by increasing the representation of the underrepresented class without generating synthetic 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.

  • The Random Oversampling transform to duplicate minority class instances.

    Why this is correct

    Oversampling increases the minority class size.

  • The SMOTE transform to generate synthetic samples for the minority class.

    Why this is correct

    SMOTE creates synthetic minority samples to balance classes.

  • The Drop Duplicates transform to remove redundant rows.

    Why it's wrong here

    Removing duplicates does not target imbalance.

  • Standardization to scale numerical features.

    Why it's wrong here

    Scaling does not affect class distribution.

  • One-hot encoding for categorical variables.

    Why it's wrong here

    One-hot encoding changes feature representation but not class balance.

About these practice questions

This MLA-C01 question is part of Courseiva's 835-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.