Question 204 of 506
Data for AIhardMultiple SelectObjective-mapped

Quick Answer

The answer is checking for missing values in key fields, removing duplicates, and ensuring consistent data types. These three data quality checks are most critical before training an Einstein Prediction model because they directly prevent data leakage and model bias. Duplicate records, for instance, allow the model to see the same information in both training and validation splits, causing overfitting and inflated accuracy metrics, while missing values can skew predictions and inconsistent types break the model’s ability to interpret features. On the Salesforce AI Associate exam, this question tests your understanding of foundational data preparation—a common trap is focusing on advanced transformations instead of these basic hygiene steps. Remember the mnemonic “DCM”: Duplicates, Consistency, Missing—if any of these are off, your model’s performance is unreliable.

AI Associate Data for AI Practice Question

This AI Associate practice question tests your understanding of data for ai. 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.

Before training an Einstein Prediction model, a data analyst must perform data quality checks. Which THREE checks are most critical?

Question 1hardmulti select
Full question →

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

Remove duplicate records that could cause data leakage

Option B is correct because duplicate records can cause data leakage by allowing the model to see the same or highly similar data in both training and validation splits, leading to overfitting and inflated performance metrics. Removing duplicates ensures that the model generalizes to unseen data rather than memorizing repeated instances.

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.

  • Confirm that label distribution matches the target baseline

    Why it's wrong here

    This is about class balance, not data quality, and can be addressed during modeling.

  • Remove duplicate records that could cause data leakage

    Why this is correct

    Duplicates can over-represent certain patterns.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Verify consistent data types across records (e.g., all dates as Date)

    Why this is correct

    Inconsistent types cause import errors.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Ensure all features follow a normal distribution

    Why it's wrong here

    Normality is not required for most models.

  • Check for missing values in key fields

    Why this is correct

    Missing values can bias or break models.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Salesforce often tests the misconception that all features must be normally distributed, which is a requirement for some statistical tests but not for machine learning models like those in Einstein Prediction Builder, which can handle non-normal data via tree-based or ensemble methods.

Detailed technical explanation

How to think about this question

Duplicate records can arise from data ingestion errors, system retries, or merging multiple sources without deduplication. In Einstein Prediction models, data leakage through duplicates can artificially boost AUC and accuracy, especially when the same record appears in both training and test sets. A real-world scenario is a CRM system logging the same lead twice; without deduplication, the model might learn to predict outcomes based on the duplicate pattern rather than genuine features.

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.

TExam Day Tips

  • 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

A practitioner preparing for the AI Associate exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI Associate 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 AI Associate 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 AI Associate question test?

Data for AI — This question tests Data for AI — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Remove duplicate records that could cause data leakage — Option B is correct because duplicate records can cause data leakage by allowing the model to see the same or highly similar data in both training and validation splits, leading to overfitting and inflated performance metrics. Removing duplicates ensures that the model generalizes to unseen data rather than memorizing repeated instances.

What should I do if I get this AI Associate question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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

2 more ways this is tested on AI Associate

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 analyst is evaluating data quality for an Einstein model. Which TWO dimensions are most critical for model accuracy?

medium
  • A.Uniqueness
  • B.Accuracy
  • C.Consistency
  • D.Completeness
  • E.Timeliness

Why B: Completeness (no missing values) and accuracy (correct values) are fundamental to model performance.

Variation 2. Refer to the exhibit. A data analyst runs a profile on a dataset and sees these statistics. Based on best practices, which action should be taken first?

easy
  • A.Impute the 500 missing values with the mean
  • B.Remove the 200 duplicate records
  • C.Remove the 50 outliers in the Amount field
  • D.Skip all preprocessing and train the model directly

Why B: Option B is correct because duplicate records introduce bias and redundancy, leading to overfitting or skewed model performance. Removing duplicates is a standard first step in data preprocessing to ensure data integrity before handling missing values or outliers. In the context of the AI Associate exam, best practices prioritize deduplication early in the data cleaning pipeline.

Last reviewed: Jun 30, 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 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.