Exam CCDV-F Topic 1 Question 24 Discussion

Actual exam question for Anthropic's CCDV-F exam
Question #: 24
Topic #: 1
You are reviewing an architectural diagram for a Claude-powered travel-booking system. The diagram shows a top-level component that interprets user requests and three subordinate components that handle flights, hotels, and ground transportation. The top-level component is responsible for routing each request, sequencing the subordinate components, and reconciling their outputs into a final itinerary. The diagram also shows that each subordinate component has its own tool list and own short conversation history that is not shared with the others.
Which architectural pattern does this diagram most closely describe?

Suggested Answer: A Vote an answer

The architecture is a manager/supervisor-or orchestrator/subagent-pattern with isolated subagent context.
The defining characteristics are a coordinating top-level agent, specialized subordinate agents, delegated responsibilities, and distinct tool/context boundaries. The supervisor determines which specialist should act, sequences work where necessary, and integrates the specialists' outputs into the final result.
Anthropic's published multi-agent research architecture uses this same structural principle. Its Research system employs an orchestrator-worker pattern in which a lead agent analyzes the task, creates specialized subagents, delegates separate research responsibilities, and consolidates their findings. Anthropic emphasizes that good delegation requires each subagent to receive a specific objective, task boundaries, expected output, and appropriate tools.
The question additionally specifies that each travel specialist has its own conversation history and tool list.
That eliminates B because context is explicitly not shared globally. C would involve fixed sequential processing rather than supervisor-directed specialization. D describes retrieval augmentation, not autonomous subordinate agents.
Therefore, A precisely matches both the hierarchy and context-isolation characteristics described.
The supplied examination set also marks A as the intended answer. Relevant topics: Agent Patterns, manager
/supervisor architecture, orchestrator-worker systems, subagents, delegation, specialized tools, and context isolation.

by Bess at Sep 23, 2026, 08:42 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10