Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam Agentforce-Specialist Topic 2 Question 133 Discussion

Actual exam question for Salesforce's Agentforce-Specialist exam
Question #: 133
Topic #: 2
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?

Suggested Answer: C Vote an answer

The AgentForce Inter-Agent Communication and Security Configuration Guide specifies that when sensitive identity data (like a verified customer ID) must be shared between agents, the correct approach is to use the Agent API to initiate the downstream agent's session. The verified data should be passed as a read- only context variable, ensuring persistence across sessions while preventing modification by the large language model (LLM).
This setup maintains data integrity and security compliance by isolating sensitive variables from the LLM's reasoning layer. Context variables passed via the Agent API are immutable during runtime, ensuring they cannot be altered or exposed in agent-generated responses.
Option A adds unnecessary data persistence and complexity. Option B is insecure because conversation variables are exposed to the LLM context, risking unintended modification or leakage.
Therefore, the most secure and compliant configuration is Option C - Use the Agent API to pass verified IDs as read-only context variables between agents.
Reference: AgentForce API and Security Guide - "Securing Context Variables in Multi-Agent Architectures."

by Kerwin at Jun 02, 2026, 06:39 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.