Courseiva
AI Concepts and FoundationseasyMultiple ChoiceObjective-mapped

AI0-001 AI Concepts and Foundations Practice Question

A data scientist is preparing a dataset for a classification task. The dataset contains 10,000 rows and 50 features, but many features have missing values. Which approach should the scientist take first to address the missing data?

⚠ Common exam trap

CompTIA often tests the misconception that immediate imputation (e.g., mean/median) or row deletion is the safest first step, when in reality, a diagnostic analysis of missingness patterns is required before any data modification.

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

Analyze the pattern and proportion of missing values to choose an appropriate imputation strategy.

The first step in handling missing data is to understand the pattern and proportion of missingness (e.g., MCAR, MAR, MNAR) to select an appropriate imputation method. Blindly applying imputation or deletion without analysis can introduce bias or reduce model performance. This diagnostic step ensures the chosen strategy aligns with the data's underlying structure and the classification task's requirements.

Answer analysis

Option-by-option breakdown

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

  • Use a deep learning model to predict missing values without preprocessing.

    Why it's wrong here

    Models generally expect complete data; missing values must be handled before training.

  • Analyze the pattern and proportion of missing values to choose an appropriate imputation strategy.

    Why this is correct

    Understanding missingness pattern is crucial before deciding on imputation or deletion.

  • Remove all rows with any missing values to ensure a clean dataset.

    Why it's wrong here

    May remove too much data and introduce bias if missingness is not random.

  • Replace missing values with the mean of each feature immediately.

    Why it's wrong here

    Mean imputation can distort distributions and is not always appropriate, especially for categorical data.

About these practice questions

This AI0-001 question is part of Courseiva's 754-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 AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 exam.