Courseiva
Exploratory Data AnalysismediumMultiple SelectObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

Which THREE of the following are valid techniques for detecting outliers in a dataset during exploratory data analysis? (Select THREE.)

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

Z-score method: flag points with absolute Z-score > 3.

Z-score, IQR, and Isolation Forest are all common outlier detection methods. Option B (Linear regression) is not for outlier detection; it models relationships between variables. Option D (K-means) is a clustering algorithm, not primarily for outlier detection.

Answer analysis

Option-by-option breakdown

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

  • Z-score method: flag points with absolute Z-score > 3.

    Why this is correct

    Z-score is a standard outlier detection technique.

  • Linear regression residuals.

    Why it's wrong here

    Linear regression residuals are used to check model fit, not directly for outlier detection in EDA.

  • Isolation Forest algorithm.

    Why this is correct

    Isolation Forest is an ensemble method for anomaly detection.

  • K-means clustering.

    Why it's wrong here

    K-means is for clustering, not specifically for outlier detection.

  • Interquartile Range (IQR) method: flag points outside 1.5*IQR from quartiles.

    Why this is correct

    IQR is a common non-parametric method.

About these practice questions

Courseiva writes every MLS-C01 question from scratch — 1,672 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 MLS-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 MLS-C01 exam.