Exam Agentforce-Specialist Topic 1 Question 163 Discussion

Actual exam question for Salesforce's Agentforce-Specialist exam
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?

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.

by gabrieleangelogabriele at Jul 27, 2026, 07:10 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.

0
0
0
10