Question 156
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 - One extraction fails validation because a date is formatted `03/05/25` instead of ISO 8601. A separate extraction fails because the requested supplier tax ID simply does not appear anywhere in the provided document. You plan to retry both with feedback. For which case will retry-with-feedback help?
- ARetry helps both cases equally.
- BRetry helps neither; you must switch to a larger model.
- CRetry helps the date-format case (the model can reformat); it won't help when the information is absent from the source.
- DRetry helps the missing-information case but not the format case.