CCNA AI Fundamentals Questions

18 of 93 questions · Page 2/2 · AI Fundamentals · Answers revealed

76
MCQhard

A financial services company is deploying Einstein Prediction Builder to predict customer churn. The data includes both numerical and categorical fields. Which step is essential to ensure the model is not biased against protected attributes like race or gender?

A.Include race and gender as predictors to allow the model to adjust for them.
B.Rely on the model's built-in fairness constraints.
C.Use a deep learning algorithm to automatically handle bias correction.
D.Exclude any protected attributes from the training data and ensure the model does not use correlated proxies.
AnswerD

This is the standard approach to mitigate bias.

Why this answer

Excluding protected attributes like race or gender from the training data and ensuring the model does not use correlated proxies is essential to prevent bias in Einstein Prediction Builder. This approach directly removes the risk of the model learning discriminatory patterns based on these attributes, as the platform relies on the data provided and does not automatically enforce fairness constraints. Including such attributes or relying on built-in fairness would not guarantee unbiased predictions because the model could still infer protected characteristics from correlated features.

Exam trap

Salesforce often tests the misconception that including protected attributes allows the model to 'adjust' for bias, when in reality it introduces direct bias, and that built-in fairness constraints or advanced algorithms can automatically fix bias without explicit data preparation.

How to eliminate wrong answers

Option A is wrong because including race and gender as predictors would allow the model to directly learn and potentially amplify biases, leading to discriminatory outcomes rather than adjusting for them. Option B is wrong because Einstein Prediction Builder does not have built-in fairness constraints that automatically correct for bias; it requires careful data preparation and feature selection by the user. Option C is wrong because deep learning algorithms do not inherently handle bias correction; they can actually exacerbate biases present in the data if not explicitly mitigated through techniques like adversarial debiasing or reweighting.

77
MCQmedium

A marketing manager wants to use Einstein Send Time Optimization. To generate personalized send time recommendations, which data does the model primarily rely on?

A.The individual contact's past email open and click behavior.
B.The aggregated engagement data of all contacts in the same time zone.
C.The industry benchmarks for optimal send times.
D.The sender's historical campaign performance by hour.
AnswerA

This is the core data used for personalized predictions.

Why this answer

Einstein Send Time Optimization (STO) uses a machine learning model that analyzes each individual contact's historical email engagement patterns—specifically their past open and click behavior—to predict the optimal send time unique to that contact. This personalized approach ensures that each recipient receives the email when they are most likely to engage, rather than relying on aggregate or rule-based heuristics.

Exam trap

Salesforce often tests the distinction between personalized (contact-level) and aggregated (cohort or sender-level) optimization, leading candidates to mistakenly choose time-zone or campaign-based options when the core requirement is individual behavioral modeling.

How to eliminate wrong answers

Option B is wrong because aggregated engagement data of all contacts in the same time zone ignores individual behavioral differences; Einstein STO builds a per-contact model, not a time-zone cohort model. Option C is wrong because industry benchmarks for optimal send times are generic averages and cannot account for the unique, learned patterns of each individual contact. Option D is wrong because the sender's historical campaign performance by hour reflects the sender's overall audience behavior, not the personalized, contact-level timing that Einstein STO requires.

78
MCQmedium

Based on the exhibit, what does the accuracy of 0.85 indicate?

A.85% of the features are important for prediction.
B.85% of predictions that the opportunity will be won are correct.
C.85% of the model's predictions matched the actual outcomes.
D.85% of opportunities in the training data were won.
AnswerC

Accuracy measures overall correctness.

Why this answer

Accuracy is defined as the ratio of correctly predicted instances (both true positives and true negatives) to the total number of predictions. An accuracy of 0.85 means that 85% of the model's predictions (whether 'won' or 'lost') matched the actual outcomes in the dataset. This is a standard classification metric that evaluates overall correctness, not just one class.

Exam trap

Salesforce often tests the distinction between accuracy and precision, so the trap here is that candidates confuse 'accuracy' with 'precision' (the percentage of positive predictions that are correct) and incorrectly select Option B.

How to eliminate wrong answers

Option A is wrong because accuracy measures prediction correctness, not feature importance; feature importance is determined by techniques like permutation importance or SHAP values, not by the accuracy score. Option B is wrong because accuracy considers all predictions (both won and lost), not just the precision of 'won' predictions; 85% accuracy does not imply that 85% of 'won' predictions are correct—that would be precision. Option D is wrong because accuracy is computed on predictions versus actual outcomes, not on the distribution of the training data; the percentage of won opportunities in the training data is the class prior, not a performance metric.

79
MCQmedium

A company notices that Einstein Prediction Builder predictions for 'Churn' are less accurate than expected. Which action should the administrator take first to improve model performance?

A.Enable field history tracking on all object fields used in the prediction.
B.Review the training data for missing values and ensure relevant fields are included in the model.
C.Change the prediction outcome to a different field to see if accuracy improves.
D.Retrain the model with the same data but increase the number of training iterations.
AnswerB

Data quality is fundamental; Einstein models rely on clean, relevant data.

Why this answer

Option B is correct because the first step in improving Einstein Prediction Builder model performance is to review the training data for missing values and ensure relevant fields are included. Missing values or irrelevant fields can introduce noise and bias, directly degrading predictive accuracy. Einstein Prediction Builder relies on high-quality, complete training data to learn meaningful patterns, so data quality issues must be addressed before any other tuning steps.

Exam trap

Salesforce often tests the misconception that retraining or tweaking model parameters is the first fix for poor accuracy, when in reality data quality review is the foundational step in any machine learning workflow.

How to eliminate wrong answers

Option A is wrong because enabling field history tracking on all object fields is unnecessary and can cause excessive data storage and performance overhead; field history tracking is used for auditing changes, not for improving model accuracy. Option C is wrong because changing the prediction outcome to a different field does not fix underlying data quality issues; it merely shifts the target variable without addressing why the current model is underperforming. Option D is wrong because retraining the model with the same data and increasing training iterations will not compensate for missing values or irrelevant fields; it can lead to overfitting on flawed data rather than improving generalization.

80
MCQhard

Based on the exhibit, what is the primary issue with this Einstein Bot conversation?

A.The bot lacks alternative ways to identify the customer.
B.The bot is confused about the user's intent.
C.The bot is repeating itself excessively.
D.The bot does not understand the initial intent.
AnswerA

The bot should offer alternatives like email lookup.

Why this answer

The exhibit shows the bot repeatedly asking for the customer's account number without offering alternative identification methods (e.g., email, phone number, or name). This is the primary issue because Einstein Bot's conversational design should include fallback paths to handle cases where the user cannot provide the requested information, ensuring a smooth user experience and reducing drop-offs.

Exam trap

Salesforce often tests the misconception that the primary issue is intent confusion or repetition, but the real trap is recognizing that the bot's inability to offer alternative identification methods is a design flaw in the dialog flow, not a failure of NLU or looping logic.

How to eliminate wrong answers

Option B is wrong because the bot correctly identifies the user's intent (e.g., 'I need help with my bill') and proceeds to gather account details, so there is no confusion about intent. Option C is wrong because the bot does not repeat itself excessively; it asks for the account number only once per turn, and the repetition is due to the user not providing it, not a loop error. Option D is wrong because the bot understands the initial intent (e.g., billing inquiry) and responds appropriately, so the issue is not a failure to understand intent but a lack of alternative identification methods.

81
MCQeasy

Refer to the exhibit. The prediction API returns a probability of 0.85 for the label 'High Value'. What does this value represent?

A.The likelihood that this lead will convert
B.The confidence score that this lead is 'High Value'
C.The F1 score of the model for this prediction
D.The model's accuracy on the training set
AnswerB

The score indicates how sure the model is about the predicted label.

Why this answer

The prediction API returns a probability of 0.85 for the label 'High Value'. In machine learning classification, this output represents the model's confidence score—the estimated probability that the input instance belongs to the specified class. It is not a direct measure of conversion likelihood, model accuracy, or F1 score; it is the raw posterior probability assigned by the model to the 'High Value' label.

Exam trap

Salesforce often tests the distinction between a model's per-instance confidence score and aggregate performance metrics like accuracy or F1 score, trapping candidates who confuse the output of a prediction API with evaluation metrics.

How to eliminate wrong answers

Option A is wrong because the probability 0.85 is the model's confidence that the lead belongs to the 'High Value' class, not a direct prediction of conversion likelihood—conversion is a separate business outcome that may depend on other factors. Option C is wrong because the F1 score is a model evaluation metric computed from precision and recall over a test set, not a per-prediction output from the API. Option D is wrong because the model's accuracy on the training set is a global performance metric, not a per-instance probability returned by the prediction API.

82
MCQeasy

A sales manager wants to use Einstein Activity Capture to log emails automatically. Which prerequisite must be met?

A.The org must be on Enterprise Edition or higher.
B.The user's email must be hosted on a supported platform (Gmail, Outlook).
C.The user must have an Einstein AI license.
D.The user must manually enable email logging in personal settings.
AnswerB

Einstein Activity Capture integrates with supported email providers.

Why this answer

Einstein Activity Capture requires that user emails be hosted on a supported platform (Gmail or Outlook/Exchange) because the feature uses server-side synchronization via APIs (Google Workspace APIs or Microsoft Graph) to automatically log emails and events into Salesforce. Without a supported email host, the service cannot connect to the mail server to capture activity data.

Exam trap

The trap here is that candidates often assume Einstein Activity Capture requires a higher edition (Enterprise+) or an AI license, when in fact the critical prerequisite is a supported email platform, not the edition or an add-on license.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture is available on Professional, Enterprise, and Unlimited Editions, not exclusively on Enterprise Edition or higher. Option C is wrong because Einstein Activity Capture does not require an Einstein AI license; it is included with Sales Cloud or Service Cloud licenses that support the feature. Option D is wrong because email logging in Einstein Activity Capture is automatic once configured by an administrator; users do not need to manually enable it in personal settings.

83
Multi-Selecteasy

A company wants to use Einstein Relationship Intelligence to analyze email and calendar data for opportunity insights. Which two conditions must be met? (Select two answers.)

Select 2 answers
A.Exchange or Gmail must be used for email.
B.The feature is only available in Unlimited Edition.
C.Users must have the Einstein Relationship Intelligence permission set.
D.Einstein Relationship Intelligence must be enabled in the org.
E.All users must opt in to email logging.
AnswersC, D

The permission set allows users to view relationship insights.

Why this answer

Option C is correct because the Einstein Relationship Intelligence permission set grants users access to the feature's insights and data processing capabilities. Without this permission set, users cannot view or interact with Einstein Relationship Intelligence data, even if the feature is enabled at the org level.

Exam trap

Salesforce often tests the distinction between org-level feature enablement and user-level permission assignment, leading candidates to select only one of these two required conditions.

84
MCQhard

A global manufacturing company uses Sales Cloud and has implemented Einstein Opportunity Scoring to prioritize deals. The scoring model was trained on historical data and initially performed well. Over the past month, the scores have become less accurate, with many high-scoring opportunities not closing and some low-scoring ones closing. The admin notices that the sales team has been using a new discounting strategy that heavily influences deal outcomes. The admin wants to improve model performance without manual intervention. Which action should the admin take?

A.Manually adjust the field weights for discount-related fields in the model.
B.Retrain the Einstein Opportunity Scoring model with the latest opportunity data including discount information.
C.Run a data quality report to identify and clean missing discount data.
D.Create a custom field for discount percentage and add it to the model.
AnswerB

Retraining incorporates new patterns.

Why this answer

Option B is correct because retraining the Einstein Opportunity Scoring model with the latest opportunity data, including discount information, allows the machine learning model to automatically learn the new patterns introduced by the sales team's discounting strategy. This aligns with the AI Associate principle that models must be retrained on current data to maintain accuracy when business processes change, without requiring manual intervention.

Exam trap

Salesforce often tests the misconception that adding a field or cleaning data alone will improve model performance, when in fact the model must be retrained to incorporate the new data and learn the changed relationships.

How to eliminate wrong answers

Option A is wrong because manually adjusting field weights contradicts the 'without manual intervention' requirement and undermines the automated machine learning approach of Einstein Opportunity Scoring, which learns weights from data. Option C is wrong because running a data quality report to clean missing discount data addresses data completeness but does not cause the model to learn the new discounting strategy's impact on deal outcomes; the model still needs retraining to incorporate the changed behavior. Option D is wrong because creating a custom field for discount percentage and adding it to the model is a prerequisite step, but it alone does not improve model performance; the model must be retrained with the new field and latest data to adjust its scoring logic.

85
MCQmedium

A service manager wants to use Einstein Case Classification to automatically categorize incoming cases. What is a prerequisite for training the model?

A.A minimum of 100 open cases with categories assigned.
B.The cases must have been created within the last 30 days.
C.At least 500 closed cases with the correct category field populated.
D.Users must enable Einstein Case Classification in their personal settings.
AnswerC

This is the minimum requirement for model training.

Why this answer

Einstein Case Classification uses supervised machine learning to automatically categorize cases. The model learns from historical data, so it requires a sufficient number of closed cases (at least 500) with the correct category field populated to train effectively. Open cases are not used because the model needs confirmed outcomes to learn from.

Exam trap

Salesforce often tests the distinction between open and closed cases, and candidates mistakenly think open cases can be used for training because they are more recent or readily available, but the model requires confirmed historical data from closed cases.

How to eliminate wrong answers

Option A is wrong because the model requires closed cases, not open cases, as open cases lack the final category assignment needed for supervised learning. Option B is wrong because there is no 30-day creation window requirement; the model can use historical cases from any time period as long as they are closed and categorized. Option D is wrong because Einstein Case Classification is enabled at the system or profile level by an administrator, not in individual user personal settings.

86
MCQeasy

A company wants to use Einstein Bots to handle customer support queries. Which preparation is most important before deploying the bot?

A.Train all agents on how to monitor the bot.
B.Set up a new email channel for the bot.
C.Ensure the knowledge base articles are well-organized and cover common issues.
D.Create a custom object to store bot conversations.
AnswerC

Einstein Bots use Knowledge to answer queries.

Why this answer

Option C is correct because Einstein Bots rely on a well-organized knowledge base to retrieve accurate answers for customer queries. Without properly structured articles covering common issues, the bot cannot effectively resolve tickets, leading to poor deflection rates and user frustration. This preparation directly impacts the bot's ability to understand and respond to natural language inputs using Salesforce's NLP and article matching.

Exam trap

Salesforce often tests the misconception that operational tasks (like agent training or data storage) are more critical than content preparation, leading candidates to overlook the foundational role of knowledge base organization in bot success.

How to eliminate wrong answers

Option A is wrong because training agents to monitor the bot is a post-deployment operational task, not a prerequisite for deployment; the bot's core functionality depends on knowledge base readiness, not agent oversight. Option B is wrong because Einstein Bots operate on existing channels like web chat or messaging services (e.g., Facebook Messenger), not a dedicated email channel; setting up a new email channel is irrelevant and not required for bot deployment. Option D is wrong because storing bot conversations in a custom object is an optional reporting or compliance feature, not a mandatory preparation; the bot uses standard Salesforce objects like Case and Chat Transcript by default.

87
MCQmedium

A sales team is using Einstein Lead Scoring, but the scores for new leads seem inconsistent and not reflecting recent conversion patterns. The admin checks the model and finds it was trained three months ago. Which action should the admin take to improve model accuracy?

A.Retrain the Einstein Lead Scoring model with the latest lead data.
B.Manually override the lead scores for a sample of leads.
C.Increase the field history retention period for lead fields.
D.Adjust field-level security to allow the model to access more fields.
AnswerA

Retraining with recent data improves model accuracy.

Why this answer

Option C is correct because retraining the model with recent data will capture current conversion patterns. Option A is wrong because increasing field history retention does not retrain the model. Option B is wrong because field-level security does not affect scoring.

Option D is wrong because adjusting scoring ranges manually defeats the purpose of machine learning.

88
MCQeasy

A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Einstein feature should the admin enable?

A.Einstein Lead Scoring
B.Einstein Activity Capture
C.Einstein Prediction Builder
D.Einstein Bot
AnswerA

Einstein Lead Scoring directly scores leads based on conversion likelihood.

Why this answer

Einstein Lead Scoring uses historical data to predict lead conversion probability and assign scores, enabling prioritization.

89
MCQeasy

Refer to the exhibit. A data scientist built a model using training data where 80% of leads were won. The model achieved 80% accuracy. What is the main issue with this evaluation?

A.The model lacks confidence scoring
B.The algorithm choice (XGBoost) is inappropriate
C.Accuracy is not a reliable metric because the data is imbalanced
D.The training data size is insufficient
AnswerC

With 80% won leads, a constant 'won' prediction yields 80% accuracy, so accuracy does not measure model's discriminative power.

Why this answer

Correct: Accuracy is misleading due to class imbalance; a model that always predicts 'won' would get 80% accuracy. Option A: Data size is fine. Option B: XGBoost is good for tabular data.

Option D: Confidence score not provided.

90
MCQeasy

A marketing manager wants to use AI to recommend next-best actions for customers based on their previous purchases. Which Einstein feature is most appropriate?

A.Einstein Discovery
B.Einstein Bot
C.Einstein Prediction Builder
D.Einstein Recommendations
AnswerD

Recommendations uses AI to suggest relevant items or actions.

Why this answer

Einstein Recommendations is the correct choice because it is specifically designed to analyze customer purchase history and behavioral data to suggest next-best actions, such as products or content, in real time. It uses collaborative filtering and deep learning models to generate personalized recommendations, directly matching the use case of suggesting actions based on previous purchases.

Exam trap

The trap here is that candidates confuse Einstein Prediction Builder (which outputs a prediction score) with Einstein Recommendations (which outputs a specific action or item), leading them to select Prediction Builder for a 'next-best action' scenario when it only predicts likelihoods, not suggestions.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and explains why outcomes occur, but it does not generate next-best action recommendations for individual customers. Option B is wrong because Einstein Bot is a conversational AI for automating customer service interactions via chatbots, not for analyzing purchase history to recommend actions. Option C is wrong because Einstein Prediction Builder allows users to create custom predictive models (e.g., predicting churn or conversion), but it outputs a prediction score, not a recommended next action.

91
Multi-Selecthard

Which THREE capabilities are provided by Einstein GPT in Sales and Service?

Select 3 answers
A.Generating report charts and dashboards.
B.Summarizing case conversations from service interactions.
C.Automatically generating personalized customer emails.
D.Creating call scripts for sales reps based on opportunity data.
E.Creating workflow rules based on user behavior.
AnswersB, C, D

GPT can summarize lengthy case threads.

Why this answer

Option B is correct because Einstein GPT leverages generative AI to automatically summarize case conversations from service interactions, enabling agents to quickly grasp key details without reading entire transcripts. This capability is built on Salesforce's proprietary AI models that process natural language from service records to produce concise, actionable summaries.

Exam trap

Salesforce often tests the distinction between generative AI capabilities (like content creation and summarization) and traditional CRM features (like reporting or workflow automation), so candidates mistakenly select options that describe standard Salesforce functions rather than Einstein GPT's specific generative AI outputs.

92
MCQeasy

A company is implementing Einstein Activity Capture. Users have enabled the feature, but emails are not being automatically logged. Which configuration should the administrator verify first?

A.Check that the users' email clients are supported.
B.Verify that Email-to-Salesforce is enabled.
C.Confirm that the Einstein Activity Capture permission set is assigned to users.
D.Ensure users have the 'Log a Task' permission.
AnswerC

The permission set is necessary for the feature to function.

Why this answer

Option C is correct because Einstein Activity Capture requires the dedicated permission set to be assigned to users before it can automatically log emails and events. Without this permission set, the feature is enabled at the org level but users lack the necessary access rights to capture activities, so verifying this assignment is the first logical step.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture with Email-to-Salesforce or client-side logging tools, leading them to check email client support or Email-to-Salesforce settings instead of the permission set assignment.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture works with any email client that supports IMAP or Exchange Web Services; it does not require a specific supported client list. Option B is wrong because Email-to-Salesforce is a separate feature for logging emails via a generated address, not a prerequisite for Einstein Activity Capture, which uses server-side sync. Option D is wrong because the 'Log a Task' permission is not required for Einstein Activity Capture; the feature creates activity records automatically without needing manual task logging permissions.

93
MCQhard

A financial services company is deploying Einstein AI and must comply with regulations requiring explainable decisions. Which Einstein capability allows them to understand why an AI model made a specific prediction?

A.Einstein Trust Layer with model explainability features.
B.Data Mask to protect sensitive information.
C.Salesforce Shield with encryption and monitoring.
D.Field Audit Trail to track changes to data.
AnswerA

The Trust Layer includes capabilities to explain predictions.

Why this answer

Option A is correct because the Einstein Trust Layer includes model explainability features that provide insights into why a specific prediction was made, such as highlighting the key input features that influenced the outcome. This directly addresses regulatory requirements for explainable AI decisions by offering transparency into the model's reasoning process.

Exam trap

Salesforce often tests the distinction between data security features (like Data Mask or Shield) and AI explainability features, so candidates mistakenly choose a security-focused option when the question explicitly asks about understanding model predictions.

How to eliminate wrong answers

Option B is wrong because Data Mask is a feature for obfuscating sensitive data in non-production environments, not for explaining AI predictions. Option C is wrong because Salesforce Shield provides encryption, field audit trails, and event monitoring for data security and compliance, but it does not offer model explainability or interpretability for AI predictions. Option D is wrong because Field Audit Trail tracks changes to field values over time for data governance, not for understanding why an AI model made a specific prediction.

← PreviousPage 2 of 2 · 93 questions total

Ready to test yourself?

Try a timed practice session using only AI Fundamentals questions.