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

Universal Containers (UC) is scaling its Agentforce deployment and needs to securely connect its AI agents to a growing number of external enterprise data systems and local developer environments. Instead of building custom integration logic and bespoke Application Programming Interfaces (APIs) for each new data source, the Agentforce Specialist recommends leveraging the Model Context Protocol (MCP).

What is the primary purpose of using an open standard like MCP in this scenario?

A.

To standardize the secure connection and delivery of context between the AI models and various local or remote data sources.

B.

To replace the need for Retrieval-Augmented Generation (RAG) by storing all external data natively within the large language model (LLM)’s weights.

C.

To allow the agent to autonomously negotiate task delegation with third-party supply chain agents.

Universal Containers (UC) is implementing generative AI and wants to leverage a prompt template to provide responses to customers that gives personalized product recommendations to website visitors based on their browsing history.

Which initial step should UC take to ensure the chatbot can deliver accurate recommendations '

A.

Design universal product recommendations.

B.

Write a response scrip for the chatbot.

C.

Collect and analyze browsing data.

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?

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.

Choose 1 option.

Universal Containers’ administrator has developed a new agent in a sandbox environment and now wants to deploy it to

production.

What should the administrator do to deploy an agent?

A.

Manually recreate the agent configuration, topics, and actions in production because change sets cannot be used,

B.

Export agent components as JSON files and manually import them inte production using the Metadata API.

C.

Create an outbound change set with all the necessary agent components, then upload to production.

Universal Containers (UC) has configured a data library and wants to restrict indexing of knowledge articles to articles which are only publicly available in their knowledge base, UC also wants the agent to link sources that the large language model (LLM) grounded its response on.

Which settings should help UC with this?

A.

In the data library setting window, under Knowledge Settings, enable Use Public Knowledge Article and select Show sources,

B.

In the data library setting window, under Knowledge Settings, enable Use Public Knowledge Article. It is not possible to display articles that the LLM grounded its response in.

C.

Use Data Categories to categorize publicly available articles to index. Sources are automatically displayed when knowledge articles are categorized as Public.

An Agentforce Specialist at Cloud Kicks wants to build a retrieval-augmented generation (RAG) powered agent grounded in text-based PDF documents. The specialist wants a quick-start approach that automatically generates all underlying components, including the vector data store, search index, retriever, and standard action.

Which feature should the specialist use?

A.

Ensemble Retriever

B.

Agentforce Data Library

C.

Search Index

An Agentforce Specialist is creating a custom agent action. The topic is selected correctly, but the action is not.

Which setting should the Agentforce Specialist test and iterate on to ensure the action performs as expected?

A.

Action Scape

B.

Action Instructions

C.

Classification Description

When creating a custom retriever in Einstein Studio, which step is considered essential?

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.

Universal Containers’ agent must always look up the customer’s account tier and open cases from Salesforce before deciding how to respond.

Based on Agent Script flow of control, what is true about executing deterministic actions at the very start of a subagent?

A.

Actions can only be guaranteed to run by placing them in the config block.

B.

Only before_reasoning can guarantee the large language model (LLM) is invoked before an action runs.

C.

The first instruction in reasoning.instructions always runs before the large language model (LLM) is invoked.

Universal Containers deployed the new Agentforce Sales Development Representative (SDR) Into production, but sales reps are saying they can ' t find it. What is causing this issue?  

A.

Sales rep users profiles are missing the Allow SDR Agent permission.

B.

Sales rep users do not have access to the SDR Agent object.

C.

Sales rep users are missing the Use SDR Agent permission set. Â