Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75only

Anthropic CCAR-P Claude Certified Architect - Professional Exam Practice Test

Demo: 37 questions
Total 126 questions

Claude Certified Architect - Professional Questions and Answers

Question 1

You are defining transparency practices for a customer-facing assistant whose responses are materially shaped by AI.

Which transparency practice most directly supports responsible deployment?

Options:

A.

Misrepresent the AI’s role in producing responses in order to make the assistant feel more trustworthy or more human, undermining informed user consent and organizational transparency.

B.

Refuse to answer any user question about how the responses were produced or whether AI was involved, treating the AI’s role as confidential operational information.

C.

Disclose AI involvement to end users in line with the organization’s transparency policy and provide a documented path to reach a human when needed.

D.

Disclose AI involvement only to internal staff and operators while withholding that information from the end users whose interactions are materially shaped by the AI system.

Question 2

A senior architect is preparing briefing materials on a new retrieval architecture. The executive sponsor has requested a summary of the architectural decision. Which framing is most appropriate for that audience?

Options:

A.

Technical alternatives evaluated, implementation implications, and component-level consequences.

B.

Business outcomes achieved, trade-offs accepted, and high-level risks acknowledged.

C.

Capabilities delivered, scope implications, and feature-level dependencies on the roadmap.

D.

Threat model, control mappings, residual-risk acceptance, and audit traceability.

Question 3

The platform team at Trenova Systems, Inc. needs to reduce per-query cost and p95 latency for a high-volume Claude pipeline without degrading output quality on the core use case.

Which two optimizations directly target both cost and latency simultaneously? (Select two.)

Options:

A.

Enable prompt caching on the static system-prompt prefix to reduce billable input tokens on repeated calls.

B.

Route straightforward query types to a smaller, faster Claude model and reserve the full model for complex cases.

C.

Increase max_tokens to reduce the frequency of truncated responses requiring follow-up calls.

D.

Add a retrieval step that fetches the full source corpus into the context window before generation.

E.

Expand the system prompt to include additional few-shot examples on every request.

Question 4

You are selecting a protocol for a single low-latency stateless tool call from a Claude-based assistant to an internal pricing service that already exposes a stable HTTP API.

Which integration mechanism is the most appropriate?

Options:

A.

A direct API call to the existing endpoint with the appropriate scoped credentials.

B.

A long-lived stateful session protocol for a stateless single-call interaction.

C.

A bespoke streaming protocol layered over an unrelated asynchronous message bus.

D.

An agent-to-agent handoff that introduces another Claude-based agent in front of the pricing service.

Question 5

A Claude architect is implementing safety controls for a customer-facing advice assistant that must never provide regulated investment recommendations.

Which two guardrail implementations most directly enforce this constraint? (Select two.)

Options:

A.

Increase response temperature to introduce variability that reduces the likelihood of specific recommendations.

B.

Add an output classifier that detects and blocks responses containing regulated investment-recommendation language.

C.

Limit session length to reduce the volume of queries processed per user per day.

D.

Log all user queries to a SIEM for post-hoc compliance review.

E.

Define explicit out-of-scope categories in the system prompt with fixed refusal phrasing for investment advice requests.

Question 6

You are operating an interactive assistant whose dominant performance constraint is per-turn latency. Quality on routine turns is already acceptable.

Which configuration adjustment most directly improves latency without disproportionately damaging quality?

Options:

A.

Disable prompt caching entirely to ensure fresh context processing on every request, preventing stale prefix content from affecting latency-sensitive interactions.

B.

Reduce retrieval depth to the top-k passages that historically cover the answer, and cache stable system-prompt content.

C.

Increase retrieval depth to the corpus maximum to improve recall regardless of latency.

D.

Switch every turn to the heaviest available model to maximize output quality, accepting that the increased model latency will worsen the per-turn SLO rather than improve it.

Question 7

An architect is reviewing a Claude-based candidate-screening tool prior to deployment. A stakeholder asserts that because the model was not trained on company data, no bias evaluation is necessary.

Which two responses most accurately challenge this assertion? (Select two.)

Options:

A.

Transparency obligations are satisfied by disclosing that an AI system is in use, without further evaluation.

B.

Fairness testing is required only when the training dataset is known to contain protected-class labels.

C.

The model may carry demographic biases from pretraining that manifest in screening outcomes regardless of fine-tuning.

D.

The system should be evaluated on outcome-disparity metrics across protected groups before deployment.

E.

Bias evaluation is unnecessary when the model provider has published a responsible-use policy.

Question 8

You are supporting a team whose Claude Code sessions consistently load 60 or more MCP tools from many servers, exhausting context budget before the session begins.

Which adjustment most directly addresses this issue without removing capability?

Options:

A.

Enable Tool Search so tool definitions are deferred and discovered on demand rather than loaded into context upfront.

B.

Disable every MCP server in the configuration to free up context budget, accepting that the team loses all tool access and cannot perform any MCP-dependent task in the session.

C.

Increase the prompt’s verbosity with additional instructions and context, which consumes more of the context budget rather than reducing the tool-definition overhead causing the issue.

D.

Add additional MCP servers to give the team more capability, which increases rather than reduces the number of tool definitions loaded into the session’s context budget.

Question 9

You are documenting an architectural decision to support future audit and onboarding.

Which artifact is the strongest fit?

Options:

A.

A slide deck in a presentation folder with no accompanying written rationale.

B.

A code comment in a single file that contains an opinion of one engineer.

C.

An Architecture Decision Record that states the context, the decision, the alternatives considered, the consequences, and the date and authors.

D.

A short verbal note shared during a hallway conversation with no written record.

Question 10

You are reviewing a peer’s Claude Code permission rules for an enterprise rollout. The rules grant unrestricted Bash access to all projects across all developers.

Which response is most appropriate?

Options:

A.

Add unrestricted access to additional tool categories as well, so that Bash is not asymmetrically more permissive than other tools, expanding the attack surface further in the name of consistency.

B.

Approve the unrestricted Bash access as written on the grounds that narrowing the rules would add configuration complexity, accepting the full attack surface for all engineers across all projects.

C.

Replace unrestricted Bash with narrowly scoped tool patterns that allow only the specific commands the workflows require, and add explicit deny rules for sensitive operations.

D.

Disable all permission rules for the enterprise rollout so every command across every project runs without any tool-pattern scoping or explicit deny rules for sensitive operations.

Question 11

An architect is reviewing a set of architecture documentation packages before handing off a Claude-based pipeline to an implementation team.

Which two characteristics indicate that a documentation package is sufficient to support implementation without ongoing architect involvement? (Select two.)

Options:

A.

The document specifies integration contracts, configuration schemas, and expected input/output shapes for each component.

B.

The document includes a decision log that records the rationale for key architectural choices and the alternatives rejected.

C.

The document provides a high-level narrative description of the business problem without component-level detail.

D.

The document includes the architect’s contact information for questions arising during implementation.

E.

The document lists all Claude models that were evaluated but does not specify which was selected or why.

Question 12

You are selecting a model for a new production workload and must complete the upstream steps before testing candidate models empirically.

Which two steps must be completed BEFORE running a representative sample on a candidate model? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Select the lightest model that consistently meets the quality bar across the sample.

B.

Retest the model choice when a new model version becomes available.

C.

Choose a candidate model based on the requirements profile and known capabilities.

D.

Define the quality bar, latency tolerance, and expected volume for the workload.

E.

Sign off the production rollout plan with the platform and security teams.

Question 13

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.

Options:

Question 14

You are producing an architecture guide for a new deployment and must complete the planning steps before drafting each section.

Which two steps must be completed BEFORE drafting each section of the guide? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Identify the audience and the questions the guide must answer for that audience.

B.

Translate the guide into the supported regional languages for the candidate population.

C.

Validate the guide with the implementation team and incorporate corrections.

D.

Establish the document under version control with a defined review cadence and approver list.

E.

Outline the guide sections covering the overview, components, contracts, flows, runbooks, and limitations.

Question 15

You are sequencing decomposed components in an invoice-processing pipeline.

For each of the decomposed components, select the execution layer it belongs to: “Pre-Processing,” “Model Stage,” or “Post-Processing.”

Options:

Question 16

You are comparing patterns for a batch document-classification job that follows fixed steps: extract metadata, classify, summarize, and persist.

Which pattern is the best fit and why?

Options:

A.

A workflow pattern, because agentic patterns do not support tool invocations and therefore cannot execute the persist step that writes results to the downstream store.

B.

An agentic pattern, because the open-ended planning capability of agents produces more consistent structured outputs than a fixed workflow graph on classification tasks.

C.

An agentic pattern, because agents are categorically more accurate than workflows and therefore always preferable regardless of step predictability.

D.

A workflow pattern, because the steps are well-defined and predictable per-request token cost is preferred over flexibility.

Question 17

You are selecting the documentation set that should accompany a Claude-based deployment at handoff. Which set is most complete?

Options:

A.

Architecture overview, ADRs, component-level diagrams, runbooks for common operations, an on-call playbook, and a list of known limitations.

B.

Code comments scattered across individual source files with no integrating architecture overview, no ADRs, no runbooks, and no on-call playbook to orient operators or new team members.

C.

A single one-page architecture diagram with no ADRs, no runbooks, no on-call playbook, and no list of known limitations to support operators or future maintainers.

D.

A verbal handover walkthrough conducted on the day of transition, with no written architecture overview, ADRs, runbooks, playbook, or known limitations captured for future reference.

Question 18

You are listing characteristics of strong architectural-decision communication.

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

Each correct answer presents a complete solution.

Options:

A.

Ownership and review cadence for revisiting the decision when conditions or assumptions change.

B.

Distribution to a standing review forum with mandatory attendance from senior engineering leaders.

C.

Omission of rejected alternatives to keep the decision document focused and concise for readers.

D.

Alternatives considered along with the criteria that were used to evaluate each alternative.

E.

Use of a consistent template across the team to standardize the visual presentation of decisions.

Question 19

You are integrating human review into a high-volume classification pipeline where reviewing every output is infeasible.

Which sampling strategy best balances throughput with quality oversight?

Options:

A.

No sampling, relying entirely on user complaints to reveal quality and safety problems after they affect users.

B.

Risk-stratified sampling that reviews all low-confidence and high-impact outputs and a smaller random sample of high-confidence routine outputs.

C.

Inverse sampling that reviews only high-confidence routine outputs and skips low-confidence and high-impact outputs.

D.

Universal review of every output regardless of confidence or throughput impact.

Question 20

You are running a risk assessment on a planned Claude-based deployment and must complete the inventory steps before assessing threats against assets.

Which two steps must be completed BEFORE assessing threats against assets to estimate likelihood and impact? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Document the assessment outcome with risks, mitigations, residual risk, and acceptance owners.

B.

Recommend mitigations and residual-risk acceptance for the risks that remain after analysis.

C.

Identify the assets that the deployment touches, along with the sensitivity of each asset.

D.

Recommend mitigations and residual-risk acceptance for risks that remain.

E.

Enumerate the threat actors and attack vectors relevant to the deployment.

Question 21

You are investigating an MCP server that fails on first launch but succeeds on subsequent runs. System permission dialogs appeared during the first launch.

Which response is most appropriate?

Options:

A.

Recognize the first-run permission grant as the cause, document the expected behavior in onboarding guidance, and confirm that subsequent runs succeed.

B.

Reinstall the operating system to clear all permission state without first confirming whether the one-time permission grant caused the failure.

C.

Disable operating-system permission dialogs entirely, accept the resulting security implications, and proceed without confirming whether the failure recurs.

D.

Treat the first-run failure as a permanent fault, replace the MCP server, and do not verify whether subsequent runs succeed.

Question 22

You are integrating Claude Code into a workflow that runs against a production database.

Which guardrail design most directly preserves safety on data-modifying operations?

Options:

A.

Allow Claude Code to write directly to the production database without subagent scoping, read-only credential defaults, or human confirmation gates on data-modifying operations.

B.

Configure the database MCP server with a fully privileged credential that can perform any read or write operation, and allow all operations to proceed without explicit human confirmation.

C.

Disable all logging and auditing on database operations through the MCP server to reduce alert noise, removing the observability needed to detect unintended data modifications.

D.

Configure the database MCP server with a read-only credential by default, restrict the subagent’s tool list to read-only operations, and require explicit human confirmation on any operation that would modify data.

Question 23

You are assessing data-exfiltration risk in a Claude-based assistant that has tools for both internal-document retrieval and outbound HTTP calls.

Which scenario most directly indicates a data-exfiltration risk?

Options:

A.

The outbound HTTP tool returns a 200 response when the assistant calls an allow-listed domain to fulfil a user-initiated data-lookup request.

B.

The user submits a routine question and receives a routine answer.

C.

Adversarial content in a retrieved document instructs the model to call the outbound HTTP tool and send sensitive content to an attacker-controlled URL.

D.

The internal-document retrieval tool returns a document that the user is authorized to view.

Question 24

You are listing characteristics of robust guardrail design for an enterprise deployment.

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

Each correct answer presents a complete solution.

Options:

A.

Centralized log retention for guardrail violations with quarterly review by the security team.

B.

Per-role tool allow-lists enforced at the orchestration layer before any tool call executes.

C.

User feedback channels that route reported guardrail failures into the product backlog for triage.

D.

Periodic refresh of the system prompt wording to keep refusal language current and clear.

E.

Adversarial-input coverage in the evaluation set with regression tracking on guardrail performance.

Question 25

You are building a feedback-and-alignment routine for a multi-stakeholder deployment.

Which two practices belong in the routine? (Select two.)

Each correct answer presents a complete solution.

Options:

A.

Record each session and distribute the recording to stakeholders who could not attend live.

B.

Escalate any disagreement among stakeholders to the executive sponsor for binding resolution.

C.

Rotate facilitation among the participating stakeholder groups to share ownership of the routine.

D.

Set a regular cadence for revisiting expectations and assumptions as conditions evolve over time.

E.

Reconcile divergent stakeholder positions explicitly rather than papering over them in the moment.

Question 26

Engineering leadership wants to roll out Claude Skills to 280 developers across 14 teams. Skills will encode internal coding standards, code-review checklists, and incident-postmortem templates. Leadership has asked how to govern Skill authorship so that Skills remain trustworthy without bottlenecking on a single central team.

Which governance model should you recommend?

Options:

A.

Per-developer authorship across the 280 engineers with no team-level coordination required.

B.

Centralized authorship by a single platform team responsible for every Skill produced.

C.

Fully decentralized authorship across the 14 teams with no review before publication.

D.

Federated authorship across the 14 teams with a central review and publication gate.

Question 27

An architect at Trenova Systems, Inc. is reviewing two draft communication packages for the same architectural decision. Package 1 contains a threat model, residual-risk register, and control-mapping table. Package 2 contains a list of capabilities delivered and feature-level roadmap dependencies.

Which two audiences are correctly matched to these packages? (Select two.)

Options:

A.

Package 1 → engineering implementation team

B.

Package 2 → executive sponsor

C.

Package 1 → security and compliance reviewer

D.

Package 2 → product manager owning the roadmap

E.

Package 2 → security and compliance reviewer

Question 28

The engineering lead at Trenova Systems, Inc. is evaluating two proposals for improving developer workflows using Claude-assisted tooling. Proposal A adds Claude Code to the IDE for inline code generation and review. Proposal B routes all code-generation requests through a shared Slack bot without IDE integration.

Which two observations most accurately evaluate these proposals against workflow-improvement objectives? (Select two.)

Options:

A.

Proposal B is superior because centralizing requests in Slack creates an auditable log of all code-generation activity.

B.

Proposal B introduces workflow friction by requiring developers to leave the IDE, undermining the productivity objective.

C.

Proposal A reduces context switching by providing AI assistance at the point of development without requiring a separate tool.

D.

Proposal B improves workflow velocity because Slack notifications create an asynchronous review queue.

E.

Both proposals are equivalent because the model capabilities are identical regardless of the integration point.

Question 29

You are integrating Claude Code into a team workflow and must complete the design and configuration steps before piloting the integrated workflow with a small group.

Which two steps must be completed BEFORE piloting the integrated workflow? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Document the integrated workflow with handoff criteria, permission boundaries, and on-call runbooks.

B.

Identify the workflow steps where AI-assisted tooling adds value and where human authority must remain.

C.

Negotiate the workflow change with affected teams and obtain formal sign-off from each manager.

D.

Iterate the integrated workflow based on pilot findings before broader rollout to the team.

E.

Configure the project-scope MCP servers, permissions, subagents, and persistent project context.

Question 30

You are classifying token-management tactics by where each tactic applies in the request lifecycle: “Input Preparation,” “Prompt Construction,” or “Output Handling.”

Options:

Question 31

A Claude architect is auditing configuration scope assignments.

Which two statements correctly identify an appropriate use of user-scope configuration versus other scopes? (Select two.)

Options:

A.

Persisting personal editor theme preferences that follow an engineer across projects.

B.

Saving a preferred Claude response language that applies to all repositories the engineer uses.

C.

Enforcing a company-wide policy that disables a feature for all engineers.

D.

Defining MCP server endpoints shared by all contributors to a specific repository.

E.

Storing API authentication keys so they are not committed to version control.

Question 32

You are configuring Claude Code for a team that needs every engineer to share the same MCP server set, permission rules, and project context across the engineering monorepo.

Which configuration scope best supports this requirement?

Options:

A.

User scope, with the MCP server definitions and permission rules placed in each engineer’s ~/.claude/settings.json and synchronized manually through a shared setup script outside version control.

B.

Local scope configured only on the lead architect’s machine, with no configuration present on other engineers’ machines and no mechanism to distribute MCP servers or permission rules.

C.

Project scope, with the configuration committed to the repository so every engineer working in the project receives the same MCP servers, permissions, and context.

D.

User scope configured individually on each engineer’s machine, with no shared configuration committed to the repository and no guarantee of consistency across the team.

Question 33

You are running a controlled experiment to compare two prompts and must complete the design steps before executing the experiment.

Which two steps must be completed BEFORE running the experiment with random assignment? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Determine the minimum detectable effect size and the sample size needed for power.

B.

Decide whether to promote, reject, or iterate the candidate based on the analysis.

C.

Define the hypothesis and the primary success metric for the comparison.

D.

Analyze the results against the predefined success metric and significance threshold.

E.

Document the recommendation, the trade-offs accepted, and the alternatives considered.

Question 34

A Claude Architect is reviewing a post-deployment performance report for an AI-assisted legal-document summarization system. The report includes these observations:

    Average summarization time decreased from 47 minutes to 6 minutes per document.

    Associates spend less time on summaries, but overall billable output has not measurably changed.

    Infrastructure costs increased by 22% because redundant retry logic generated additional API calls.

    Some summaries require attorney correction, adding an average of 8 minutes of review per document.

Which analysis correctly attributes each observation to the appropriate business-value pillar?

Options:

A.

Observations 1 and 2 both indicate efficiency gains; Observation 3 is a solution-cost issue; Observation 4 is a performance-SLA issue.

B.

Observation 1 is a transformation outcome; Observation 2 is an efficiency gain; Observation 3 is a performance-SLA degradation; Observation 4 is a solution-cost issue.

C.

Observations 1 and 4 together indicate a net performance-SLA improvement; Observation 2 is a transformation gap; Observation 3 is a productivity drain from over-engineering.

D.

Observation 1 indicates an efficiency gain; Observation 2 shows that productivity has not yet been realized; Observation 3 is a solution-cost issue; Observation 4 is an efficiency loss that partially offsets Observation 1.

Question 35

You are explaining the precedence of Claude Code configuration scopes to the team.

Which precedence ordering, from highest to lowest, is correct?

Options:

A.

Local → managed → user → command-line arguments → project

B.

Project → user → managed → local → command-line arguments

C.

Managed → command-line arguments → local → project → user

D.

User → project → local → command-line arguments → managed

Question 36

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

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

Options:

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.

Question 37

When communicating an architectural decision to a security and compliance reviewer, which content set is most aligned with that audience’s primary concerns?

Options:

A.

Feature delivery schedule, roadmap dependencies, and scope boundaries for the product manager.

B.

Implementation timeline, component interfaces, and deployment sequence for the engineering team.

C.

Threat model, control mappings, residual-risk acceptance criteria, and audit traceability.

D.

Decision rationale, business outcomes, and high-level risk summary for executive review.

Demo: 37 questions
Total 126 questions