- A
Map the email and event fields to the lead object so that the model can use them
Why wrong: Field mapping does not force score recalculation.
- B
Add the Activity Count field to the scoring fields list in the model configuration
Why wrong: Activity Count is not a standard scoring field; adding it may not be possible or effective.
- C
Re-enable Einstein Activity Capture to resync all historical emails and events
Why wrong: Activity Capture is already enabled; resyncing does not affect the scoring model.
- D
Retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads
Retraining with a larger dataset improves the model's ability to score older leads.
Quick Answer
The answer is to retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads. This is correct because the model was originally trained only on leads created after activation, which represents just 200 out of over 10,000 leads, so it lacks the conversion patterns from the larger historical dataset needed to accurately score older leads. On the Salesforce AI Associate exam, this scenario tests your understanding that Einstein Lead Scoring models are static snapshots of training data—retraining incorporates new activity signals from Einstein Activity Capture, while simply enabling capture or checking field mappings does not force the model to update scores for pre-existing records. A common trap is assuming that if Activity Capture is syncing, scores will automatically refresh, but the model must be explicitly retrained to include that historical engagement data. Memory tip: think of the model as a recipe that only knows ingredients from last month—you must add the older ingredients (historical leads) and re-bake (retrain) to get updated scores.
AI Associate AI Capabilities in CRM Practice Question
This AI Associate practice question tests your understanding of ai capabilities in crm. 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 mid-size company uses Sales Cloud with Einstein Lead Scoring and Einstein Activity Capture. The sales team reports that lead scores are not updating for leads that have been engaged via email and calendar events over the past two weeks. The admin checks the Einstein Lead Scoring model and finds that the model status is 'Active' and was retrained last month. The admin also verifies that Einstein Activity Capture is enabled and syncing data correctly. However, the lead scores remain unchanged. Upon further investigation, the admin discovers that the leads were created before the Einstein Lead Scoring model was activated, and the model's training data includes only leads created after activation. The company has over 10,000 leads, but only 200 were created after activation. Historical conversion data for leads created before activation is not being used. What should the admin do to ensure lead scores reflect recent engagement?
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
Retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads
Option D is correct because retraining the model with all historical lead data (including pre-activation leads) will include conversion patterns from a larger dataset, improving accuracy and enabling scores for older leads. Option A is wrong because field mapping alone does not cause scoring to update. Option B is wrong because Einstein Activity Capture is already syncing; the issue is with the model. Option C is wrong because the scoring fields are separate from activity tracking.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Map the email and event fields to the lead object so that the model can use them
Why it's wrong here
Field mapping does not force score recalculation.
- ✗
Add the Activity Count field to the scoring fields list in the model configuration
Why it's wrong here
Activity Count is not a standard scoring field; adding it may not be possible or effective.
- ✗
Re-enable Einstein Activity Capture to resync all historical emails and events
Why it's wrong here
Activity Capture is already enabled; resyncing does not affect the scoring model.
- ✓
Retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads
Why this is correct
Retraining with a larger dataset improves the model's ability to score older leads.
Related concept
Static NAT maps one inside address to one outside address.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
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.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI Associate NAT questions on configuration and troubleshooting.
- →
AI Capabilities in CRM — study guide chapter
Learn the concepts, then practise the questions
- →
AI Capabilities in CRM 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 Capabilities in CRM — This question tests AI Capabilities in CRM — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads — Option D is correct because retraining the model with all historical lead data (including pre-activation leads) will include conversion patterns from a larger dataset, improving accuracy and enabling scores for older leads. Option A is wrong because field mapping alone does not cause scoring to update. Option B is wrong because Einstein Activity Capture is already syncing; the issue is with the model. Option C is wrong because the scoring fields are separate from activity tracking.
What should I do if I get this AI Associate question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI Associate NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 22, 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.