Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

NVIDIA NCP-AAI Exam - Topic 1 Question 11 Discussion

A customer service agent sometimes fails to complete multi-step workflows when APIs respond slowly or inconsistently.Which approach most effectively increases robustness when working with unreliable APIs?
B) Add retries with exponential backoff and set request timeouts
A) Restrict available tools to reduce decision complexity
C) Cache recent API results to limit unnecessary repeated calls
D) Adjust generation parameters to produce more predictable responses

NVIDIA NCP-AAI Exam - Topic 1 Question 11 Discussion

Actual exam question for NVIDIA's NCP-AAI exam
Question #: 11
Topic #: 1
[All NCP-AAI Questions]

A customer service agent sometimes fails to complete multi-step workflows when APIs respond slowly or inconsistently.

Which approach most effectively increases robustness when working with unreliable APIs?

Show Suggested Answer Hide Answer
Suggested Answer: B

The selected design maps to Add retries with exponential backoff and set request timeouts, which is the highest-control path for this scenario rather than a prompt-only or single-service shortcut. For tool-using agents, the durable pattern is schema-bound function invocation with timeouts, typed outputs, retry policy, and traceable execution rather than free-form endpoint guessing. The evaluation target is the full agent workflow: planning quality, tool selection, intermediate state, latency, retries, user feedback, and final task completion. Instrumentation must expose where degradation starts so remediation can focus on prompts, tool schemas, retrieval, model parameters, or infrastructure rather than random retuning. The distractors are weaker because they lean on A: Restrict available tools to reduce decision complexity; C: Cache recent API results to limit unnecessary repeated calls; D: Adjust generation parameters to produce more predictable responses, which compromises traceability, resilience, scalability, or policy enforcement in production. The answer therefore fits NVIDIA's production-agent pattern: modular workflow design, measurable runtime behavior, GPU-aware serving where applicable, and controlled integration with enterprise systems.


Contribute your Thoughts:

0/2000 characters
Charolette
2 hours ago
Caching recent API results could help too, but I wonder if it would really solve the issue of slow responses.
upvoted 0 times
...
Fidelia
5 days ago
I think adding retries with exponential backoff sounds familiar from our practice questions. It seems like a solid way to handle unreliable APIs.
upvoted 0 times
...
Shawnda
10 days ago
I remember we discussed the importance of handling slow APIs, but I'm not sure if retries are the best option.
upvoted 0 times
...

Save Cancel