Anthropic Claude Certified Architect - Professional CCAR-P Question # 34 Topic 4 Discussion
CCAR-P Exam Topic 4 Question 34 Discussion:
Question #: 34
Topic #: 4
You are integrating Claude Code into the team’s pull-request workflow. The team wants AI-assisted review without removing human approval.
Which integration design best fits this requirement?
A.
Claude Code reviews the pull request and posts a structured analysis as a comment, while a human reviewer retains the approval decision under the existing branch-protection rules.
B.
Claude Code merges every pull request automatically after completing its analysis, bypassing human approval and the existing branch-protection rules.
C.
Claude Code disables all existing branch-protection rules to streamline the merge process, removing human approval as a required gate.
D.
Claude Code silently deletes pull requests it assesses as low quality without posting a comment or notifying the author.
Option A augments the existing review process without transferring final accountability to the model. Claude Code can inspect the change in repository context, identify logic defects, security weaknesses, regressions, and maintainability concerns, and publish structured findings for human evaluation. Existing branch protection then preserves required approvals and separation of duties. Automatic merging or disabling protection rules would convert an advisory capability into an uncontrolled authorization mechanism. Silent deletion would eliminate transparency and prevent authors from challenging or correcting the assessment. Anthropic’s Code Review documentation states that findings are posted as comments and do not approve or block the pull request, leaving the established review workflow intact. Claude Code Review
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit