Exam Agentforce-Specialist Topic 1 Question 163 Discussion
Actual exam question for Salesforce's Agentforce-Specialist exam
Question #: 163
Topic #: 1
Question #: 163
Topic #: 1
Universal Containers is building an Agentforce Service Agent to handle password resets. The agent must first verify the customer's identity using an email verification code, and then, once identity is confirmed, the agent must execute the organization's existing password reset Flow. The identity verification subagent is already configured.
Which implementation approach should the Agentforce Specialist recommend?
Which implementation approach should the Agentforce Specialist recommend?
Suggested Answer: B Vote an answer
The correct answer is B because password reset is a distinct task and should be modeled as a separate, focused subagent with its own action. The existing identity verification subagent can establish the verified state, and that state can be passed or referenced as context by the Password Reset subagent.
This keeps responsibilities clean: one subagent verifies identity, and the other performs the reset through the existing Flow. Option A overloads the identity verification subagent with reset execution, weakening separation of concerns. Option C relies mainly on instructions and intent storage, which is less reliable for a gated operational process. Agentforce design guidance supports using variables to track state across turns and subagents, while actions can call Flows and use outputs for subsequent reasoning.
This keeps responsibilities clean: one subagent verifies identity, and the other performs the reset through the existing Flow. Option A overloads the identity verification subagent with reset execution, weakening separation of concerns. Option C relies mainly on instructions and intent storage, which is less reliable for a gated operational process. Agentforce design guidance supports using variables to track state across turns and subagents, while actions can call Flows and use outputs for subsequent reasoning.
by gabrieleangelogabriele at Jul 27, 2026, 07:10 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).