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

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

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

A.

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

B.

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

C.

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

A sales manager needs to contact leads at scale with hyper-relevant solutions and customized communications in the most efficient manner possible. Which Salesforce solution best suits this need?  

A.

Einstein Sales Assistant

B.

Prompt Builder

C.

Einstein Lead follow-up  

Which statement explains why a company might prefer a hybrid search index in Data Cloud for Agentforce?

A.

Hybrid search indexes process queries faster than vector search because they eliminate the need for semantic embedding.

B.

Vector embedding in hybrid search are prefiltered by keyword matches, reducing computational overhead and improving response accuracy.

C.

Hybrid search indexes support both literal keyword matches and semantic recall, useful when queries mix specific terms and intent.

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

A.

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

B.

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

C.

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

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?

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.

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?

A.

Model Context Protocol (MCP)

B.

Hugging Face

C.

Agent-to-Agent (A2A) protocol

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?

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.

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

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.

Universal Containers is configuring a customer service agent and needs to restrict a specific “Process Refund” action so that it is only visible to the reasoning engine when a customer’s account is flagged as active. An Agentforce Specialist is writing the available when clause in Agent Script to evaluate the @variables.IsActive variable.

Which operator should the Agentforce Specialist use for this condition?

A.

The Agentforce Specialist must use the == operator; Agent Script uses == strictly for comparison in conditionals.

B.

Both = and == are valid and interchangeable; the Agentforce Specialist can use either operator to evaluate conditional logic in Agent Script.

C.

The Agentforce Specialist must use the = operator; Agent Script uses = for both variable assignment and condition comparison.

Universal Containers’ Service Agent executes a flow action to retrieve Opportunity records. The Opportunity object has an organization-wide default of Private. The agent returns no results despite matching records existing and the flow logic being correctly configured.

Which resolution strictly adheres to the principle of least privilege?

A.

Add the required object permissions to the Einstein Service Agent User’s permission set and configure appropriate sharing rules

B.

Set the agent action flow to run in System Mode without sharing

C.

Change the Opportunity object’s organization-wide default to Public Read Only so the Einstein Service Agent User can access records