Exam Agentforce-Specialist Topic 4 Question 356 Discussion

Actual exam question for Salesforce's Agentforce-Specialist exam
Question #: 356
Topic #: 4
Universal Containers' agent must always look up the customer's account tier and open cases from Salesforce before deciding how to respond.
Based on Agent Script flow of control, what is true about executing deterministic actions at the very start of a subagent?

Suggested Answer: C Vote an answer

The correct answer is C. In Agent Script, reasoning.instructions is processed before the final assembled prompt is sent to the LLM. Salesforce explains that procedural logic inside reasoning instructions executes top-to-bottom, prompt text is accumulated, and then the assembled prompt is sent to the LLM. Therefore, if the first instruction deterministically runs the account-tier and open-case lookup actions, those values can be collected before the LLM decides how to respond. Option A is wrong because the config block defines agent-level metadata, not guaranteed action execution. Option B is incorrectly worded and reverses the sequencing issue. For deterministic pre-response data gathering, procedural instructions at the start of reasoning.instructions are the correct pattern.

by Werner at Jul 22, 2026, 05:19 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