Courseiva
AI Models and Data EngineeringmediumMultiple SelectObjective-mapped

AI0-001 AI Models and Data Engineering Practice Question

Which TWO techniques are commonly used for feature selection in machine learning? (Choose 2)

⚠ Common exam trap

CompTIA often tests the distinction between dimensionality reduction (PCA) and feature selection, where candidates mistakenly think PCA selects original features rather than creating new ones.

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

L1 regularization (Lasso)

L1 regularization (Lasso) is correct because it adds a penalty equal to the absolute value of the magnitude of coefficients, which can shrink some coefficients exactly to zero, effectively performing feature selection by removing irrelevant features from the model. This makes it a built-in feature selection technique within the training process.

Answer analysis

Option-by-option breakdown

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

  • Principal Component Analysis (PCA)

    Why it's wrong here

    PCA is feature extraction, not selection.

  • SMOTE

    Why it's wrong here

    SMOTE is for class imbalance.

  • L1 regularization (Lasso)

    Why this is correct

    Lasso can zero out coefficients.

  • Dropout

    Why it's wrong here

    Dropout is for regularization, not feature selection.

  • Recursive Feature Elimination (RFE)

    Why this is correct

    RFE selects features by importance.

About these practice questions

One of 754 original AI0-001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.