AI Associate Data for AI Practice Question
Exhibit
Date,Clicks,Conversions 2023-01-01,100,10 01/02/2023,150,15 2023-03-01,200,
Refer to the exhibit. A data file for click-through model training has the above content. Which data quality issue is most critical to address before training?
⚠ Common exam trap
Salesforce often tests the distinction between data quality issues that prevent training (like missing target values) versus issues that are merely preprocessing concerns (like scaling or date formatting), leading candidates to overthink minor formatting problems.
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
✓
Missing value in the Conversions column for the third row
Missing values in the Conversions column directly impact the supervised learning target variable. If the label (conversion) is missing for a training instance, the model cannot learn the correct mapping from features to outcome, leading to biased or incomplete training. This is a critical data quality issue that must be addressed before training, typically via imputation or row removal.
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 header row is missing a column name for the last field
Why it's wrong here
The header is present; last field is 'Conversions'.
- ✓
Missing value in the Conversions column for the third row
Why this is correct
Missing target values cannot be used for supervised learning and must be handled.
- ✗
Inconsistent date formats across rows
Why it's wrong here
While problematic, many parsers can handle MM/DD/YYYY and YYYY-MM-DD, but missing values are worse.
- ✗
Clicks column is an integer but may need scaling
Why it's wrong here
Scaling is a preprocessing step, not a critical quality issue.
Go deeper
Related to this question
About these practice questions
One of 753 original AI Associate 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI Associate practice question is part of Courseiva's free Salesforce 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 AI Associate exam.