Exam Agentforce-Specialist Topic 2 Question 87 Discussion

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

Suggested Answer: C Vote an answer

The AgentForce Security and Deterministic Logic Guide specifies that sensitive actions must be gated through conditional filters linked to verification variables, not through natural language. It states: "For any process requiring secure, deterministic access, create a custom variable (e.g., IsCustomerVerified) that stores the verification status as a Boolean. Apply a filter expression to all protected actions (e.g., IsCustomerVerified
= true). This ensures the LLM cannot bypass or alter access logic."
This configuration ensures security and determinism because the execution of sensitive actions is programmatically enforced, not dependent on the LLM's understanding.
Option A is incorrect because natural language-based checks are non-deterministic.
Option B relies solely on topic instructions, which can be ignored or misinterpreted by the LLM.
Therefore, Option C is the only solution that provides deterministic, system-enforced access control.
References (AgentForce Documents / Study Guide):
AgentForce Security Configuration Guide: "Using Conditional Filters for Deterministic Access" AgentForce Implementation Handbook: "Verification Variables and Secure Action Flow" AgentForce Study Guide: "Protecting Sensitive Data in AI Workflows"

by Otis at Sep 14, 2026, 03:09 PM

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.

0
0
0
10