Exam NCP-AAI Topic 8 Question 10 Discussion

Actual exam question for NVIDIA's NCP-AAI exam
Question #: 10
Topic #: 8
An agent is tasked with solving a series of complex mathematical problems that require external tools to find information. It often struggles to keep track of intermediate steps and reasoning.
Which prompting technique would be MOST effective in improving the agent's clarity and reducing errors in its reasoning?

Suggested Answer: A Vote an answer

ReAct is built for tool-using reasoning because each action is followed by an observation. That makes intermediate state visible and reduces arithmetic/tool-use drift. Option A is the correct engineering choice because the requirement is not just "make the model answer," but control the execution surface. The selected option specifically A states "ReAct", which matches the operational requirement rather than a superficial wording match. The durable control mechanism is schema-bound tool invocation, typed parameters, timeout envelopes, retry policy, and traceable function execution. In NVIDIA terms, the Agent Toolkit model is to expose tools as reusable workflow components; that is what makes multi-tool agents testable under schema changes. The distractors fail because embedding tools inside the agent loop makes security review, timeout handling, and version control unnecessarily difficult. For certification purposes, read the question as asking for controlled autonomy, not raw LLM creativity. Schema validation, typed return objects, and trace IDs also make post-incident debugging realistic when a third-party dependency changes behavior.

by Hubery at May 24, 2026, 05:10 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