Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

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

Questions 4

Universal Containers (UC) has built a custom retriever in AI Models, formerly Einstein Studio, to ground AI responses with technical documentation. UC now requires that a summary field from the search index be included in the output to provide a brief overview of each retrieved document.

What is the recommended course of action for UC?

Options:

A.

Create a completely new custom retriever with an entirely revised configuration that incorporates the summary field, and delete the current retriever. Editing the existing retriever is not possible.

B.

Edit the existing retriever version to add the summary field to the list of fields returned by the retriever, save the changes, and activate the new version so that prompt templates use the updated configuration.

C.

Use only the default retriever, which will automatically include all available fields from the search index, including the summary field, without any need to create or manage custom retrievers.

Buy Now
Questions 5

An Agentforce Specialist is assisting Universal Containers with troubleshooting an agent. The Agentforce Specialist notices that the agent is not using topic actions in the desired sequence, causing inconsistent outcomes.

Which technique should the Agentforce Specialist recommend to ensure deterministic control over the order in which actions are executed?

Options:

A.

Specify the large language model (LLM) provider and version.

B.

Specify custom variables and filters.

C.

Specify the order of actions.

Buy Now
Questions 6

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.

Buy Now
Questions 7

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.

Buy Now
Questions 8

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 9

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 10

Universal Containers is building an Agentforce Service Agent to handle order cancellations. The Agentforce Specialist needs to ensure that a critical “Check Cancellation Eligibility” action is executed deterministically on every relevant turn, without relying on the reasoning engine’s discretion to choose the tool. During a code review, a junior developer asks why the Agentforce Specialist called the action using the run @actions.name command instead of simply listing the action under the reasoning.actions block.

What must the Agentforce Specialist explain regarding the difference between these two invocation methods?

Options:

A.

Both patterns execute the action on every turn automatically; the difference is purely syntactic, as the run command is simply the newer notation for Agent Script.

B.

The run command is only valid when nested inside reasoning.actions blocks to pass parameters; the Agentforce Specialist must list it under reasoning.actions for the large language model (LLM) to access it.

C.

Listing an action under reasoning.actions makes it a subjective tool that the large language model (LLM) decides whether to call; calling it with the run command forces guaranteed execution every time.

Buy Now
Questions 11

An Agentforce Specialist is evaluating an agent conversation.

What is the reason why intents and session metrics within Observability are important to consider?

Options:

A.

To evaluate the agent’s overall performance

B.

To evaluate why the agent was unable to answer a user’s question

C.

To evaluate the deflection rate of the agent

Buy Now
Questions 12

An Agentforce Specialist deployed a Service Agent to an Experience Cloud site and enabled Credential-Based User Verification. The specialist notices that all Data Manipulation Language (DML) record updates are showing the “Last Modified By” user as the authenticated Community User instead of the Agent User.

What should the specialist explain to the business about the effect on audit fields?

Options:

A.

Credential-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

B.

The Flow execution mode for the agent is set to System Context Without Sharing.

C.

Token-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

Buy Now
Questions 13

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

After provisioning Data Cloud, which step must an Al Specialist take to make this option available to NTO?

Options:

A.

Turn on Agent.

B.

Turn on Einstein Generative AI.

C.

Turn on Prompt Builder.

Buy Now
Questions 14

Based on the user utterance, ' Show me all the customers in New York ' , which standard Agent action will the planner service use?

Options:

A.

Query Records

B.

Fetch Records

C.

Select Records  

Buy Now
Questions 15

Universal Containers has deployed a Service Agent to production that handles billing, returns, and technical support across 12 subagents, formerly known as topics. Following a business process change, the Agentforce Specialist updates the Billing subagent instructions to include a new refund escalation path. Within days, the customer experience team reports that billing interactions are intermittently routing to the General FAQ subagent instead.

Which approach is most effective in helping to diagnose the cause and confirm the full extent of the impact?

Options:

A.

Enable Utterance Analysis in the production org to review conversation logs for misrouted interactions, then iteratively adjust the Billing subagent instructions in Agent Builder until the misrouting rate falls below an acceptable threshold.

B.

Replicate each suspected failure scenario manually in Agentforce Builder’s Conversation Preview, document the subagent selection results, and update the Billing subagent instructions before redeploying the agent.

C.

Re-run the stored test suite in Agentforce Testing Center against the modified agent, review Subagent Pass % and Action Pass % metrics to isolate regressions, then extend the suite to cover the refund escalation path.

Buy Now
Questions 16

Universal Containers is deploying two agents simultaneously: an internal Sales Productivity Agent for employees and a customer-facing Service Agent on its Experience Cloud site. An Agentforce Specialist is configuring permissions and needs to understand the correct security context for each.

Which statement accurately describes the execution model?

Options:

A.

The customer-facing Service Agent inherits the security context of the Experience Cloud site’s guest user profile by default, requiring guest profile object permissions to be configured for all actions the agent executes.

B.

The internal Sales Productivity Agent executes actions using the authenticated Salesforce employee’s own permissions, while the customer-facing Service Agent executes actions as a dedicated Einstein Service Agent User with its own permission set.

C.

Both the internal Sales Productivity Agent and the customer-facing Service Agent execute actions as a dedicated Einstein Service Agent User with its own permission set that is configured as required for the agent.

Buy Now
Questions 17

Universal Containers wants to create a prompt template that consistently extracts a customer’s specific product model number and quantity from an email inquiry to draft a response back to the customer.

Which best practice should UC implement to achieve this goal?

Options:

A.

Incorporate open-ended questions to encourage detailed responses

B.

Provide clear, positive instructions and use few-shot examples

C.

Use a high temperature setting to increase creative output

Buy Now
Questions 18

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?

Options:

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.

Buy Now
Questions 19

Universal Containers (UC) is expanding its Agentforce for Service capabilities to include case management. For security purposes,

UC wants the agent to verify a customer ' s identity before providing any case-related information. The verification must be

deterministic-ensuring that no case details are shared unless identity verification has been successfully completed.

Which approach best meets this requirement?

Options:

A.

Use keywords such as " Always " and " Never " to write clear logic in Topic Instructions to verify user identity before providing any case information,

B.

Create a variable to store the verification status, set it as output from a “Verify Identity” action, and apply a filter so any case-related actions only run when the variable confirms verification.

C.

Store the verification status in a custom variable and set a global instruction that the agent should check this variable before sharing case information.

Buy Now
Questions 20

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 21

A sales manager is using Agent Assistant to streamline their daily tasks. They ask the agent to Show me a list of my open opportunities.

How does the large language model (LLM) in Agentforce identify and execute the action to show the sales manager a list of open opportunities?

Options:

A.

The LLM interprets the user ' s request, generates a plan by identifying the apcMopnete topics and actions, and executes the actions to retrieve and display the open opportunities

B.

The LLM uses a static set of rules to match the user ' s request with predefined topics and actions, bypassing the need for dynamic interpretation and planning.

C.

Using a dialog pattern. the LLM matches the user query to the available topic, action and steps thenperforms the steps for each action, such as retrieving a fast of open opportunities.

Buy Now
Questions 22

An Agentforce is tasked with analyzing Agent interactions looking into user inputs, requests, and queries to identify patterns and trends.

What functionality allows the AX Specialist to achieve this?

Options:

A.

User Utterances dashboard

B.

Agent Event Logs dashboard

C.

AI Audit & Feedback Data dashboard

Buy Now
Questions 23

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 24

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 25

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.

Buy Now
Questions 26

Universal Containers (UC) wants to improve the efficiency of addressing customer questions and reduce agent handling time with AI- generated responses. The agents should be able to leverage their existing

knowledge base and identify whether the responses are coming from the large language model (LLM) or from Salesforce Knowledge.

Which step should UC take to meet this requirement?

Options:

A.

Turn on Service AI Grounding, Grounding with Case, and Service Replies.

B.

Turn on Service Replies, Service AI Grounding, and Grounding with Knowledge.

C.

Turn on Service AI Grounding and Grounding with Knowledge.

Buy Now
Questions 27

Which use case is best supported by Salesforce Agent ' s capabilities?

Options:

A.

Bring together a conversational interface for interacting with AI for all Salesforce users, such as developers and ecommerce retailers.

B.

Enable Salesforce admin users to create and train custom large language models (LLMs) using CRM data.

C.

Enable data scientists to train predictive AI models with historical CRM data using built-in machine learning capabilities

Buy Now
Questions 28

Universal Containers has configured an agent to handle customer return requests. When a customer initiates a return, the agent must calculate a specific restocking fee. The agent needs to quote this exact fee to the customer and then reuse that same fee amount when summarizing the final refund. The Agentforce Specialist needs to ensure the agent uses deterministic logic to calculate the fee and consistently reuses the exact same value without guessing or hallucinating.

How should the specialist configure the agent to achieve this behavior?

Options:

A.

Execute a flow as an agent action to calculate the fee, and make the flow’s output directly available to the agent response. The agent will be able to continue to use this value from memory

B.

Define a context variable for the fee. Execute a flow as an agent action to calculate the fee, assign the flow’s output to that context variable, and have the agent reference that variable in its responses

C.

Provide the mathematical formula for the restocking fee in the agent’s system instructions and instruct it to remember the result for reuse

Buy Now
Questions 29

An Agentforce Specialist is trying to troubleshoot a reported issue from an end user, and they do not see the session in the Processed Sessions tab of Agentforce Observability.

What should the specialist take into consideration?

Options:

A.

The agent has not yet been registered in the Observability app, so no sessions are processed.

B.

The session is queued to be processed and can be viewed on the Unprocessed Sessions tab.

C.

Sessions are batched on a 24-hour rolling process, and the logs must be checked again the next day.

Buy Now
Questions 30

The Agentforce Specialist of Northern Trail Outfitters reviewed the organization ' s data masking settings within the Configure Data Masking menu within Setup. Upon assessing all of the fields, a few additional fields

were deemed sensitive and have been masked within Einstein ' s Trust Layer.

Which steps should the Agentforce Specialist take upon modifying the masked fields?

Options:

A.

Turn off the Einstein Trust Layer and turn it on again.

B.

Test and confirm that the responses generated from prompts that utilize the data and masked data do not adversely affect the quality of the generated response

C.

Turn on Einstein Feedback so that end users can report if there are any negative side effects on AI features.

Buy Now
Questions 31

Universal Containers needs to ground a new Agentforce agent with structured data stored in an external system without duplicating it in Data 360. This approach is necessary to ensure real-time data accuracy and minimize storage costs.

Which Data 360 concept should the team use to accomplish this?

Options:

A.

Establish a semantic index for external content.

B.

Utilize Zero Copy to access external data without ingestion.

C.

Configure a data stream to import the data into Data 360.

Buy Now
Questions 32

Universal Containers (UC) wants users to populate the Description field on the Account record by clicking a button on the record page, with the option to preview, regenerate, or manually edit the output before it is saved. The solution must use declarative tools only.

Which type of prompt template should UC use?

Options:

A.

Field Generation

B.

Flex

C.

Sales Email

Buy Now
Questions 33

Universal Containers uses Agentforce to manage its customer service operations. However, the company uses a completely separate, third-party AI agent system to manage its warehouse logistics. UC wants the Agentforce customer service agent to be able to seamlessly request shipping reroutes and collaborate autonomously with the warehouse agent.

Which open standard protocol is specifically designed to facilitate this exact type of cross-platform collaboration?

Options:

A.

Model Context Protocol

B.

Advanced Data Retrieval standard

C.

Agent-to-Agent protocol

Buy Now
Questions 34

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.

Buy Now
Questions 35

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 36

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?

Options:

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.

Buy Now
Questions 37

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 38

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.

Buy Now
Questions 39

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.

Buy Now
Questions 40

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

Buy Now
Questions 41

Universal Containers (UC) noticed an increase in customer contract cancellations in the last few months. UC is seeking ways to address this issue by implementing a proactive outreach program to

customers before they cancel their contracts and is asking the Salesforce team to provide suggestions.

Which use case functionality of Model Builder aligns with UC ' s request?

Options:

A.

Product recommendation prediction

B.

Customer churn prediction

C.

Contract Renewal Date prediction

Buy Now
Questions 42

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 43

Universal Containers (UC) is deploying several prompt templates to assist its support agents using Salesforce’s standard foundation models. Leadership requires the generated responses to consistently reflect an empathetic and highly professional tone. UC only permits the use of standard foundational large language models (LLMs).

What is the most effective prompt engineering technique the Agentforce Specialist should implement in Prompt Builder to fulfill this requirement?

Options:

A.

Configure the prompt template tone with a dataset of past interactions using different writing styles, intensifiers, and punctuation to permanently alter the LLM default tone.

B.

Include a direct instruction asking the LLM to role-play as a specific character, for example, “Act as an empathetic customer support agent,” to provide context and establish the tone.

C.

Include multiple-choice picklist questions within the prompt template to systematically test and correct the LLM’s understanding of the desired context before generating the output.

Buy Now
Questions 44

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 45

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 46

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 47

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 48

Choose 1 option.

Which scenario best illustrates the use of Model Context Protocol (MCP) in an enterprise Al deployment?

Options:

A.

A legal assistant agent using MCP to dynamically find a document classification API to analyze case files

B.

A customer service agent engaging another agent in real-time conversation to resolve tickets

C.

A sales agent discovering other agents’ capabilities using Agent Cards

Buy Now
Questions 49

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

rebooking the customer flights.

Which Agent capability helps the agent accomplish this?

Options:

A.

Execute tasks based on available actions, answering questions using information from accessible Knowledge articles.

B.

Invoke a flow which makes a call to external data to create a Knowledge article.

C.

Generate a Knowledge article based off the prompts that the agent enters to create steps to cancel flights.

Buy Now
Questions 50

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?

Options:

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

Buy Now
Questions 51

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 52

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

Options:

A.

The user does not have permission to access the fields.

B.

The user’s locale language is not supported by Prompt Builder.

C.

The user does not have Einstein Sales Emails permission assigned.

Buy Now
Questions 53

Choose 1 option.

A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions.

Which metadata component should the developer include in their package.xml file that contains all of the topics and actions an agent will interact with?

Options:

A.

genAiPlannerBundle

B.

EinsteinAiPlannerBundle

C.

BotBundle

Buy Now
Questions 54

Cloud Kicks wants its Agentforce Service Agent to retrieve up-to-date factual data from the internet.

Which step must an Agentforce Specialist take to ensure the agent uses the web search capability properly?

Options:

A.

Enable the Answer Questions with Knowledge standard action specifically on the General FAQ subagent.

B.

Map the web search retriever to a custom search index in Data 360 before activating the agent.

C.

Remove the default General FAQ subagent and replace its function with a new General Web Search subagent.

Buy Now
Questions 55

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

Options:

A.

Flow Builder

B.

Agentforce Builder

C.

Prompt Builder

Buy Now
Questions 56

Universal Containers is implementing a Retrieval-Augmented Generation (RAG) solution where the knowledge store contains Spanish articles, but users will query the agent in French and English. The Agentforce Specialist needs to ensure the retriever can accurately find relevant articles despite the language differences.

What should the specialist do to meet this requirement?

Options:

A.

Use the multilingual-e5-large embedding model for French and Spanish language users.

B.

Use the multilingual-e5-large embedding model for French and English language users.

C.

Use the multilingual-e5-large embedding model to handle all languages.

Buy Now
Questions 57

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 58

Which useful metrics does Agentforce Observability provide to a customer service team related to a Customer Service Agent?

Options:

A.

Call deflection rates, cost per interaction, and memory consumption

B.

Call deflection rates, productivity, and abandoned session rates

C.

Call deflection rates, abandoned session rates, and user intent ratings

Buy Now
Questions 59

An administrator is responsible for ensuring the security and reliability of Universal Containers ' (UC) CRM data. UC needs enhanced data protection and up-to-date AI capabilities. UC also needs to include relevant

information from a Salesforce record to be merged with the prompt.

Which feature in the Einstein Trust Layer best supports UC ' s need?

Options:

A.

Data masking

B.

Dynamic grounding with secure data retrieval

C.

Zero-data retention policy

Buy Now
Questions 60

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 61

Universal Containers (UC) has implemented Generative AI within Salesforce to enable summarization of a custom object called Guest. Users have reported mismatches in the generated information.

In refining its prompt design strategy, which key practices should UC prioritize?

Options:

A.

Enable prompt test mode, allocate different prompt variations to a subset of users for evaluation, and standardize the most effective model based on performance feedback.

B.

Create concise, clear, and consistent prompt templates with effective grounding, contextual role-playing, clear instructions, and iterative feedback.

C.

Submit a prompt review case to Salesforce and conduct thorough testing In the playground to refine outputs until they meet user expectations.

Buy Now
Questions 62

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 63

An Agentforce Specialist is building a multi-step onboarding workflow using agent actions. The workflow includes four sequential steps: account creation, profile setup, settings configuration, and finalization. After the create account action executes, the system must immediately send a verification email without requiring an additional user interaction.

Which approach should the specialist use to ensure the verification email is automatically triggered after account creation?

Options:

A.

Add the send verification logic inside the procedural instructions so it executes before profile setup finishes

B.

Configure the send verification action to be available when account_created equals True and wait for the agent to call it in the next step

C.

Use the keyword run within the create account action to chain the send verification action as a follow-up

Buy Now
Questions 64

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

Options:

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.

Buy Now
Questions 65

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 66

An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?

Options:

A.

Deploy the flows and Apex using normal deployment tools and manually create the agent-related items in production.

B.

Use only change sets because the Salesforce CLI does not currently support the deployment of agent-related metadata.

C.

Deploy flows, Apex, and all agent-related items using either change sets or the Salesforce CLI/Metadata API.

Buy Now
Questions 67

Universal Containers (UC) uses an agent to handle customer service inquiries. UC recently partnered with an external logistics provider that operates its own distinct, autonomous AI agent. When a customer requests a complex international shipping reroute, the UC agent needs to securely communicate, negotiate routing terms, and delegate the execution of the reroute directly to the logistics provider’s AI agent.

Which open standard multi-agent protocol is specifically designed to facilitate this autonomous task delegation and negotiation between independent AI agents?

Options:

A.

Agent-to-Agent (A2A) Protocol

B.

Model Context Protocol (MCP)

C.

OpenAPI Specification (OAS)

Buy Now
Questions 68

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

Options:

A.

Invoke a flow which makes a call to external data to create a Knowledge article.

B.

Execute tasks based on available actions, answering questions using information from accessible Knowledge articles.

C.

Generate Knowledge article based off the prompts that the agent enters to create steps to cancel flights.

Buy Now
Questions 69

The compliance team at Universal Containers has determined that a specific customer service prompt must only process data through a secure, self-hosted Amazon Bedrock model and must be prevented from accessing the default OpenAI models.

How should the Agentforce Specialist configure this specific model routing?

Options:

A.

Assign a permission set to the dedicated Agent User that restricts Read access to the default Salesforce large language model (LLM) metadata records.

B.

Configure a Data 360 Private Connect endpoint that automatically reroutes all Agentforce requests away from the default large language model (LLM) Gateway.

C.

Register the model as a BYOLLM in Einstein Studio, then explicitly select this model when configuring the prompt template.

Buy Now
Questions 70

An Agentforce wants to ground a new prompt template with the User related list.

What should the Agentforce Specialist consider?

Options:

A.

The User related list should have View All access.

B.

The User related list needs to be included on the record page.

C.

The User related list is not supported in prompt templates.

Buy Now
Questions 71

An administrator wants to check the response of the Flex prompt

template they ' ve built, but the preview button is greyed out.

What is the reason for this?

Options:

A.

The records related to the prompt have not been selected.

B.

The prompt has not been saved and activated,

C.

A merge field has not been inserted in the prompt.

Buy Now
Questions 72

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 73

Universal Containers is designing an agent to assist with order management and dealer support automation. The agent must verify a dealer’s credentials before granting access to order details.

The team has already:

Declared a variable is_verified to track verification status.

Configured an action that verifies the dealer’s credentials.

They plan to restrict access to the order details subagent using a guard condition based on is_verified.

What must the team do to ensure the order details subagent becomes available only after a dealer is successfully verified?

Options:

A.

Add an available when: @variables.is_verified == true condition to the order details subagent.

B.

Declare the is_verified variable as immutable so it cannot be modified during the session.

C.

Update the is_verified variable to true after the verification action succeeds using @utils.setVariables.

Buy Now
Questions 74

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 75

Before activating a custom copilot action, An Agentforce would like is to understand multiple real-world user utterances to ensure the action being selected appropriately.

Which tool should the Agentforce Specialist recommend?

Options:

A.

Model Playground

B.

Agent

C.

Copilot Builder

Buy Now
Questions 76

Universal Containers (UC) is looking to improve its sales team ' s productivity by providing real-time insights and recommendations during customer interactions.

Why should UC consider using Agentforce Sales Agent?

Options:

A.

To track customer interactions for future analysis

B.

To automate the entire sales process for maximum efficiency

C.

To streamline the sales process and increase conversion rates

Buy Now
Questions 77

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

Options:

A.

Einstein Reply Recommendations

B.

Einstein Service Replies

C.

Einstein Grounding

Buy Now
Questions 78

What is automatically created when a custom search index is created in Data Cloud?

Options:

A.

A retriever that shares the name of the custom search index.

B.

A dynamic retriever to allow runtime selection of retriever parameters without manual configuration.

C.

A predefined Apex retriever class that can be edited by a developer to meet specific needs.

Buy Now
Questions 79

Cloud Kicks uses a third-party agent for research and an Agentforce agent for customer service.

Which purpose-built protocol allows cross-vendor agents to communicate?

Options:

A.

Model Context Protocol (MCP)

B.

Application Programming Interface (API)

C.

Agent-to-Agent (A2A)

Buy Now
Questions 80

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

Options:

A.

Select the appropriate prompt template type to use, select one of Salesforce ' s standard prompts, determine the object to associate the prompt, select a record to validate against, and associate the prompt to an action.

B.

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

C.

Enable the target object for generative prompting, develop the prompt within the prompt workspace, select records to fine-tune and ground the response, enable the Trust Layer, and associate the prompt to an action.

Buy Now
Questions 81

Which part of the Einstein Trust Layer architecture leverages an organization ' s own data within a large language model (LLM) prompt to confidently return relevant and accurate responses?

Options:

A.

Prompt Defense

B.

Data Masking

C.

Dynamic Grounding

Buy Now
Questions 82

Choose 1 option.

Universal Containers has a requirement to provide a sales summary for its sales reps who are using Employee Agents, but they are not happy with the default answer.

Which best practice should the AgentForce Specialist recommend?

Options:

A.

Create a Record Summary custom prompt template.

B.

Create a Knowledge Answer custom prompt template.

C.

Update the standard record summary action.

Buy Now
Questions 83

Universal Containers operates in a regulated industry and has deployed an Agentforce customer service agent handling thousands of interactions per week. The operations team notices that a significant number of conversations are resulting in unexpected escalations, but cannot identify which agent subagents, formerly known as topics, or actions are consistently underperforming or misconfigured. Which Agentforce feature allows the team to cluster interaction patterns, identify performance gaps across sessions, and apply quality scoring to pinpoint where the agent’s configuration needs improvement?

Options:

A.

Agentforce Optimization

B.

Agentforce Health Monitoring

C.

Agentforce Session Tracing

Buy Now
Questions 84

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 with no technical jargon.

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

Which key prompt constructs meet this requirement?

Options:

A.

Role, Task, LLM Clarity Score, and Format

B.

Role, Task, Token Size Limit, and Format

C.

Task, Context, Constraints, and Format

Buy Now
Questions 85

What is the primary function of the planner service in the Agent system?

Options:

A.

Generating record queries based on conversation history

B.

Offering real-time language translation during conversations

C.

Identifying copilot actions to respond to user utterances

Buy Now
Questions 86

An Agentforce Specialist is setting up Salesforce Knowledge as the data source for a Data Library and must select “Identifying Fields” to help Agentforce locate the right information. The Knowledge article contents are rich, detailed, and quite long.

What should the Agentforce Specialist use as Identifying Fields?

Options:

A.

The main contents of the article to ensure the most relevant article is used.

B.

Any text or text area fields that provide a concise summary of the article.

C.

Any standard or custom formula field that contains a suitable concatenated key.

Buy Now
Questions 87

Universal Containers (UC) users are complaining that agent answers are not satisfactory. The agent is using PDF files as a knowledge source.  

How should UC troubleshoot this issue?

Options:

A.

Analyze the data mapping between source fields and Data Cloud object fields.

B.

Check that the agent has the PDF file field permission access for the data library.

C.

Verify the retriever ' s filter criteria and data source connection.  

Buy Now
Questions 88

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  

Buy Now
Questions 89

Universal Containers (UC) wants to make a marketing newsletter and directly use data from five unrelated objects (two standard and three custom) in a prompt template. How should UC accomplish this?

Options:

A.

Create a Flex template and use the five objects as inputs.

B.

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

C.

Create a prompttemplatetriggered flow to access the data from five objects.

Buy Now
Questions 90

An Agentforce Specialist at Universal Containers previously recommended removing superseded mortgage policy documents ingested into Data 360 to prevent the agent retrieving outdated terms. Legal has now confirmed that all historical versions must remain in the system simultaneously, as each version remains contractually binding for customers who signed under it.

Which revised recommendation should the specialist make?

Options:

A.

Configure a custom retriever in AI Models, formerly Einstein Studio, with a dynamic filter on the policy version metadata field, populated at runtime from the customer’s Contract record in CRM, ensuring retrieval is deterministically scoped to the document version applicable to that customer’s agreement before similarity ranking is applied.

B.

Add the policy version identifier as a prepend field in the search index so every chunk is tagged with its applicable version at indexing time, enabling the large language model (LLM) to identify and select the correct version during response generation.

C.

Create a separate data stream for each policy version and configure the agent to query the appropriate unstructured data model object (UDMO) corresponding to the customer’s contract date, isolating each version’s vectors from the others.

Buy Now
Questions 91

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 92

Choose 1 option.

Universal Containers has multiple Salesforce orgs, each with a unique customer service agent where a verification agent must pass

customer identity data to downstream agents handling account modifications. The customer ID must remain secure and persistent across agent handoffs without exposure to large language model (LLM) modification.

What is the most appropriate configuration?

Options:

A.

Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution.

B.

Store customer identity information in conversation variables created by the first agent and have other agents read those same conversation variables.

C.

Use the Agent API to start the downstream agent ' s session and pass the verified customer ID as a read-only context variable, ensuring security and preventing LLM alteration.

Buy Now
Questions 93

How does the AI Retriever function within Data Cloud?

Options:

A.

It performs contextual searches over an indexed repository to quickly fetch the most relevant documents, enabling grounding AI responses with trustworthy, verifiable information.

B.

It monitors and aggregates data quality metrics across various data pipelines to ensure only high-integrity data is used for strategic decision-making.

C.

It automatically extracts and reformats raw data from diverse sources into standardized datasets for use in historical trend analysis and forecasting.

Buy Now
Questions 94

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 95

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 96

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 97

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?

Options:

A.

Create Account Plan

B.

Find Similar Deals

C.

Create Close Plan

Buy Now
Questions 98

Which element should an Agentforce Specialist use in an Omni-Flow to route conversations to an agent?

Options:

A.

Route Conversation

B.

Route Work

C.

Route to Agent

Buy Now
Questions 99

An insurance company needs a Service Agent to ground its responses based on company-specific PDFs and a comprehensive knowledge base.

Which type of retriever should the Agentforce Specialist use to meet this requirement?

Options:

A.

Dynamic retriever

B.

Individual retriever

C.

Ensemble retriever

Buy Now
Questions 100

Universal Containers needs to ensure that its agent can immediately process customer returns by validating order eligibility before proceeding with the return process. UC wants to maintain a natural conversational flow for customers while ensuring that the order validation step is strictly followed.

What should the Agentforce Specialist do to achieve the desired outcome?

Options:

A.

Use Salesforce Flow to guide the large language model in handling order validation and the return process.

B.

Use a custom Apex @InvocableMethod to handle the entire return process.

C.

Use procedural instructions in Agent Script to enforce the order validation step.

Buy Now
Questions 101

Universal Container (UC) has effectively utilized prompt templates to update summary fields on Lightning record pages. An admin now wishes to incorporate similar functionality into UC ' s automation process using Flow.

How can the admin get a response from this prompt template from within a flow to use as part of UC ' s automation?

Options:

A.

Invocable Apex

B.

Flow Action

C.

Einstein for Flow

Buy Now
Questions 102

Universal Containers has developed an agent for loan origination workflows that must handle both non-determinism and strict regulatory compliance requirements. The agent needs to ensure that identity verification and credit check steps execute in a precise sequence without deviation.

Which statement correctly differentiates these two instruction patterns in Agent Script’s hybrid reasoning approach?

Options:

A.

Declarative instructions require Flow execution for business logic, while procedural instructions are native to Agent Script but cannot access external systems or APIs.

B.

Declarative instructions provide conversational flexibility through large language model interpretation, while procedural instructions use the - > prefix to enforce guaranteed execution order with run, if, and transitions.

C.

Declarative instructions only work in Canvas View for visual editing, while procedural instructions require Script View and cannot be represented in the visual interface.

Buy Now
Questions 103

During retrieval-augmented generation (RAG) quality testing, an Agentforce Specialist notices that tabular information from a custom Data 360 Document Ingestion Pipeline is losing its context because the data is scattered across multiple separate chunks.

What is the most appropriate approach to resolve this?

Options:

A.

Change the search index’s parser from the default to Docling.

B.

Use an ensemble retriever to stitch multiple chunks back together dynamically.

C.

Switch the search index configuration to use only keyword search scoring.

Buy Now
Questions 104

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.

Buy Now
Questions 105

Universal Containers wants to assign agents to improve department efficiency.

Which configuration ensures the right tasks are handled by the right agents?

Options:

A.

SDR Agent for lead qualification, Service Agent for support tickets, Employee Agent for HR requests

B.

Sales Coach Agent for lead and service Agent for HR requests, and Support tickets to ensure cases are available

C.

One Service Agent to efficiently handle each of these scenarios, which reduces the number of agent types needed for support

Buy Now
Questions 106

Choose 1 option.

Universal Containers (UC) wants to empower its marketing team with Al capabilities that help employees quickly find campaign data, generate creative content, and manage project tasks. The solution should also allow marketers to receive personalized support, surface relevant information, and complete work directly in Salesforce.

Which Al solution should UC implement?

Options:

A.

Sales Coach Agent

B.

Service Agent

C.

Employee Agent

Buy Now
Questions 107

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 108

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.

Buy Now
Questions 109

What is a Salesforce Agentforce Specialist able to configure in Data Masking within the Einstein Trust Layer?

Options:

A.

The profiles exempt from masking

B.

The encryption keys for masking

C.

The privacy data entities to be masked

Buy Now
Questions 110

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 111

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?

Options:

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.

Buy Now
Questions 112

Universal Containers wants its AI agent to answer customer questions with precise and up-to-date information. How does an Agentforce Data Library simplify and enable this?  

Options:

A.

It automates the ingestion, 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.

Buy Now
Exam Name: Salesforce Certified Agentforce Specialist (AI-201)
Last Update: Jun 29, 2026
Questions: 298
Agentforce-Specialist pdf

Agentforce-Specialist PDF

$25.5  $84.99
Agentforce-Specialist Engine

Agentforce-Specialist Testing Engine

$30  $99.99
Agentforce-Specialist PDF + Engine

Agentforce-Specialist PDF + Testing Engine

$40.5  $134.99