Question 73
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 multi-agent system aborts the entire workflow whenever any single subagent fails, discarding all the work other subagents already completed successfully. Which error-handling principle is being violated?
- ASubagents should retry indefinitely until they succeed.
- BThe system should continue with partial results and annotate the gaps rather than discard everything on one failure.
- CAll errors should be silently suppressed so the workflow always completes.
- DEach subagent should escalate every error directly to the end user.