NVIDIA Agentic AI NCP-AAI Question # 22 Topic 3 Discussion
NCP-AAI Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3
Which two orchestration methods are MOST suitable for implementing complex agentic workflows that require both external data access and specialized task delegation? (Choose two.)
A.
Agentic orchestration with specialized expert system delegation
B.
Prompt chaining to accomplish state management
C.
Manual workflow coordination without automation
D.
Retrieval-based orchestration for external data
E.
Static rule-based routing with predefined pathways
This is a lifecycle problem, not a wording problem, and the combination of Options A and D gives the team a controllable lifecycle for the agent behavior. Together, A states “Agentic orchestration with specialized expert system delegation”; D states “Retrieval-based orchestration for external data”, so the answer covers both sides of the requirement instead of solving only the model or only the infrastructure layer. Specialized delegation handles domain subtasks, while retrieval orchestration grounds responses in external data. Prompt chaining alone is not state management; it is only a formatting sequence. The runtime should therefore be built around asynchronous collaboration, state checkpoints, and topic-based communication so one blocked agent does not stall the whole workflow. For a production build, multi-agent execution should expose traces for delegation, handoff, retries, and final task completion rather than treating the conversation as a black box. The losing choices mostly optimize for short-term convenience; centralized rules handle known paths but fail when the environment changes or when tasks need dynamic decomposition. The answer is therefore about engineered control planes, not simply model capability.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit