Pre-Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce Agentforce-Specialist - Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update

Page: 4 / 12
Total 379 questions

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.

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.

In a Knowledge-based data library, which capability does enabling the “Filter by Knowledge Data Categories” option provide?

A.

It applies custom metadata from the selected data categories to the Knowledge articles, aiming to enhance search relevance.

B.

It organizes the indexed Knowledge articles into separate sections based on their assigned data categories.

C.

It limits the indexed articles to only those belonging to selected data categories, thereby improving indexing precision.

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?

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.

Universal Containers (UC) currently tracks Leads with a custom object. UC is preparing to implement the Sales Development Representative (SDR) Agent. Which consideration should UC keep in mind?

A.

Agentforce SDR only works with the standard Lead object.

B.

Agentforce SDR only works on Opportunities.

C.

Agentforce SDR only supports custom objects associated with Accounts.

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?

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.

Universal Containers (UC) wants to enable its sales team to use AI to suggest recommended products from its catalog. Which type of prompt template should UC use?

A.

Record summary prompt template

B.

Email generation prompt template

C.

Flex prompt template

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

Which type of prompt template should UC use?

A.

Field Generation prompt template

B.

Flex Prompt template

C.

Sales Email prompt template

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

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.

Global Finance Corp (GFC) is expanding its Agentforce rollout from a basic customer service agent to a suite of specialized agents handling Fraud Detection, Loan Origination, and Billing. GFC operates entirely within a single, global Salesforce instance. The CIO wants to ensure that as the number of specialized agents scales, the company maintains strict, centralized control over security guardrails and user context, ensuring customers do not have to repeat themselves when their request spans multiple departments. What is a reasonable architectural approach to achieve this level of scalability and control?

A.

Use the Model Context Protocol (MCP) to federate multiple external, third-party agents directly into the existing Agentforce Service console.

B.

Implement a Multi-Org, Multi-Agent (MOMA) architecture connected via the Agent-to-Agent (A2A) protocol to safely isolate each department’s agent.

C.

Deploy a Single-Org, Multi-Agent (SOMA) architecture using a primary Orchestrator agent to manage shared context natively and route subtasks to the specialized agents.

Choose 1 option.

Cloud Kicks wants to integrate its agent with its custom website. The goal is for customers to interact with the custom agent chat interface.

Which approach provides the framework for the custom web application to communicate with the agent?

A.

Agent-to-Agent (A2A)

B.

Model Context Protocol (MCP)

C.

Agent API