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

An Agentforce wants to use the related lists from an account in a custom prompt template.

What should the Agentforce Specialist consider when configuring the prompt template?

A.

The text encoding (for example, UTF-8, ASCII) option

B.

The maximum number of related list merge fields

C.

The choice between XML and JSON rendering formats for the list

Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents.

Which method should UC ' s agent choose to dynamically use the best API service?

A.

Agent-to-Agent (A2A) protocol support

B.

Model Context Protocol (MCP) server support

C.

MuleSoft connector for custom hosted processes

Universal Containers wants to incorporate the current order fulfillment status into a prompt for a large language model (LLM). The order status is stored in the external enterprise resource planning (ERP) system.

Which data grounding technique should the Agentforce Specialist recommend?

A.

Eternal Object Record Merge Fields

B.

External Services Merge Fields

C.

Apex Merge Fields

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?

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.

Universal Containers needs to provide insights on the usability of Agents to drive adoption in the organization.

What should the Agentforce Specialist recommend?

A.

Agent Analytics

B.

Agentforce Analytics

C.

Agent Studio Analytics

An Agentforce is setting up a new org and needs to ensure that users can create and execute prompt templates. The Agentforce Specialist is unsure which roles are necessary for these tasks.

Which permission sets should the Agentforce Specialist assign to users who need to create and execute prompt templates?

A.

Prompt Template Manager for creating templates and Data Cloud Admin for executing templates

B.

Prompt Template Manager for creating templates and Prompt Template User for executing templates

C.

Data Cloud Admin for creating templates and Prompt Template User for executing templates

Universal Containers wants to ensure that its AI agent’s responses consistently reflect the company’s unique brand voice and specific quality standards beyond simple pass or fail checks.

How should the Agentforce Specialist configure the Testing Center to evaluate this specific criteria?

A.

Enable the Coherence quality evaluation

B.

Use the default Response Evaluation metric

C.

Create a custom evaluation using a large language model judge

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?

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.

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?

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.

An Agentforce created a custom Agent action, but it is not being picked up by the planner service in the correct order.

Which adjustment should the Al Specialist make in the custom Agent action instructions for the planner service to work as expected?

A.

Specify the dependent actions with the reference to the action API name.

B.

Specify the profiles or custom permissions allowed to invoke the action.

C.

Specify the LLM model provider and version to be used to invoke the action.