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

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

Page: 1 / 11
Total 114 questions

Claude Certified Architect - Professional Questions and Answers

Question 1

You are designing a content moderation classifier that processes high volumes of user-generated comments under a tight per-message latency budget using well-defined classification labels.

Which model selection best aligns with the workload?

Options:

A.

Opus, because every moderation decision requires maximum reasoning depth regardless of classification complexity.

B.

Haiku, because its latency and cost profile align with high-volume classification workloads that require limited reasoning depth.

C.

Sonnet, because larger general-purpose models are preferred even when workload latency requirements are strict.

D.

Sonnet with extended thinking enabled, because deeper reasoning should be applied to every moderation request to improve edge-case handling.

Question 2

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 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 compiling a diagnostic toolkit for Claude Code operational issues.

Which two diagnostic actions belong in the toolkit? (Select two.)

Each correct answer presents a complete solution.

Options:

A.

Increase the model sampling temperature so that intermittent issues surface more frequently for analysis.

B.

File a support ticket with vendor support before any local reproduction or evidence collection.

C.

Reproduce the issue with a minimal reproduction case that isolates one variable at a time.

D.

Roll back to the previous Claude Code version immediately to confirm whether the issue is version specific.

E.

List the configured Model Context Protocol (MCP) servers and inspect server status to identify connection failures.

Question 5

You are identifying the highest-impact optimization for a deployment whose token cost is dominated by a long, repeated system prompt and a large retrieved context per request.

Which optimization most directly targets the dominant cost driver?

Options:

A.

Increase retrieval depth on every request to maximize recall, worsening the dominant cost driver by adding more retrieved tokens per request rather than reducing them.

B.

Add additional repeated content to the system prompt to give the model more guidance.

C.

Move the long, repeated system prompt into a cacheable prefix and trim retrieved context to the spans relevant to each query.

D.

Switch every request to the heaviest available model to maximize output quality, accepting that higher per-request inference cost compounds rather than addresses the dominant cost driver.

Question 6

You are a solution architect designing a Claude-based assistant with access to 60 internal tools across multiple business domains. Loading every tool definition on every request increases token usage and time to first response.

Which design pattern best addresses this issue without sacrificing capability breadth?

Options:

A.

Apply progressive tool discovery so a curated initial subset is exposed and additional tools are loaded on demand based on the task.

B.

Use a separate model call to summarize all 60 tool definitions before each user turn.

C.

Increase the maximum context length and load all 60 tool definitions on every request, accepting the higher token cost and latency as necessary for full capability.

D.

Hard-code a fixed set of five tools per request to reduce token usage, regardless of whether those tools are relevant to the current task.

Question 7

You are evaluating model-selection claims used by a peer team.

For each statement, select yes if the statement is generally true. Otherwise, select no.

Question # 7

Options:

Question 8

You are building an ethics-review checklist for deployments supported by artificial intelligence.

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

Each correct answer presents a complete solution.

Options:

A.

Confirm that vendor licensing terms permit the planned production use of the model.

B.

Verify that outputs do not rely on generalizations about people that the underlying data does not support.

C.

Confirm that high-impact decisions retain human accountability rather than being attributed to the model.

D.

Restrict ethics review to outputs that exceed a defined model-confidence threshold.

E.

Confirm that latency and throughput targets are met across supported user populations.

Question 9

The compliance team has authored a regulatory disclosure procedure that must be applied identically across customer service, sales, and onboarding workflows. The procedure changes when regulators issue updates, currently four to six times per year. You are designing how the procedure will be packaged for use by Claude across all three workflows.

Which two design decisions should you include? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Package the procedure as a Claude Skill owned directly by the compliance team.

B.

Embed the procedure text into each workflow’s system prompt at integration time.

C.

Store the procedure in a shared retrieval corpus accessed by all three workflows.

D.

Have each workflow team rewrite the procedure for its own context.

E.

Reference the same Claude Skill from all three workflow integrations.

Question 10

After a prompt-template update, several previously passing test cases now produce unexpected outputs.

Which test type is specifically designed to detect this category of failure?

Options:

A.

Integration tests that validate cross-component pipeline behavior.

B.

Adversarial tests that probe for prompt-injection vulnerabilities.

C.

Regression tests scored against a stable reference set of known-good behavior.

D.

Smoke tests that confirm high-level system availability after the change.

Question 11

You are preparing an operational runbook for a Claude-based service.

Which content is essential to include in the runbook?

Options:

A.

Dashboard and log references only, without alert definitions, triage steps, escalation paths, or rollback procedures for the on-call engineer to act on.

B.

Common alerts and their triage steps, escalation paths, rollback procedures, and references to the relevant dashboards and logs.

C.

Alert definitions and triage steps only, without escalation paths, rollback procedures, or references to dashboards and logs for on-call use.

D.

Escalation paths and rollback procedures only, without alert definitions, triage steps, or dashboard references to guide initial incident response.

Question 12

You are supporting an engineer whose Claude Code session reports a permission denial when the engineer expected the action to be allowed.

Which resolution step is most appropriate?

Options:

A.

Tell the engineer to retry the denied action verbatim repeatedly until the denial stops appearing, without inspecting the active permission rules to determine whether the denial is intentional.

B.

Disable the permission system entirely across all scopes to remove the denial, eliminating all tool-pattern and deny-rule controls rather than identifying and amending the specific rule.

C.

Inspect the active permission rules across all scopes—managed, command-line, local, project, and user—to identify which rule is denying the action and confirm whether it should be amended or remain denied.

D.

Grant the engineer unrestricted Bash access to bypass the specific rule causing the denial, removing all tool-pattern constraints rather than amending only the rule in question.

Question 13

An operations engineer reports that a Claude-based pipeline began returning malformed JSON responses after a scheduled maintenance window, causing downstream processing failures.

Which two investigative steps most directly isolate the root cause? (Select two.)

Options:

A.

Clear the prompt cache and resubmit all pending requests to eliminate stale cached prefixes.

B.

Compare the current system prompt and output schema configuration against the last known good version from before the maintenance window.

C.

Switch to a different Claude model tier to rule out provider-side changes as a contributing factor.

D.

Increase the max_tokens limit to determine whether output truncation is causing incomplete JSON structures.

E.

Replay a set of premaintenance requests against the current configuration and inspect the raw model output before downstream parsing.

Question 14

A loan pre-qualification assistant shows 94 percent approval recommendations that match the human underwriter decision. The fairness team has reviewed approval rate parity across protected groups and reported no significant difference. A board member has asked whether this evidence is sufficient to declare the assistant fair.

Which two Discernment-competency findings should you report? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Approval rate parity does not by itself assess error rate parity across protected groups.

B.

Match with human underwriters does not establish freedom from underwriter-introduced bias.

C.

The 94 percent match rate is sufficient evidence of fairness for the assistant’s decisions.

D.

The fairness team’s review process likely missed at least some of the protected groups studied.

E.

A larger sample is needed before any meaningful fairness claim can be made about the model.

Question 15

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 16

You must present an architectural recommendation to deploy a Claude-based contract review assistant to a steering committee that includes the CFO, the general counsel, and the CIO. Each stakeholder cares about different aspects of the decision.

How should you structure the recommendation document?

Options:

A.

Lead with the technical architecture diagram and the full component list before any other section.

B.

Lead with detailed cost projections across the full multi-year horizon before the rationale section.

C.

Present the same dense narrative throughout with no stakeholder differentiation in any section.

D.

Lead with the architectural decision, then address each stakeholder’s primary concerns directly.

Question 17

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 18

You are assessing a Claude-based system whose dominant risk is silent quality drift on safety-relevant outputs after a model-version upgrade.

Which assessment activity most directly addresses this risk?

Options:

A.

Disable adversarial evaluation entirely during model-version upgrade cycles to reduce evaluation cost, accepting that safety drift will go undetected until it appears in production.

B.

Rotate adversarial inputs randomly so no two upgrades are scored on the same set.

C.

Skip evaluation on each model-version upgrade and rely on user-submitted complaints to surface safety drift after the upgraded model has already served production traffic.

D.

Maintain an adversarial evaluation set with version-attributed scoring so each upgrade is measured against the same set before promotion.

Question 19

You are supporting an engineer whose newly added MCP server does not appear in their Claude Code session.

Which diagnostic step should be tried first?

Options:

A.

Disable every MCP server in the configuration to isolate the issue, removing all tool access rather than confirming whether the new server is registered.

B.

Switch the team to a different Claude product family unrelated to the existing workflow, abandoning the current configuration rather than diagnosing the registration issue.

C.

Verify the MCP server is registered using the listing command, then reconnect the session if needed, since configuration changes typically require a restart to take effect.

D.

Reinstall the developer’s operating system from scratch, discarding all local configuration and tool state before attempting any targeted diagnostic steps.

Question 20

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 21

You are reviewing a customer-support agent’s configuration. Each candidate tool falls into one of four categories: (1) required to complete defined tasks, (2) frequently used and reduces hand-offs, (3) occasionally useful for unrelated work, (4) speculative future utility.

Which categories should typically remain in the agent configuration?

Options:

A.

Only category 3, because occasionally useful tools for unrelated work provide broader coverage and should take priority over tools required for the agent’s defined tasks.

B.

Only category 4, because speculative future-utility tools provide the most flexibility and should be configured even when no defined task currently requires them.

C.

Categories 1 and 2 only, because they map to defined tasks and the agent’s regular hand-offs.

D.

All four categories, because broader tool access is categorically better for agent performance regardless of whether the tools map to defined tasks or regular hand-offs.

Question 22

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 23

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 24

You are evaluating a Claude-based deployment for adherence to a specific regulation.

Which two steps must be completed BEFORE mapping deployment data flows to specific regulatory clauses? (Select two.)

Each correct answer presents part of the solution.

Options:

A.

Compare the in-place controls against the regulatory requirements to identify any compliance gaps.

B.

Identify the applicability of the regulation based on data types, jurisdiction, and audience.

C.

Schedule the remediation work with the engineering team based on the prioritized gap findings.

D.

Document the identified gaps along with recommended remediations and residual risk for sign-off.

E.

Inventory the vendor-provided compliance tooling and confirm which compliance affordances are in place.

Question 25

You are reviewing an integration specification for security gaps.

Which two findings constitute valid security gaps in the specification? (Select two.)

Each correct answer presents a complete solution.

Options:

A.

Tool calls execute server-side under a least-privilege service principal scoped to the requested action.

B.

Service credentials are placed in the prompt context, where they can leak into logs and traces.

C.

Role-based access control is enforced only at the response-rendering layer after the model accesses restricted data.

D.

Per-user OAuth tokens are exchanged with scope-restricted permissions and refreshed within the active session.

E.

Tool inputs and outputs are encrypted in transit using transport-layer security between services.

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

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 28

A technical team is debating whether to implement a new capability for generating regulatory filings from internal data as a Claude Skill or as an MCP server. The capability requires a fixed authoring procedure with embedded examples, does not need to call live external systems, and must be portable across three Claude deployments: claude.ai, an internal API integration, and Claude Code.

Which factor most strongly favors implementing the capability as a Skill?

Options:

A.

The capability needs to query a live database for the most recent regulatory filings.

B.

The capability must also be callable from a developer’s command-line interface.

C.

The capability requires direct authentication against the corporate identity provider.

D.

The capability is procedural knowledge with no live external-system calls required.

Question 29

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.

Question # 29

Options:

Question 30

A senior architect is managing stakeholder expectations for a Claude-based reporting assistant midway through development. Stakeholders have escalating concerns about response latency.

Which two actions most directly address stakeholder expectation alignment in this situation? (Select two.)

Options:

A.

Present measured p50 and p95 latency baselines against the agreed SLA thresholds so stakeholders have accurate data.

B.

Pause all development and reallocate engineering resources entirely to latency optimization.

C.

Communicate that latency concerns are a known LLM limitation and outside the architecture team’s control.

D.

Replace the current Claude model with a third-party model that may offer lower latency without evaluation.

E.

Revise the SLA definition collaboratively with stakeholders if current targets are not achievable given production constraints.

Question 31

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 32

You are a solution architect evaluating candidate use cases for a Claude-based program.

For each scenario, select Yes if Claude is appropriate as the primary solution at the architectural level. Otherwise, select No.

Question # 32

Options:

Question 33

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 34

You are designing a test strategy for a Claude-based pipeline that handles sensitive financial data.

Which two test types should be prioritized to cover both safety under attack and cross-component correctness? (Select two.)

Options:

A.

Adversarial tests using prompt-injection and malformed-input cases.

B.

Regression tests against a stable reference set of previously known-good outputs.

C.

Smoke tests that verify core paths after each deployment.

D.

Integration tests that verify end-to-end pipeline behavior across all components.

E.

Unit tests targeting only individual prompt-template rendering logic.

Page: 1 / 11
Total 114 questions