Question 96
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 - In CI you need Claude Code's review output to be machine-parseable so a script can post inline PR comments and validate the structure. Which flags should you use?
- A`--output-format json` together with `--json-schema` to validate the output structure.
- B`--verbose` so the script can scrape the logs.
- C`--markdown` so comments render nicely.
- DNo flags; parse the default prose output with regex.