Question 38
Domain 1: Design ApplicationsWhen designing a multi-stage reasoning workflow, what is the best way to order tools that either gather knowledge or take actions?
Correct answer: A
Explanation
In multi-stage reasoning, tools should be sequenced so information-gathering steps support later action-taking steps. The order should follow the dependencies between stages rather than being arbitrary. — official.txt
Why each option is right or wrong
A. Place knowledge-gathering tools before action-taking tools when later steps depend on earlier findings.
The source material states that tools should be defined and ordered for multi-stage reasoning. In a multi-stage workflow, ordering knowledge-gathering tools before action-taking tools is correct when later actions depend on information obtained in earlier stages.
B. Place action-taking tools before knowledge-gathering tools so the workflow can adapt after acting.
Multi-stage reasoning requires ordering tools around stage dependencies, not acting before required information is gathered.
C. Alternate knowledge-gathering and action-taking tools in any sequence because ordering is not important.
Tool order matters in multi-stage reasoning because later stages rely on outputs from earlier stages.
D. Use only knowledge-gathering tools in multi-stage reasoning, because action-taking tools are outside the workflow.
Multi-stage reasoning includes tools that gather knowledge or take actions, not knowledge-gathering tools alone.