Question 118 of 1,000
hardMultiple SelectObjective-mapped

Bias Detection and Mitigation in SageMaker Data Wrangler

This MLA-C01 practice question tests your understanding of mla-c01 exam topics. 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 data scientist is using Amazon SageMaker Data Wrangler to prepare a dataset for a binary classification model. The scientist wants to detect potential bias in the data before training. The dataset includes a sensitive attribute 'gender'. Which TWO actions should the scientist take in Data Wrangler to analyze and mitigate bias? (Select TWO.)

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

Apply a transform to balance the dataset by resampling

Data Wrangler integrates with SageMaker Clarify for bias detection and can report metrics. Data Wrangler does not directly compute feature importance (that's for models) or perform data augmentation. Cross-validation is a model evaluation technique.

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.

  • Configure a cross-validation split

    Why it's wrong here

    Cross-validation is for model evaluation, not bias detection or mitigation.

  • Apply a transform to balance the dataset by resampling

    Why this is correct

    Resampling can mitigate class imbalance bias related to the sensitive attribute.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Compute feature importance using XGBoost

    Why it's wrong here

    Feature importance is model-based, not a data preparation step for bias detection.

  • Use the built-in bias detection transform to generate a bias report

    Why this is correct

    Data Wrangler can run Clarify to detect bias in data before training.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Perform data augmentation to increase dataset size

    Why it's wrong here

    Augmentation does not specifically address bias.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which MLA-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related MLA-C01 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 MLA-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 MLA-C01 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Apply a transform to balance the dataset by resampling — Data Wrangler integrates with SageMaker Clarify for bias detection and can report metrics. Data Wrangler does not directly compute feature importance (that's for models) or perform data augmentation. Cross-validation is a model evaluation technique.

What should I do if I get this MLA-C01 question wrong?

Identify which MLA-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

5 more ways this is tested on MLA-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A data scientist is using Amazon SageMaker Data Wrangler to prepare a dataset. They need to identify potential bias in the data before training. Which SageMaker feature should they use?

easy
  • A.Amazon SageMaker Model Monitor
  • B.Amazon SageMaker Debugger
  • C.Amazon SageMaker Clarify
  • D.Amazon SageMaker Pipelines

Why C: Amazon SageMaker Clarify is the correct feature because it is specifically designed to detect bias in datasets and machine learning models. It provides built-in bias metrics (e.g., pre-training bias) and can generate bias reports during data preparation, directly addressing the need to identify potential bias before training.

Variation 2. A data team is using Amazon SageMaker Data Wrangler to prepare a dataset. They need to detect potential bias in the data before training a model. Which feature of Data Wrangler should they use?

medium
  • A.Visual data profiling
  • B.Built-in transforms for missing values
  • C.Export to Feature Store
  • D.Bias detection with Amazon SageMaker Clarify

Why D: Data Wrangler integrates with Amazon SageMaker Clarify for bias detection. Therefore, the correct answer is D: Bias detection with Amazon SageMaker Clarify. Options A and B are features of Data Wrangler but not specifically for bias detection. Option C (Export to Feature Store) is unrelated to bias detection.

Variation 3. An ML team uses Amazon SageMaker Data Wrangler to prepare a dataset for a binary classification model. They suspect the dataset might contain bias against a certain demographic group. They want to detect and visualize potential bias before training the model. Which feature of SageMaker should they use?

medium
  • A.SageMaker Debugger
  • B.SageMaker Experiments
  • C.SageMaker Model Monitor
  • D.SageMaker Clarify

Why D: Amazon SageMaker Clarify provides bias detection capabilities, including pre-training bias metrics, and can be integrated with Data Wrangler to analyze datasets. Data Wrangler itself does not have built-in bias detection, but it can export to Clarify for analysis.

Variation 4. A machine learning engineer is using Amazon SageMaker Data Wrangler to prepare a dataset for a regression model. After applying a StandardScaler to numeric features, the target variable has a mean of 50 and standard deviation of 20. Which additional step should the engineer take to reduce model bias?

hard
  • A.Apply MinMaxScaler to the target variable
  • B.Use SageMaker Clarify to evaluate bias in the dataset
  • C.Apply one-hot encoding to all categorical features
  • D.Remove all features with a correlation above 0.8

Why B: Option B is correct because SageMaker Clarify is specifically designed to detect various types of bias in datasets and models, including regression bias. Even after standard scaling, the target variable's distribution (mean=50, std=20) may still contain systemic biases related to sensitive attributes (e.g., race, gender). SageMaker Clarify computes bias metrics such as Conditional Demographic Disparity in Labels (CDDL) and can identify whether the model's predictions are unfairly skewed across demographic groups, which is the direct step needed to reduce model bias.

Variation 5. A team is using Amazon SageMaker Data Wrangler to prepare a large dataset. They need to detect potential bias in the data before training. Which capability of Data Wrangler should they use?

hard
  • A.Integration with Amazon SageMaker Clarify for bias reports
  • B.Built-in transform for SMOTE oversampling
  • C.Use of Amazon Athena to query data for bias patterns
  • D.Export to Amazon SageMaker Feature Store

Why A: Amazon SageMaker Data Wrangler integrates directly with Amazon SageMaker Clarify to detect bias in datasets. This integration allows you to run bias analysis on your data before training, generating reports that highlight potential imbalances or unfairness in features and target variables. It is the correct capability for the team's stated need.

Keep practising

More MLA-C01 practice questions

Last reviewed: Jul 4, 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 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.