FEFreeExamDumps.in

Claude Certified Architect

Topic 7

Question 95

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 - A CI pipeline runs `claude "Review this PR for security issues"` and the job hangs indefinitely without producing output. What is the correct invocation for CI?

  • A`claude -p "Review this PR for security issues"` to run non-interactively, print to stdout, and exit.
  • BSet an environment variable `CLAUDE_HEADLESS=true`.
  • CAdd `--batch` to the command.
  • DPipe `yes |` into the command to auto-confirm prompts.