- A
Normalize all numerical features to a 0-1 range.
Why wrong: Normalization not required for tree-based models.
- B
Remove leads that converted after 30 days.
Why wrong: Leads converting after 30 days are valid negative examples.
- C
Include only leads that were assigned to a sales rep.
Why wrong: Excluding unassigned leads may bias the model.
- D
Ensure the target variable is computed based on conversion status at exactly 30 days from creation.
Accurate target alignment is crucial.
Quick Answer
The answer is ensuring the target variable is computed based on conversion status at exactly 30 days from creation. This is the most critical data preprocessing step because defining the target variable for time-based prediction requires a precise, fixed observation window; if the target is calculated at varying intervals—say, 25 days for some leads and 35 for others—the model learns inconsistent patterns and cannot distinguish between a lead that converted at 31 days and one that never converted. On the Salesforce AI Associate exam, this concept tests your understanding of temporal consistency in supervised learning, often appearing as a trap where candidates mistakenly focus on feature engineering or data volume instead of the target’s time alignment. A common memory tip is “lock the clock”: always compute your target at the exact prediction horizon, never earlier or later, to avoid biased outcomes.
AI Associate AI Fundamentals Practice Question
This AI Associate practice question tests your understanding of ai fundamentals. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
A company wants to deploy an Einstein Prediction Builder model to predict lead conversion within 30 days. They have historical data from the past 12 months. Which data preprocessing step is most critical to ensure the model learns correctly?
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
Ensure the target variable is computed based on conversion status at exactly 30 days from creation.
Option D is correct because the target variable for a time-based prediction model like Einstein Prediction Builder must be computed at a precise, consistent point in time—in this case, exactly 30 days from lead creation. If the target is computed at varying intervals, the model will learn incorrect patterns, as it cannot distinguish between leads that converted at 31 days versus those that never converted, leading to biased or invalid predictions.
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.
- ✗
Normalize all numerical features to a 0-1 range.
Why it's wrong here
Normalization not required for tree-based models.
- ✗
Remove leads that converted after 30 days.
Why it's wrong here
Leads converting after 30 days are valid negative examples.
- ✗
Include only leads that were assigned to a sales rep.
Why it's wrong here
Excluding unassigned leads may bias the model.
- ✓
Ensure the target variable is computed based on conversion status at exactly 30 days from creation.
Why this is correct
Accurate target alignment is crucial.
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 concept of 'target variable definition' in time-series or prediction scenarios, where candidates mistakenly focus on data cleaning or feature engineering instead of the precise labeling of the outcome variable, which is the foundational step for supervised learning.
Detailed technical explanation
How to think about this question
Einstein Prediction Builder uses a supervised learning approach where the target variable must be a binary outcome computed at a fixed time horizon—here, 30 days from lead creation. Under the hood, the model trains on historical data where each record is labeled as 'converted' if the conversion event occurred within the 30-day window, and 'not converted' otherwise; any deviation in this labeling (e.g., using a 31-day window or inconsistent timestamps) will cause the model to learn incorrect temporal correlations, leading to poor real-world performance. In practice, this is critical for lead scoring models because the business action (e.g., routing to sales) depends on accurate prediction of conversion within a specific timeframe.
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 small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
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.
- →
AI Fundamentals — study guide chapter
Learn the concepts, then practise the questions
- →
AI Fundamentals practice questions
Targeted practice on this topic area only
- →
All AI Associate questions
506 questions across all exam domains
- →
Salesforce AI Associate AI Associate study guide
Full concept coverage aligned to exam objectives
- →
AI Associate practice test guide
How to use practice tests most effectively before exam day
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.
AI Fundamentals practice questions
Practise AI Associate questions linked to AI Fundamentals.
AI Capabilities in CRM practice questions
Practise AI Associate questions linked to AI Capabilities in CRM.
Ethical Considerations of AI practice questions
Practise AI Associate questions linked to Ethical Considerations of AI.
Data for AI practice questions
Practise AI Associate questions linked to Data for AI.
AI Associate fundamentals practice questions
Practise AI Associate questions linked to AI Associate fundamentals.
AI Associate scenario practice questions
Practise AI Associate questions linked to AI Associate scenario.
AI Associate troubleshooting practice questions
Practise AI Associate questions linked to AI Associate troubleshooting.
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?
AI Fundamentals — This question tests AI Fundamentals — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Ensure the target variable is computed based on conversion status at exactly 30 days from creation. — Option D is correct because the target variable for a time-based prediction model like Einstein Prediction Builder must be computed at a precise, consistent point in time—in this case, exactly 30 days from lead creation. If the target is computed at varying intervals, the model will learn incorrect patterns, as it cannot distinguish between leads that converted at 31 days versus those that never converted, leading to biased or invalid predictions.
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 →
Last reviewed: Jun 30, 2026
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.
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.
Sign in to join the discussion.