Exam CCA-F Topic 1 Question 101 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 101
Topic #: 1
Question #: 101
Topic #: 1
In a hub-and-spoke multi-agent architecture, what is the best practice for passing context from the coordinator agent down to a specialized subagent?
Suggested Answer: B Vote an answer
Context isolation is a core principle of multi-agent orchestration. Subagents do not automatically inherit parent context and should not receive the full conversation history, as this causes context pollution and wastes tokens. They should only be passed explicit, relevant context specific to their task.
by Jason at Sep 05, 2026, 06:32 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).