New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Passed Exam Today Agentforce-Specialist

Salesforce Certified Agentforce Specialist (AI-201) Questions and Answers

Question 57

A company wants to retrieve patient history details to augment the AI agent response and plans to use the Data Cloud search index feature. What is best practice when considering retrieval‑augmented generation (RAG) for information that may contain personally identifiable information (PII)?

Options:

A.

Mask sensitive fields and index only non‑PII data

B.

Depend on the agent’s prompt to avoid exposing PII

C.

Encrypt embeddings, but still index PII records

Question 58

Universal Containers recently launched a pilot program to integrate conversational AI into its CRM business operations with Agentforce Agents. How should the Agentforce Specialist monitor Agents’ usability and the assignment of actions?

Options:

A.

Run a report on the Platform Debug Logs.

B.

Query the Agent log data using the Metadata API.

C.

Run Agent Analytics.

Question 59

Universal Containers (UC) implements a custom retriever to improve the accuracy of AI-generated responses. UC notices that the retriever is returning too many irrelevant results, making the responses less useful. What should UC do to ensure only relevant data is retrieved?

Options:

A.

Define filters to narrow the search results based on specific conditions.

B.

Change the search index to a different data model object (DMO).

C.

Increase the maximum number of results returned to capture a broader dataset.

Question 60

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?

Options:

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.