New Year Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

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

Questions 4

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.

Options:

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.

Buy Now
Questions 5

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.

Buy Now
Questions 6

Universal Containers has a strict change management process that requires all possible configuration to be completed in a sandbox which will be deployed to production. The Agentforce Specialist is tasked with setting up Work Summaries for Enhanced Messaging. Einstein Generative AI is already enabled in production, and the Einstein Work Summaries permission set is already available in production.

Which other configuration steps should the Agentforce Specialist take in the sandbox that can be deployed to the production org?

Options:

A.

create custom fields to store Issue, Resolution, and Summary; create a Quick Action that updates these fields: add the Wrap Up component to the Messaging Session record paae layout: and create Permission Set Assignments for the intended Agents.

B.

From the Epstein setup menu, select Turn on Einstein: create custom fields to store Issue, Resolution, and Summary: create a Quick Action that updates these fields: and add the wrap up componert to the Messaging session record page layout.

C.

Create custom fields to store issue, Resolution, and Summary; create a Quick Action that updates these fields: and ado the Wrap up component to the Messaging session record page lavcut.

Buy Now
Questions 7

An Agentforce at Universal Containers is working on a prompt template to generate personalized emails for product demonstration requests from customers. It is important for the Al-generated email to adhere strictly to the guidelines, using only associated opportunity information, and to encourage the recipient to take the desired action.

How should the Agentforce Specialist include these instructions on a new line in the prompt template?

Options:

A.

Surround them with triple quotes (""").

B.

Make sure merged fields are defined.

C.

Use curly brackets {} to encapsulate instructions.

Buy Now
Questions 8

Universal Containers deployed the new Agentforce Sales Development Representative (SDR) Into production, but sales reps are saying they can't find it. What is causing this issue?  

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.  

Buy Now
Questions 9

A service manager wants to use Salesforce Prompt Builder to help agents summarize customer case notes after a support call.

The summary should:

* Capture the customer's issue, troubleshooting steps taken, and next actions.

* Be no longer than five sentences.

* Use plain language (no technical jargon).

If no next action is identified, the summary should explicitly state "No next action required.”

Which prompt template fallows Salesforce prompt design best practices?

required.”

Format: Use numbered sentences for clarity.

Options:

A.

Role: You are an experienced support agent. Task: Summarize the case notes, Context: Include customer issue, troubleshooting steps, and next actions. Constraints: Limit to 5 sentences, use plain language, and if no next action is found, state “No next action

B.

Role: You are a support agent writing a case summary. Task: Provide a professional summary of the issue and troubleshooting steps. Contest: Include customer issue, steps taken, and next actions if available. Constraints: No strict sentence limit, but use plain language. If no next action is found, leave it out. Format: Use paragraphs for readability.

C.

Role: You are a case documentation assistant, Task: Write a summary of the support call. Context: Always describe the customer issue, troubleshooting, and resolution details. Constraints: The summary should be comprehensive and professional, but there is no limit on length or language style. Format: Use complete sentences in a narrative style.

Buy Now
Questions 10

Choose 1 option.

Universal Containers’ administrator has developed a new agent in a sandbox environment and now wants to deploy it to

production.

What should the administrator do to deploy an agent?

Options:

A.

Manually recreate the agent configuration, topics, and actions in production because change sets cannot be used,

B.

Export agent components as JSON files and manually import them inte production using the Metadata API.

C.

Create an outbound change set with all the necessary agent components, then upload to production.

Buy Now
Questions 11

Universal Containers wants to use an Al agent to answer questions about warranties, Warranty information has already been uploaded as unstructured data in Data Cloud. When answering user questions, the results must be filterable by product line and ranked by recent updates.

Which approach should the Agentforce Specialist implement?

Options:

A.

Use the default retriever which automatically accounts for regency ranking.

B.

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

C.

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

Buy Now
Questions 12

Universal Containers wants to use an existing prompt template inside Flow as part of automation.

Options:

A.

Invocable Apex

B.

Einstein for Flow

C.

Flow action

Buy Now
Questions 13

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

Options:

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.

Buy Now
Questions 14

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  

Buy Now
Questions 15

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

Buy Now
Questions 16

Universal Containers (UC) is rolling out an AI-powered support assistant to help customer service agents quickly retrieve relevant troubleshooting steps and policy guidelines. The assistant relies on a search index in Data Cloud that contains product manuals, policy documents, and past case resolutions. During testing, UC notices that agents are receiving too many irrelevant results from older product versions that no longer apply. How should UC address this issue?

Options:

A.

Modify the search index to only store documents from the last year and remove older records.

B.

Create a custom retriever in Einstein Studio, and apply filters for publication date and product line.

C.

Use the default retriever, as it already searches the entire search index and provides broad coverage.

Buy Now
Questions 17

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?

Options:

A.

Service Agent

B.

Employee Agent

C.

Sales Agent

Buy Now
Questions 18

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?

Options:

A.

Field Generation

B.

Sales Email

C.

Flex

Buy Now
Questions 19

Choose 1 option.

An Agentforce Specialist is building a Flex prompt template.

Which best practice should the Agentforce Specialist follow when creating the Flex prompt template?

Options:

A.

Provide the large language model (LLM) with contextual information and give it a role such as a sales or support rep.

B.

Ground the large language model (LLM) with account data and create a custom field account summary to store the LLM-generated response.

C.

Ground the large language model (LLM) with a retriever and create a custom field to store the LLM-generated Response.

Buy Now
Questions 20

Universal Containers wants to leverage the Record Snapshots grounding feature in a prompt template. What preparations are required?

Options:

A.

Configure page layout of the master record type.

B.

Create a field set for all the fields to be grounded.

C.

Enable and configure dynamic form for the object.

Buy Now
Questions 21

What is an appropriate use case for leveraging Agentforce Sales Agent in a sales context?

Options:

A.

Enable a sates team to use natural language to invoke defined sales tasks grounded in relevant data and be able to ensure company policies are applied. conversationally and in the now or work.

B.

Enable a sales team by providing them with an interactive step-by-step guide based on business rules to ensure accurate data entry into Salesforce and help close deals fatter.

C.

Instantly review and read incoming messages or emails that are then logged to the correct opportunity, contact, and account records to provide a full view of customer interactions and communications.

Buy Now
Questions 22

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.

Buy Now
Questions 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.

Buy Now
Questions 24

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.

Buy Now
Questions 25

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

Buy Now
Questions 26

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?

Options:

A.

Prompt Template Manager and Prompt Template User

B.

Data Cloud Admin and Prompt Template Manager

C.

Prompt Template User and Data Cloud Admin

Buy Now
Questions 27

What is the main purpose of Prompt Builder?

Options:

A.

A tool for developers to use in Visual Studio Code that creates prompts for Apex programming, assisting developers in writing code more efficiently.

B.

A tool that enables companies to create reusable prompts for large language models (LLMs), bringing generative AI responses to their flow of work

C.

A tool within Salesforce offering real-time Al-powered suggestions and guidance to users, Improving productivity and decision-making.

Buy Now
Questions 28

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

Buy Now
Questions 29

Choose 1 option.

Coral Cloud Resorts wants to cover a broad range of user phrasing when testing its FAQ agent.

Which Testing Center feature meets that need?

Options:

A.

Al-generated synthetic test utterances based on natural language variations

B.

Uploading only a small set of manually written prompts

C.

Relying on live customer logs to capture phrasing diversity after deployment

Buy Now
Questions 30

A data science team has trained an XGBoost classification model for product recommendations on Databricks. The Agentforce Specialist is tasked with bringing inferences for product recommendations from this model into Data Cloud as a stand-alone data model object (DMO).

How should the Agentforce Specialist set this up?

Options:

A.

Create the serving endpoint in Databricks, then configure the model using Model Builder.

B.

Create the serving endpoint in Einstein Studio, then configure the model using Model Builder.

C.

Create the serving endpoint in Databricks, then configure the model using a Python SDK connector.

Buy Now
Questions 31

Universal Containers (UC) is Implementing Service AI Grounding to enhance its customer service operations. UC wants to ensure that its AI- generated responses are grounded in the most relevant data sources. The

team needs to configure the system to include all supported objects for grounding.

Which objects should UC select to configure Service AI Grounding?

Options:

A.

Case, Knowledge, and Case Notes

B.

Case and Knowledge

C.

Case, Case Emails, and Knowledge

Buy Now
Questions 32

Cloud Kicks (CK) is launching a new partner portal on Experience Cloud, CK wants to provide partners with an agent that can answer questions about product specifications from the knowledge base and allow them to submit a new Lead for a potential customer they've identified. The agent must be accessible only to authenticated partner users on the portal.

Which agent type is required to meet this scenario?

Options:

A.

Sales Agent

B.

Commerce Agent

C.

Service Agent

Buy Now
Questions 33

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

What is causing the problem?

Options:

A.

The Prompt Template User permission set was not assigned correctly.

B.

The Prompt Template Manager permission set was not assigned correctly.

C.

The large language model (LLM) was not configured correctly in Data Cloud.

Buy Now
Questions 34

An Agentforce Specialist is tasked with analyzing Agent interactions, looking into user inputs, requests, and queries to identify patterns and trends. What functionality allows the Agentforce Specialist to achieve this?

Options:

A.

Agent Event Logs dashboard.

B.

AI Audit and Feedback Data dashboard.

C.

User Utterances dashboard.

Buy Now
Questions 35

Universal Containers (UC) uses Salesforce Service Cloud to support its customers and agents handling cases. UC is considering implementing Agent and extending Service Cloud to mobile users.

When would Agent implementation be most advantageous?

Options:

A.

When the goal is to streamline customer support processes and improve response times

B.

When the main objective is to enhance data security and compliance measures

C.

When the focus is on optimizing marketing campaigns and strategies

Buy Now
Questions 36

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

Buy Now
Questions 37

Choose 1 option.

An AgentForce Specialist wants to troubleshoot an agent that is hallucinating weblinks. The agent has an action that uses a prompt template, which is using a knowledge retriever, to generate the output text that the agent will use.

Which process is appropriate to find the root cause of the hallucination behavior?

Options:

A.

Examine the topic name and classification description for hallucination guardrails.

B.

Examine the prompt instructions and contents of the chunks shown in the resolved prompt output.

C.

Examine the topic instructions and ensure the word "ALWAYS" is used in the hallucination guardrails.

Buy Now
Questions 38

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

Buy Now
Questions 39

Universal Containers (UC) has a mature Salesforce org with a lot of data in cases and Knowledge articles. UC is concerned that there are many legacy fields, with data that might not be applicable for Einstein AI to draft accurate email responses.

Which solution should UC use to ensure Einstein AI can draft responses from a defined data source?

Options:

A.

Service AI Grounding

B.

Work Summaries

C.

Service Replies

Buy Now
Questions 40

Choose 1 option.

Universal Containers (UC) plans to answer questions based on similar cases that have been successfully resolved in the past.

What should UC consider when implementing this approach?

Options:

A.

No action is needed, as past cases are used to answer the question.

B.

Create a data model object (DMO) based on Case object and create an index on it.

C.

Create an unstructured data model object (UDMO) based on Case object and create an index on it.

Buy Now
Questions 41

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

Options:

A.

Einstein Reply Recommendations and Case Classification

B.

Einstein Reply Recommendations and Case Summaries

C.

Einstein Service Replies and Work Summaries

Buy Now
Questions 42

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?

Options:

A.

REST API

B.

Metadata API

C.

SOAP API

Buy Now
Questions 43

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,

Buy Now
Questions 44

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

Which environment should the company use with Testing Center?

Options:

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,

Buy Now
Questions 45

An Agentforce Specialist wants to troubleshoot their Agent’s performance. Where should the Agentforce Specialist go to access all user interactions with the Agent, including Agent errors, incorrectly triggered actions, and incomplete plans?

Options:

A.

Plan Canvas

B.

Agent Settings

C.

Event Logs

Buy Now
Questions 46

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

Options:

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.

Buy Now
Questions 47

Which business requirement presents a good use case for leveraging Einstein Prompt Builder?

Options:

A.

Forecast future sales trends based on historical data.

B.

Identify potential high-value leads for targeted marketing campaigns.

C.

Send reply to a request for proposal via a personalized email.

Buy Now
Questions 48

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.

Record Summary

B.

Sales Email

C.

Field Generation

Buy Now
Questions 49

Universal Containers plans to enhance the customer support team's productivity using AI.

Which specific use case necessitates the use of Prompt Builder?

Options:

A.

Creating a draft of a support bulletin post for new product patches

B.

Creating an Al-generated customer support agent performance score

C.

Estimating support ticket volume based on historical data and seasonal trends

Buy Now
Questions 50

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:

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.  

Buy Now
Questions 51

Coral Cloud Resorts wants visibility into credit usage associated with testing.

Which feature supports this?

Options:

A.

Agentforce Analytics

B.

B. Digital Wallet

C.

Testing Center

Buy Now
Questions 52

Choose 1 option.

Universal Containers wants to systematically validate agent responses before deployment using a scalable testing process.

Which Testing Center approach should the company implement?

Options:

A.

Upload a structured CSV test template and run batch test cases in Testing Center.

B.

Manually interact with the agent in Builder until responses seem correct.

C.

Use pilot users in production to flag incorrect responses post-launch.

Buy Now
Questions 53

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

Buy Now
Questions 54

An Agentforce is creating a custom action for Agentforce.

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

Options:

A.

Action Name

B.

Action Input

C.

Action Instructions

Buy Now
Questions 55

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

Buy Now
Questions 56

Universal Containers (UC) wants to use Generative AI Salesforce functionality to reduce Service Agent handling time by providing recommended replies based on the existing Knowledge articles. On which AI capability should UC train the service agents?

Options:

A.

Service Replies

B.

Case Replies

C.

Knowledge Replies

Buy Now
Questions 57

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.

Buy Now
Questions 58

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?

Options:

A.

Create a prompt template passing in a special custom object that connects the records temporarily.

B.

Create a prompt template-triggered flow to access the data from standard and custom objects.

C.

Create a Flex template to add resources with standard and custom objects as inputs.

D.

Use a Record Snapshot to combine data from unrelated objects into a single prompt.

Buy Now
Questions 59

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.

Buy Now
Questions 60

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

Buy Now
Questions 61

What is the purpose of applying filters in a custom retriever configuration?

Options:

A.

Filters narrow the search results by applying up to 10 conditions based on fields defined in the search index, thereby enhancing the relevancy of the content returned.

B.

Filters automatically encrypt and mask sensitive fields in the search index to ensure that only non-confidential information is retrieved for public queries.

C.

Filters reformat and aggregate multiple documents into a single summary output to streamline and unify retriever output for more efficient and accurate Al grounding.

Buy Now
Questions 62

Universal Containers wants to use an external large language model (LLM) in Prompt Builder.

What should An Agentforce recommend?

Options:

A.

Use Apex to connect to an external LLM and ground the prompt.

B.

Use BYO-LLM functionality in Einstein Studio.

C.

Use Flow and External Services to bring data from an external LLM.

Buy Now
Questions 63

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

Options:

A.

Masked data will be de-masked during response journey.

B.

Masked data will be de-masked during request journey.

C.

Responses that do not meet the relevance threshold will be automatically rejected.

Buy Now
Questions 64

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.

Buy Now
Questions 65

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.

Buy Now
Questions 66

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.

Buy Now
Questions 67

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.

Buy Now
Questions 68

Choose 1 option.

When is the Agent-to-Agent (A2A4) protocol an appropriate communication choice?

Options:

A.

When agents need to invoke third-party API

B.

When agents need to access tools

C.

When agents need to collaborate

Buy Now
Questions 69

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?

Options:

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.

Buy Now
Questions 70

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

Buy Now
Questions 71

Universal Containers (UC) is implementing Agentforce Service Agent on Email, UC made an email template and now needs to

connect it to a Service Agent.

What should an Agentforce Specialist recommend?

Options:

A.

Create an Email Configuration for the Service Agent.

B.

Create an Omni-Channel flow to point to an email template.

C.

No action needed; the Service Agent connects automatically.

Buy Now
Questions 72

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

Buy Now
Questions 73

A business stakeholder wants to use Al to generate a summary based on Data Cloud data.

Which method(s) should the stakeholder use to access Data Cloud data from Prompt Builder?

Options:

A.

Accessing data model objects (DMQs) directly in Flex templates, using Data Cloud related lists, and fetching Data Cloud data using prompt-initiated flows

B.

Using Data Cloud related lists and fetching Data Cloud data using prompt-initiated flows

C.

Using only external APIs to import Data Cloud data into Prompt Builder

Buy Now
Questions 74

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

Buy Now
Questions 75

Universal Containers’ current AI data masking rules do not align with organizational privacy and security policies and requirements.

What should An Agentforce recommend to resolve the issue?

Options:

A.

Enable data masking for sandbox refreshes.

B.

Configure data masking in the Einstein Trust Layer setup.

C.

Add new data masking rules in LLM setup.

Buy Now
Questions 76

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?

Options:

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.

Buy Now
Questions 77

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.

Buy Now
Questions 78

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

field.

What is the most likely cause of the issue?

Options:

A.

The user does not have the Prompt Template User permission set assigned.

B.

The prompt template associated with summary field is not activated for that user.

C.

The user does not have the field Generative AI User permission set assigned.

Buy Now
Questions 79

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

Buy Now
Questions 80

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

Buy Now
Questions 81

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.

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.

Buy Now
Questions 82

After creating a foundation model in Einstein Studio, which hyperparameter should An Agentforce use to adjust the balance between consistency and randomness of a response?

Options:

A.

Presence Penally

B.

Variability

C.

Temperature

Buy Now
Questions 83

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.

Buy Now
Questions 84

An Agentforce Specialist is creating a custom agent action. The topic is selected correctly, but the action is not.

Which setting should the Agentforce Specialist test and iterate on to ensure the action performs as expected?

Options:

A.

Action Scape

B.

Action Instructions

C.

Classification Description

Buy Now
Questions 85

A Salesforce Agentforce Specialist is reviewing the feedback from a customer about the ineffectiveness of the prompt template.

What should the Agentforce Specialist do to ensure the prompt template's effectiveness?

Options:

A.

Monitor and refine the template based on user feedback.

B.

Use the Prompt Builder Scorecard to help monitor.

C.

Periodically change the templates grounding object.

Buy Now
Questions 86

A sales rep at Universal Containers is extremely busy and sometimes will have very long sales calls on voice and video calls and might miss key details. They are just starting to adopt new generative AI

features.

Which Einstein Generative AI feature should An Agentforce recommend to help the rep get the details they might have missed during a conversation?

Options:

A.

Call Summary

B.

Call Explorer

C.

Sales Summary

Buy Now
Questions 87

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.

Options:

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.

Buy Now
Questions 88

How does an Agent respond when it can’t understand the request or find any requested information?

Options:

A.

With a preconfigured message, based on the action type.

B.

With a general message asking the user to rephrase the request.

C.

With a generated error message.

Buy Now
Questions 89

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

Which AI capability should UC use?

Options:

A.

Einstein Email Replies

B.

Einstein Service Replies for Email

C.

Einstein Generative Service Replies for Email

Buy Now
Exam Name: Salesforce Certified Agentforce Specialist (AI-201)
Last Update: Dec 14, 2025
Questions: 298

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now Agentforce-Specialist testing engine

PDF (Q&A)

$31.5  $104.99
buy now Agentforce-Specialist pdf
dumpsmate guaranteed to pass

24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 14 Dec 2025