FEFreeExamDumps.in

Claude Certified Architect

Topic 1

Question 10

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: Multi-agent Research System - In your system design, you gave the document analysis agent access to a general-purpose tool `fetch_url` so it could download documents by URL. Production logs show this agent now frequently downloads search engine results pages to perform ad hoc web search—behavior that should be routed through the web-search agent—causing inconsistent results. Which fix is most effective? Which fix is most effective?

  • AReplace `fetch_url` with a `load_document` tool that validates that URLs point to document formats.
  • BRemove `fetch_url` from the document analysis agent and route all URL fetching through the coordinator to the web-search agent.
  • CImplement filtering that blocks `fetch_url` calls to known search engine domains while allowing other URLs.
  • DAdd instructions to the document analysis agent prompt that `fetch_url` should only be used to download document URLs, not to search.