Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Salesforce Agentforce-Specialist Salesforce Certified Agentforce Specialist (AI-201) Exam Practice Test

Salesforce Certified Agentforce Specialist (AI-201) Questions and Answers

Question 1

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

Options:

A.

Matched opportunities have a status of Closed Won from the last 12 months.

B.

Matched opportunities are limited to the same account.

C.

Matched opportunities were created in the last 12 months.

Question 2

What is the primary function of the reasoning engine in Agentforce?

Options:

A.

Identifying agent topics and actions to respond to user utterances

B.

Offering real-time natural language response during conversations

C.

Generating record queries based on conversation history  

Question 3

A Service Agent at Universal Containers (UC) is designed to help customers resolve issues by searching against knowledge articles.

Knowledge articles have PDF attachments that add critical details. UC reports that the agent provides excellent summaries of the

knowledge articles, but seems completely unaware of the PDF attachments.

How should an Agentforce Specialist configure the Data Cloud search index to include the content of these attached files?

Options:

A.

Increase article chunk size and token limits for Knowledge indexing so larger contexts capture attachment references.

B.

Enable 'Include Related Attachments’ for Knowledge-- kav and map the ContentDocumentLink unstructured data model object (UDMO).

C.

Use Data Cloud's ‘Include Attachments’ option and select the ContentDocumentVersion unstructured data model object (UDMO).

Question 4

Universal Containers plans to enhance its sales team’s productivity using AI. Which specific requirement necessitates the use of Prompt Builder?

Options:

A.

Creating a draft newsletter for an upcoming tradeshow.

B.

Predicting the likelihood of customers churning or discontinuing their relationship with the company.

C.

Creating an estimated Customer Lifetime Value (CLV) with historical purchase data.

Question 5

Universal Containers (UC) needs to save agents time with AI-generated case summaries. UC has implemented the Work Summary feature.

What does Einstein consider when generating a summary?

Options:

A.

Generation is grounded with conversation context, Knowledge articles, and cases.

B.

Generation is grounded with existing conversation context only.

C.

Generation is grounded with conversation context and Knowledge articles.

Question 6

What considerations should an Agentforce Specialist be aware of when using Record Snapshots grounding in a prompt template?

Options:

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.

Question 7

Universal Containers wants to implement a customer verification process where sensitive account information can only be accessed after the customer passes identity verification. The agent must enforce this security rule deterministically without allowing the large language model (LLM) to bypass the verification requirement.

What should an Agentforce Specialist recommend as the best solution?

Options:

A.

Use context variables to store verification status in the messaging session and configure the agent to check these variables through natural language prompts during each sensitive action.

B.

Include detailed verification instructions in the agent's topic instructions explaining when customers should be verified and rely on the LLM to follow these guidelines consistently across all interactions.

C.

Create a custom variable IsCustomerVerified set by a verification action, then apply a conditional filter using the expression IsCustomerVerified equals true to all sensitive data actions, ensuring deterministic access control that the LLM can't alter.

Question 8

Coral Cloud Resorts (CCR) uses Agentforce to assist customers with booking and service issues. CCR wants to implement a triage

process 50 that:

* High severity requests must be escalated to a human service rep.

* Lower severity requests should result in creating a support case for the guest.

The requirement is to achieve the highest reliability and determinism in the response from the agent.

Which approach should an Agentforce Specialist recommend?

Options:

A.

Write the triage and routing logic in Topic Instructions using an IF, THEN, ELSE pattern: “Escalate to human service

rep if the request is considered severe, otherwise create support case”.

B.

Use absolute keywords like “Always" and “Never” in Topic Instructions to enforce logic, such as “Always escalate

when severity is high” and “Never create a support case when severity is high”.

C.

Create a custom variable severityLevel populated by a Triage action. Add filters so the “Escalate to human service

rep” action only runs when severityLevel = ‘High’, and the “Create Support Case” action runs only when severityLevel != ‘High’.

Question 9

Coral Cloud Resorts (CCR) wants to configure its agent so that booking actions are only available when a customer's membership tier is “Premium” or “Elite”. This business rule must be enforced deterministically.

What should CCR implement?

Options:

A.

Set up custom validation rules on the underlying booking objects to prevent non-eligible customers from completing bookings.

B.

Configure topic instructions that clearly state booking actions should only be used for Premium or Elite customers and include examples.

C.

Create a context variable mapped to the customer's membership tier field, then add a conditional filter on MembershipTier.

Question 10

When creating a custom retriever in Einstein Studio, which step is considered essential?

Options:

A.

Select the search index, specify the associated data model object (DMO) and data space, and optionally define filters to narrow search results.

B.

Define the output configuration by specifying the maximum number of results to return, and map the output fields that will ground the prompt.

C.

Configure the search index, choose vector or hybrid search, choose the fields for filtering, the data space and model, then define the ranking method.

Question 11

Universal Containers (UC) is discussing its AI strategy in an agile Scrum meeting.

Which business requirement would lead An Agentforce to recommend connecting to an external foundational model via Einstein Studio (Model Builder)?

Options:

A.

UC wants to fine-tune model temperature.

B.

UC wants a model fine-tuned using company data.

C.

UC wants to change the frequency penalty of the model.

Question 12

Choose 1 option.

Universal Containers (UC) is preparing to use the Agentforce Testing Center to ensure the reliability of a new agent. UC has a CSV file with test cases and is reviewing the documentation to understand best practices and limitations.

Which best practice should the company follow to avoid modifying CRM data while running tests in the Testing Center?

Options:

A.

Run tests in the production environment to ensure real-time data accuracy.

B.

Limit the number of test cases to 50 per test to minimize data changes.

C.

Use the Testing Center only in the sandbox environment.

Question 13

Universal Containers implements three custom actions to get three distinct types of sales summaries for its users. Users are complaining that they are not getting the right summary based on their utterances. What should the Agentforce Specialist investigate as the root cause?

Options:

A.

Review that the custom action Is assigned to an Agent.

B.

Review the action Instructions to ensure they are unique.

C.

Ensure the input and output types are correctly chosen.

Question 14

A Salesforce Administrator wants to generate personalized, targeted emails that incorporate customer interaction data. The admin wants to leverage large language models (LLMs) to write the emails, and wants to reuse templates for different products and customers.

Which solution approach should the admin leverage?

Options:

A.

Use sales Email standard templates

B.

Create a t field Generation prompt template type

C.

Create a Sales Email prompt template type.

Question 15

Universal Containers (UC) wants to improve the productivity of its sales team with generative AI technology. However, UC is concerned that public AI virtual assistants lack adequate company data to general useful responses.

Which solution should UC consider?

Options:

A.

fine-tune the Einstein AI model with CBM data.

B.

Build Al model with Einstein discovery and deploy to sales users.

C.

Enable Agentforce and deploy to sales users.

Question 16

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?

Options:

A.

Make Less Formal

B.

Enhance Friendliness

C.

Optimize for Clarity

Question 17

Universal Containers (UC) has configured an 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.

Question 18

Choose 1 option.

Universal Containers (UC) recently attended a major trade show and received thousands of new leads from event badge scans. UC

is struggling to follow up with each lead in a timely, personalized way. Leadership wants to:

Qualify and nurture leads 24/7.

* Provide accurate answers to prospect questions.

* Automatically book meetings with qualified prospects.

* Free up reps to focus on building relationships and closing deals.

Which Agentforce capability should UC implement to meet these goals?

Options:

A.

SDR Agent

B.

Sales Coach

C.

Commerce Agent

Question 19

Universal Containers (UC) recently rolled out Einstein Generative AI 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?

Options:

A.

The prompt template version is incompatible with the chosen LLM.

B.

The data being used for grounding is incorrect or incomplete.

C.

The Einstein Trust Layer is incorrectly configured.

Question 20

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. Which corrective action should UC implement to improve content relevancy?

Options:

A.

Switch the data library source from file uploads to a Knowledge-based data library, because Salesforce Knowledge bases automatically manage document recency, ensuring current documents are returned.

B.

Configure a custom retriever that includes a filter condition limiting retrieval to documents updated within a defined recent period, ensuring that only current content is used for AI responses.

C.

Continue using the default retriever without filters, because periodic re-uploads will eventually phase out outdated documents without further configuration or the need for custom retrievers.

Question 21

Universal Containers (UC) needs to capture and store detailed interaction data for all agents.

Which feature should help UC get a full view of the agent's behavior from start to finish, including reasoning engine executions,

actions, prompt and gateway inputs/outputs, error messages, and final responses?

Options:

A.

Agentforce Analytics

B.

Utterance Analysis

C.

Agentforce Session Tracing

Question 22

An Agentforce Specialist at Universal Containers (UC) is building with no-code tools only. They have many small accounts that are

only touched periodically by a specialized sales team, and UC wants to maximize the sales operations team's time, UC wants to

help prep the sales team for calls by:

* Summarizing past purchases

* Displaying products the contact has shown interest in (with data captured via Data Cloud)

* Providing a recap of past email and phone conversations that have transcripts

Which approach should the Agentforce Specialist recommend to achieve this goal?

Options:

A.

Deploy UC's own custom foundational model on this data first.

B.

Fine-tune the standard foundational model due to the complexity of the data.

C.

Use a prompt template grounded on CRM and Data Cloud data using standard foundation models.

Question 23

An Agentforce Specialist created a Field Generation prompt template.

What should the Agentforce Specialist do to expose the template to the user?

Options:

A.

Use a screen flow to associate the Field Generation prompt template.

B.

Associate the template with the form field on the Lightning page.

C.

Call a template using an autolaunched flow.

Question 24

Universal Containers needs to provide insights on the usability of Agents to drive adoption in the organization.

What should the Agentforce Specialist recommend?

Options:

A.

Agent Analytics

B.

Agentforce Analytics

C.

Agent Studio Analytics

Question 25

What is true of Agentforce Testing Center?

Options:

A.

Running tests risks modifying CRM data in a production environment.

B.

Running tests does not consume Einstein Requests.

C.

Agentforce Testing Center can only be used in a production environment.

Question 26

Which statement explains why a company might prefer a hybrid search index in Data Cloud for Agentforce?

Options:

A.

Hybrid search indexes process queries faster than vector search because they eliminate the need for semantic

embedding.

B.

Vector embedding in hybrid search are prefiltered by keyword matches, reducing computational overhead and

improving response accuracy.

C.

Hybrid search indexes support both literal keyword matches and semantic recall, useful when queries mix specific

terms and intent.

Question 27

Universal Containers (UC) plans to automatically populate the Description field on the Account object.

Which type of prompt template should UC use?

Options:

A.

Field Generation prompt template

B.

Flex Prompt template

C.

Sales Email prompt template

Question 28

In Model Playground, which hyperparameters of an existing

Salesforce-enabled foundational model can An Agentforce change?

Options:

A.

Temperature, Frequency Penalty, Presence Penalty

B.

Temperature, Top-k sampling, Presence Penalty

C.

Temperature, Frequency Penalty, Output Tokens

Question 29

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

Options:

A.

Create a custom Record Summary prompt template for the Case object.

B.

Summarize the Case with a standard Agent action.

C.

Customize the standard Record Summary template for the Case object.

Question 30

Choose 1 option.

Universal Containers has PDF maintenance guides in an external folder, not yet in Salesforce. The team wants a standard, clicks-

only setup for the Service Agent to use these documents.

Which approach should the Agentforce Specialist implement?

Options:

A.

Paste external PDF links into topic instructions and rely on the model to follow them, avoiding configuration of a retrieval source, index, or retriever action.

B.

Upload the PDFs as File source in the Agentforce Data Library which will build a Search Index, and create a

retriever to ground responses from those documents.

C.

Configure Data Cloud to ingest file attachments and create custom index and retriever for product record and attachment data.

Question 31

Choose 1 option.

Cloud Kicks (CK) recently finished the development of a new prompt template that uses its own large language model (LLM). CK is

deploying a prompt template from a sandbox to a production org, and is receiving an error. When trying to deploy the change set,

CK is getting an error related to the LLM used in the prompt template.

What is the cause of the error?

Options:

A.

The prompt does not specify that it is a custom LLM.

B.

BYOLLM is not yet supported for in prompt templates in production.

C.

The name of the LLM does not match in sandbox and production.

Question 32

Universal Containers has implemented an agent that answers questions based on Knowledge articles. Which topic and Agent Action will be shown in the Agent Builder?

Options:

A.

General Q&A topic and Knowledge Article Answers action.

B.

General CRM topic and Answers Questions with LLM Action.

C.

General FAQ topic and Answers Questions with Knowledge Action.

Question 33

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 Agentforce Specialist recommend?

Options:

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.

Question 34

Universal Containers needs to bring individual customer warranties from an external system into Data Cloud. They want Agentforce to return warranty-related responses only for accounts whose warranty status is active.

Which search approach should the Agentforce Specialist configure to ensure warranty-related information is retrieved correctly?

Options:

A.

Depend on Agentforce instructions to enforce warranty constraints and include only WarrantyStatus = Active results.

B.

Store the account's warranty status in an Agentforce custom variable to dynamically filter warranties during retrieval.

C.

Use Hybrid Search and apply pre-filtering in a new custom retriever for matching accounts and where the WarrantyStatus = Active field,

Question 35

Universal Containers is rolling out a new generative AI initiative.

Which Prompt Builder limitations should the Agentforce Specialist be aware of?

Options:

A.

Rich text area fields are only supported in Flex template types.

B.

Creations or updates to the prompt templates are not recorded in the Setup Audit Trail.

C.

Custom objects are supported only for Flex template types.

Question 36

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

Options:

A.

Agentforce does not have the permission to delete the user's records.

B.

Agentforce Delete Record Action permission is not associated to the user.

C.

Agentforce does not have a standard Delete Record action.

Question 37

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?

Options:

A.

Model Builder

B.

App Builder

C.

Copilot Builder

Question 38

An Agentforce Specialist builds a new Service Agent that uses a custom action built on a flow. The agent has been tested in a sandbox and is now ready to deploy.

What is a key consideration regarding the activation status of the agent in the production environment?

Options:

A.

The agent will be activated automatically only if the flow is also active.

B.

The agent must be manually activated in production, regardless of its status in the sandbox.

C.

The agent will automatically be activated upon successful deployment.

Question 39

Universal Containers needs its sales reps to be able to only execute prompt templates. What should the company use to achieve this requirement?

Options:

A.

Prompt Execute Template permission set

B.

Prompt Template User permission set

C.

Prompt Template Manager permission set

Question 40

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.

It provides a structured, searchable repository of approved documents so the agent can retrieve reliable information for each inquiry..

C.

The retriever for Knowledge articles has better accuracy and performance than the default retriever.

Question 41

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?

Options:

A.

Configure the retriever to operate in dynamic mode so that it modifies the search Index structure at runtime.

B.

Ensure the retriever's filters are defined to limit the scope of each search efficiently.

C.

Increase the recency bias setting for the retriever limiting scope to more recent data.  

Question 42

Choose 1 option.

Universal Containers deploys a new Agentforce Service Agent into the company's website but is getting feedback that the Service

Agent is not providing answers to customer questions that are found in the company’s Salesforce Knowledge articles.

What is the likely issue?

Options:

A.

The Agentforce Service Agent user was not given the Allow View Knowledge permission set.

B.

The Agentforce Service Agent user is not assigned the correct Agent Type License.

C.

The Agentforce Service Agent user needs to be created under the standard Agent Knowledge profile.

Question 43

An Agentforce created a custom Agent action, but it is not being picked up by the planner service in the correct order.

Which adjustment should the Al Specialist make in the custom Agent action instructions for the planner service to work as expected?

Options:

A.

Specify the dependent actions with the reference to the action API name.

B.

Specify the profiles or custom permissions allowed to invoke the action.

C.

Specify the LLM model provider and version to be used to invoke the action.

Question 44

Choose 1 option.

Universal Containers needs to create Data Cloud reports to understand agent behavior.

Which data lake object (DLO) represents an overarching container capturing contiguous interactions with one or more Al agents?

Options:

A.

AlAgentInteraction

B.

AlAgentInteractionMessage

C.

AlAgentSession

Question 45

In addition to Recipient and Sender, which object should An Agentforce utilize for inserting merge fields into a Sales email template prompt?

Options:

A.

Recipient Opportunities

B.

Recipient Account

C.

User Organization

Question 46

Where should the Agentforce Specialist go to add/update actions assigned to a copilot?

Options:

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

Question 47

An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?

Options:

A.

Apex Trigger

B.

SOQL

C.

Flows

Question 48

An Agentforce Specialist is creating a prompt template to assist support reps in drafting responses to customer complaints.

To ensure the responses are empathetic and helpful, what is a key element to include in the prompt template?

Options:

A.

A direct instruction to the large language model (LLM) to role-play as a character

B.

A list of keywords related to customer complaints

C.

The entire history of the customer's previous interactions with the company

Question 49

Which element in the Omni-Channel Flow should be used to connect the flow with the agent?

Options:

A.

Route Work Action

B.

Assignment

C.

Decision

Question 50

Coral Cloud Resorts wants to handle frequent customer misspellings of package names in queries.

Which approach should the Agentforce Specialist implement?

Options:

A.

Hybrid search

B.

Vector search

C.

Keyword search

Question 51

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?

Options:

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.

Question 52

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 Agentforce apply the power of conversational AI to this use case?

Options:

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 Agent.

Question 53

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 Agentforce Specialist implement to meet this requirement?

Options:

A.

Create an autolaunched flow 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 a screen flow to collect the sales order number and invoke the prompt template using the standard "Prompt Template" flow action.

Question 54

Universal Containers has a new AI project.

What should An Agentforce consider when adding a related list on the Account object to be used in the prompt template?

Options:

A.

After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder.

B.

Prompt Builder must be used to assign the fields from the related list as a JSON format.

C.

The fields for the related list are based on the default page layout of the Account for the current user.

Question 55

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?

Options:

A.

Einstein Service Replies

B.

Einstein Reply Recommendations

C.

Einstein Knowledge Recommendations

Question 56

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.

Question 57

What is one key purpose of action instructions when creating a custom agent action in Agentforce?

Options:

A.

Action instructions help the reasoning engine decide which action to use.

B.

Action instructions define the temperature of the large language model (LLM) powering the Reasoning Engine.

C.

Action instructions tell the user how to call this action in a conversation.

Question 58

What is best practice when refining Agent custom action instructions?

Options:

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.

Question 59

An Agentforce needs to enable the use of Sales Email prompt templates for the sales team. The Agentforce Specialist has already created the templates in Prompt Builder.

According to best practices, which steps should the Agentforce Specialist take to ensure the sales team can use these templates?

Options:

A.

Assign the Prompt Template User permission set and enable Sales Emails in Setup.

B.

Assign the Prompt Template Manager permission set and enable Sales Emails in setup.

C.

Assign the Data Cloud Admin permission set and enable Sales Emails in Setup.

Question 60

Choose 1 option.

Universal Containers (UC) is setting up a new Agentforce Service Agent. The company has sensitive medical product research stored internally and wants to ensure the agent cannot access it.

What should UC da?

Options:

A.

Assign the Agentforce Service Agent user the lowest possible role in the organization's hierarchy to block access.

B.

Disable the Agentforce Service Agent's ability to use any Salesforce custom object or related fields.

C.

Follow the principle of least privilege and avoid granting permission to view the Medical Product object or related

Question 61

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?

Options:

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.

Question 62

Choose 1 option.

Universal Containers (UC) needs to create a prompt template that provides a detailed product description based on the latest product data. The description will be used in marketing materials to ensure consistency and accuracy.

Which prompt template type should UC use?

Options:

A.

Sales Email

B.

Record Summary

C.

Field Generation

Question 63

Universal Containers has a custom Agent action calling a flow to retrieve the real-time status of an order from the order fulfillment system.

For the given flow, what should the Agentforce Specialist consider about the running user's data access?

Options:

A.

The flow must have the "with sharing" permission selected m the advanced settings for the permissions, field-level security, and sharing settings to be respected.

B.

The custom action adheres to the permissions, held-level security, and sharing settings configured in the flow.

. The Agent will always run flows in system mode so the running user's data access will not affect the data returned.

Question 64

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:

A.

Agent Action: Summarize Record

B.

Agent Action: Find Similar Opportunities

C.

Agent Action: Draft or Revise Sales Email

Question 65

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 connector, an analytics dashboard, and a workflow rule

C.

A data stream, a search index, and a retriever

Question 66

Choose 1 option.

Before activating a custom agent action, an AgentForce Specialist would like to evaluate multiple real-world user utterances to ensure the action is being selected appropriately.

Which tool should the AgentForce Specialist recommend?

Options:

A.

Testing Center

B.

AgentForce Builder

C.

Prompt Builder

Question 67

Universal Containers (UC) has configured a data library and wants to restrict indexing of knowledge articles to articles which are only publicly available in their knowledge base, UC also wants the agent to link sources that the large language model (LLM) grounded its response on.

Which settings should help UC with this?

Options:

A.

In the data library setting window, under Knowledge Settings, enable Use Public Knowledge Article and select Show sources,

B.

In the data library setting window, under Knowledge Settings, enable Use Public Knowledge Article. It is not possible to display articles that the LLM grounded its response in.

C.

Use Data Categories to categorize publicly available articles to index. Sources are automatically displayed when knowledge articles are categorized as Public.

Question 68

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. What should the Agentforce Specialist recommend?

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 QA 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.

Question 69

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?

Options:

A.

Call Summaries

B.

Einstein Sales Insights

C.

Call Explorer

Question 70

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?

Options:

A.

Agent

B.

Einstein Sales Summaries

C.

Einstein Work Summaries

Question 71

Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?

Options:

A.

The data source can be changed through the Data Cloud settings.

B.

The Data Retriever can be reconfigured to use a different data source.

C.

The data source cannot be changed after it is selected.  

Question 72

Universal Containers is building a digital shopping assistant that needs to dynamically generate product recommendations using information from the company's external product recommendation predictive model through APIs.

Which Agentforce capability should make it easier for the agent to consume the external product recommendation tool?

Options:

A.

Model Context Protocol (MCP)

B.

Hugging Face

C.

Agent-to-Agent (A2A) protocol

Question 73

An Agentforce configured Data Masking within the Einstein Trust Layer.

How should the Agentforce Specialist begin validating that the correct fields are being masked?

Options:

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.

Question 74

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

Options:

A.

Secure Data Retrieval and Grounding

B.

Data Masking

C.

Prompt Defense

Question 75

Choose 1 option.

Universal Containers (UC) stores case details and updates in several custom fields and custom objects related to the case. UC

would like its Agentforce Service Agent to be able to provide information in these fields and related records as part of an answer

back to its customers when the customer is asking for updates.

Which best practice should UC follow to grant access to this information for the Agentforce Service Agent?

Options:

A.

Update the Object and Field access in the AgentforceServiceAgentUserPsg permission set group that is already

assigned to the Agentforce Service Agent user,

B.

Create a new permission set with the Einstein Agent License and enable Read access to the custom fields and

custom objects, and assign it to the Agentforce Service Agent user.

C.

Update the Object and Field access in the Einstein Agent User Profile so that the Agentforce Service Agents will always get the necessary access.

Question 76

Universal Containers implemented Agent for its users.

One user complains that Agent is not deleting activities from the past 7 days.

What is the reason for this issue?

Options:

A.

Agent Delete Record Action permission is not associated to the user.

B.

Agent does not have the permission to delete the user's records.

C.

Agent does not support the Delete Record action.

Question 77

Choose 1 option.

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 the user click path that led to each agent action.

B.

View session data including user input and agent responses for sessions.

C.

Generate details reports on all agent conversations over any time period.

Question 78

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?

Options:

A.

Enable Einstein Conversation Insights, connect a recording provider, assign permission sets, and customize insights with up to 25 products.

B.

Enable Einstein Conversation Insights, assign permission sets, define recording managers, and customize insights with up to 50 competitor names.

C.

Enable Einstein Conversation Insights, enable sales recording, assign permission sets, and customize insights with up to 50 products.

Question 79

Universal Containers is planning a marketing email about products that most closely match a customer's expressed interests.

What should An Agentforce recommend to generate this email?

Options:

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

Question 80

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 Agentforce Specialist set up to enable UC's sales team?

Options:

A.

Call Summaries

B.

Call Explorer

C.

Call Insights

Question 81

Which object stores the conversation transcript between the customer and the agent?

Options:

A.

Messaging End User

B.

Messaging Session

C.

Case

Question 82

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?

Options:

A.

Agentforce SDR only works with the standard Lead object.

B.

Agentforce SDR only works on Opportunities.

C.

Agentforce SDR only supports custom objects associated with Accounts.

Question 83

At Universal Containers, a sales manager is tackling a tough challenge as several new junior sales reps struggle with objection

handling and price negotiations for complex deals. The manager lacks the time to personally guide each sales rep through their specific customer scenarios before their critical meetings. The junior sales reps have asked for a tool that would allow them to

practice their pitches by simulating tough conversations and receive personalized feedback that is specific to the commerce opportunity they are working on.

Which Salesforce solution should an Agentforce Specialist recommend?

Options:

A.

Employee Coach

B.

SDR Agent

C.

Sales Coach

Question 84

An Agentforce 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 Agentforce Specialist do to identify the root cause of the problem?

Options:

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.

Question 85

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 the company use to address these concerns?

Options:

A.

Agent Builder and Action: Query Records.

B.

Einstein Prompt Builder and Prompt Templates.

C.

Einstein Recommendation Builder.

Question 86

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.

Outbound Omni-Channel Flow

B.

Screen Flow

C.

Prompt Flow