AI Associate Data for AI Practice Question
A company has international customers and wants Einstein Prediction Builder to forecast deal closure probability. The data includes fields like 'region', 'product line', and 'deal amount'. What is a best practice to ensure the model works for all regions?
⚠ Common exam trap
Salesforce often tests the misconception that more granular data (like one-hot encoding with many categories) always improves model accuracy, when in fact it can harm performance due to sparsity and overfitting in prediction builder tools.
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
✓
Group regions into broader categories like 'Americas', 'EMEA', 'APAC'.
Grouping regions into broader categories like 'Americas', 'EMEA', and 'APAC' reduces high cardinality and sparsity in categorical features, which improves model stability and prevents overfitting in Einstein Prediction Builder. This approach ensures each region group has sufficient training data to learn meaningful patterns, enabling the model to generalize better across all regions without introducing bias from rare categories.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
One-hot encode the region field using 50+ dummy variables.
Why it's wrong here
Too many dummy variables can lead to overfitting and poor performance on small regions.
- ✗
Remove the region field to avoid bias.
Why it's wrong here
Region is potentially valuable; removing it loses information.
- ✗
Use region as a numeric rank based on past conversion rates.
Why it's wrong here
Ranking introduces ordering that may not exist; better to keep as categorical with grouping.
- ✓
Group regions into broader categories like 'Americas', 'EMEA', 'APAC'.
Why this is correct
Grouping reduces noise and improves generalizability while maintaining regional distinction.
Go deeper
Related to this question
About these practice questions
This AI Associate question is part of Courseiva's 753-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.