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: 11 / 12
Total 379 questions

Choose 1 option.

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

A.

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

B.

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

C.

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

Coral Cloud Resorts needs to ensure its booking agent executes actions in a specific sequence: first retrieve available sessions, then verify customer eligibility, and finally create the booking. The current implementation allows the large language model (LLM) to execute these actions in any order, causing booking failures.

Which approach should an AgentForce Specialist implement?

A.

Write comprehensive topic instructions detailing the exact sequence of actions using numbered steps and explicit ordering requirements for the reasoning engine to follow during booking workflows.

B.

Create custom variables that store completion status for each step, then implement conditional filters on subsequent actions requiring previous variables to be populated, ensuring deterministic execution order.

C.

Configure topic, classification description, and action instructions with priority levels and sequence indicators to guide the reasoning engine in selecting the correct action order automatically.

Universal Containers has set up a Service Agent to allow customers to look up their order status. The topic setup includes:

Name: Order Inquiry

Classification Description: Handles user requests to look up order status, including tracking details and delivery estimates for orders placed within the last 90 days.

Scope: Your job is only to assist authenticated users in looking up the status of their orders placed within the last 90 days. If the order is pending delivery, provide the tracking number and estimated delivery date. Do not handle inquiries for orders older than 90 days.

Which information will be used by the Agentforce reasoning engine to choose this topic?

A.

Topic Name and Classification Description

B.

Topic Name and Scope

C.

Classification Description and Scope

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?

A.

Einstein Service Replies

B.

Einstein Reply Recommendations

C.

Einstein Knowledge Recommendations

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?

A.

Turn on Agent.

B.

Turn on Einstein Generative AI.

C.

Turn on Prompt Builder.

Universal Containers is auditing its AI architecture and needs to ensure that its developers are restricted to using only specifically approved large language models.

How should an Agentforce Specialist manage and prevent unapproved models from being accessed across the organization?

A.

Apply an Attribute-Based Access Control policy within the Einstein Trust Layer to block prompts from routing to unapproved large language models

B.

Write a strict system instruction within Agent Builder stating, “Never use external models for reasoning”

C.

Ensure only approved large language models are enabled in the Model Provider section under Einstein Setup

The VP of Service at Universal Containers requires a report showing weekly deflection rate trends and escalation volumes for the Agentforce Service Agent over the past 90 days.

Which approach should the Agentforce Specialist recommend?

A.

Enable Agentforce Health Monitoring to configure escalation rate alert thresholds and export the resulting trend data into a Tableau dashboard aligned with the VP of Service’s reporting requirements

B.

Use Agent Analytics within Agentforce Observability, which provides Tableau-powered dashboards with prebuilt deflection rate, escalation volume, and abandonment metrics calculated from agent session data stored in Data 360

C.

Query the OTEL-compliant Session Tracing Data Model in Data 360 using CRM Analytics to build a custom dashboard with deflection rate calculations and week-over-week escalation comparisons tailored to UC’s reporting standards

Universal Containers wants to assign agents to improve department efficiency.

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

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

An Agentforce has created a copilot custom action using flow as the reference action type. However, it is not delivering the expected results to the conversation preview, and therefore needs troubleshooting.

What should the Agentforce Specialist do to identify the root cause of the problem?

A.

In Copilot Builder within the Dynamic Panel, turn on dynamic debugging to show the inputs and outputs.

B.

Copilot Builder within the Dynamic Panel, confirm selected action and observe the values in Input and Output sections.

C.

In Copilot Builder, verify the utterance entered by the user and review session event logs for debug information.

Universal Containers wants to allow its service agents to query the current fulfillment status of an order with natural language. There is an existing autolaunched flow to query the Information from Oracle ERP, which is the system of record for the order fulfillment process.  

How should an Agentforce Specialist apply the power of conversational AI to this use case?

A.

Create a custom Agent action which calls a flow.

B.

Configure the Integration Flow Standard Action in Agent Builder.

C.

Create a Flex prompt template in Prompt Builder. Â