FEFreeExamDumps.in

Claude Certified Architect

Topic 5

Question 75

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 subagent doing web search hits a transient 503 from one provider. The team is deciding where retry logic should live. What is the recommended pattern?

  • ARetry indefinitely inside the subagent until the provider responds.
  • BDo 1–2 local retries in the subagent; if still failing, propagate a structured error with partial results to the coordinator.
  • CImmediately propagate every error to the coordinator with no local retry.
  • DSuppress the error and return an empty result marked as success.