Salesforce Agentforce Adminstrator Help
Salesforce Agentforce Adminstrator Help
Options:
A. Custom sales email template which is grounded with interest and product information
B. Standard email draft with Einstein and choose standard email template
C. Standard email marketing template using Apex or flows for matching interest in products
✅ Correct Answer: A
2.Which scenario best demonstrates when an Agentforce Data Library is most useful
for improving an AI agent's response accuracy?
Options:
A. When data is being retrieved from Snowflake using zero-copy for vectorization and
retrieval.
B. When the AI agent must provide answers based on a curated set of policy documents
that are stored, regularly updated, and indexed in the data library.
C. When the AI agent needs to combine data from disparate sources based on mutually
common data, such as Customer Id and Product Id for grounding.
✅ Correct Answer: B
3.An Agentforce 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 Agentforce Specialist use to include data from
the related list of opportunities in the prompt template?
Options:
✅ Correct Answer: A
4.Universal Containers (UC) wants to ensure the effectiveness, reliability, and trust of
its agents prior to deploying them in production. UC would like to efficiently test a
large and repeatable number of utterances.
Options:
A. Leverage the Agent Large Language Model (LLM) UI and test UC's agents with different
utterances prior to activating the agent.
B. Deploy the agent in a Q/A sandbox environment and review the Utterance Analysis
reports to review effectiveness.
C. Create a CSV file with UC's test cases in Agentforce Testing Center using the testing
template.
✅ Correct Answer: c
5.What considerations should an Agentforce Specialist be aware of when using
Record Snapshots grounding in a prompt template?
Options:
✅ Correct Answer: A
Activities such as tasks and events are excluded.
6.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 Agent action helps sales reps draft personalized emails to prospects
by generating text based on previous successful communications?
Options:
7.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."
Options:
✅ Correct Answer: B
Use the standard Agent action.
Options:
✅ Correct Answer: C
Running tests does not consume Einstein Requests.
Options:
✅ Correct Answer: A
Identifying agent topics and actions to respond to user utterances
10.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?
Options:
✅ Correct Answer: B
The records related to the prompt have not been selected.
11.Universal Containers wants its AI agent to answer customer questions with precise
and up-to-date information. How does an Agentforce Data Library simplify and enable
this?
Options:
A. It automates the ingestion and optical character recognition (OCR) processing of any
PDF, and indexes them to enable regular SQL query retrieval to ground prompts and agents
with relevant information.
B. It automates the ingestion, indexing of data, and creates a default retriever to be used in
prompts and agents for grounding with relevant information.CertsHero
✅ Correct Answer: B
It automates the ingestion, indexing of data, and creates a default retriever to be used
in prompts and agents for grounding with relevant information.
12.Universal Containers would like to route a service agent conversation to a human
agent queue. Which tool connects the service agent to the human agent queue for
escalation?
Options:
A. Prompt Flow
B. Screen Flow
C. Outbound Omni-Channel Flow
✅ Correct Answer: C
Outbound Omni-Channel Flow
13.What is an Agentforce Specialist able to do when the 'Enrich event logs with
conversation data' setting in the Agentforce configuration is enabled?
Options:
A. View session data including user input and agent responses for sessions over the past 7
days.
B. Generate detailed reports on all agent conversations over any time period.
C. View the user click path that led to each agent action.
✅ Correct Answer: A
View session data including user input and agent responses for sessions over the
past 7 days.
Options:
15.Universal Containers wants to allow its service agents to query the current
fulfillment status of an order with natural language. There is an existing autolaunched
flow to query the information from Oracle ERP, which is the system of record for the
order fulfillment process.
How should an Agentforce Specialist apply the power of conversational AI to this use
case?
Options:
✅ Correct Answer: B
Create a custom Agent action which calls a flow.
Options:
A. The administrator is not using Lightning Experience, which is required to display all data
source options, including the Knowledge base option, when configuring Einstein Data
Libraries.
B. The current Salesforce org lacks the necessary Einstein for Service permissions that
support the Knowledge-based Data Library option, so only the file upload option is
presented.
17.How is Data Cloud leveraged by the "Answer Questions with Knowledge" action in
Agentforce?
Options:
A. Data Cloud is not required; the articles can be accessed directly from the CRM by the
agent.
B. Data Cloud provides the real-time data streams that update the Knowledge articles.
✅ Correct Answer: C
Data Cloud stores and manages the indexed Knowledge articles.
Options:
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.
✅ Correct 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.
19.Universal Containers' Agent Action includes several Apex classes for the new
Agentforce Agent.
What is an important consideration when deploying Apex that is invoked by an Agent
Action?
Options:
A.
The Apex classes must have at least 75% code coverage from unit tests, and all
dependencies must be in the deployment package.
B.
The Apex classes may bypass the 75% code coverage requirement as long as they are only
used by the agent.
C.
Apex classes invoked by an Agent Action may be deployed with less than 75% test
coverage as long as the agent is not activated in production.
✅ Correct Answer: A
The Apex classes must have at least 75% code coverage from unit tests, and all
dependencies must be in the deployment package.
20.📌 Question:
Universal Containers recently added a custom flow for processing returns and
created a new Agent Action.
Which action should the company take to ensure the Agentforce Service Agent can
run this new flow as part of the new Agent Action?
Options:
A.
Recreate the flow using the Agentforce Agent user.
B.
Assign the Manage Users permission to the Agentforce Agent user.
C.
Assign the Run Flows permission to the Agentforce Agent user.
✅ Correct Answer: C
Assign the Run Flows permission to the Agentforce Agent user.
21.In the context of retriever and search indexes, what best describes the data
preparation process in Data Cloud?
Options:
A.
Data preparation involves loading, chunking, vectorizing, and storing content in a
search-optimized manner to support retrieval from the vector database.
B.
Data preparation entails aggregating, normalizing, and encoding structured datasets to
ensure compliance with data governance and security protocols.
C.
Data preparation focuses on real-time data ingestion and dynamic indexing to generate
dynamic grounding reference data without preprocessing steps.
✅ Correct Answer: A
Data preparation involves loading, chunking, vectorizing, and storing content in a
search-optimized manner to support retrieval from the vector database.
22.Universal Containers recently added a custom flow for processing returns and
created a new Agent Action.
Which action should the company take to ensure the Agentforce Service Agent can
run this new flow as part of the new Agent Action?
Options:
✅ Correct Answer: C
Assign the Run Flows permission to the Agentforce Agent user.
23.An Agentforce Service Agent, who has been successfully assisting customers with
service requests in Salesforce, is now unable to help customers with issues related to a new
product replacement process. The company recently implemented a custom Product
Replacement object in Salesforce to track and manage these replacements.
Which Agentforce Agent User change must be implemented to address this issue?
Options:
A.
The profile assigned to the Agentforce Agent User needs AI training permission to the
custom Product Replacement object.
B.
The permission set group assigned to the Agent User needs to grant access to the Product
Replacement flow.
C.
The permission set assigned to the Agent User needs Read access to the custom Product
Replacement object.
✅ Correct Answer: C
The permission set assigned to the Agent User needs Read access to the custom
Product Replacement object.
How should the Agentforce Specialist monitor Agents' usability and the assignment
of actions?
Options:
Options:
A. Sales rep users' profiles are missing the Allow SDR Agent permission.
B. Sales rep users do not have access to the SDR Agent object.
C. Sales rep users are missing the Use SDR Agent permission set.
✅ Correct Answer: C. Sales rep users are missing the Use SDR Agent
permission set.
26 of 60
📌 Question: What is the main benefit of using a Knowledge article in an Agentforce Data
Library?
Options: A. Only the retriever for Knowledge articles allows for agents to access Knowledge
from both inside the platform and on a customer's website.
B. The retriever for Knowledge articles has better accuracy and performance than the
✅
default retriever.
C. It provides a structured, searchable repository of approved documents so the
agent can retrieve reliable information for each inquiry.
✅ Correct Answer: C
🧠 Explanation:
Knowledge articles are structured and vetted, which ensures agents are accessing reliable
and accurate information quickly through search-enabled formats.
27 of 60
📌 Question: How does the large language model (LLM) in Agentforce identify and execute
the action to show the sales manager a list of open opportunities?
Options: A. Using a dialog pattern, the LLM matches the user query to the available topic,
action, and steps.
B. The LLM interprets the user's request, generates a plan by identifying the
appropriate topics and actions, and executes the actions to retrieve and display the
open opportunities.
C. The LLM uses a static set of rules to match the user's request with predefined topics and
actions.
✅ Correct Answer: B
🧠 Explanation:
Agentforce uses LLMs to understand natural language, generate a dynamic plan, identify
the right topic and action, and execute them intelligently.
28 of 60
📌 Question: Once a data source is chosen for an Agentforce Data Library, what is true
about changing that data source later?
Options: A. The Data Retriever can be reconfigured to use a different data source.
✅
B. The data source can be changed through the Data Cloud settings.
C. The data source cannot be changed after it is selected.
✅ Correct Answer: C
🧠 Explanation:
Once a data source is selected for an Agentforce Data Library, it is fixed. To use a different
data source, a new data library must be created.
29 of 60
Options: ✅ A. Creating a draft of a support bulletin post for new product patches
B. Estimating support ticket volume based on historical data and seasonal trends
C. Creating an AI-generated customer support agent performance score
✅ Correct Answer: A
🧠 Explanation:
Prompt Builder is designed to guide large language models (LLMs) to generate high-quality
text such as drafts, summaries, or responses—ideal for drafting support bulletins.
30 of 60
📌 Question: Universal Containers implements three custom actions to get three distinct
types of sales summaries, but users are not getting the correct summaries.
What should the Agentforce Specialist investigate?
✅ Correct Answer: B
31 of 60
📌 Question: 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.
✅ Correct Answer: A
32 of 60
✅ Correct Answer: B
33 of 60
📌 Question: 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?
Options: ✅ A. Create concise, clear, and consistent prompt templates with effective
grounding, contextual role-playing, clear instructions, and iterative feedback.
B. 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.
C. Submit a prompt review case to Salesforce and conduct thorough testing in the
playground to refine outputs until they meet user expectations.
✅ Correct Answer: A
🧠 Explanation:
Clear and concise prompt templates with grounding and iterative feedback are essential for
improving generative AI outputs and minimizing mismatches.
34 of 60
📌 Question: 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?
✅
Options: 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
✅ Correct Answer: B
🧠 Explanation:
If the user's permission does not allow access to the necessary fields in the contact record,
the placeholders will not be replaced with actual data.
35 of 60
📌 Question: An Agentforce Specialist is setting up a new org and needs to ensure that
users can create and execute prompt templates. The Agentforce Specialist is unsure which
roles are necessary for these tasks.
Which permission sets should the Agentforce Specialist assign to users who need to create
and execute prompt templates?
Options: A. Data Cloud Admin for creating templates and Prompt Template User for
executing templates
B. Prompt Template Manager for creating templates and Data Cloud Admin for
executing templates
C. Prompt Template Manager for creating templates and Prompt Template User for
executing templates
✅ Correct Answer: c
36 of 60
📌 Question: 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 AI-enabled field
icon next to the summary field.
What is the most likely cause of the issue?
Options: A. The user does not have the Prompt Template User permission set assigned.
✅
B. The user does not have the field Generative AI User permission set assigned.
C. The prompt template associated with the summary field is not activated for that
user.
✅ Correct Answer: C
🧠 Explanation:
If the prompt template associated with the summary field isn't activated for that user, they
will not see the generative AI icon.
37 of 60
📌 Question: Which object stores the conversation transcript between the customer and the
agent?
✅
Options: A. Messaging End User
B. Messaging Session
C. Case
✅ Correct Answer: B
🧠 Explanation:
The Messaging Session object stores the transcript of the conversation between the agent
and the customer.
38 of 60
📌 Question: Universal Containers (UC) has implemented a custom retriever to improve the
accuracy of AI-generated responses. UC notices that the retriever is returning too many
irrelevant results, making the responses less useful.
What should UC do to ensure only relevant data is retrieved?
✅ Correct Answer: A
🧠 Explanation:
Using filters helps narrow the search to only the most relevant results, improving response
accuracy.
39 of 60
📌 Question: What is the role of the large language model (LLM) in understanding intent
and executing an Agent Action?
✅
Options: A. Determine a user's topic access and sort actions by priority to be executed
B. Identify the best matching topic and actions and correct order of execution
C. Find similar requested topics and provide the actions that need to be executed
✅ Correct Answer: B
🧠 Explanation:
The LLM matches the user's intent with the best possible topics and actions in the correct
sequence for execution.
40 of 60
📌 Question: Before activating a custom Agent action, an Agentforce Specialist would like
to understand multiple real-world user utterances to ensure the action is being selected
appropriately.
Which tool should the Agentforce Specialist recommend?
Options: A. Agentforce
✅
B. Agent Builder
C. Model Playground
✅ Correct Answer: C
🧠 Explanation:
Model Playground helps test multiple real-world utterances to ensure accurate action
selection before activation.
41 of 60
📌 Question: After configuring and saving a Salesforce Agentforce Data Library (regardless
of the data source), which components are automatically created and available in Data
Cloud?
✅
Options: A. A data pipeline, an indexing engine, and a query processor
B. A data stream, a search index, and a retriever
C. A data connector, an analytics dashboard, and a workflow rule
✅ Correct Answer: B
🧠 Explanation:
After configuring a Data Library, Data Cloud automatically creates a data stream, search
index, and retriever to process and retrieve data.
42 of 60
📌 Question: Universal Containers (UC) has configured Agentforce Data Library using
Knowledge articles. When testing in Agent Builder and the Experience Cloud site, the
agent is not responding with grounded Knowledge article information. However, when tested
in Prompt Builder, the response returns correctly.
What should UC do to troubleshoot the issue?
Options: A. Create a new permission set that assigns "Manage Knowledge" and assign it to
✅
the Agentforce Service Agent User.
B. Ensure the assigned User permission set includes access to the prompt
template used to access the Knowledge articles.
C. Ensure the Data Cloud User permission set has been assigned to the Agentforce Service
Agent User.
✅ Correct Answer: c
43. 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. Unified-object linking flow
C. Template-triggered prompt flow
44. Based on the user utterance, 'Show me all the customers in New York', which
standard Agent action will the planner service use?
✅
A. Fetch Records
B. Query Records
✅
B. Create a Field Generation prompt template type.
C. Create a Sales Email prompt template type.
✅
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.
47. 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. Metadata API
✅
B. SOAP API
C. REST API
48. Universal Containers 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 number of tokens that can be processed by the LLM varies with total user
demand.
C. The template type needs to be switched to Flex to accommodate the variable
amount of tokens generated by the prompt grounding.
49 of 60. A sales manager needs to contact leads at scale with hyper-relevant
solutions and customized communications in the most efficient manner possible.
Which Salesforce solution best suits this need?
✅
A. Prompt Builder
B. Einstein Lead follow-up
C. Einstein Sales Assistant
✅
A. Action Instructions
B. Action Input
C. Action Name
51 of 60. Universal Containers (UC) wants its AI agent to return responses quickly. UC
needs to optimize the retriever's configuration to ensure minimal latency when
grounding AI responses.
Which configuration aspect should UC prioritize?
A. Configure the retriever to operate in dynamic mode so that it modifies the search
index structure at runtime.
B. Increase the recency bias setting for the retriever limiting scope to more recent
✅
data.
C. Ensure the retriever's filters are defined to limit the scope of each search
efficiently.
52 of 60. Universal Containers (UC) wants to build an Agentforce Service Agent that
provides the latest, active, and relevant policy and compliance information to
customers.
✅
What should UC do to ensure the agent retrieves the right information?
A. Set up an Agentforce Data Library to store and index policy documents for AI
retrieval.
B. Manually add policy responses into the AI model to prevent hallucinations.
C. Enable the agent to search all internal records and past customer inquiries.
✅
A. They forgot that the Case object is not supported for field generation
B. They forgot to edit the Lightning page layout and associate the field to a
prompt template.
C. They forgot to reactivate the Lightning page layout
54. Universal Containers (UC) users are complaining that agent answers are not
satisfactory. The agent is using PDF files as a knowledge source.
How should UC troubleshoot this issue?
A. Analyze the data mapping between source fields and Data Cloud object fields
✅
B. Check that the agent has the PDF file field permission access
C. Verify the retriever's filter criteria and data source connection.
56. Universal Containers (UC) wants to make a marketing newsletter and use data
from five unrelated objects in a prompt template.
How should UC accomplish this?
✅
A. Create a prompt template passing in a special custom object
B. Create a flex template and use the five objects as inputs.
C. Create a prompt template-triggered flow
57. UC configured a new PDF ingestion in Data Cloud, but a required field is missing
during retriever setup.
How should UC resolve this?
✅
B. Modify the retriever’s configuration
C. Update the search index to include the desired field.
✅
B. Reformats raw data into standardized datasets
C. Performs contextual searches to fetch the most relevant documents
59. An Agentforce Agent has multiple topics and Agent Actions using flows and Apex.
Which options are available for deploying these to production?
A. Deploy flows and Apex using normal tools, create agents manually
✅
B. Use only change sets
C. Deploy flows, Apex, and agent items using either change sets or Salesforce
CLI/Metadata API
Set-02
**30. What is the importance of Action Instructions when creating a custom Agent
action?**
- A. Action Instructions tell the large language model (LLM) which action to use
- B. Action Instructions tell the user how to call this action in a conversation.
**Answer:** A
**31. A data scientist needs to view and manage models in Einstein Studio and also
needs to create prompt templates in Prompt Builder. Which permission sets should
an Agentforce Specialist assign to the user?**
- A. Prompt Template Manager and Prompt Template User
---
**32. Universal Containers (UC) wants to limit an agent's access to Knowledge articles
when deploying Answer Questions with Knowledge action. How should UC achieve
this?**
- A. Define scope instructions to the agent specifying a list of allowed article titles or
categories.
- B. Assign Data Categories to Knowledge articles, and define Data Category filters in
the Agentforce Data Library.
- C. Update the Data Library Retriever to filter on a custom field on the Knowledge
article.
---
**33. Universal Containers has implemented an agent that answers questions using
Knowledge articles. Which topic and Agent Action will be shown in the Agent
Builder?**
**Answer:** A. General FAQ topic and Answers Questions with Knowledge Action
---
**34. Universal Containers (UC) wants to save reps time and ensure prompt
consistency. Which Salesforce feature should the company use?**
---
**35. Universal Containers' service team wants to customize the standard CASE
summary response from Agentforce. What should the Agentforce Specialist do?**
- B. Create a custom Record Summary prompt template for the Case object
**Answer:** B. Create a custom Record Summary prompt template for the Case object
---
**36. Universal Containers wants an AI service agent that retrieves PDFs and uses
company data. What should UC do first?**
- B. Add the files to the content, and then select the data library option
---
**37. When building prompt templates in Prompt Builder, what should UC consider?**
---
**38. How does an Agent respond when it can't understand the request or find any
information?**
**Answer:** C. With a general message asking the user to rephrase the request
---
**39. Which standard Agent action helps sales reps draft personalized emails to
prospects?**
---
**40. How should the Agentforce Specialist gather data for a prompt template
summarizing latest Opportunities?**
- A. Select the latest Opportunities related list as a merge field
**Answer:** B
---
**41. What should the Agentforce Specialist recommend for testing a large set of
utterances?**
- A. Create a CSV file in Agentforce Testing Center using the testing template
**Answer:** A. Create a CSV file in Agentforce Testing Center using the testing
template
---
**42.c
---
- A. Messaging channel
- B. Email channel
- C. Company website
---
**45. What is one criterion Agentforce for Sales uses to match similar opportunities?**
---
**46. What step is essential when creating a custom retriever in Einstein Studio?**
---
**47. What should UC do to ensure Agentforce Service Agent can run a flow in a new
Agent Action?**
**Answer:** B. Assign the Run Flows permission to the Agentforce Agent user
---
---
---
---
**51. What is automatically created with a custom search index in Data Cloud?**
- A. Dynamic retriever
---
**52. How should UC enable sales to gain insights from call recordings?**
**Answer:** A ---
**54. How can a rep review Knowledge articles about canceling flights?**
---
**55. Which AI capability should UC train service agents on for Knowledge replies?**
- A. Case Replies
- B. Knowledge Replies
- C. Service Replies
---
---
**57. How can UC ensure relevant content is retrieved from uploaded documents?**
---
---
---
Set-03
What is the role of the large language model (LLM) in understanding intent and
executing an Agent Action?
Options:
✅
A. Determine a user's topic access and sort actions by priority to be executed
B. Identify the best matching topic and actions and correct order of execution
C. Find similar requested topics and provide the actions that need to be executed
✅ Correct Answer: B. Identify the best matching topic and actions and correct order
of execution
59 of 60. 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?
B. The user does not have Einstein Sales Emails permission assigned.
Answer A
58 of 60. Universal Containers (UC) uses a file upload-based data library and custom prompt
to support AI-driven training content. However, users report that the AI frequently returns
outdated documents.
Switch the data library source from file uploads to a Knowledge-based data library,
B. Configure a custom retriever that includes a filter condition limiting retrieval to documents
updated within a defined recent period, ensuring that only current concent is used for AI
responses.
C.
Continue using the default retriever without filters, because periodic re-uploads wi eventually
phase out outdated documents without further configuration on the need for custom
retrievers.
Answe B
57 of 60. Universal Containers (UC) implements a custom retriever to improve the accuracy
of AI-generated responses. UC notices that the retriever is returning too many irrelevant
results, making the responses less useful.
Ans:A
56 of 60. Universal Containers' service team wants to customize the standard case summary
response from Agentforce.
A.O Customize the standard Record Summary template for the Case object.
B. Create a custom Record Summary prompt template for the Case object.
C.
Ans:A
53 of 60. 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
ANs: C
51 of 60. 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 Agentforce Specialist assign to the data scientist?
A. Data Cloud Admin and Prompt Template Manager
B. O Prompt Template User and Data Cloud Admin
C.Prompt Template Manager and Prompt Template User
ANS A
ANS:B
A.O Update the Data Library Retriever to filter on a custom field on the Knowledge
article.
B.O Define scope instructions to the agent specifying a list of allowed article titles or
IDs.
C. Assign Data Categories to Knowledge articles, and define Data Category filters in
the Agentforce Data Library.
ANS:C
46 of 60. Universal Containers' Agent Action includes several Apex classes for the
new Agentforce Agent.
What is an important consideration when deploying Apex that is invoked by an Agent
Action?
A. O The Apex classes may bypass the 75% code coverage requirement as long as
they are only used by the agent.
B. The Apex classes must have at least 75% code coverage from unit tests, and all
Odependencies must be in the deployment package.
CO Apex classes invoked by an Agent Action may be deployed with less than 75%
test coverage as long as the agent is not activated in production
ANS:B
Agentforce • 12:11 PM
ANS:A
44 of 60. Universal Containers (UC) wants to build an Agentforce Service Agent that
provides the latest, active, and relevant policy and compliance information to
customers. The agent must:
Semantically search HR policies, compliance guidelines, and company procedures.
Ensure responses are grounded on published Knowledge.
Allow Knowledge updates to be reflected immediately without manual
reconfiguration.
What should UC do to ensure the agent retrieves the right information?
A. Manually add policy responses into the AI model to prevent hallucinations.
B. Set up an Agentforce Data Library to store and index policy documents for Al
retrieval.
C. Enable the agent to search all internal records and past customer inquiries.
ANS:B
43 of 60. 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. Model Builder
B. Agent Builder
C. Prompt Builder
ANS:C
. Modifying and updating data within the source systems connected to Data Cloud
ANS.B
38 of 60. Universal Containers deploys a new Agentforce Service Agent into the
company's website but is getting feedback that the Agentforce Service Agent is not
providing answers to customer questions that are found in the company's Salesforce
Knowledge articles.
What is the likely issue?
A.
Ο The Agentforce Service Agent user was not given the Allow View Knowledge
permission set.
B. The Agentforce Service Agent user needs to be created under the standard Agent
Knowledge profile.
C. The Agentforce Service Agent user is not assigned the correct Agent Type
License
ANS:A
37 of 60. Universal Containers plans to enhance its sales team's productivity using
AI.
Which specific requirement necessitates the use of Prompt Builder?
A. Creating an estimated Customer Lifetime Value (CLV) with historical purchase
data
B. Predicting the likelihood of customers churning or discontinuing their relationship
with the company
C. O Creating a draft newsletter for an upcoming tradeshow
ANS:C
36 of 60. Universal Containers wants to utilize Agentforce for Sales to help sales
reps reach their sales quotas by providing AI-generated plans containing guidance
and steps for closing deals.
Which feature meets this requirement?
A.
Create Close Plan
B. Find Similar Deals
C. O Create Account Plan
ANS:A
35 of 60. Universal Containers (UC) wants to ensure the effectiveness, reliability, and trust of
its agents prior to deploying them in production. UC would like to efficiently test a large and
repeatable number of utterances.
A. O Leverage the Agent Large Language Model (LLM) UI and test UC's agents with
different utterances prior to activating the agent.
B. O Deploy the agent in a Q/A sandbox environment and review the Utterance Analysis
reports to review effectiveness.
Create a CSV file with UC's test cases in Agentforce Testing Center using the testing
CO template.
ANS:C
ANS:A
33 of 60. Universal Containers (UC) has configured Agentforce Data Library using
Knowledge articles. When testing in Agent Builder and the Experience Cloud site,
the agent is not responding with grounded Knowledge article information. However,
when tested in Prompt Builder, the response returns correctly.
What should UC do to troubleshoot the issue?
A.Ensure the Data Cloud User permission set has been assigned to the Agentforce
Arvice Agent User
Create a new permission set that assigns "Manage Knowledge" and assign it to the
B. O Agentforce Service Agent User.
C.Ensure the assigned User permission set includes access to the prompt template
usad to access the Knowledge articles.
ANS C
32 of 60. Universal Containers (UC) currently tracks Leads with a custom object. UC
is preparing to implement the Sales Development Representative (SDR) Agent.
Which consideration should UC keep in mind?
Ans:B
31 of 60. Universal Containers has an active standard email prompt template that does not
fully deliver on the business requirements.
Which steps should an Agentforce Specialist take to use the content of the standard prompt
email template in question and customize it to fully meet the business requirements?
A.
B.
A.
Identifying fields categorize articles for indexing purposes, while content fields
provide a brief summary for display.
B.
Identifying fields highlight key terms for relevance scoring, while content fields store
the full text of the article for retrieval.
C. Identifying fields help locate the correct Knowledge
Ans.B
25 of 60. 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 Agent action helps sales reps draft personalized emails to prospects
by generating text based on previous successful communications?
A. Agent Action: Draft or Revise Sales Email
B.O Agent Action: Summarize Record
C. O Agent Action: Find Similar Opportunities
ANS:A
24 of 60. Universal Containers needs its sales reps to be able to only execute
prompt templates.
What should the company use to achieve this requirement?
A. O Prompt Template Manager permission set
B. O Prompt Execute Template permission set
C. O Prompt Template User permission set
ANS:B
23 of 60. What should Universal Containers consider when deploying an Agentforce Service
Agent with multiple topics and Agent Actions to production?
A.
Ensure all dependencies are included, Apex classes meet 75% test coverage, and
configuration settings are aligned with production. Plan for version management and
post-deployment activation.
Deploy flows or Apex after agents, topics, and Agent Actions to avoid deployment B. spot
agent issues requiring complete
C.
Deploy agent components without a test run in staging, relying on production data for
reliable results. Sandbox configuration alone ensures seamless production deployment.
ANS:A
22 of 60. Universal Containers has grounded a prompt template with a related list.
During user acceptance testing (UAT), users are not getting the correct responses.
What is causing this issue?
A. The related list is not on the parent object's page layout.
B. The related list is Read Only.
C. O The related list prompt template option is not enabled.
ANS:A
21 of 60. Universal Containers implements Custom Agent Actions to enhance its
customer service operations. The development team needs to understand the core
components of a Custom Agent Action to ensure proper configuration and
functionality.
What should the development team review in the Custom Agent Action configuration
to identify one of the core components of a Custom Agent Action?
A. Action Triggers
B. Instructions
C. O Output Jypes
ANS:B
20 of 60. How does an Agent respond when it can't understand the request or find
any requested information?
788708492AA156266ABD3C34EFC499FB
A. With a generated error message
B. With a preconfigured message, based on the action type
C. With a general message asking the user to rephrase the request
ans:C
19 of 60. Universal Containers (UC) wants to make a sales proposal and directly use
data from multiple unrelated objects (standard and custom) in a prompt template.
How should UC accomplish this?
788708492AA156266A8D3C34EFC499PB
A.
Create a prompt template-triggered flow to access the data from standard and
custom objects.
B. Create a Flex template to add resources with standard and custom objects as
inputs.
C
Create a prompt template passing in a special
ANS:A
16 of 60. Universal Containers (UC) plans to implement prompt templates that utilize
the standard foundation models.
What should UC 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.
Train LLM with data using different writing styles including word choice, intensifiers,
BO emojis, and punctuation.
C. Ask it to role-play as a character in the prompt
ANS:c
14 of 60. Universal Containers 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.
CO
The number of tokens that can be processed by the LLM varies with total user
demand.
ans:A
11 of 60. Universal Containers recently added a custom flow for processing returns
and created a new Agent Action.
Which action should the company take to ensure the Agentforce Service Agent can
run this new flow as part of the new Agent Action?
A.
Assign the Manage Users permission to the Agentforce Agent user.
B. Assign the Run Flows permission to the Agentforce Agent user.
C. O Recreate the flow using the Agentforce Agent user.
ans:B
10 of 60. When creating a custom retriever in Einstein Studio, which step is considered
essential?
A. Ο Define the output configuration by specifying the maximum number of results to return,
and map the output fields that will ground the prompt.
B.Configure the search index, choose vector or hybrid search, choose the fields for
C.Select the search index, specify the associated data model object (DMO) and data Space,
and optionally define filters to narrow search results.
ANS:C
9 of 60. What considerations should an Agentforce Specialist be aware of when
using Record Snapshots grounding in a prompt template?
A. Activities such as tasks and events are excluded.
B. Empty data, such as fields without values or sections without limits, is filtered out.
C. Email addresses associated with the object are excluded.
ANS:B
A. Agent Settings
B. Event Logs
ANS:B
5 of 60. 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?
Α.Ο
Enable Einstein Conversation Insights, enable sales recording, assign permission
sets, and customize insights with up to 50 products.
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, assign permission sets, define recording
managers, and customize insights with up to 50 competitor names.
ANS:B
4 of 60. Universal Containers would like to route SMS text messages to a service rep
from an Agentforce Service Agent.
Which Service Channel should the company use in the flow to ensure it's routed
properly?
A. Live Agent
B. Messaging
C. Route Work Action
ANS:B
2 of 60. Which element in the Omni-Channel flow should be used to connect the flow
with the agent?
1 of 60. For an Agentforce Data Library that contains uploaded files, what occurs
once it is created and configured?
A.
Indexes the uploaded files in Salesforce File Storage
B.
Indexes the uploaded files into Data Cloud
C
. O Indexes the uploaded files in a location specified by the user
ANS:B