FEFreeExamDumps.in

Claude Certified Architect

Topic 5

Question 76

CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.

Scenario: Agent Architecture and Orchestration - A synthesis subagent occasionally needs to confirm a single date or name while merging results. Today it hands control back to the coordinator, which calls the search agent and re-runs synthesis—adding 2–3 round trips. About 85% of these checks are trivial fact lookups; 15% need deeper investigation. What design reduces overhead while preserving reliability?

  • AGive the synthesis agent full access to every web-search tool.
  • BGive the synthesis agent a narrow `verify_fact` tool for simple checks, and keep routing complex verification through the coordinator.
  • CBatch all verification needs and send them to the coordinator only at the very end.
  • DPre-cache large amounts of source context speculatively around every claim.