Question 157
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: Structured Data Extraction - A team must classify 60,000 archived documents overnight. Results are needed by morning, cost matters, and no interactive turn-by-turn tool calling is required per document. Which API choice is most appropriate?
- AThe synchronous API, to get each result back immediately.
- BThe Message Batches API, for ~50% savings within its up-to-24-hour window.
- CThe synchronous API with multi-turn tool calling for each document.
- DSplit the job into 60,000 separate real-time requests to avoid the batch window.