Question 164
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 pre-merge CI check must extract and validate the changed configuration files on every pull request, blocking the merge until results return — typically within seconds. A teammate suggests routing it through the Batch API to cut costs. Which API choice is correct here?
- AThe Batch API, because it is always cheaper than synchronous calls.
- BThe Batch API with a 1-hour submission cadence to approximate real time.
- CThe synchronous API, because this is a blocking, latency-sensitive check.
- DEither one; the API choice has no effect on a pre-merge gate.