AI Specialist Cert Flashcards

1
Q

An AI Specialist implements Einstein Sales Emails for a sales team. The team wants to send
personalized follow-up emails to leads based on their interactions and data stored in Salesforce. The
AI Specialist needs to configure the system to use the most accurate and up-to-date information for
email generation.

Which grounding technique should the AI Specialist use?

A. Ground with Apex Merge Fields
B. Ground with Record Merge Fields
C. Automatic grounding using Draft with Einstein feature

A

Answer B.

Explanation:
For Einstein Sales Emails to generate personalized follow-up emails, it is crucial to ground the email
content with the most up-to-date and accurate information. Grounding refers to connecting the AI
model with real-time data. The most appropriate technique in this case is Ground with Record Merge
Fields. This method ensures that the content in the emails pulls dynamic and accurate data directly
from Salesforce records, such as lead or contact information, ensuring the follow-up is relevant and
customized based on the specific record.
Record Merge Fields ensure the generated emails are highly personalized using data like lead name,
company, or other Salesforce fields directly from the records.
Apex Merge Fields are typically more suited for advanced, custom logic-driven scenarios but are not
the most straightforward for this use case.
Automatic grounding using Draft with Einstein is a different feature where Einstein automatically
drafts the email, but it does not specifically ground the content with record-specific data like Record
Merge Fields.

Reference:
Salesforce Einstein Sales Emails Documentation:
https://help.salesforce.com/s/articleView?id=release-notes.rn_einstein_sales_emails.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Universal Containers Is Interested In Improving the sales operation efficiency by analyzing their
data using Al-powered predictions in Einstein Studio.
Which use case works for this scenario?

A. Predict customer sentiment toward a promotion message.
B. Predict customer lifetime value of an account.
C. Predict most popular products from new product catalog.

A

Answer: B. Predict customer lifetime value of an account.

Explanation:
For improving sales operations efficiency, Einstein Studio is ideal for creating AI-powered models that
can predict outcomes based on data. One of the most valuable use cases is predicting customer
lifetime value, which helps sales teams focus on high-value accounts and make more informed
decisions. Customer lifetime value (CLV) predictions can optimize strategies around customer
retention, cross-selling, and long-term engagement.
Option B is the correct choice as predicting customer lifetime value is a well-established use case for
AI in sales.
Option A (customer sentiment) is typically handled through NLP models, while Option C (product
popularity) is more of a marketing analysis use case.

Reference:
Salesforce Einstein Studio Use Case Overview:
https://help.salesforce.com/s/articleView?id=sf.einstein_studio_overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An AI Specialist wants to use the related lists from an account in a custom prompt template.
What should the AI Specialist consider when configuring the prompt template?

A. The text encoding (for example, UTF-8, ASCII) option
B. The maximum number of related list merge fields
C. The choice between XML and JSON rendering formats for the list

A

Answer: B. The maximum number of related list merge fields

Explanation:
When configuring a custom prompt template to use related lists, the AI Specialist must be aware of
the maximum number of related list merge fields that can be included. Salesforce enforces limits to
ensure prompt templates perform efficiently and do not overload the system with too much data. As
a best practice, it’s important to monitor and optimize the number of merge fields used.
Option B is correct because there is a limit on how many related list merge fields can be included in a
prompt template.
Option A (text encoding) and Option C (XML/JSON rendering) are not key considerations in this
context.

Reference:
Salesforce Prompt Builder Documentation:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the correct process to leverage Prompt Builder in a Salesforce org?

A. Select the appropriate prompt template type to use, select one of Salesforce’s standard prompts,
determine the object to associate the prompt, select a record to validate against, and associate the
prompt to an action.
B. Select the appropriate prompt template type to use, develop the prompt within the prompt
workspace, select resources to dynamically insert CRM-derived grounding data, pick the model to
use, and test and validate the generated responses.
C. Enable the target object for generative prompting, develop the prompt within the prompt
workspace, select records to fine-tune and ground the response, enable the Trust Layer, and
associate the prompt to an action.

A

Answer B. Select the appropriate prompt template type to use, develop the prompt within the prompt
workspace, select resources to dynamically insert CRM-derived grounding data, pick the model to
use, and test and validate the generated responses.

Explanation:
When using Prompt Builder in a Salesforce org, the correct process involves several important steps:
Select the appropriate prompt template type based on the use case.
Develop the prompt within the prompt workspace, where the template is created and customized.
Select CRM-derived grounding data to be dynamically inserted into the prompt, ensuring that the AI-
generated responses are based on accurate and relevant data.
Pick the model to use for generating responses, either using Salesforce’s built-in models or custom
ones.
Test and validate the generated responses to ensure accuracy and effectiveness.
Option B is correct as it follows the proper steps for using Prompt Builder.
Option A and Option C do not capture the full process correctly.

Reference:
Salesforce Prompt Builder Documentation:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder_overview.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Universal Containers wants to implement a solution in Salesforce with a custom UX that allows
users to enter a sales order number.
Subsequently, the system will invoke a custom prompt template to create and display a summary of
the sales order header and sales order details.

Which solution should an AI Specialist implement to meet this requirement?

A. Create a screen flow to collect sales order number and invoke the prompt template using the
standard “Prompt Template” flow action.
B. Create a template-triggered prompt flow and invoke the prompt template using the standard
“Prompt Template” flow action.
C. Create an autolaunched flow and invoke the prompt template using the standard “Prompt
Template” flow action.

A

Answer: A. Create a screen flow to collect sales order number and invoke the prompt template using the
standard “Prompt Template” flow action.

Explanation:
To implement a solution where users enter a sales order number and the system generates a
summary, the AI Specialist should create a screen flow to collect the sales order number and invoke
the prompt template. The standard “Prompt Template” flow action can then be used to trigger the
custom prompt, providing a summary of the sales order header and details.
Option B, creating a template-triggered prompt flow, is not necessary for this scenario because the
requirement is to directly collect input through a screen flow.
Option C, using an autolaunched flow, would be inappropriate here because the solution requires
user interaction (entering a sales order number), which is best suited to a screen flow.

Salesforce AI Specialist Reference:
For further guidance on creating prompt templates with flows:
https://help.salesforce.com/s/articleView?id=sf.prompt_template_flow_integration.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What should an AI Specialist consider when using related list merge fields in a prompt
template associated with an Account object in Prompt Builder?

A. The Activities related list on the Account object is not supported because it is a polymorphic field.
B. If person accounts have been enabled, merge fields will not be available for the Account object.
C. Prompt generation will yield no response when there is no related list associated with an Account
in runtime.

A

Answer A. The Activities related list on the Account object is not supported because it is a polymorphic field.

Explanation:
When using related list merge fields in a prompt template associated with the Account object in
Prompt Builder, the Activities related list is not supported due to it being a polymorphic field.
Polymorphic fields can reference multiple different types of objects, which makes them incompatible
with some merge field operations in prompt generation.
Option B is incorrect because person accounts do not limit the availability of merge fields for the
Account object.
Option C is irrelevant since even if no related lists are available at runtime, the prompt can still
generate based on other available data fields.
For more information, refer to Salesforce documentation on supported fields and limitations in Prompt Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An Al Specialist is tasked with configuring a generative model to create personalized sales
emails using customer data stored in Salesforce. The AI Specialist has already fine-tuned a large
language model (LLM) on the OpenAI platform. Security and data privacy are critical concerns for the
client.
How should the AI Specialist integrate the custom LLM into Salesforce?

A. Create an application of the custom LLM and embed it in Sales Cloud via iFrame.
B. Add the fine-tuned LLM in Einstein Studio Model Builder.
C. Enable model endpoint on OpenAl and make callouts to the model to generate emails.

A

Answer: B. Add the fine-tuned LLM in Einstein Studio Model Builder.

Explanation:
Since security and data privacy are critical, the best option for the AI Specialist is to integrate the fine-
tuned LLM (Large Language Model) into Salesforce by adding it to Einstein Studio Model Builder.
Einstein Studio allows organizations to bring their own AI models (BYOM), ensuring the model is
securely managed within Salesforce’s environment, adhering to data privacy standards.
Option A (embedding via iFrame) is less secure and doesn’t integrate deeply with Salesforce’s data
and security models.
Option C (making callouts to OpenAI) raises concerns about data privacy, as sensitive Salesforce data
would be sent to an external system.
Einstein Studio provides the most secure and seamless way to integrate custom AI models while
maintaining control over data privacy and compliance. More details can be found in Salesforce’s
Einstein Studio documentation on integrating external models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NO.8 Universal Containers (UC) wants to enable its sales reps to explore opportunities that are
similar to previously won opportunities by entering the utterance, “Show me other opportunities like
this one.” How should UC achieve this in Einstein Copilot?

A. Use the standard Copilot action.
B. Create a custom Copilot action calling a flow.
C. Create a custom Copilot action calling an Apex class.

A

Answer: A

Explanation:
Universal Containers can achieve the request to explore similar opportunities by using the standard
Copilot action. Einstein Copilot has built-in actions to handle natural language queries, such as “Show
me other opportunities like this one.” The standard action will process the query and return results
based on predefined matching criteria like opportunity details and past Closed Won deals.
This approach avoids the need to create custom flows or Apex classes, leveraging out-of-the-box
functionality.
For further details, refer to Einstein Copilot for Sales documentation regarding standard actions and natural language processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Universal Containers (UC) wants to offer personalized service experiences and reduce agent
handling time with Al-generated email responses, grounded in Knowledge base.
Which AI capability should UC use?

A. Einstein Email Replies
B. Einstein Service Replies for Email
C. Einstein Generative Service Replies for Email

A

Answer: B

Explanation:
For Universal Containers (UC) to offer personalized service experiences and reduce agent handling
time using AI-generated responses grounded in the Knowledge base, the best solution is Einstein
Service Replies for Email. This capability leverages AI to automatically generate responses to service-
related emails based on historical data and the Knowledge base, ensuring accuracy and relevance
while saving time for service agents.
Einstein Email Replies (option A) is more suited for sales use cases.
Einstein Generative Service Replies for Email (option C) could be a future offering, but as of now,
Einstein Service Replies for Email is the correct choice for grounded, knowledge-based responses.
Reference:
Einstein Service Replies Overview:
https://help.salesforce.com/s/articleView?id=sf.einstein_service_replies.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Universal Containers plans to enhance the customer support team’s productivity using AI.
Which specific use case necessitates the use of Prompt Builder?

A. Creating a draft of a support bulletin post for new product patches
B. Creating an Al-generated customer support agent performance score
C. Estimating support ticket volume based on historical data and seasonal trends

A

Answer: A

Explanation:
The use case that necessitates the use of Prompt Builder is creating a draft of a support bulletin post
for new product patches. Prompt Builder allows the AI Specialist to create and refine prompts that
generate specific, relevant outputs, such as drafting support communication based on product
information and patch details.
Option B (agent performance score) would likely involve predictive modeling, not prompt generation.
Option C (estimating support ticket volume) would require data analysis and predictive tools, not
prompt building.
For more det

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Universal Containers wants to utilize Einstein for Sales to help sales reps reach their sales
quotas by providing Al-generated plans containing guidance and steps for closing deals.
Which feature should the AI Specialist recommend to the sales team?

A. Find Similar Deals
B. Create Account Plan
C. Create Close Plan

A

Answer: C
Explanation:
The “Create Close Plan” feature is designed to help sales reps by providing AI-generated strategies
and steps specifically focused on closing deals. This feature leverages AI to analyze the current state
of opportunities and generate a plan that outlines the actions, timelines, and key steps required to
move deals toward closure. It aligns directly with the sales team’s need to meet quotas by offeringactionable insights and structured plans.
Find Similar Deals (Option A) helps sales reps discover opportunities similar to their current deals but
doesn’t offer a plan for closing.
Create Account Plan (Option B) focuses on long-term strategies for managing accounts, which might
include customer engagement and retention, but doesn’t focus on deal closure.
Salesforce AI Specialist Reference:
For more information on using AI for sales, visit:
https://help.salesforce.com/s/articleView?id=sf.einstein_for_sales_overview.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Universal Containers wants to make a sales proposal and directly use data from multiple
unrelated objects (standard and custom) in a prompt template.
What should the AI Specialist recommend?

A. Create a Flex template to add resources with standard and custom objects as inputs.
B. Create a prompt template passing in a special custom object that connects the records
temporarily,
C. Create a prompt template-triggered flow to access the data from standard and custom objects.

A

Answer: A

Explanation:
Universal Containers needs to generate a sales proposal using data from multiple unrelated standard
and custom objects within a prompt template. The most effective way to achieve this is by using a
Flex template.
Flex templates in Salesforce allow AI specialists to create prompt templates that can accept inputs
from multiple sources, including various standard and custom objects. This flexibility enables the
direct use of data from unrelated objects without the need to create intermediary custom objects or
complex flows.
Reference:
Salesforce AI Specialist Documentation - Flex Templates: Explains how Flex templates can be utilized
to incorporate data from multiple sour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Universal Containers wants to use an external large language model (LLM) in Prompt Builder.
What should an AI Specialist recommend?

A. Use Apex to connect to an external LLM and ground the prompt.
B. Use BYO-LLM functionality in Einstein Studio,
C. Use Flow and External Services to bring data from an external LLM.

A

Answer: B
Explanation:
Bring Your Own Large Language Model (BYO-LLM) functionality in Einstein Studio allows
organizations to integrate and use external large language models (LLMs) within the Salesforce
ecosystem. Universal Containers can leverage this feature to connect and ground prompts with
external LLMs, allowing for custom AI model use cases and seamless integration with Salesforce data.
Option B is the correct choice as Einstein Studio provides a built-in feature to work with external
models.
Option A suggests using Apex, but BYO-LLM functionality offers a more streamlined solution.
Option C focuses on Flow and External Services, which is more about data integration and isn’t ideal for working with LLMs.
Reference:
Salesforce Einstein Studio BYO-LLM Documentation:
https://help.salesforce.com/s/articleView?id=sf.einstein_studio_llm.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Universal Containers (UC) noticed an increase in customer contract cancellations in the last
few months. UC is seeking ways to address this issue by implementing a proactive outreach program to customers before they cancel their contracts and is asking the Salesforce team to provide suggestions.
Which use case functionality of Model Builder aligns with UC’s request?

A. Product recommendation prediction
B. Customer churn prediction
C. Contract Renewal Date prediction

A

Answer: B

Explanation:
Customer churn prediction is the best use case for Model Builder in addressing Universal Containers’
concerns about increasing customer contract cancellations. By implementing a model that predicts
customer churn, UC can proactively identify customers who are at risk of canceling and take action to
retain them before they decide to terminate their contracts. This functionality allows the business to
forecast churn probability based on historical data and initiate timely outreach programs.
Option B is correct because customer churn prediction aligns with UC’s need to reduce cancellations
through proactive measures.
Option A (product recommendation prediction) is unrelated to contract cancellations.
Option C (contract renewal date prediction) addresses timing but does not focus on predicting
potential cancellations.
Reference:
Salesforce Model Builder Use Case Overview:
https://help.salesforce.com/s/articleView?id=sf.model_builder_use_cases.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which use case is best supported by Salesforce Einstein Copilot’s capabilities?

A. Bring together a conversational interface for interacting with AI for all Salesforce users, such as
developers and ecommerce retailers.
B. Enable Salesforce admin users to create and train custom large language models (LLMs) using CRM
data.
C. Enable data scientists to train predictive AI models with historical CRM data using built-in machine
learning capabilities

A

Answer: A
Explanation:
Salesforce Einstein Copilot is designed to provide a conversational AI interface that can be utilized by
different types of Salesforce users, such as developers, sales agents, and retailers. It acts as an AI-
powered assistant that facilitates natural interactions with the system, enabling users to perform
tasks and access data easily. This includes tasks like pulling reports, updating records, and generating
personalized responses in real time.
Option A is correct because Einstein Copilot brings a conversational interface that caters to a wide
range of users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

An AI Specialist needs to create a Sales Email with a custom prompt template. They need to
ground on the following data.
Opportunity Products Events near the customer Tone and voice examples
How should the AI Specialist obtain related items?

A. Call prompt initiated flow to fetch and ground the required data.
B. Create a flex template that takes the records in question as inputs.
C. Utilize a standard email template and manually insert the required data fields.

A

Answer: A

Explanation:
To ground a sales email on Opportunity Products, Events near the customer, and Tone and voice
examples, the AI Specialist should use a prompt-initiated flow. This flow can dynamically fetch the
necessary data from related records in Salesforce and ground the generative AI output with
contextually accurate information.
Option B (flex template) does not provide the ability to fetch dynamic data from Salesforce records
automatically.
Option C (manual insertion) would not allow for the dynamic and automated grounding of data
required for custom prompts.
Refer to Salesforce documen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Universal Containers tests out a new Einstein Generative AI feature for its sales team to
create personalized and contextualized emails for its customers. Sometimes, users find that the draft
email contains placeholders for attributes that could have been derived from the recipient’s contact
record.

What is the most likely explanation for why the draft email shows these placeholders?
A. The user does not have Einstein Sales Emails permission assigned.
B. The user does not have permission to access the fields.
C. The user’s locale language is not supported by Prompt Builder.

A

Answer: B

Explanation:
When using Einstein Generative AI to create personalized emails, if placeholders appear in the draft
email where data from a recipient’s Contact record should be, the most likely reason is that the user
lacks permission to access the necessary fields. Salesforce’s field-level security may prevent users
from viewing or utilizing certain data fields, resulting in placeholders being shown instead of the
actual values.
Option B is correct because missing field permissions will cause placeholders in email drafts.
Option A (missing Einstein Sales Emails permission) is unlikely, as this would prevent email generation
altogether, not just placeholders.
Option C (locale language issues) would more likely affect language-specific issues, not field placeholders.
Reference:
Salesforce Email Template and Permissions Documentation:
https://help.salesforce.com/s/articleView?id=sf.email_templates_field_permissions.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Universal Containers plans to implement prompt templates that utilize the standard
foundation models.
What should the AI Specialist consider when building prompt templates in Prompt Builder?

A. Include multiple-choice questions within the prompt to test the LLM’s understanding of the
context.
B. Ask it to role-play as a character in the prompt template to provide more context to the LLM.
C. Train LLM with data using different writing styles including word choice, intensifiers, emojis, and
punctuation.

A

Answer: C
Explanation:
When building prompt templates in Prompt Builder, it is essential to consider how the Large
Language Model (LLM) processes and generates outputs. Training the LLM with various writing styles,
such as different word choices, intensifiers, emojis, and punctuation, helps the model better
understand diverse writing patterns and produce more contextually appropriate responses.
This approach enhances the flexibility and accuracy of the LLM when generating outputs for different
use cases, as it is trained to recognize various writing conventions and styles. The prompt template
should focus on providing rich context, and this stylistic variety helps improve the model’s
adaptability.
Options A and B are less relevant because adding multiple-choice questions or role-playing scenarios
doesn’t contribute significantly to improving the AI’s output generation quality within standard
business contexts.
For more details, refer to Salesforce’s Prompt Builder documentation and LLM tuning strategies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Universal Containers (UC) plans to send one of three different emails to its customers based
on the customer’s lifetime value score and their market segment.
Considering that UC are required to explain why an e-mail was selected, which AI model should UC
use to achieve this?

A. Predictive model and generative model
B. Generative model
C. Predictive model

A

Answer: C
Explanation:
Universal Containers should use a Predictive model to decide which of the three emails to send based
on the customer’s lifetime value score and market segment. Predictive models analyze data to
forecast outcomes, and in this case, it would predict the most appropriate email to send based on
customer attributes. Additionally, predictive models can provide explainability to show why a certain
email was chosen, which is crucial for UC’s requirement to explain the decision-making process.
Generative models are typically used for content creation, not decision-making, and thus wouldn’t be
suitable for this requirement.
Predictive models offer the ability to explain why a particular decision was made, which aligns with UC’s needs.
Refer to Salesforce’s Predictive AI model documentation for more insights on how predictive models
are used for segmentation and decision making.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

An AI Specialist has created a copilot custom action using flow as the reference action type.
However, it is not delivering the expected results to the conversation preview, and therefore needs
troubleshooting.
What should the AI Specialist do to identify the root cause of the problem?

A. In Copilot Builder within the Dynamic Panel, turn on dynamic debugging to show the inputs and
outputs.
B. Copilot Builder within the Dynamic Panel, confirm selected action and observe the values in Input
and Output sections.
C. In Copilot Builder, verify the utterance entered by the user and review session event logs for
debug information.

A

Answer: A

Explanation:
When troubleshooting a copilot custom action using flow as the reference action type, enabling
dynamic debugging within Copilot Builder’s Dynamic Panel is the most effective way to identify the
root cause. By turning on dynamic debugging, the AI Specialist can see detailed logs showing both the
inputs and outputs of the flow, which helps identify where the action might be failing or not
delivering the expected results.
Option B, confirming selected actions and observing the Input and Output sections, is useful for
monitoring flow configuration but does not provide the deep diagnostic details available with
dynamic debugging.
Option C, verifying the user utterance and reviewing session event logs, could provide helpful
context, but dynamic debugging is the primary tool for identifying issues with inputs and outputs in
real time.
Salesforce AI Specialist Reference:
To explore more about dynamic debugging in Copilot Builder, see:
https://help.salesforce.com/s/articleView?id=sf.copilot_custom_action_debugging.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

How should an organization use the Einstein Trust layer to audit, track, and view masked
data?
A. Utilize the audit trail that captures and stores all LLM submitted prompts in Data Cloud.
B. In Setup, use Prompt Builder to send a prompt to the LLM requesting for the masked data.
C. Access the audit trail in Setup and export all user-generated prompts.

A

Answer: A
Explanation:
The Einstein Trust Layer is designed to ensure transparency, compliance, and security for
organizations leveraging Salesforce’s AI and generative AI capabilities. Specifically, for auditing,
tracking, and viewing masked data, organizations can utilize:
Audit Trail in Data Cloud: The audit trail captures and stores all prompts submitted to large language
models (LLMs), ensuring that sensitive or masked data interactions are logged. This allows
organizations to monitor and audit all AI-generated outputs, ensuring that data handling complies
with internal and regulatory guidelines. The Data Cloud provides the infrastructure for managing andaccessing this audit data.
Why not B? Using Prompt Builder in Setup to send prompts to the LLM is for creating and managing
prompts, not for auditing or tracking data. It does not interact directly with the audit trail
functionality.
Why not C? Although the audit trail can be accessed in Setup, the user-generated prompts are
primarily tracked in the Data Cloud for broader control, auditing, and analysis. Setup is not the
primary tool for exporting or managing these audit logs.
More information on auditing AI interactions can be found in the Salesforce AI Trust Layer
documentation, which outlines how organizations can manage and track generative AI interactions
securely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

An AI Specialist is tasked to optimize a business process flow by assigning actions to agents
within the Salesforce Agentforce Platform.
What is the correct method for the AI Specialist to assign actions to an Agent?

A. Assign the action to a Topic First in Agent Builder.
B. Assign the action to a Topic first on the Agent Actions detail page.
C. Assign the action to a Topic first on Action Builder.

A

Answer: C

Explanation:
Action Builder is the central place in Salesforce Agentforce where you define and manage actions
that your AI agents can perform. This includes connecting actions to various tools and systems.
Topics in Agentforce represent the different tasks or intents that an AI agent can handle. By assigning
an action to a Topic in Action Builder, you’re essentially telling the agent, “When you encounter this
type of request or situation, perform this action.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

An administrator is responsible for ensuring the security and reliability of Universal
Containers’ (UC) CRM dat a. UC needs enhanced data protection and up-to-date AI capabilities. UC
also needs to include relevant information from a Salesforce record to be merged with the prompt.

Which feature in the Einstein Trust Layer best supports UC’s need?
A. Data masking
B. Dynamic grounding with secure data retrieval
C. Zero-data retention policy

A

Answer: B

Explanation:
Dynamic grounding with secure data retrieval is a key feature in Salesforce’s Einstein Trust Layer,
which provides enhanced data protection and ensures that AI-generated outputs are both accurate
and securely sourced. This feature allows relevant Salesforce data to be merged into the AI-
generated responses, ensuring that the AI outputs are contextually aware and aligned with real-time
CRM data.
Dynamic grounding means that AI models are dynamically retrieving relevant information from
Salesforce records (such as customer records, case data, or custom object data) in a secure manner.
This ensures that any sensitive data is protected during AI processing and that the AI model’s outputs
are trustworthy and reliable for business use.
The other options are less aligned with the requirement:
Data masking refers to obscuring sensitive data for privacy purposes and is not related to merging
Salesforce records into prompts.
Zero-data retention policy ensures that AI processes do not store any user data after processing, but
this does not address the need to merge Salesforce record information into a prompt.
Reference:
Salesforce Developer Documentation on Einstein Trust Layer
Salesforce Security Documentation for AI and Data Privacy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

A service agent is looking at a custom object that stores travel information. They recently
received a weather alert and now need to cancel flights for the customers that are related with this
itinerary. The service agent needs to review the Knowledge articles about canceling and rebooking
the customer flights.
Which Einstein Copilot capability helps the agent accomplish this?

A. Execute tasks based on available actions, answering questions using information from accessible
Knowledge articles.
B. Invoke a flow which makes a call to external data to create a Knowledge article.
C. Generate a Knowledge article based off the prompts that the agent enters to create steps to
cancel flights.

A

Answer: A
Explanation:
In this scenario, the Einstein Copilot capability that best helps the agent is its ability to execute tasks
based on available actions and answer questions using data from Knowledge articles. Einstein Copilot
can assist the service agent by providing relevant Knowledge articles on canceling and rebooking
flights, ensuring that the agent has access to the correct steps and procedures directly within the
workflow.
This feature leverages the agent’s existing context (the travel itinerary) and provides actionable
insights or next steps from the relevant Knowledge articles to help the agent quickly resolve the
customer’s needs. The other options are incorrect:
B refers to invoking a flow to create a Knowledge article, which is unrelated to the task of retrieving
existing Knowledge articles.
C focuses on generating Knowledge articles, which is not the immediate need for this situation where
the agent requires guidance on existing procedures.
Reference:
Salesforce Documentation on Einstein Copilot
Trailhead Module on Einstein for Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Universal Containers needs a tool that can analyze voice and video call records to provide
insights on competitor mentions, coaching opportunities, and other key information. The goal is to
enhance the team’s performance by identifying areas for improvement and competitive intelligence.
Which feature provides insights about competitor mentions and coaching opportunities?

A. Call Summaries
B. Einstein Sales Insights
C. Call Explorer

A

Answer: C

Explanation:
For analyzing voice and video call records to gain insights into competitor mentions, coaching
opportunities, and other key information, Call Explorer is the most suitable feature. Call Explorer, a
part of Einstein Conversation Insights, enables sales teams to analyze calls, detect patterns, and
identify areas where improvements can be made. It uses natural language processing (NLP) to extract
insights, including competitor mentions and moments for coaching. These insights are vital for
improving sales performance by providing a clear understanding of the interactions during calls.
Call Summaries offer a quick overview of a call but do not delve deep into competitor mentions or
coaching insights.
Einstein Sales Insights focuses more on pipeline and forecasting insights rather than call-based
analysis.
Reference:
Salesforce Einstein Conversation Insights Documentation:
https://help.salesforce.com/s/articleView?id=einstein_conversation_insights.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is the primary function of the planner service in the Einstein Copilot system?

A. Generating record queries based on conversation history
B. Offering real-time language translation during conversations
C. Identifying copilot actions to respond to user utterances

A

Answer: C
Explanation:
The primary function of the planner service in the Einstein Copilot system is to identify copilot actions
that should be taken in response to user utterances. This service is responsible for analyzing the
conversation and determining the appropriate actions (such as querying records, generating a response, or taking another action) that the Einstein Copilot should perform based on user input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Universal Containers (UC) wants to assess Salesforce’s generative features but has concerns
over its company data being exposed to third- party large language models (LLMs). Specifically, UC
wants the following capabilities to be part of Einstein’s generative AI service.
No data is used for LLM training or product improvements by third- party LLMs.
No data is retained outside of UC’s Salesforce org.
The data sent cannot be accessed by the LLM provider.
Which property of the Einstein Trust Layer should the AI Specialist highlight to UC that addresses these requirements?

A. Prompt Defense
B. Zero-Data Retention Policy
C. Data Masking

A

Answer: B
Explanation:
Universal Containers (UC) has concerns about data privacy when using Salesforce’s generative AI
features, particularly around preventing third-party LLMs from accessing or retaining their data. The
Zero-Data Retention Policy in the Einstein Trust Layer is designed to address these concerns by
ensuring that:
No data is used for training or product improvements by third-party LLMs.
No data is retained outside of the customer’s Salesforce organization.
The LLM provider cannot access any customer data. This policy aligns perfectly with UC’s requirements for keeping their data safe while leveraging
generative AI capabilities.
Prompt Defense and Data Masking are also security features, but they do not directly address the
concerns related to third-party data access and retention.
Reference:
Salesforce Einstein Trust Layer Documentation:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Where should the AI Specialist go to add/update actions assigned to a copilot?
A. Copilot Actions page, the record page for the copilot action, or the Copilot Action Library tab

B. Copilot Actions page or Global Actions
C. Copilot Detail page, Global Actions, or the record page for the copilot action

A

Answer: A

Explanation:
To add or update actions assigned to a copilot, an AI Specialist can manage this through several
areas:
Copilot Actions Page: This is the central location where copilot actions are managed and configured.
Record Page for the Copilot Action: From the record page, individual copilot actions can be updated
or modified.
Copilot Action Library Tab: This tab serves as a repository where predefined or custom actions for
Copilot can be accessed and modified.
These areas provide flexibility in managing and updating the actions assigned to Copilot, ensuring
that the AI assistant remains aligned with business requirements and processes.
The other options are incorrect:
B misses the Copilot Action Library, which is crucial for managing actions.
C includes the Copilot Detail page, which isn’t the primary place for action management.
Reference:
Salesforce Documentation on Managing Copilot Actions
Salesforce AI Specialist Guide on Copilot Action Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Universal Containers (UC) wants to use the Draft with Einstein feature in Sales Cloud to create
a personalized introduction email.
After creating a proposed draft email, which predefined adjustment should UC choose to revise the
draft with a more casual tone?

A. Make Less Formal
B. Enhance Friendliness
C. Optimize for Clarity

A

Answer: A
Explanation:
When Universal Containers uses the Draft with Einstein feature in Sales Cloud to create a
personalized email, the predefined adjustment to Make Less Formal is the correct option to revise
the draft with a more casual tone. This option adjusts the wording of the draft to sound less formal,
making the communication more approachable while still maintaining professionalism.
Enhance Friendliness would make the tone more positive, but not necessarily more casual.
Optimize for Clarity focuses on making the draft clearer but doesn’t adjust the tone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Universal Containers’ data science team is hosting a generative large language model (LLM)
on Amazon Web Services (AWS).
What should the team use to access externally-hosted models in the Salesforce Platform?

A. Model Builder
B. App Builder
C. Copilot Builder

A

Answer: A

Explanation:
To access externally-hosted models, such as a large language model (LLM) hosted on AWS, the Model
Builder in Salesforce is the appropriate tool. Model Builder allows teams to integrate and deploy
external AI models into the Salesforce platform, making it possible to leverage models hosted outside
of Salesforce infrastructure while still benefiting from the platform’s native AI capabilities.
Option B, App Builder, is primarily used to build and configure applications in Salesforce, not to
integrate AI models.
Option C, Copilot Builder, focuses on building assistant-like tools rather than integrating external AI
models.
Model Builder enables seamless integration with external systems and models, allowing Salesforce
users to use external LLMs for generating AI-driven insights and automation.
Salesforce AI Specialist Reference:
For more details, check the Model Builder guide here:
https://help.salesforce.com/s/articleView?id=sf.model_builder_external_models.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Universal Containers (UC) wants to improve the efficiency of addressing customer questions
and reduce agent handling time with AI- generated responses. The agents should be able to leverage
their existing knowledge base and identify whether the responses are coming from the large
language model (LLM) or from Salesforce Knowledge.
Which step should UC take to meet this requirement?

A. Turn on Service AI Grounding, Grounding with Case, and Service Replies.
B. Turn on Service Replies, Service AI Grounding, and Grounding with Knowledge.
C. Turn on Service AI Grounding and Grounding with Knowledge.

A

Answer: B
Explanation:
To meet Universal Containers’ goal of improving efficiency and reducing agent handling time with AI-
generated responses, the best approach is to enable Service Replies, Service AI Grounding, and
Grounding with Knowledge.
Service Replies generates responses automatically.
Service AI Grounding ensures that the AI is using relevant case data.
Grounding with Knowledge ensures that responses are backed by Salesforce Knowledge articles,
allowing agents to identify whether a response is coming from the LLM or Salesforce Knowledge.
Option C does not include Service Replies, which is necessary for generating AI responses.
Option A lacks the Grounding with Knowledge, which is essential for identifying response sources.
For more details, refer to Salesforce Service AI documentation on grounding and service replies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Universal Containers (UC) has a legacy system that needs to integrate with Salesforce. UC
wishes to create a digest of account action plans using the generative API feature.
Which API service should UC use to meet this requirement?

A. REST API
B. Metadata API
C. SOAP API

A

Answer: A

Explanation:
To create a digest of account action plans using the generative API feature, Universal Containers
should use the REST API. The REST API is ideal for integrating Salesforce with external systems and
enabling interaction with Salesforce data, including generative capabilities like creating summaries or
digests. It supports modern web standards and is suitable for flexible, lightweight interactions
between Salesforce and legacy systems.
Metadata API is used for retrieving and deploying metadata, not for data operations like generating
summaries.
SOAP API is an older API used for integration but is less flexible compared to REST for this specific use
case.
For more details, refer to Salesforce REST API documentation regarding using REST for data
integration and generating content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

An AI Specialist turned on Einstein Generative AI in Setup. Now, the AI Specialist would like to
create custom prompt templates in Prompt Builder. However, they cannot access Prompt Builder in
the Setup menu.
What is causing the problem?

A. The Prompt Template User permission set was not assigned correctly.
B. The Prompt Template Manager permission set was not assigned correctly.
C. The large language model (LLM) was not configured correctly in Data Cloud.

A

Answer: B

Explanation:
In order to access and create custom prompt templates in Prompt Builder, the AI Specialist must have
the Prompt Template Manager permission set assigned. Without this permission, they will not be
able to access Prompt Builder in the Setup menu, even though Einstein Generative AI is enabled.
Option B is correct because the Prompt Template Manager permission set is required to use Prompt
Builder.
Option A (Prompt Template User permission set) is incorrect because this permission allows users to
use prompts, but not create or manage them.
Option C (LLM configuration in Data Cloud) is unrelated to the ability to access Prompt Builder.
Reference:
Salesforce Prompt Builder Permissions:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder_permissions.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Universal Containers (UC) is implementing Einstein Generative AI to improve customer
insights and interactions. UC needs audit and feedback data to be accessible for reporting purposes.
What is a consideration for this requirement?

A. Storing this data requires Data Cloud to be provisioned.
B. Storing this data requires Salesforce big objects.
C. Storing this data requires a custom object for data to be configured.

A

Answer A. Storing this data requires Data Cloud to be provisioned.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Before activating a custom copilot action, an AI Specialist would like is to understand multiple
real-world user utterances to ensure the action being selected appropriately.
Which tool should the AI Specialist recommend?
A. Model Playground
B. Einstein Copilot
C. Copilot Builder

A

Answer: C

Explanation:
To understand multiple real-world user utterances and ensure the correct action is selected before
activating a custom copilot action, the recommended tool is Copilot Builder. This tool allows AI
Specialists to design and test conversational actions in response to user inputs, helping ensure the
copilot can accurately handle different user queries and phrases. Copilot Builder provides the ability
to test, refine, and improve actions based on real-world utterances.
Option C is correct as Copilot Builder is designed for configuring and testing conversational actions.
Option A (Model Playground) is used for testing models, not user utterances.
Option B (Einstein Copilot) refers to the conversational interface but isn’t the right tool for designing
and testing actions.
Reference:
Salesforce Copilot Builder Overview:
https://help.salesforce.com/s/articleView?id=sf.einstein_copilot_builder.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Universal Containers (UC) wants to enable its sales team to use Al to suggest recommended
products from its catalog.
Which type of prompt template should UC use?

A. Record summary prompt template
B. Email generation prompt template
C. Flex prompt template

A

Answer: C

Explanation:
Universal Containers (UC) wants to enable its sales team to leverage AI to recommend products from
its catalog. The best option for this use case is a Flex prompt template.
A Flex prompt template is designed to provide flexible, customizable AI-driven recommendations or
responses based on specific data points, such as product information, customer needs, or sales
history. This template type allows the AI to consider various inputs and parameters, making it ideal
for generating product recommendations dynamically.
In contrast:
A Record summary prompt template (Option A) is used to summarize data related to a specific
record, such as generating a quick summary of a sales opportunity or account, but not for
recommending products.
An Email generation prompt template (Option B) is tailored for crafting email content and is not
suitable for suggesting products based on a catalog. Given the need for dynamic recommendations that pull from a product catalog and potentially other
sales data, the Flex prompt template is the correct approach.
Salesforce Reference:
Salesforce Prompt Templates Overview:
https://help.salesforce.com/s/articleView?id=000391407&type=1 Flex Prompt Template Usage:
https://developer.salesforce.com/docs/atlas.en-
us.salesforce_ai.meta/salesforce_ai/prompt_flex_template

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

A support team handles a high volume of chat interactions and needs a solution to provide
quick, relevant responses to customer inquiries.
Responses must be grounded in the organization’s knowledge base to maintain consistency and
accuracy.
Which feature in Einstein for Service should the support team use?

A. Einstein Service Replies
B. Einstein Reply Recommendations
C. Einstein Knowledge Recommendations

A

Answer: B

Explanation:
The support team should use Einstein Reply Recommendations to provide quick, relevant responses
to customer inquiries that are grounded in the organization’s knowledge base. This feature leverages
AI to recommend accurate and consistent replies based on historical interactions and the knowledge
stored in the system, ensuring that responses are aligned with organizational standards.
Einstein Service Replies (Option A) is focused on generating replies but doesn’t have the same
emphasis on grounding responses in the knowledge base.
Einstein Knowledge Recommendations (Option C) suggests knowledge articles to agents, which is
more about assisting the agent in finding relevant articles than providing automated or AI-generated
responses to customers.
Salesforce AI Specialist Reference:
For more information on Einstein Reply Recommendations:
https://help.salesforce.com/s/articleView?id=sf.einstein_reply_recommendations_overview.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

An AI Specialist configured Data Masking within the Einstein Trust Layer.
How should the AI Specialist begin validating that the correct fields are being masked?

A. Use a Flow-based resource in Prompt Builder to debug the fields’ merge values using Flow
Debugger.
B. Request the Einstein Generative AI Audit Data from the Security section of the Setup menu.
C. Enable the collection and storage of Einstein Generative AI Audit Data on the Einstein Feedback
setup page.

A

Answer: B

Explanation:
To begin validating that the correct fields are being masked in Einstein Trust Layer, the AI Specialist
should request the Einstein Generative AI Audit Data from the Security section of the Salesforce
Setup menu. This audit data allows the AI Specialist to see how data is being processed, including
which fields are being masked, providing transparency and validation that the configuration is
working as expected. Option B is correct because it allows for the retrieval of audit data that can be used to validate data
masking.
Option A (Flow Debugger) and Option C (Einstein Feedback) do not relate to validating field masking
in the context of the Einstein Trust Layer.
Reference:
Salesforce Einstein Trust Layer Documentation:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer_audit.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

The AI Specialist of Northern Trail Outfitters reviewed the organization’s data masking
settings within the Configure Data Masking menu within Setup. Upon assessing all of the fields, a few
additional fields were deemed sensitive and have been masked within Einstein’s Trust Layer.
Which steps should the AI Specialist take upon modifying the masked fields?

A. Turn off the Einstein Trust Layer and turn it on again.
B. Test and confirm that the responses generated from prompts that utilize the data and masked
data do not adversely affect the quality of the generated response
C. Turn on Einstein Feedback so that end users can report if there are any negative side effects on AI
features.

A

Answer: B

Explanation:
After modifying masked fields in Einstein’s Trust Layer, the next important step is to test and confirm
that the responses generated by prompts utilizing the newly masked data still meet quality
standards. This ensures that masking sensitive information does not negatively impact the usefulness
or accuracy of the AI-generated content. Thorough testing helps identify any issues in prompt
performance that could arise due to masking, and adjustments can be made if needed.
Option B is correct because testing the effects of masking on AI responses is a critical step in ensuring
AI continues to function as expected.
Option A (turning off and on the Einstein Trust Layer) is unnecessary after changing the masked
fields.
Option C (turning on Einstein Feedback) allows for user feedback but is not a direct step following
field masking modifications.
Reference:
Salesforce Einstein Trust Layer Overview:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

When a customer chat is initiated, which functionality in Salesforce provides generative AI
replies or draft emails based on recommended Knowledge articles?

A. Einstein Reply Recommendations
B. Einstein Service Replies
C. Einstein Grounding

A

Answer: B

Explanation:
When a customer chat is initiated, Einstein Service Replies provides generative AI replies or draft
emails based on recommended Knowledge articles. This feature uses the information from the
Salesforce Knowledge base to generate responses that are relevant to the customer’s query,
improving the efficiency and accuracy of customer support interactions. Option B is correct because Einstein Service Replies is responsible for generating AI-driven responses
based on knowledge articles.
Option A (Einstein Reply Recommendations) is focused on recommending replies but does not
generate them.
Option C (Einstein Grounding) refers to grounding responses in data but is not directly related to
drafting replies.
Reference:
Einstein Service Replies Overview:
https://help.salesforce.com/s/articleView?id=sf.einstein_service_replies.htm

38
Q

A Salesforce Administrator is exploring the capabilities of Einstein Copilot to enhance user
interaction within their organization. They are particularly interested in how Einstein Copilot
processes user requests and the mechanism it employs to deliver responses. The administrator is
evaluating whether Einstein Copilot directly interfaces with a large language model (LLM) to fetch
and display responses to user inquiries, facilitating a broad range of requests from users.
How does Einstein Copilot handle user requests In Salesforce?

A. Einstein Copilot will trigger a flow that utilizes a prompt template to generate the message.
B. Einstein Copilot will perform an HTTP callout to an LLM provider.
C. Einstein Copilot analyzes the user’s request and LLM technology is used to generate and display
the appropriate response.

A

Answer: C

Explanation:
Einstein Copilot is designed to enhance user interaction within Salesforce by leveraging Large
Language Models (LLMs) to process and respond to user inquiries. When a user submits a request,
Einstein Copilot analyzes the input using natural language processing techniques. It then utilizes LLM
technology to generate an appropriate and contextually relevant response, which is displayed
directly to the user within the Salesforce interface.
Option C accurately describes this process. Einstein Copilot does not necessarily trigger a flow
(Option A) or perform an HTTP callout to an LLM provider (Option B) for each user request. Instead, it
integrates LLM capabilities to provide immediate and intelligent responses, facilitating a broad range
of user requests.
Reference:
Salesforce AI Specialist Documentation - Einstein Copilot Overview: Details how Einstein Copilot
employs LLMs to interpret user inputs and generate responses within the Salesforce ecosystem.
Salesforce Help - How Einstein Copilot Works: Explains the underlying mechanisms of how Einstein
Copilot processes user requests using AI technologies.

39
Q

Universal Containers needs its sales reps to be able to only execute prompt templates.
What should an AI Specialist recommend to achieve this requirement?

A. Prompt Template user permission set
B. Prompt Template Manager permission set
C. Prompt Execute Template permission set

A

Answer: C

Explanation:
Prompt Execute Template permission set: This permission set is specifically designed to allow users to execute existing prompt templates. This is exactly what Universal Containers needs for its sales reps.
Prompt Template user permission set: This permission set likely grants broader access, including
potentially creating or modifying templates, which is not required in this scenario.
Prompt Template Manager permission set: This permission set likely grants even more extensive
administrative access to prompt templates, going beyond what the sales reps need.
By granting sales reps the “Prompt Execute Template” permission set, you ensure they have the
necessary access to use prompt templates without granting unnecessary permissions that could
potentially lead to unintended changes or security risks.

40
Q

Universal Containers is evaluating Einstein Generative AI features to improve the productivity
of the service center operation.
Which features should the AI Specialist recommend?

A. Service Replies and Case Summaries
B. Service Replies and Work Summaries
C. Reply Recommendations and Sales Summaries

A

Answer: A

Explanation:
To improve the productivity of the service center, the AI Specialist should recommend the Service
Replies and Case Summaries features.
Service Replies helps agents by automatically generating suggested responses to customer inquiries,
reducing response time and improving efficiency.
Case Summaries provide a quick overview of case details, allowing agents to get up to speed faster on
customer issues.
Work Summaries are not as relevant for direct customer service operations, and Sales Summaries are
focused on sales processes, not service center productivity.
For more information, see Salesforce’s Einstein Service Cloud documentation on the use of
generative AI to assist customer service teams.

41
Q

Universal Containers (UC) is looking to enhance its operational efficiency. UC has recently
adopted Salesforce and is considering implementing Einstein Copilot to improve its processes.
What is a key reason for implementing Einstein Copilot?

A. Improving data entry and data cleansing
B. Allowing AI to perform tasks without user interaction
C. Streamlining workflows and automating repetitive tasks

A

Answer: C
Explanation:
The key reason for implementing Einstein Copilot is its ability to streamline workflows and automate
repetitive tasks. By leveraging AI, Einstein Copilot can assist users in handling mundane, repetitive
processes, such as automatically generating insights, completing actions, and guiding users through
complex processes, all of which significantly improve operational efficiency.
Option A (Improving data entry and cleansing) is not the primary purpose of Einstein Copilot, as its
focus is on guiding and assisting users through workflows.
Option B (Allowing AI to perform tasks without user interaction) does not accurately describe the role
of Einstein Copilot, which operates interactively to assist users in real time.

42
Q

Universal Containers (UC) is Implementing Service AI Grounding to enhance its customer
service operations. UC wants to ensure that its AI- generated responses are grounded in the most
relevant data sources. The team needs to configure the system to include all supported objects for
grounding.
Which objects should UC select to configure Service AI Grounding?

A. Case, Knowledge, and Case Notes
B. Case and Knowledge
C. Case, Case Emails, and Knowledge

A

Answer: B
Explanation:
Universal Containers (UC) is implementing Service AI Grounding to enhance its customer service
operations. They aim to ensure that AI-generated responses are grounded in the most relevant data
sources and need to configure the system to include all supported objects for grounding.
Supported Objects for Service AI Grounding:
Case
Knowledge
Case Object:
Role in Grounding: Provides contextual data about customer inquiries, including case details, status,
and history.
Benefit: Grounding AI responses in case data ensures that the information provided is relevant to the
specific customer issue being addressed.
Knowledge Object:
Role in Grounding: Contains articles and documentation that offer solutions and information related
to common issues.
Benefit: Utilizing Knowledge articles helps the AI provide accurate and helpful responses based on
verified information.
Exclusion of Other Objects:
Case Notes and Case Emails:
Not Supported for Grounding: While useful for internal reference, these objects are not included in
the supported objects for Service AI Grounding.
Reason: They may contain sensitive or unstructured data that is not suitable for AI grounding
purposes.
Why Options A and C are Incorrect:
Option A (Case, Knowledge, and Case Notes):
Case Notes Not Supported: Case Notes are not among the supported objects for grounding in Service
AI.
Option C (Case, Case Emails, and Knowledge):
Case Emails Not Supported: Case Emails are also not included in the list of supported objects for
grounding.
Reference:
Salesforce AI Specialist Documentation - Service AI Grounding Configuration: Details the objects
supported for grounding AI responses in Service Cloud.
Salesforce Help - Implementing Service AI Grounding: Provides guidance on setting up grounding with Case and Knowledge objects.
Salesforce Trailhead - Enhance Service with AI Grounding: Offers an interactive learning path on using
AI grounding in service scenarios.

43
Q

Universal Containers wants to be able to detect with a high level confidence if content
generated by a large language model (LLM) contains toxic language.
Which action should an Al Specialist take in the Trust Layer to confirm toxicity is being appropriately
managed?
A. Access the Toxicity Detection log in Setup and export all entries where isToxicityDetected is true.
B. Create a flow that sends an email to a specified address each time the toxicity score from the
response exceeds a predefined threshold.
C. Create a Trust Layer audit report within Data Cloud that uses a toxicity detector type filter to
display toxic responses and their respective scores.

A

Answer: C

Explanation:
To ensure that content generated by a large language model (LLM) is appropriately screened for toxic
language, the AI Specialist should create a Trust Layer audit report within Data Cloud. By using the
toxicity detector type filter, the report can display toxic responses along with their respective toxicity
scores, allowing Universal Containers to monitor and manage any toxic content generated with a high
level of confidence.
Option C is correct because it enables visibility into toxic language detection within the Trust Layer
and allows for auditing responses for toxicity.
Option A suggests checking a toxicity detection log, but Salesforce provides more comprehensive
options via the audit report.
Option B involves creating a flow, which is unnecessary for toxicity detection monitoring.
Reference:
Salesforce Trust Layer Documentation:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer_audit.htm

44
Q

How does the Einstein Trust Layer ensure that sensitive data is protected while generating
useful and meaningful responses?

A. Masked data will be de-masked during response journey.
B. Masked data will be de-masked during request journey.
C. Responses that do not meet the relevance threshold will be automatically rejected.

A

Answer: A

Explanation:
The Einstein Trust Layer ensures that sensitive data is protected while generating useful and
meaningful responses by masking sensitive data before it is sent to the Large Language Model (LLM)
and then de-masking it during the response journey.
How It Works:
Data Masking in the Request Journey:
Sensitive Data Identification: Before sending the prompt to the LLM, the Einstein Trust Layer scans
the input for sensitive data, such as personally identifiable information (PII), confidential business
information, or any other data deemed sensitive.
Masking Sensitive Data: Identified sensitive data is replaced with placeholders or masks. This ensures that the LLM does not receive any raw sensitive information, thereby protecting it from potential
exposure.
Processing by the LLM:
Masked Input: The LLM processes the masked prompt and generates a response based on the
masked data.
No Exposure of Sensitive Data: Since the LLM never receives the actual sensitive data, there is no risk
of it inadvertently including that data in its output.
De-masking in the Response Journey:
Re-insertion of Sensitive Data: After the LLM generates a response, the Einstein Trust Layer replaces
the placeholders in the response with the original sensitive data.
Providing Meaningful Responses: This de-masking process ensures that the final response is both
meaningful and complete, including the necessary sensitive information where appropriate.
Maintaining Data Security: At no point is the sensitive data exposed to the LLM or any unintended
recipients, maintaining data security and compliance.
Why Option A is Correct:
De-masking During Response Journey: The de-masking process occurs after the LLM has generated its
response, ensuring that sensitive data is only reintroduced into the output at the final stage, securely
and appropriately.
Balancing Security and Utility: This approach allows the system to generate useful and meaningful
responses that include necessary sensitive information without compromising data security.
Why Options B and C are Incorrect:
Option B (Masked data will be de-masked during request journey):
Incorrect Process: De-masking during the request journey would expose sensitive data before it
reaches the LLM, defeating the purpose of masking and compromising data security.
Option C (Responses that do not meet the relevance threshold will be automatically rejected):
Irrelevant to Data Protection: While the Einstein Trust Layer does enforce relevance thresholds to
filter out inappropriate or irrelevant responses, this mechanism does not directly relate to the
protection of sensitive data. It addresses response quality rather than data security.
Reference:
Salesforce AI Specialist Documentation - Einstein Trust Layer Overview:
Explains how the Trust Layer masks sensitive data in prompts and re-inserts it after LLM processing to
protect data privacy.
Salesforce Help - Data Masking and De-masking Process:
Details the masking of sensitive data before sending to the LLM and the de-masking process during
the response journey.
Salesforce AI Specialist Exam Guide - Security and Compliance in AI:
Outlines the importance of data protection mechanisms like the Einstein Trust Layer in AI
implementations.
Conclusion:
The Einstein Trust Layer ensures sensitive data is protected by masking it before sending any prompts
to the LLM and then de-masking it during the response journey. This process allows Salesforce to
generate useful and meaningful responses that include necessary sensitive information without
exposing that data during the AI processing, thereby maintaining data security and compliance.

45
Q

What is the main purpose of Prompt Builder?
A. A tool for developers to use in Visual Studio Code that creates prompts for Apex programming, assisting developers in writing code more efficiently.
B. A tool that enables companies to create reusable prompts for large language models (LLMs),
bringing generative AI responses to their flow of work
C. A tool within Salesforce offering real-time Al-powered suggestions and guidance to users,
Improving productivity and decision-making.

A

Answer: B

Explanation:
Prompt Builder is designed to help organizations create and configure reusable prompts for large
language models (LLMs). By integrating generative AI responses into workflows, Prompt Builder
enables customization of AI prompts that interact with Salesforce data and automate complex
processes. This tool is especially useful for creating tailored and consistent AI-generated content in
various business contexts, including customer service and sales.
It is not a tool for Apex programming (as in option A).
It is also not limited to real-time suggestions as mentioned in option C. Instead, it provides a flexible
way for companies to manage and customize how AI-driven responses are generated and used in
their workflows.
Reference:
Salesforce Prompt Builder Overview:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder.htm

46
Q

Universal Containers (UC) recently rolled out Einstein Generative capabilities and has created
a custom prompt to summarize case records. Users have reported that the case summaries
generated are not returning the appropriate information.
What is a possible explanation for the poor prompt performance?

A. The data being used for grounding Is incorrect or incomplete.
B. The prompt template version is incompatible with the chosen LLM.
C. The Einstein Trust Layer is incorrectly configured.

A

Answer: A

Explanation:
Poor prompt performance when generating case summaries is often due to the data used for
grounding being incorrect or incomplete. Grounding involves feeding accurate, relevant data to the
AI so it can generate appropriate outputs. If the data source is incomplete or contains errors, the
generated summaries will reflect that by being inaccurate or insufficient.
Option B (prompt template incompatibility with the LLM) is unlikely because such incompatibility
usually results in more technical failures, not poor content quality.
Option C (Einstein Trust Layer misconfiguration) is focused on data security and auditing, not the
quality of prompt responses.
For more information, refer to Salesforce documentation on grounding AI models and data quality
best practices.

47
Q

Universal Containers (UC) has a mature Salesforce org with a lot of data in cases and
Knowledge articles. UC is concerned that there are many legacy fields, with data that might not be
applicable for Einstein AI to draft accurate email responses.
Which solution should UC use to ensure Einstein AI can draft responses from a defined data source?
A. Service AI Grounding
B. Work Summaries
C. Service Replies

A

Answer: A

Explanation:
Service AI Grounding is the solution that Universal Containers should use to ensure Einstein AI drafts
responses based on a well-defined data source. Service AI Grounding allows the AI model to be
anchored in specific, relevant data sources, ensuring that any AI-generated responses (e.g., email
replies) are accurate, relevant, and drawn from up-to-date information, such as Knowledge articles or
cases.
Given that UC has legacy fields and outdated data, Service AI Grounding ensures that only the valid
and applicable data is used by Einstein AI to craft responses. This helps improve the relevance of
responses and avoids inaccuracies caused by outdated or irrelevant fields.
Work Summaries and Service Replies are useful features but do not address the need for grounding
AI outputs in specific, current data sources like Service AI Grounding does.
For more details, you can refer to Salesforce’s Service AI Grounding documentation for managing AI-
generated content based on accurate data sources.

48
Q

Universal Containers (UC) has implemented Generative AI within Salesforce to enable
summarization of a custom object called Guest. Users have reported mismatches in the generated
information.
In refining its prompt design strategy, which key practices should UC prioritize?

A. Enable prompt test mode, allocate different prompt variations to a subset of users for evaluation,
and standardize the most effective model based on performance feedback.
B. Create concise, clear, and consistent prompt templates with effective grounding, contextual role-
playing, clear instructions, and iterative feedback.
C. Submit a prompt review case to Salesforce and conduct thorough testing In the playground to
refine outputs until they meet user expectations.

A

Answer: B

Explanation:
For Universal Containers (UC) to refine its Generative AI prompt design strategy and improve the
accuracy of the generated summaries for the custom object Guest, the best practice is to focus on
crafting concise, clear, and consistent prompt templates. This includes:
Effective grounding: Ensuring the prompt pulls data from the correct sources.
Contextual role-playing: Providing the AI with a clear understanding of its role in generating the
summary.
Clear instructions: Giving unambiguous directions on what to include in the response.
Iterative feedback: Regularly testing and adjusting prompts based on user feedback.
Option B is correct because it follows industry best practices for refining prompt design.
Option A (prompt test mode) is useful but less relevant for refining prompt design itself.
Option C (prompt review case with Salesforce) would be more appropriate for technical issues or
complex prompt errors, not general design refinement.
Reference:
Salesforce Prompt Design Best Practices:
https://help.salesforce.com/s/articleView?id=sf.prompt_design_best_practices.htm

49
Q

Universal Containers (UC) wants to enable its sales team to get insights into product and
competitor names mentioned during calls.
How should UC meet this requirement?

A. Enable Einstein Conversation Insights, assign permission sets, define recording managers, and
customize insights with up to 50 competitor names.
B. Enable Einstein Conversation Insights, connect a recording provider, assign permission sets, and
customize insights with up to 25 products.
C. Enable Einstein Conversation Insights, enable sales recording, assign permission sets, and
customize insights with up to 50 products.

A

Answer: C

Explanation:
To provide the sales team with insights into product and competitor names mentioned during calls,
Universal Containers should:
Enable Einstein Conversation Insights: Activates the feature that analyzes call recordings for valuable
insights.
Enable Sales Recording: Allows calls to be recorded within Salesforce without needing an external
recording provider.
Assign Permission Sets: Grants the necessary permissions to sales team members to access and
utilize conversation insights.
Customize Insights: Configure the system to track mentions of up to 50 products and 50 competitors,
providing tailored insights relevant to the organization’s needs.
Option C accurately reflects these steps. Option A mentions defining recording managers but omits
enabling sales recording within Salesforce. Option B suggests connecting a recording provider and
limits customization to 25 products, which does not fully meet UC’s requirements.
Reference:
Salesforce AI Specialist Documentation - Setting Up Einstein Conversation Insights: Provides
instructions on enabling conversation insights and sales recording.
Salesforce Help - Customizing Conversation Insights: Details how to customize insights with up to 50
products and competitors.
Salesforce AI Specialist Exam Guide: Outlines best practices for implementing AI features like Einstein
Conversation Insights in a sales context.

50
Q

Amid their busy schedules, sales reps at Universal Containers dedicate time to follow up with
prospects and existing clients via email regarding renewals or new deals. They spend many hours
throughout the week reviewing past communications and details about their customers before
performing their outreach.
Which standard Copilot action helps sales reps draft personalized emails to prospects by generating
text based on previous successful communications?

A. Einstein Copilot Action: Find Similar Opportunities
B. Einstein Copilot Action: Draft or Revise Sales Email
C. Einstein Copilot Action: Summarize Record

A

Answer: B
Explanation:
For sales reps who need to draft personalized emails based on previous communications, the AI
Specialist should recommend the Einstein Copilot Action: Draft or Revise Sales Email. This action uses AI to generate or revise email content, leveraging past successful communications to create
personalized and relevant outreach to prospects or clients.
Find Similar Opportunities is used for opportunity matching, not email drafting.
Summarize Record provides a summary of customer data but does not directly help with drafting
emails.
For more information, refer to Salesforce’s Einstein Copilot documentation on standard actions for
sales teams.

51
Q

When configuring a prompt template, an AI Specialist previews the results of the prompt
template they’ve written. They see two distinct text outputs: Resolution and Response.
Which information does the Resolution text provide?

A. It shows the full text that is sent to the Trust Layer.
B. It shows the response from the LLM based on the sample record.
C. It shows which sensitive data is masked before it is sent to the LLM.

A

Answer: B

Explanation:
When previewing a prompt template in Salesforce, the Resolution text provides the response from
the LLM (Large Language Model) based on the data from a sample record. This output shows what
the AI model generated in response to the prompt, giving the AI Specialist a chance to review and
adjust the response before finalizing the template.
Option B is correct because Resolution displays the actual response generated by the LLM.
Option A refers to sending the text to the Trust Layer, but that’s not what Resolution represents.
Option C relates to data masking, which is shown elsewhere, not under Resolution.
Reference:
Salesforce Prompt Builder Overview:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder_overview.htm

52
Q

Universal Containers is very concerned about security compliance and wants to understand:
Which prompt text is sent to the large language model (LLM)
* How it is masked
* The masked response
What should the AI Specialist recommend?
A. Ingest the Einstein Shield Event logs into CRM Analytics.
B. Review the debug logs of the running user.
C. Enable audit trail in the Einstein Trust Layer.

A

Answer: C
Explanation:
To address security compliance concerns and provide visibility into the prompt text sent to the LLM,
how it is masked, and the masked response, the AI Specialist should recommend enabling the audit
trail in the Einstein Trust Layer. This feature captures and logs the prompts sent to the large language
model (LLM) along with the masking of sensitive information and the AI’s response. This audit trail
ensures full transparency and compliance with security requirements.
Option A (Einstein Shield Event logs) is focused on system events rather than specific AI prompt data.
Option B (debug logs) would not provide the necessary insight into AI prompt masking or responses.
For further details, refer to Salesforce’s Einstein Trust Layer documentation about auditing and security measures.

53
Q

Universal Containers recently launched a pilot program to integrate conversational AI into its
CRM business operations with Einstein Copilot.
How should the AI Specialist monitor Copilot’s usability and the assignment of actions?

A. Run a report on the Platform Debug Logs.
B. Query the Copilot log data using the metadata API.
C. Run Einstein Copilot Analytics.

A

Answer: C

Explanation:
To monitor Einstein Copilot’s usability and the assignment of actions, the AI Specialist should run
Einstein Copilot Analytics. This feature provides insights into how often Copilot is used, the types of
actions it is handling, and overall user engagement with the system. It’s the most effective way to
track Copilot’s performance and usage patterns.
Platform Debug Logs are not relevant for tracking user behavior or the assignment of Copilot actions.
Querying the Copilot log data via the Metadata API would not provide the necessary insights in a
structured manner.
For more details, refer to Salesforce’s Copilot Analytics documentation for tracking AI-driven
interactions.

54
Q

What is an AI Specialist able to do when the “Enrich event logs with conversation data”
setting in Einstein Copilot is enabled?

A. View the user click path that led to each copilot action.
B. View session data including user Input and copilot responses for sessions over the past 7 days.
C. Generate details reports on all Copilot conversations over any time period.

A

Answer: B

Explanation:
When the “Enrich event logs with conversation data” setting is enabled in Einstein Copilot, it allows
an AI Specialist or admin to view session data, including both the user input and copilot responses
from interactions over the past 7 days. This data is crucial for monitoring how the copilot is being
used, analyzing its performance, and improving future interactions based on past inputs.
This setting enriches the event logs with detailed conversational data for better insights into the
interaction history, helping AI specialists track AI behavior and user engagement.
Option A, viewing the user click path, focuses on navigation but is not part of the conversation data
enrichment functionality.
Option C, generating detailed reports over any time period, is incorrect because this specific feature
is limited to data for the past 7 days.
Salesforce AI Specialist Reference:
You can refer to this documentation for further insights:
https://help.salesforce.com/s/articleView?id=sf.einstein_copilot_event_logging.htm

55
Q

An AI Specialist at Universal Containers is working on a prompt template to generate
personalized emails for product demonstration requests from customers. It is important for the Al-
generated email to adhere strictly to the guidelines, using only associated opportunity information,
and to encourage the recipient to take the desired action.
How should the AI Specialist include these instructions on a new line in the prompt template?

A. Surround them with triple quotes (“””).
B. Make sure merged fields are defined.
C. Use curly brackets {} to encapsulate instructions.

A

Answer: A

Explanation:
In Salesforce prompt templates, instructions that guide how the Large Language Model (LLM) should
generate content (in this case, personalized emails) can be included by surrounding the instruction
text with triple quotes (“””). This formatting ensures that the LLM adheres to the specific instructions
while generating the email content.
The use of triple quotes allows the AI to understand that the enclosed text is a directive for how to
approach the task, such as limiting the content to associated opportunity information or encouraging
a specific action from the recipient.
Refer to Salesforce Prompt Builder documentation for detailed instructions on how to structure
prompts for generative AI.

55
Q

A sales rep at Universal Containers is extremely busy and sometimes will have very long sales
calls on voice and video calls and might miss key details. They are just starting to adopt new
generative AI features.
Which Einstein Generative AI feature should an AI Specialist recommend to help the rep get the
details they might have missed during a conversation?

A. Call Summary
B. Call Explorer
C. Sales Summary

A

Answer A

Explanation:
For a sales rep who may miss key details during long sales calls, the AI Specialist should recommend
the Call Summary feature. Call Summary uses Einstein Generative AI to automatically generate a
concise summary of important points discussed during the call, helping the rep quickly review the key
information they might have missed.
Call Explorer is designed for manually searching through call data but doesn’t summarize.
Sales Summary is focused more on summarizing overall sales activity, not call-specific content.
For more details, refer to Salesforce’s Call Summary documentation on how AI-generated summaries
can improve sales rep productivity.

56
Q

What is the role of the large language model (LLM) in executing an Einstein Copilot Action?

A. Find similar requests and provide actions that need to be executed
B. Identify the best matching actions and correct order of execution
C. Determine a user’s access and sort actions by priority to be executed

A

Answer B

Explanation:
In Einstein Copilot, the role of the Large Language Model (LLM) is to analyze user inputs and identify
the best matching actions that need to be executed. It uses natural language understanding to break
down the user’s request and determine the correct sequence of actions that should be performed.
By doing so, the LLM ensures that the tasks and actions executed are contextually relevant and are
performed in the proper order. This process provides a seamless, AI-enhanced experience for users
by matching their requests to predefined Salesforce actions or flows.
The other options are incorrect because:
A mentions finding similar requests, which is not the primary role of the LLM in this context.
C focuses on access and sorting by priority, which is handled more by security models and
governance than by the LLM.
Reference:
Salesforce Einstein Documentation on Einstein Copilot Actions
Salesforce AI Documentation on Large Language Models

57
Q

An AI Specialist wants to include data from the response of external service invocation (REST
API callout) into the prompt template.
How should the AI Specialist meet this requirement?

A. Convert the JSON to an XML merge field.
B. Use External Service Record merge fields.
C. Use “Add Prompt Instructions” flow element.

A

Answer: B

Explanation:
An AI Specialist wants to include data from the response of an external service invocation (REST API
callout) into a prompt template. The goal is to incorporate dynamic data retrieved from an external
API into the AI-generated content

Solution:
Use External Service Record Merge Fields
External Service Integration:
Definition: External Services in Salesforce allow the integration of external REST APIs into Salesforce
without custom code.
Registration: The external service must be registered in Salesforce, defining the API’s schema and
methods.
External Service Record Merge Fields:
Purpose: Enables the inclusion of data from external service responses directly into prompt
templates using merge fields.
Functionality:
Dynamic Data Inclusion: Allows prompt templates to access and use data returned from REST API
callouts.
Merge Fields Syntax: Use merge fields in the prompt template to reference specific data points from
the API response.
Implementation Steps:
Register the External Service:
Use External Services to register the REST API in Salesforce.
Define the API’s schema, including methods and data structures.
Create a Named Credential:
Configure authentication and endpoint details for the external API.
Use External Service in Flow:
Build a Flow that invokes the external service and captures the response.
Ensure the flow outputs the necessary data for use in the prompt template.
Configure the Prompt Template:
Use External Service Record merge fields in the prompt template to reference data from the flow’s
output.
Syntax Example: {{flowOutputVariable.fieldName}}
Why Other Options are Less Suitable:
Option A (Convert the JSON to an XML merge field):
Irrelevance: Converting JSON to XML merge fields is unnecessary and complicates the process.
Unsupported Method: Salesforce prompt templates do not support direct inclusion of XML merge
fields from JSON conversion.
Option C (Use “Add Prompt Instructions” flow element):
Purpose of Add Prompt Instructions:
Allows adding instructions to the prompt within a flow but does not facilitate including external data.
Limitation: Does not directly help in incorporating external service responses into the prompt
template.
Reference:
Salesforce AI Specialist Documentation - Integrating External Services with Prompt Templates:
Explains how to use External Services and merge fields in prompt templates.
Salesforce Help - Using Merge Fields with External Data:
Provides guidance on referencing external data in templates using merge fields.
Salesforce Trailhead - External Services and Flow:
Offers a practical understanding of integrating external APIs using External Services and Flow.
Conclusion: By using External Service Record merge fields, the AI Specialist can effectively include data from
external REST API responses into prompt templates, ensuring that the AI-generated content is
enriched with up-to-date and relevant external data.

57
Q

Universal Containers (UC) wants to create a new Sales Email prompt template in Prompt
Builder using the “Save As” function. However, UC notices that the new template produces different
results compared to the standard Sales Email prompt due to missing hyperparameters.
What should UC do to ensure the new prompt template produces results comparable to the standard
Sales Email prompts?

A. Use Model Playground to create a model configuration with the specified parameters.
B. Manually add the hyperparameters to the new template.
C. Revert to using the standard template without modifications.

A

Answer: B

Explanation:
When Universal Containers creates a new Sales Email prompt template using the “Save As” function,
missing hyperparameters can result in different outputs. To ensure the new prompt produces
comparable results to the standard Sales Email prompt, the AI Specialist should manually add the
necessary hyperparameters to the new template.
Hyperparameters like Temperature, Frequency Penalty, and Presence Penalty directly affect how the
AI generates responses. Ensuring that these are consistent with the standard template will result in
similar outputs.
Option A (Model Playground) is not necessary here, as it focuses on fine-tuning models, not adjusting
templates directly.
Option C (Reverting to the standard template) does not solve the issue of customizing the prompt
template.
For more information, refer to Prompt Builder documentation on configuring hyperparameters in
custom templates.

58
Q

An AI Specialist built a Field Generation prompt template that worked for many records, but
users are reporting random failures with token limit errors.

What is the cause of the random nature of this error?

A. The number of tokens generated by the dynamic nature of the prompt template will vary by
record.
B. The template type needs to be switched to Flex to accommodate the variable amount of tokens
generated by the prompt grounding.
C. The number of tokens that can be processed by the LLM varies with total user demand.

A

Answer: A

Explanation:
The reason behind the token limit errors lies in the dynamic nature of the prompt template used in
Field Generation. In Salesforce’s AI generative models, each prompt and its corresponding output are
subject to a token limit, which encompasses both the input and output of the large language model
(LLM). Since the prompt template dynamically adjusts based on the specific data of each record, the
number of tokens varies per record. Some records may generate longer outputs based on their data
attributes, pushing the token count beyond the allowable limit for the LLM, resulting in token limit
errors.
This behavior explains why users experience random failures-it is dependent on the specific data
used in each case. For certain records, the combined input and output may fall within the token limit,
while for others, it may exceed it. This variation is intrinsic to how dynamic templates interact with
large language models.
Salesforce provides guidance in their documentation, stating that prompt template design should
take into account token limits and suggests testing with varied records to avoid such random errors.
It does not mention switching to Flex template type as a solution, nor does it suggest that token
limits fluctuate with user demand. Token limits are a constant defined by the model itself,
independent of external user load.
Reference:
Salesforce Developer Documentation on Token Limits for Generative AI Models Salesforce AI Best
Practices on Prompt Design (Trailhead or Salesforce blog resources)

59
Q

An AI Specialist is considering using a Field Generation prompt template type.
What should the AI Specialist check before creating the Field Generation prompt to ensure it is
possible for the field to be enabled for generative AI?

A. That the field chosen must be a rich text field with 255 characters or more.
B. That the org is set to API version 59 or higher
C. That the Lightning page layout where the field will reside has been upgraded to Dynamic Forms

A

Answer: B
Explanation:
Before creating a Field Generation prompt template, the AI Specialist must ensure that the Salesforce
org is set to API version 59 or higher. This version of the API introduces support for advanced
generative AI features, such as enabling fields for generative AI outputs. This is a critical technical. requirement for the Field Generation prompt template to function correctly.
Option A (rich text field requirement) is not necessary for generative AI functionality.
Option C (Dynamic Forms) does not impact the ability of a field to be generative AI-enabled, although
it might enhance the user interface.
For more information, refer to Salesforce documentation on API versioning and Field Generation
templates.

60
Q

An AI Specialist wants to ground a new prompt template with the User related list.
What should the AI Specialist consider?

A. The User related list should have View All access.
B. The User related list needs to be included on the record page.
C. The User related list is not supported in prompt templates.

A

Answer: C

Explanation:
Salesforce has restrictions on which objects and related lists can be used for grounding prompt
templates. This is likely due to security and privacy concerns related to user data.
While it might seem intuitive to use the User related list to provide context to the LLM, Salesforce
prevents this to ensure that sensitive user information is not inadvertently exposed or misused.
Therefore, the AI Specialist needs to explore alternative ways to incorporate the necessary user
information into the prompt template, perhaps by using other related objects or fields that are
supported.

61
Q

Universal Containers (UC) wants to enable its sales team with automatic post-call visibility
into mention of competitors, products, and other custom phrases.
Which feature should the AI Specialist set up to enable UC’s sales team?

A. Call Summaries
B. Call Explorer
C. Call Insights

A

Answer: C

Explanation:
To enable Universal Containers’ sales team with automatic post-call visibility into mentions of
competitors, products, and custom phrases, the AI Specialist should set up Call Insights. Call Insights
analyzes voice and video calls for key phrases, topics, and mentions, providing insights into critical
aspects of the conversation. This feature automatically surfaces key details such as competitor
mentions, product discussions, and custom phrases specified by the sales team.
Call Summaries provide a general overview of the call but do not specifically highlight keywords or
topics.
Call Explorer is a tool for navigating through call data but does not focus on automatic insights.
For more information, refer to Salesforce’s Call Insights documentation regarding the analysis of call
content and extracting actionable information.

62
Q

Universal Containers wants to reduce overall agent handling time minimizing the time spent
typing routine answers for common questions in-chat, and reducing the post-chat analysis by
suggesting values for case fields.
Which combination of Einstein for Service features enables this effort?

A. Einstein Service Replies and Work Summaries
B. Einstein Reply Recommendations and Case Summaries
C. Einstein Reply Recommendations and Case Classification

A

Answer: C

Explanation:
Universal Containers aims to reduce overall agent handling time by minimizing the time agents spend
typing routine answers for common questions during chats and by reducing post-chat analysis
through suggesting values for case fields.
To achieve these objectives, the combination of Einstein Reply Recommendations and Case
Classification is the most appropriate solution.
1. Einstein Reply Recommendations:
Purpose: Helps agents respond faster during live chats by suggesting the best responses based on
historical chat data and common customer inquiries.
Functionality:
Real-Time Suggestions: Provides agents with a list of recommended replies during a chat session,
allowing them to quickly select the most appropriate response without typing it out manually.
Customization: Administrators can configure and train the model to ensure the recommendations are
relevant and accurate.
Benefit: Significantly reduces the time agents spend typing routine answers, thus improving efficiency
and reducing handling time.
2. Case Classification:
Purpose: Automatically suggests or populates values for case fields based on historical data and
patterns identified by AI.
Functionality:
Field Predictions: Predicts values for picklist fields, checkbox fields, and more when a new case is
created.
Automation: Can be set to auto-populate fields or provide suggestions for agents to approve.
Benefit: Reduces the time agents spend on post-chat analysis and data entry by automating the
classification and field population process.
Why Options A and B are Less Suitable:
Option A (Einstein Service Replies and Work Summaries):
Einstein Service Replies: Similar to Reply Recommendations but typically used for email and not live
chat.
Work Summaries: Provides summaries of customer interactions but does not assist in field value
suggestions.
Option B (Einstein Reply Recommendations and Case Summaries):
Case Summaries: Generates a summary of the case details but does not help in suggesting field
values.
Reference:
Salesforce AI Specialist Documentation - Einstein Reply Recommendations:
Details how Reply Recommendations assist agents in providing quick responses during live chats.
Salesforce AI Specialist Documentation - Einstein Case Classification:
Explains how Case Classification predicts and suggests field values to streamline case management.
Salesforce Trailhead - Optimize Service with AI:
Provides an overview of AI features that enhance service efficiency.

63
Q

In Model Playground, which hyperparameters of an existing
Salesforce-enabled foundational model can an AI Specialist change?

A. Temperature, Frequency Penalty, Presence Penalty
B. Temperature, Top-k sampling, Presence Penalty
C. Temperature, Frequency Penalty, Output Tokens

A

Answer: A

Explanation:
In Model Playground, an AI specialist working with a Salesforce-enabled foundational model has
control over specific hyperparameters that can directly affect the behavior of the generative model:
Temperature: Controls the randomness of predictions. A higher temperature leads to more diverse
outputs, while a lower temperature makes the model’s responses more focused and deterministic.
Frequency Penalty: Reduces the likelihood of the model repeating the same phrases or outputs
frequently.
Presence Penalty: Encourages the model to introduce new topics in its responses, rather than sticking
with familiar, previously mentioned content.
These hyperparameters are adjustable to fine-tune the model’s responses, ensuring that it meets the
desired behavior and use case requirements. Salesforce documentation confirms that these three are
the key tunable hyperparameters in the Model Playground.
For more details, refer to Salesforce AI Model Playground guidance from Salesforce’s official
documentation on foundational model adjustments.

64
Q

An Al Specialist is tasked with creating a prompt template for a sales team. The template
needs to generate a summary of all related opportunities for a given Account.
Which grounding technique should the Al Specialist use to include data from the related list of
opportunities in the prompt template?

A. Use the merge fields to reference a custom related list of opportunities.
B. Use merge fields to reference the default related list of opportunities.
C. Use formula fields to reference the Einstein related list of opportunities.

A

Answer: B
Explanation:
In Salesforce, when creating a prompt template for the sales team, you can include data from related
objects such as Opportunities that are linked to an Account. The best method to ground the AI model
and provide relevant information from related records, like Opportunities, is by using merge fields.
Merge fields in Salesforce allow you to dynamically reference data from a record or related records,
like Opportunities for a given Account. In this scenario, the AI Specialist needs to pull data from the
default related list of Opportunities associated with the Account. This is achieved by using merge
fields, which pull in data from the standard relationship Salesforce creates between Accounts and
Opportunities.
Option A (referencing a custom related list) and Option C (using formula fields with Einstein-related
lists) do not align with the standard, practical grounding method for this task. Custom lists would
require additional configurations not typically necessary for a basic use case, and formula fields are
typically not used to directly fetch related list data for prompt generation in templates. The standard
and straightforward method is using merge fields tied to the default related list of opportunities.
Salesforce Reference:
Merge Fields in Templates: https://help.salesforce.com/s/articleView?id=000387601&type=1
Grounding Data in Prompts: https://developer.salesforce.com/docs/atlas.en-
us.salesforce_ai.meta/salesforce_ai/grounding_data_prompts

65
Q

Universal Containers (UC) uses Salesforce Service Cloud to support its customers and agents
handling cases. UC is considering implementing Einstein Copilot and extending Service Cloud to
mobile users.
When would Einstein Copilot implementation be most advantageous?

A. When the goal is to streamline customer support processes and improve response times
B. When the main objective is to enhance data security and compliance measures
C. When the focus is on optimizing marketing campaigns and strategies

A

Answer: A

Explanation:
Einstein Copilot implementation would be most advantageous in Salesforce Service Cloud when the
goal is to streamline customer support processes and improve response times. Einstein Copilot can
assist agents by providing real-time suggestions, automating repetitive tasks, and generating
contextual responses, thus enhancing service efficiency.
Option B (data security) is not the primary focus of Einstein Copilot, which is more about improving
operational efficiency.
Option C (marketing campaigns) falls outside the scope of Service Cloud and Einstein Copilot’s
primary benefits, which are aimed at improving customer service and case management.
For further reading, refer to Salesforce documentation on Einstein Copilot for Service Cloud and how
it improves support processes.

66
Q

Universal Containers (UC) is experimenting with using public Generative AI models and is
familiar with the language required to get the information it needs. However, it can be time
consuming for both UC’s sales and service reps to type in the prompt to get the information they
need, and ensure prompt consistency.
Which Salesforce feature should a Salesforce AI Specialist recommend to address these concerns?

A. Einstein Recommendation Builder
B. Einstein Copilot Action: Query Records
C. Einstein Prompt Builder and Prompt Templates

A

Answer: C
Explanation:
For Universal Containers (UC), to reduce the time and ensure prompt consistency when using public
generative AI models, the recommended feature is Einstein Prompt Builder and Prompt Templates.
This feature allows teams to create reusable and consistent prompts for generative AI tasks, ensuring
that all users receive uniform responses without having to type in detailed prompts manually every
time.
Einstein Prompt Builder simplifies the creation of prompts, and Prompt Templates standardize the
inputs, saving time for sales and service reps.
Option A (Einstein Recommendation Builder) is more focused on recommendations, not prompt
standardization.
Option B (Einstein Copilot Action: Query Records) is for querying records, not generating AI-driven
prompts.
Reference:
Salesforce Prompt Builder Overview:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder_overview.htm

67
Q

The sales team at a hotel resort would like to generate a guest summary about the guests’
interests and provide recommendations based on their activity preferences captured in each guest
profile. They want the summary to be available only on the contact record page.
Which AI capability should the team use?

A. Einstein Copilot
B. Prompt Builder
C. Model Builder

A

Answer: B
Explanation:
The sales team at a hotel resort wants to generate a guest summary about guests’ interests and
provide recommendations based on their activity preferences captured in each guest profile. They
require the summary to be available only on the contact record page.
Solution:
Use Prompt Builder to create a prompt template that generates the desired summary and displays it
on the contact record page.
Prompt Builder:
Purpose: Allows the creation of custom prompt templates that leverage AI to generate content based
on Salesforce data.
Functionality:
Field Generation Templates: Can be used to populate fields on records with AI-generated summaries.
Customization: Enables the AI Specialist to design prompts that utilize data from the guest profiles to
produce personalized summaries and recommendations.
Relevance to the Use Case:
The sales team wants the summary to be available on the contact record page, which aligns with the
capabilities of Prompt Builder to generate and display content on specific record pages.
Implementation Steps:
Create a Field Generation Prompt Template:
Use Prompt Builder to create a new prompt template of type Field Generation.
Design the prompt to instruct the AI to generate a summary based on the guest’s interests and
activity preferences.
Include Relevant Data:
Use merge fields to include data from the guest profile in the prompt.
Ensure that the prompt accesses the necessary fields to generate accurate recommendations.
Configure the Contact Page Layout:
Add the field that will display the AI-generated summary to the contact record page layout.
Ensure that the field is only visible where appropriate, adhering to the requirement of availability
only on the contact record page.
Why Not Einstein Copilot or Model Builder:
Option A (Einstein Copilot):
Purpose: Einstein Copilot is a conversational AI assistant designed to interact with users through
natural language.
Mismatch with Requirements:
The team wants a static summary displayed on the contact record page, not an interactive
conversational experience.
Option C (Model Builder):
Purpose: Model Builder is used to create custom AI models for predictions and classifications.
Inapplicability:
Building a custom model is unnecessary for generating text summaries based on existing data.
Model Builder does not directly provide functionality to generate and display summaries on record
pages.
Reference:
Salesforce AI Specialist Documentation - Prompt Builder Overview:
Provides an introduction to Prompt Builder and its capabilities.
Salesforce Help - Creating Field Generation Prompt Templates:
Guides on creating prompt templates that generate content for fields on records.
Salesforce Trailhead - Customize AI Content with Prompt Builder:
Offers hands-on experience in building and customizing prompt templates.
Conclusion:
By utilizing Prompt Builder, the sales team can create a customized prompt template that generates
personalized guest summaries and recommendations based on activity preferences. This solution
meets the requirement of displaying the summary only on the contact record page, enhancing the
team’s ability to engage with guests effectively.

68
Q

Universal Containers has seen a high adoption rate of a new feature that uses generative AI
to populate a summary field of a custom object, Competitor Analysis. All sales users have the same
profile but one user cannot see the generative AlI-enabled field icon next to the summary field.
What is the most likely cause of the issue?

A. The user does not have the Prompt Template User permission set assigned.
B. The prompt template associated with summary field is not activated for that user.
C. The user does not have the field Generative AI User permission set assigned.

A

Answer: C
Explanation:
In Salesforce, Generative AI capabilities are controlled by specific permission sets. To use features
such as generating summaries with AI, users need to have the correct permission sets that allow
access to these functionalities.
Generative AI User Permission Set: This is a key permission set required to enable the generative AI
capabilities for a user. In this case, the missing Generative AI User permission set prevents the user
from seeing the generative AI-enabled field icon. Without this permission, the generative AI feature
in the Competitor Analysis custom object won’t be accessible.
Why not A? The Prompt Template User permission set relates specifically to users who need access
to prompt templates for interacting with Einstein GPT, but it’s not directly related to the visibility of
AI-enabled field icons.
Why not B? While a prompt template might need to be activated, this is not the primary issue here.
The question states that other users with the same profile can see the icon, so the problem is more
likely to be permissions-based for this particular user.
For more detailed information, you can review Salesforce documentation on permission sets related
to AI capabilities at Salesforce AI Documentation and Einstein GPT permissioning guidelines.

69
Q

Universal Containers implements Custom Copilot Actions to enhance its customer service operations. The development team needs to understand the core components of a Custom Copilot
Action to ensure proper configuration and functionality.
What should the development team review in the Custom Copilot Action configuration to identify
one of the core components of a Custom Copilot Action?

A. Instructions
B. Output Types
C. Action Triggers

A

Answer: A

Explanation:
Instructions: This is a core component of Custom Copilot Actions. Instructions tell the AI model what
the action should do and how it should be executed. Clear and concise instructions are crucial for the
action to function correctly and provide the expected outcome.
Let’s look at why the other options are not the primary core component:
Output Types: While important for defining the kind of data the action produces, it’s not the core
defining element of the action itself.
Action Triggers: These determine when the action is initiated, but they don’t define the core
functionality of the action.

70
Q

The marketing team at Universal Containers is looking for a way personalize emails based on
customer behavior, preferences, and purchase history.
Why should the team use Einstein Copilot as the solution?

A. To generate relevant content when engaging with each customer
B. To analyze past campaign performance
C. To send automated emails to all customers

A

Answer: A

Explanation:
Einstein Copilot is designed to assist in generating personalized, AI-driven content based on customer
data such as behavior, preferences, and purchase history. For the marketing team at Universal
Containers, this is the perfect solution to create dynamic and relevant email content. By leveraging
Einstein Copilot, they can ensure that each customer receives tailored communications, improving
engagement and conversion rates.
Option A is correct as Einstein Copilot helps generate real-time, personalized content based on
comprehensive data about the customer.
Option B refers more to Einstein Analytics or Marketing Cloud Intelligence, and Option C deals with
automation, which isn’t the primary focus of Einstein Copilot.
Reference:
Salesforce Einstein Copilot Overview:
https://help.salesforce.com/s/articleView?id=einstein_copilot_overview.htm

71
Q

Universal Containers has an active standard email prompt template that does not fully deliver
on the business requirements.
Which steps should an AI Specialist take to use the content of the standard prompt email template in
question and customize it to fully meet the business requirements?
A. Save as New Template and edit as needed.
B. Clone the existing template and modify as needed.
C. Save as New Version and edit as needed.

A

Answer: B

Explanation:
When an active standard email prompt template doesn’t meet the business requirements, the best
approach is to clone the existing template and modify it as needed. Cloning allows the AI Specialist to
preserve the original template while making adjustments to fit specific business needs. This ensures
that any customizations are applied without altering the original standard template.
Saving as a new version is typically used for versioning changes in the same template, while Save as
New Template creates a brand-new template without linking to the existing one. Cloning provides a
balance, allowing modifications while retaining the original structure for future reference.
For more details, refer to Salesforce Prompt Builder documentation for guidance on cloning and
modifying templates.

72
Q

Universal Containers (UC) is using Einstein Generative AI to generate an account summary.
UC aims to ensure the content is safe and inclusive, utilizing the Einstein Trust Layer’s toxicity scoring
to assess the content’s safety level.
What does a safety category score of 1 indicate in the Einstein Generative Toxicity Score?

A. Not safe
B. Safe
C. Moderately safe

A

Answer: B

Explanation:
In the Einstein Trust Layer, the toxicity scoring system is used to evaluate the safety level of content
generated by AI, particularly to ensure that it is non-toxic, inclusive, and appropriate for business
contexts. A toxicity score of 1 indicates that the content is deemed safe.
The scoring system ranges from 0 (unsafe) to 1 (safe), with intermediate values indicating varying
degrees of safety. In this case, a score of 1 means that the generated content is fully safe and meets
the trust and compliance guidelines set by the Einstein Trust Layer.
For further reference, check Salesforce’s official Einstein Trust Layer documentation regarding
toxicity scoring for AI-generated content.

73
Q

Universal Containers is using Einstein Copilot for Sales to find similar opportunities to help
close deals faster. The team wants to understand the criteria used by the copilot to match
opportunities.
What is one criteria that Einstein Copilot for Sales uses to match similar opportunities?

A. Matched opportunities are limited to the same account.
B. Matched opportunities were created in the last 12 months.
C. Matched opportunities have a status of Closed Won from last 12 months.

A

Answer: C
Explanation:
When Einstein Copilot for Sales matches similar opportunities, one of the primary criteria used is
whether the opportunities have a status of Closed Won within the last 12 months. This is a key factor
in identifying successful patterns that could help close current deals. By focusing on opportunities
that have been recently successful, Einstein Copilot can provide relevant insights and suggestions to
sales reps to help them close similar deals faster.

74
Q

What is best practice when refining Einstein Copilot custom action instructions?

A. Provide examples of user messages that are expected to trigger the action.
B. Use consistent introductory phrases and verbs across multiple action instructions.
C. Specify the persona who will request the action.

A

Answer: A

Explanation:
When refining Einstein Copilot custom action instructions, it is considered best practice to provide
examples of user messages that are expected to trigger the action. This helps ensure that the custom
action understands a variety of user inputs and can effectively respond to the intent behind the
messages.
Option B (consistent phrases) can improve clarity but does not directly refine the triggering logic.
Option C (specifying a persona) is not as crucial as giving examples that illustrate how users will
interact with the custom action.
For more details, refer to Salesforce’s Einstein Copilot documentation on building and refining
custom actions.

75
Q

Universal Containers’ service team wants to customize the standard case summary response
from Einstein Copilot.
What should the AI Specialist do to achieve this?

A. Customize the standard Record Summary template for the Case object,
B. Summarize the Case with a standard copilot action.
C. Create a custom Record Summary prompt template for the Case object.

A

Answer: C
Explanation:
To customize the case summary response from Einstein Copilot, the AI Specialist should create a
custom Record Summary prompt template for the Case object. This allows Universal Containers to
tailor the way case data is summarized, ensuring the output aligns with specific business
requirements or user preferences.
Option A (customizing the standard Record Summary template) does not provide the flexibility
required for deep customization.
Option B (standard Copilot action) won’t allow customization; it will only use default settings.
Refer to Salesforce Prompt Builder documentation for guidance on creating custom templates for
record summaries.

76
Q

Which feature in the Einstein Trust Layer helps to minimize the risks of jailbreaking and
prompt injection attacks?

A. Secure Data Retrieval and Grounding
B. Data Masking
C. Prompt Defense

A

Answer: C

Explanation:
Prompt Defense is a feature in the Einstein Trust Layer that helps minimize the risks of jailbreaking and prompt injection attacks. These attacks occur when malicious users try to manipulate the AI
model by providing unintended inputs. Prompt Defense ensures that the prompts are processed
securely, protecting the system from such vulnerabilities.
Option A (Secure Data Retrieval and Grounding) relates to ensuring that data used by AI is securely
retrieved but does not address prompt security.
Option B (Data Masking) focuses on protecting sensitive information but does not prevent injection
attacks.
For more information, refer to Salesforce’s Einstein Trust Layer documentation on Prompt Defense
and security features.

77
Q

An AI Specialist is creating a custom action in Einstein Copilot.
Which option is available for the AI Specialist to choose for the custom copilot action?
A. Apex trigger
B. SOQL
C. Flows

A

Answer: C

Explanation:
When creating a custom action in Einstein Copilot, one of the available options is to use Flows. Flows
are a powerful automation tool in Salesforce, allowing the AI Specialist to define custom logic and
actions within the Copilot system. This makes it easy to extend Copilot’s functionality without
needing custom code.
While Apex triggers and SOQL are important Salesforce tools, Flows are the recommended method
for creating custom actions within Einstein Copilot because they are declarative and highly adaptable.
For further guidance, refer to Salesforce Flow documentation and Einstein Copilot customization
resources.

78
Q

Universal Containers implemented Einstein Copilot for its users.
One user complains that Einstein Copilot is not deleting activities from the past 7 days.
What is the reason for this issue?

A. Einstein Copilot Delete Record Action permission is not associated to the user.
B. Einstein Copilot does not have the permission to delete the user’s records.
C. Einstein Copilot does not support the Delete Record action.

A

Answer: C

Explanation:
Einstein Copilot currently supports various actions like creating and updating records but does not
support the Delete Record action. Therefore, the user’s request to delete activities from the past 7
days cannot be fulfilled using Einstein Copilot.
Unsupported Action: The inability to delete records is due to the current limitations of Einstein
Copilot’s supported actions. It is designed to assist with tasks like data retrieval, creation, and
updates, but for security and data integrity reasons, it does not facilitate the deletion of records.
User Permissions: Even if the user has the necessary permissions to delete records within Salesforce,
Einstein Copilot itself does not have the capability to execute delete operations.
Reference:
Salesforce AI Specialist Documentation - Einstein Copilot Supported Actions:
Lists the actions that Einstein Copilot can perform, noting the absence of delete operations.

79
Q

An administrator wants to check the response of the Flex prompt
template they’ve built, but the preview button is greyed out.
What is the reason for this?

A. The records related to the prompt have not been selected.
B. The prompt has not been saved and activated,
C. A merge field has not been inserted in the prompt.

A

Answer: A

Explanation:
When the preview button is greyed out in a Flex prompt template, it is often because the records
related to the prompt have not been selected. Flex prompt templates pull data dynamically from
Salesforce records, and if there are no records specified for the prompt, it can’t be previewed since
there is no content to generate based on the template.
Option B, not saving or activating the prompt, would not necessarily cause the preview button to be
greyed out, but it could prevent proper functionality.
Option C, missing a merge field, would cause issues with the output but would not directly grey out
the preview button.
Ensuring that the related records are correctly linked is crucial for testing and previewing how the
prompt will function in real use cases.
Salesforce AI Specialist Reference:
Refer to the documentation on troubleshooting Flex templates here:
https://help.salesforce.com/s/articleView?id=sf.flex_prompt_builder_troubleshoot.htm

80
Q

Based on the user utterance, “Show me all the customers in New York”, which standard
Einstein Copilot action will the planner service use?

A. Query Records
B. Select Records
C. Fetch Records

A

Answer: A

Explanation:
The standard Einstein Copilot action that would be used in response to the user utterance, “Show me
all the customers in New York,” is Query Records. This action is responsible for retrieving a set of
records from Salesforce based on a specified condition - in this case, filtering customers by location
(New York).
Query Records is the action that fetches relevant data based on the criteria provided in the user’s
input.
Select Records is more about picking specific records from an already presented list.
Fetch Records is not a standard term used in this context for the action.
Refer to Einstein Copilot documentation on how Copilot actions work with natural language queries
and data retrieval.

81
Q

A data scientist needs to view and manage models in Einstein Studio. The data scientist also
needs to create prompt templates in Prompt Builder. Which permission sets should an AI Specialist assign to the data scientist?

A. Data Cloud Admin and Prompt Template Manager
B. Prompt Template Manager and Prompt Template User
C. Prompt Template User and Data Cloud Admin

A

Answer: A

Explanation:
To allow a data scientist to view and manage models in Einstein Studio and create prompt templates
in Prompt Builder, the AI Specialist should assign the Data Cloud Admin and Prompt Template
Manager permission sets.
Data Cloud Admin provides access to manage and oversee models within Einstein Studio.
Prompt Template Manager gives the user the ability to create and manage prompt templates within
Prompt Builder.
Option A is correct because it assigns the necessary permissions for both managing models and
creating prompt templates.
Option B and Option C are incorrect as they do not provide the correct combination of permissions
for managing models and building prompts.
Reference:
Salesforce Permissions Documentation:
https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm

82
Q

An AI Specialist needs to create a prompt template to fill a custom field named Latest
Opportunities Summary on the Account object with information from the three most recently
opened opportunities.
How should the AI Specialist gather the necessary data for the prompt template?

A. Create a flow to retrieve the opportunity information.
B. Select the Account Opportunity object as a resource when creating the prompt template.
C. Select the latest Opportunities related list as a merge field.

A

Answer: A

Explanation:
To gather the necessary data for populating the Latest Opportunities Summary custom field on the
Account object with information from the three most recently opened opportunities, the AI Specialist
should create a flow. A flow can be configured to query and retrieve the required opportunity
records based on criteria such as their open date. Once the flow has gathered the necessary data, it
can be used in a prompt template or other automation processes to populate the custom field on the
Account record.
Option A is correct because creating a flow allows for dynamic data retrieval and control over the
logic for selecting the most recent opportunities.
Option B and Option C do not provide sufficient control or data retrieval capabilities needed for this
scenario.
Reference:
Salesforce Flow Documentation: https://help.salesforce.com/s/articleView?id=sf.flow.htm

83
Q

An AI Specialist at Universal Containers (UC) Is tasked with creating a new custom prompt
template to populate a field with generated output. UC enabled the Einstein Trust Layer to ensure AI
Audit data is captured and monitored for adoption and possible enhancements.

Which prompt template type should the AI Specialist use and which consideration should they
review?
A. Flex, and that Dynamic Fields is enabled
B. Field Generation, and that Dynamic Fields is enabled
C. Field Generation, and that Dynamic Forms is enabled

A

Answer: B

Explanation:
When creating a custom prompt template to populate a field with generated output, the most
appropriate template type is Field Generation. This template is specifically designed for generating
field-specific outputs using generative AI.
Additionally, the AI Specialist must ensure that Dynamic Fields are enabled. Dynamic Fields allow the
system to use real-time data inputs from related records or fields when generating content, ensuring
that the AI output is contextually accurate and relevant. This is crucial when populating specific fields
with AI-generated content, as it ensures the data source remains dynamic and up-to-date.
The Einstein Trust Layer will track and audit the interactions to ensure the organization can monitor
AI adoption and make necessary enhancements based on AI usage patterns.
For further reading, refer to Salesforce’s guidelines on Field Generation templates and the Einstein
Trust Layer.

84
Q

Universal Containers (UC) has recently received an increased number of support cases. As a
result, UC has hired more customer support reps and has started to assign some of the ongoing cases
to newer reps.

Which generative AI solution should the new support reps use to understand the details of a case
without reading through each case comment?
A. Einstein Copilot
B. Einstein Sales Summaries
C. Einstein Work Summaries

A

Answer: C

Explanation:
New customer support reps at Universal Containers can use Einstein Work Summaries to quickly
understand the details of a case without reading through each case comment. Work Summaries
leverage generative AI to provide a concise overview of ongoing cases, summarizing all relevant
information in an easily digestible format.
Einstein Copilot can assist with a variety of tasks but is not specifically designed for summarizing case
details.
Einstein Sales Summaries are focused on summarizing sales-related activities, which is not applicable
for support cases.
For more details, refer to Salesforce documentation on Einstein Work Summaries.

85
Q

Universal Containers is considering leveraging the Einstein Trust Layer in conjunction with
Einstein Generative AI Audit Data.
Which audit data is available using the Einstein Trust Layer?

A. Response accuracy and offensiveness score
B. Hallucination score and bias score
C. Masked data and toxicity score

A

Answer: C

Explanation:
Universal Containers is considering the use of the Einstein Trust Layer along with Einstein Generative
AI Audit Data. The Einstein Trust Layer provides a secure and compliant way to use AI by offering
features like data masking and toxicity assessment.
The audit data available through the Einstein Trust Layer includes information about masked data-
which ensures sensitive information is not exposed-and the toxicity score, which evaluates the
generated content for inappropriate or harmful language.
Reference:
Salesforce AI Specialist Documentation - Einstein Trust Layer: Details the auditing capabilities,
including logging of masked data and evaluation of generated responses for toxicity to maintain
compliance and trust.

86
Q

Universal Containers is planning a marketing email about products that most closely match a
customer’s expressed interests.
What should an AI Specialist recommend to generate this email?
A. Standard email marketing template using Apex or flows for matching interest in products
B. Custom sales email template which is grounded with interest and product information
C. Standard email draft with Einstein and choose standard email template

A

Answer: B

Explanation:
To generate an email about products that closely match a customer’s expressed interests, an AI
Specialist should recommend using a custom sales email template that is grounded with interest and
product information. This ensures that the email content is personalized based on the customer’s
preferences, increasing the relevance of the marketing message.
Using grounding ensures that the generative AI pulls the correct data related to customer interests
and product matches, making the email more effective.
For more information, refer to Salesforce documentation on grounding AI-generated content and
email personalization strategies.

87
Q

Leadership needs to populate a dynamic form field with a summary or description created by
a large language model (LLM) to facilitate more productive conversations with customers. Leadership
also wants to keep a human in the loop to be considered in their AI strategy.

Which prompt template type should the AI Specialist recommend?
A. Sales Email
B. Field Generation
C. Record Summary

A

Answer: B

Explanation:
The correct answer is Field Generation because this template type is designed to dynamically
populate form fields with content generated by a large language model (LLM). In this scenario,
leadership wants a dynamic form field that contains a summary or description generated by AI to aid
customer interactions. Additionally, they want to keep a human in the loop, meaning the generated
content will likely be reviewed or edited by a person before it’s finalized, which aligns with the Field
Generation prompt template. Field Generation: This prompt type allows you to generate content for specific fields in Salesforce,
leveraging large language models to create dynamic and contextual information. It ensures that AI
content is available within the record where needed, but it allows human oversight or review,
supporting the “human-in-the-loop” strategy.
Sales Email: This prompt type is mainly used for generating email content for outreach or responses,
which doesn’t align directly with populating fields in a form.
Record Summary: While this option might seem close, it is typically used to summarize entire records
for high-level insights rather than filling specific fields with dynamic content based on AI generation.
Salesforce AI Specialist Reference:
You can explore more about these prompt templates and AI capabilities through Salesforce
documentation and official resources on Prompt Builder:
https://help.salesforce.com/s/articleView?id=sf.prompt_builder_templates_overview.htm

88
Q

Universal Containers (UC) is implementing Einstein Generative AI to improve customer
insights and interactions. UC needs audit and feedback data to be accessible for reporting purposes.

What is a consideration for this requirement?
A. Storing this data requires Data Cloud to be provisioned.
B. Storing this data requires a custom object for data to be configured.
C. Storing this data requires Salesforce big objects.

A

Answer: A

Explanation:
When implementing Einstein Generative AI for improved customer insights and interactions, the Data
Cloud is a key consideration for storing and managing large-scale audit and feedback data. The
Salesforce Data Cloud (formerly known as Customer 360 Audiences) is designed to handle and unify
massive datasets from various sources, making it ideal for storing data required for AI-powered
insights and reporting. By provisioning Data Cloud, organizations like Universal Containers (UC) can
gain real-time access to customer data, making it a central repository for unified reporting across
various systems.
Audit and feedback data generated by Einstein Generative AI needs to be stored in a scalable and
accessible environment, and the Data Cloud provides this capability, ensuring that data can be easily
accessed for reporting, analytics, and further model improvement.
Custom objects or Salesforce Big Objects are not designed for the scale or the specific type of real-
time, unified data processing required in such AI-driven interactions. Big Objects are more suited for
archival data, whereas Data Cloud ensures more robust processing, segmentation, and analysis
capabilities.
Reference:
Salesforce Data Cloud Documentation: https://www.salesforce.com/products/data-cloud/ov

89
Q

Universal Containers (UC) is using Einstein Generative AI to generate an account summary.
UC aims to ensure the content is safe and inclusive, utilizing the Einstein Trust Layer’s toxicity scoring
to assess the content’s safety level.
What does a safety category score of 1 indicate in the Einstein Generative Toxicity Score?

A. Safe
B. Moderately safe
C. Not safe

A

Answer: A

Explanation:
In the Einstein Trust Layer, the toxicity scoring system is used to evaluate the safety level of content
generated by AI, particularly to ensure that it is non-toxic, inclusive, and appropriate for business
contexts. A toxicity score of 1 indicates that the content is deemed safe.
The scoring system ranges from 0 (unsafe) to 1 (safe), with intermediate values indicating varying
degrees of safety. In this case, a score of 1 means that the generated content is fully safe and meets
the trust and compliance guidelines set by the Einstein Trust Layer.
For further reference, check Salesforce’s official Einstein Trust Layer documentation regarding
toxicity scoring for AI-generated content.

90
Q

Universal Containers (UC) wants to use Flow to bring data from unified Data Cloud objects to
prompt templates.

Which type of flow should UC use?
A. Data Cloud-triggered flow
B. Template-triggered prompt flow
C. Unified-object linking flow

A

Answer: B

Explanation:
In this scenario, Universal Containers wants to bring data from unified Data Cloud objects into
prompt templates, and the best way to do that is through a Data Cloud-triggered flow. This type of
flow is specifically designed to trigger actions based on data changes within Salesforce Data Cloud
objects.
Data Cloud-triggered flows can listen for changes in the unified data model and automatically bring
relevant data into the system, making it available for prompt templates. This ensures that the data is
both real-time and up-to-date when used in generative AI contexts.
For more detailed guidance, refer to Salesforce documentation on Data Cloud-triggered flows and
Data Cloud integrations with generative AI solutions.

91
Q

Universal Containers wants to allow its service agents to query the current fulfillment status
of an order with natural language. There is an existing auto launched flow to query the information
from Oracle ERP, which is the system of record for the order fulfillment process.

How should an AI Specialist apply the power of conversational AI to this use case?
A. Create a Flex prompt template in Prompt Builder.
B. Create a custom copilot action which calls a flow.
C. Configure the Integration Flow Standard Action in Einstein Copilot.

A

Answer: B

Explanation:
To enable Universal Containers service agents to query the current fulfillment status of an order
using natural language and leverage an existing auto-launched flow that queries Oracle ERP, the best
solution is to create a custom copilot action that calls the flow. This action will allow Einstein Copilot
to interact with the flow and retrieve the required order fulfillment information seamlessly. Custom
copilot actions can be tailored to call various backend systems or flows in response to user requests.
Option B is correct because it enables integration between Einstein Copilot and the flow that connects to Oracle ERP.
Option A (Flex prompt template) is more suited for static responses and not for invoking flows.
Option C (Integration Flow Standard Action) is not directly related to creating a specific copilot action
for this use case.
Reference:
Salesforce Einstein Copilot Actions:
https://help.salesforce.com/s/articleView?id=einstein_copilot_actions.htm

92
Q

Northern Trail Outfitters (NTO) wants to configure Einstein Trust Layer in its production org
but is unable to see the option on the Setup page.

After provisioning Data Cloud, which step must an Al Specialist take to make this option available to
NTO?
A. Turn on Einstein Copilot.
B. Turn on Einstein Generative AI.
C. Turn on Prompt Builder.

A

Answer: B

Explanation:
For Northern Trail Outfitters (NTO) to configure the Einstein Trust Layer, the Einstein Generative AI
feature must be enabled. The Einstein Trust Layer is closely tied to generative AI capabilities, ensuring
that AI-generated content complies with data privacy, security, and trust standards.
Option A (Turning on Einstein Copilot) is unrelated to the setup of the Einstein Trust Layer, which
focuses more on generative AI interactions and data handling.
Option C (Turning on Prompt Builder) is used for configuring and building AI-driven prompts, but it
does not enable the Einstein Trust Layer.
Salesforce AI Specialist Reference:
For more details on the Einstein Trust Layer and setup steps:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer_overview.htm

93
Q

Universal Containers’ current AI data masking rules do not align with organizational privacy
and security policies and requirements.
What should an AI Specialist recommend to resolve the issue?

A. Enable data masking for sandbox refreshes.
B. Configure data masking in the Einstein Trust Layer setup.
C. Add new data masking rules in LLM setup.

A

Answer: B

Explanation:
When Universal Containers’ AI data masking rules do not meet organizational privacy and security
standards, the AI Specialist should configure the data masking rules within the Einstein Trust Layer.
The Einstein Trust Layer provides a secure and compliant environment where sensitive data can be
masked or anonymized to adhere to privacy policies and regulations.
Option A, enabling data masking for sandbox refreshes, is related to sandbox environments, which
are separate from how AI interacts with production data.
Option C, adding masking rules in the LLM setup, is not appropriate because data masking is
managed through the Einstein Trust Layer, not the LLM configuration.
The Einstein Trust Layer allows for more granular control over what data is exposed to the AI model and ensures compliance with privacy regulations.
Salesforce AI Specialist Reference:
For more information, refer to:
https://help.salesforce.com/s/articleView?id=sf.einstein_trust_layer_data_masking.htm