Question 98
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: Claude Code Configuration and Workflows - Claude Code re-reviews a PR after new commits and re-posts all the same comments it already made on the previous run, frustrating developers with duplicate feedback. How do you prevent duplicate comments?
- AInclude prior review results in context and instruct Claude to report only new or unresolved issues.
- BDelete all previous comments before each run.
- COnly review the PR once and never re-review after new commits.
- DLower `max_tokens` so fewer comments fit.