Exam CCA-F Topic 1 Question 139 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 139
Topic #: 1
Question #: 139
Topic #: 1
A developer is designing a hub-and-spoke multi-agent system. How should context be passed from the coordinator down to a newly spawned subagent?
Suggested Answer: C Vote an answer
Context isolation is a core principle in multi-agent orchestration. A subagent does not automatically inherit the parent's context and should never be passed the full conversation history, as this causes context pollution. It should only receive explicit, relevant context specific to its task.
by Tim at Jun 30, 2026, 07:23 PM
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).