Exam CCA-F Topic 1 Question 256 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 256
Topic #: 1
Question #: 256
Topic #: 1
A subagent attempts to query an external database but encounters a timeout. How should this error be propagated back to the coordinator agent?
Suggested Answer: C Vote an answer
Structured error propagation is critical. Returning structured error context allows the coordinator to distinguish between an 'access failure' (could not check) and an 'empty result' (checked and found nothing) and make an intelligent recovery decision. Silently returning empty results for failures is a catastrophic anti-pattern.
by Montague at Jun 28, 2026, 11:57 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).