Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Anthropic CCAR-P - Claude Certified Architect - Professional

Page: 3 / 4
Total 114 questions

You are identifying inefficiency in a Claude Code workflow where each engineer manually re-explains the project's conventions and architecture in every session.

Which adjustment most directly removes this inefficiency?

A.

Forbid the use of Claude Code on the project entirely to avoid the session-initialization overhead, accepting that the team loses all AI-assisted development productivity for this codebase.

B.

Capture the project's conventions and architecture in a project-scoped CLAUDE.md (or equivalent persistent project-context file) committed to the repository, so each session loads it automatically.

C.

Tell each engineer to retype the project conventions and architecture context more quickly at the start of each session, reducing time lost without eliminating the repeated manual effort.

D.

Remove all documented project conventions and architectural standards so engineers have nothing to re-explain at session start, accepting the loss of consistency and shared coding standards.

A business sponsor has requested an AI solution to “improve customer experience.” The sponsor cannot articulate which customer journey is failing, which metric reflects the failure, or which decisions the AI should support. The sponsor is asking you to begin design work next week.

Which delegation-competency action should you take first?

A.

Recommend that the sponsor revise the request and resubmit it later for evaluation.

B.

Begin prototyping a generic assistant against the broad request before the next deadline.

C.

Propose a fixed scope that you commit to by default based on your own assumptions.

D.

Facilitate a structured discovery to define the failing decision and the target metric.

A Claude architect is designing a HIPAA-compliant pipeline that processes patient records.

Which two design decisions directly support HIPAA compliance requirements? (Select two.)

A.

Setting max_tokens to a low value to minimize the volume of text generated per request.

B.

Selecting the highest-capability Claude model to maximize diagnostic accuracy.

C.

Enforcing role-based access controls so that PHI is retrievable only by authorized personnel.

D.

Ensuring patient data is never included in training feedback loops sent to the model provider without a BAA in place.

E.

Using streaming responses to reduce perceived latency for clinical users.

You are compiling factors that should drive the choice between Model Context Protocol (MCP), direct API integration, and agent-to-agent handoff.

Which two factors belong on the list? (Select two.)

Each correct answer presents a complete solution.

A.

Whether the vendor publishes detailed reference documentation for each candidate protocol.

B.

Whether the team has prior implementation experience with any of the candidate protocols.

C.

Whether the underlying transport supports encryption in transit between the integrated services.

D.

Whether the integration must be portable across multiple AI clients in the ecosystem.

E.

Whether the interaction is stateless and latency-sensitive or stateful and longer-running.

You are evaluating prompting claims in a peer’s design document.

For each claim, select yes if the claim reflects sound practice. Otherwise, select no.

A Claude architect at a health services organization is defining evaluation metrics for a clinical-summary pipeline. The pipeline must remain within a per-query cost ceiling and must never surface patient data to unauthorized roles.

Which two metrics directly address these requirements? (Select two.)

A.

BLEU score computed against a human-annotated reference summary set

B.

Role-based access-control enforcement rate measured on a red-team dataset

C.

Throughput measured as successful requests processed per minute

D.

Per-query token cost measured against the defined cost ceiling

E.

Response latency at the 95th percentile across a one-week sample window

An engineering organization is adopting Claude Code across 200 developers. A team lead proposes that AI-generated pull requests bypass standard code review for changes under 50 lines because small changes are considered low risk and review capacity is constrained.

Which two Diligence-competency objections should you raise? (Select two.)

Each correct answer presents part of the solution.

A.

Removing review eliminates the verification mechanism required for AI-generated output across the workflow.

B.

Code-review capacity should be expanded to handle every code change submitted across the team.

C.

The threshold should be increased to 200 lines to capture more changes.

D.

AI-generated pull requests should be rejected by default across the organization.

E.

Line count is a poor proxy for the actual risk introduced by a code change.

You are reviewing a peer’s draft system prompt that contains contradictory instructions: one section says never to speculate beyond the supplied source, while another says to confidently fill in any gaps.

Which response is most appropriate?

A.

Add a priority instruction directing the model to evaluate all instructions and apply whichever appears most contextually appropriate on each request.

B.

Remove or rewrite the gap-filling instruction so the prompt consistently constrains the model to source-supported content.

C.

Increase temperature so output randomness masks the contradiction.

D.

Keep both instructions and rely on the model to decide which one to follow on each request.

A team manager wants all engineers working on the same repository to share identical MCP server definitions without manual synchronization.

Which configuration approach satisfies this requirement?

A.

managed configuration pushed to all endpoints by the administrator

B.

environment variables set at the operating-system level on each workstation

C.

project-scope .claude/settings.json and .mcp.json files committed to the repository

D.

each engineer maintains a personal ~/.claude/settings.json with the shared definitions

You are classifying chunking strategies by the corpus type each is best suited to.

For each chunking strategy, select the appropriate corpus type: “Long Structured Documents,” “Heterogeneous Short Records,” or “Code or Hierarchical Specifications.”