Question 113
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: Context Management and Reliability - The `lookup_order` tool returns 40+ fields, but the current task needs only order_id, status, total, items, and return_eligible. Over many calls, the extra fields crowd the context window. What is an effective mitigation?
- AA `PostToolUse` hook that trims the result down to only the relevant fields before the model sees it.
- BTell the model in the prompt to ignore the fields it doesn't need.
- CIncrease the context window by switching models.
- DCall the tool less often and cache full 40-field results.