Cyber Monday Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Practice Free Agentforce-Specialist Salesforce Certified Agentforce Specialist (AI-201) Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Salesforce Agentforce-Specialist Exam the most current and reliable questions . To help people study, we've made some of our Salesforce Certified Agentforce Specialist (AI-201) exam materials available for free to everyone. You can take the Free Agentforce-Specialist Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

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?

A.

Agentforce Analytics

B.

Utterance Analysis

C.

Agentforce Session Tracing

Question # 7

In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?

A.

Data preparation focuses on real-time data ingestion and dynamic indexing to generate dynamic grounding reference data without preprocessing steps.

B.

Data preparation entails aggregating, normalizing, and encoding structured datasets to ensure compliance with data governance and security protocols.

C.

Data preparation Involves loading, chunking, vectorizing, and storing content in a search-optimized manner to support retrieval from the vector database.

Question # 8

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?

A.

Sales Email

B.

Record Summary

C.

Field Generation

Question # 9

An Agentforce wants to include data from the response of external service invocation (REST API callout) into the prompt template.

How should the Agentforce 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.

Question # 10

After configuring and saving a Salesforce Agentforce Data Library (regardless of the data source), which components are automatically created and available in Data Cloud?

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 # 11

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

Question # 12

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.

Einstein Sales Assistant

B.

Prompt Builder

C.

Einstein Lead follow-up  

Question # 13

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?

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 # 14

Choose 1 option.

An administrator at Universal Containers has successfully deployed a new agent from a sandbox to production using a change set.

The agent uses a prompt template that invokes a Salesforce flow to perform a complex calculation. In production, when users interact with the agent, it fails with an error message every time the flow is supposed to run. The flow was included in the change set and is present in production.

What is the most likely cause of this issue?

A.

The flow was not manually activated in the production org after the deployment.

B.

The user in production does not have permission to run the flow.

C.

The change set did not include the dependent Apex classes for the flow.

Question # 15

What is the importance of Action Instructions when creating a custom Agent action?

A.

Action Instructions define the expected user experience of an action.

B.

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

C.

Action Instructions tell the large language model (LLM) which action to use.

Question # 16

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 Account Plan

B.

Find Similar Deals

C.

Create Close Plan

Question # 17

Choose 1 option.

Universal Containers has created an Employee Agent.

Which step should an Agentforce Specialist take to connect the agent with a Slack channel?

A.

Create a connection between Salesforce and the Slack workspace.

B.

Create an Omni-Channel flow and connection between Salesforce and the Slack workspace.

C.

Create an embedded service deployment and connection between Salesforce and the Slack workspace.

Question # 18

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.

Messaging

B.

Route Work Action

C.

Live Agent

Question # 19

Coral Cloud Resorts needs consistent pass/fail logic for agent testing.

Which Testing Center capability provides that?

A.

Use customer rating as a proxy for correctness.

B.

Run a script on event logs to identify the failed utterances.

C.

Use structured batch testing with validation per test utterance,

Question # 20

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.

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.

Question # 21

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?

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 # 22

Choose 1 option.

Coral Cloud Resorts is implementing Agentforce retrieval. Customers sometimes type ambiguous terms (for example, “package”

could mean vacation package or baggage).

Which retrieval strategy best balances precision and contextual disambiguation?

A.

Use hybrid search, which combines keyword matching for precision with semantic embeddings for context.

B.

Use semantic search only, which captures intent but may struggle with ambiguous terms when no context is provided.

C.

Use keyword search only, which prioritizes exact term matching but risks missing contextual meaning.

Question # 23

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?

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 # 24

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.

Output Types

Question # 25

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?

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 # 26

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

Question # 27

Universal Containers (UC) is tracking web activities in Data Cloud for a unified contact, and wants to use that in a prompt template to help extract insights from the data.

Assuming that the Contact object is one of the objects associated with the prompt template, what is a valid way for DC to do this?

A.

Call the prompt directly from Data Cloud with a web tracing activity included in the prompt definition.

B.

Add the activity records as an enrichment related list to the Contact then pass the Contact into a prompt template workspace using related list grounding.

C.

Create a prompt template that takes a list of all Data Cloud activity records as input to pass to the large language model (LLM).

Question # 28

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

Which type of prompt template should UC use?

A.

Field Generation prompt template

B.

Flex Prompt template

C.

Sales Email prompt template

Question # 29

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?

A.

SDR Agent

B.

Sales Coach

C.

Commerce Agent

Question # 30

Universal Containers wants to test agents while preserving real data and isolating from production.

Which environment should the company use with Testing Center?

A.

Use personal developer orgs unrepresentative of production data,

B.

Use production org directly with test assertions.

C.

Use sandbox environments replicated from production for safe testing,

Question # 31

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?

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 # 32

When a verified customer in a help center says, “I want to upgrade my service plan,” an AI agent needs to complete the following tasks:

Verify identity and entitlement.

Create a new quote.

Calculate a prorated upgrade amount.

Escalate to an Account Executive (AE) only if the reorder exceeds USD 25,000.

Which type of agent should an AgentForce Specialist build to support this use case?

A.

Service Agent to resolve the case end-to-end and create a new opportunity for the sales team

B.

Sales Agent to handle the upsell and large-deal escalation

C.

Employee Agent to orchestrate internal logistics and finance

Question # 33

Universal Containers is interested in using Call Explorer to quickly gain insights from meetings recorded by its sales team.

What should the Agentforce Specialist be aware of before enabling this feature?

A.

Call Explorer operates independently of Salesforce Knowledge, requiring no prior setup.

B.

Custom Call Explorer actions need to be built before it can be configured.

C.

Call Explorer requires the Einstein Conversation Insights permission set to be enabled.

Question # 34

Universal Containers (UC) is looking to enhance its operational efficiency. UC has recently adopted Salesforce and is considering implementing Agent to improve its processes.

What is a key reason for implementing Agent?

A.

Improving data entry and data cleansing

B.

Allowing AI to perform tasks without user interaction

C.

Streamlining workflows and automating repetitive tasks

Question # 35

After an agent selects a topic, what is an important factor the reasoning engine uses to select the action?

A.

The priority given to each action

B.

The explicit order of actions in the topic

C.

The name and instructions of the actions

Question # 36

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?

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 # 37

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

A.

Run a report on the Platform Debug Logs.

B.

Query the Agent log data using the Metadata API.

C.

Run Agent Analytics.

Question # 38

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, 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 # 39

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?

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 # 40

Choose 1 option.

How does Agentforce select the correct action to resolve a user's request?

A.

Each topic contains a list of the matching action’s user utterances so that the agent can map the user request to the right topic and action.

B.

The large language model (LLM) selects the right topic and action, if they exist. If there are no matches, the LLM attempts to answer the user's request.

C.

The reasoning engine identifies the agent action to be executed by its name and action input instructions.

Question # 41

During configuration, Universal Containers (UC) forgot to grant Knowledge access to the Agentforce Service Agent.

Which permission must UC add for the agent to interact with Knowledge articles and answer customer questions effectively?

A.

Allow View Knowledge and Run Flows

B.

Access Knowledge records and fields, and Allow View Knowledge

C.

Access Custom Objects and Manage External Users

Question # 42

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.

The Apex classes must have at least 75% code coverage from unit tests, and all dependencies must be in the deployment package.

B.

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.

C.

The Apex classes may bypass the 75% code coverage requirement as long as they are only used by the agent.

Question # 43

An Agentforce is creating a custom action for Agentforce.

Which setting should the a ensure the action performs as expected?

A.

Action Name

B.

Action Input

C.

Action Instructions

Question # 44

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?

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 # 45

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.

Question # 46

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

Question # 47

Universal Containers is indexing millions of product manuals where users may ask both structured queries (model numbers) and

natural language questions (for example, “How do I reset my device?"),

Which retrieval approach should the company use?

A.

Use keyword search only, since model numbers dominate queries.

B.

Use semantic search only, as natural language is always preferred.

C.

Use hybrid search to combine keyword precision with semantic flexibility.

Question # 48

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

Question # 49

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

Question # 50

Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents.

Which method should UC's agent choose to dynamically use the best API service?

A.

Agent-to-Agent (A2A) protocol support

B.

Model Context Protocol (MCP) server support

C.

MuleSoft connector for custom hosted processes

Question # 51

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

A.

Prompt Execute Template permission set

B.

Prompt Template User permission set

C.

Prompt Template Manager permission set

Question # 52

Universal Containers wants to automatically populate the Description field on the Account object.

A.

Sales Email

B.

Flex

C.

Field Generation

Question # 53

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)?

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 # 54

When using a prompt template, what should an Agentforce Specialist consider with their grounding data and chosen model?

A.

Review the token limit in the Einstein Trust Layer.

B.

Ensure queries used for grounding employ offset so the token limits of models are not exceeded.

C.

Review the model limitation in Prompt Builder versus the grounding data size.

Question # 55

An Agentforce is considering using a Field Generation prompt template type.

What should the Agentforce 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

Question # 56

An Agentforce 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 Agentforce 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.

Question # 57

How is Data Cloud leveraged by the Answer Questions with Knowledge action in Agentforce?

A.

Data Cloud is not required; the articles can be accessed directly from the CRM by the agent.

B.

Data Cloud stores and manages the Indexed Knowledge articles.

C.

Data Cloud provides the real-time data streams that update the Knowledge articles.  

Question # 58

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.

A.

Matched opportunities were created in the last 12 months.

B.

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

C.

Matched opportunities are limited to the same account.

Question # 59

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?

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 # 60

What is the role of the large language model (LLM) in executing an Agent 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

Question # 61

Universal Containers (UC) would like to implement the Sales Development Representative (SDR) Agent. Which channel consideration should UC be aware of while implementing it?

A.

SDR Agent must be deployed in the Messaging channel.

B.

SDR Agent only works in the Email channel.

C.

SDR Agent must also be deployed on the company website.

Question # 62

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?  

A.

It automates the ingestion, taxonomical classification and storage of knowledge in Data Cloud for precision keyword search 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.

C.

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.

Question # 63

Choose 1 option.

Universal Containers (UC) has registered an external service and created a template-triggered prompt flow that invokes the external service to fetch data from a REST API. UC now needs to make the response data from the external service usable inside a prompt template as a merge field when the template runs.

How should UC meet this requirement?

A.

Use External Service Record merge fields.

B.

Convert the JSON to an XML merge field.

C.

Use the ‘Add Prompt Instructions’ flow element.

Question # 64

Universal Containers wants an AI agent to answer questions about warranties using unstructured data stored in Data Cloud. Results must be filterable by product line and ranked by recent updates.

A.

Use the default retriever which automatically accounts for recency ranking.

B.

Build a custom retriever in Einstein Studio with product line filters and recency ranking.

C.

Apply semantic embeddings with default metadata filters to achieve the desired result.

Question # 65

Choose 1 option.

Coral Cloud Resorts is about to start testing its concierge agent with guests.

Which metrics should be captured to monitor the performance, correctness, and user experience?

A.

Agent performance, token usage, and conversation duration

B.

Response performance, tone, and CSATs

C.

Response times, accuracy and relevance of answers, and resolution success

Question # 66

The AgentForce Specialist for Cloud?Kicks wants to create an agent that will allow the sales staff to schedule their daily tasks and assist in providing detailed explanations behind product prices and deals. Following Salesforce best practices, which type of agent should they create?

A.

Service Agent

B.

Employee Agent

C.

Sales Agent

Question # 67

An Agentforce is creating a custom action in Agent.

Which option is available for the Agentforce Specialist to choose for the custom copilot action?

A.

Apex trigger

B.

SOQL

C.

Flows

Question # 68

Universal Containers is evaluating Einstein Generative AI features to improve the productivity of the service center operation.

Which features should the Agentforce Specialist recommend?

A.

Service Replies and Case Summaries

B.

Service Replies and Work Summaries

C.

Reply Recommendations and Sales Summaries

Question # 69

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 is not assigned the correct Agent Type License.

B.

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

C.

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

Question # 70

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?

A.

Create a custom Agent action which calls a flow.

B.

Configure the Integration Flow Standard Action in Agent Builder.

C.

Create a Flex prompt template in Prompt Builder.  

Question # 71

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: Summarize Record

B.

Agent Action: Find Similar Opportunities

C.

Agent Action: Draft or Revise Sales Email

Question # 72

Choose 1 option.

Universal Containers (UC) wants to deploy an Agentforce Service Agent to support customers via a web experience. UC uses a

Digital Experience site and wants to enable messaging for logged-in users. The customer needs to pass the membership number

to the agent for which a pre-chat variable is available.

What is a required step to connect the agent to the Digital Experience site using Messaging for In-App and Web?

A.

Configure a messaging Lightning web component using standard or custom Lightning Type for Agentforce.

B.

Create an Omni-Channel flow that routes messages to the agent.

C.

Configure MuleSoft to establish a secure API tunnel between the agent and the Digital Experience site.

Question # 73

Universal Containers, dealing with a high volume of chat inquiries, implements Einstein Work Summaries to boost productivity.

After an agent-customer conversation, which additional information does Einstein generate and fill, apart from the "summary"'

A.

Sentiment Analysis and Emotion Detection

B.

Draft Survey Request Email

C.

Issue and Revolution

Question # 74

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 data scientist?

A.

Prompt Template Manager and Prompt Template User

B.

Data Cloud Admin and Prompt Template Manager

C.

Prompt Template User and Data Cloud Admin

Question # 75

Universal Containers (UC) wants to implement an AI-powered customer service agent that can:

Retrieve proprietary policy documents that are stored as PDFs.

Ensure responses are grounded in approved company data, not generic LLM knowledge.What should UC do first?

A.

Set up an Agentforce Data Library for AI retrieval of policy documents.

B.

Expand the AI agent's scope to search all Salesforce records.

C.

Add the files to the content, and then select the data library option.

Question # 76

Choose 1 option.

Universal Containers is setting up the data library configuration within the Agentforce Builder.

What is true regarding Agentforce Data Libraries?

A.

Only data library owners can assign it to the agent.

B.

Each data category can only have one data library.

C.

An agent can have only one data library assigned to it.

Question # 77

An administrator at Universal Containers is setting up a new Sales Development Representative (SDR) Agent. The agent's purpose is to nurture cold leads before connecting them to the assigned sales rep.

To ensure the agent has all the necessary access to the leads in the North America sales region, what should the administrator data?

A.

Assign the user in the highest-level role within the North America role hierarchy as the SDR Agent User.

B.

Grant View All record permission of the Lead object to the ‘Einstein Agent User’ profile,

C.

Create a criteria-based sharing rule to grant access to targeted lead records to SDR Agent User.

Question # 78

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?

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 # 79

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?

A.

Record Summary

B.

Sales Email

C.

Field Generation

Question # 80

Universal Containers (UC) configured a new PDF file ingestion in Data Cloud with all the required fields, and also created the mapping and the search Index. UC Is now setting up the retriever and notices a required fleld is missing.

How should UC resolve this?

A.

Create a new custom Data Cloud object that includes the desired field.

B.

Update the search index to include the desired field.

C.

Modify the retriever's configuration to include the desired field..

Question # 81

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. What should UC do to ensure only relevant data is retrieved?

A.

Define filters to narrow the search results based on specific conditions.

B.

Change the search index to a different data model object (DMO).

C.

Increase the maximum number of results returned to capture a broader dataset.

Question # 82

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

Question # 83

Which scenario best demonstrates when an Agentforce Data Library is most useful for improving an AI agent’s response accuracy?

A.

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.

B.

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.

C.

When data is being retrieved from Snowflake using zero-copy for vectorization and retrieval.

Question # 84

Choose 1 option.

Universal Containers (UC) needs to create a custom prompt template that can be called from a Lightning web component.

Which prompt template type should UC create?

A.

Field Generation

B.

Sales Email

C.

Flex

Question # 85

The Agentforce Specialist for Coral Cloud Resorts wants to create an agent that will automate the resolution of a large portion of guest complaints related to their vacation experiences. The agent will be able to offer upgrades, hotel credit, and other complimentary options. The agent will also be in charge of escalating the case to a human when a guest has suffered a major disruption (such as cancellation).

Following Salesforce best practices, which type of agent should the Agentforce Specialist create?

A.

Sales A Agent with a Flex prompt template

B.

Custom Agent with a Flex prompt template

C.

Service Agent with a Flex prompt template

Question # 86

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?

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 # 87

An Agentforce Specialist wants to ensure their custom agent action performs as expected in conversations.

What should the Agentforce Specialist focus on when creating action instructions?

A.

Write concise agent action instructions and test in Agentforce Builder.

B.

Ensure the agent action label matches the utterance’s intent.

C.

Include comprehensive detailed descriptions and perform smoke testing.

Question # 88

What is a valid use case for Data Cloud retrievers?

A.

Returning relevant data from the vector database to augment a prompt.

B.

Grounding data from external websites to augment a prompt with RAG.

C.

Modifying and updating data within the source systems connected to Data Cloud.

Question # 89

What should Universal Containers consider when deploying an Agentforce Service Agent with multiple topics and Agent Actions to production?

A.

Deploy agent components without a test run in staging, relying on production data for reliable results. Sandbox configuration alone ensures seamless production deployment.

B.

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.

C.

Deploy flows or Apex after agents, topics, and Agent Actions to avoid deployment failures and potential production agent issues requiring complete redeployment.

Agentforce-Specialist PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Agentforce-Specialist PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Salesforce Certified Agentforce Specialist (AI-201)
  • Last Update: Dec 4, 2025
  • Questions and Answers: 298
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Agentforce-Specialist Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included