Question 6
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 - The document analysis subagent encounters a corrupted PDF file that it cannot parse. When designing the system’s error handling, what is the most effective way to handle this failure? Which approach is most effective?
- AReturn an error with context to the coordinator agent, allowing it to decide how to proceed.
- BSilently skip the corrupted document and continue processing the remaining files to avoid interrupting the workflow.
- CAutomatically retry parsing the document three times with exponential backoff before reporting a failure.
- DThrow an exception that terminates the entire research workflow.