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

CCAR-P Questions and Answers

Question # 6

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.

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.

Full Access
Question # 7

A pilot AI assistant for procurement specialists shows 89 percent first-response acceptance, but follow-up surveys reveal that specialists frequently override the assistant’s vendor recommendations after considering criteria the assistant did not evaluate. The pilot owner wants to ship the assistant unchanged because of the strong acceptance rate.

Which two Discernment-competency observations should you raise BEFORE approving the launch? (Select two.)

A.

The acceptance rate alone proves readiness for general production use.

B.

The survey response rate may not be statistically representative of all specialists.

C.

The unconsidered criteria represent a scope gap in the assistant’s input space.

D.

Acceptance does not establish whether recommendations remain correct after specialist review.

E.

The pilot duration was probably too short to demonstrate reliability across the full year.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

You are compiling continuity practices that span the deployment lifecycle.

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

Each correct answer presents a complete solution.

A.

Maintain a stakeholder register and notify the listed parties at every phase transition event.

B.

Carry the evaluation framework and reference set forward across iterations rather than rebuilding each time.

C.

Archive every phase deliverable in long-term storage to preserve a record of what was produced.

D.

Capture lessons learned at the end of each phase and surface them as inputs to the next phase.

E.

Lock decisions made in early phases to prevent revisiting them as later phases begin.

Full Access
Question # 10

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.

Full Access
Question # 11

You are building an evaluation pipeline for a Claude-based deployment and must complete the specification steps before running the deployment against the dataset.

Which two steps must be completed BEFORE running the deployment against the evaluation dataset? (Select two.)

Each correct answer presents part of the solution.

A.

Publish the aggregated metrics to a dashboard and gate releases on threshold checks.

B.

Curate and label the evaluation dataset to match the defined slices.

C.

Review failure cases with subject matter experts to refine the scoring rubric.

D.

Define the metrics and slices the framework will report across representative, edge, and adversarial cases.

E.

Score the deployment outputs against the reference labels and aggregate the metrics.

Full Access
Question # 12

You are choosing the level of detail for an implementation guide. The audience is a delivery team that will build the deployment.

Which guidance composition best serves them?

A.

Component responsibilities, contracts between components, sequence diagrams of the dominant flows, configuration parameters with defaults, and operational runbooks.

B.

Component responsibilities and interface contracts only, without sequence diagrams of the dominant flows, configuration parameters with defaults, or runbooks to guide operational tasks.

C.

An architecture overview and sequence diagrams for the dominant flows, without interface contracts, configuration-parameter tables, or operational runbooks for the delivery team to follow.

D.

An architecture overview and a list of known limitations, without component-level diagrams, interface contracts, configuration parameters, or operational runbooks to support implementation.

Full Access
Question # 13

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

Which content is essential to include in the runbook?

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.

Full Access
Question # 14

You are evaluating retrieval-strategy claims used by a peer team.

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

Question # 14

Full Access
Question # 15

You are distinguishing functional from non-functional requirements during discovery.

Which item is a non-functional requirement?

A.

The system must extract a defined set of specific fields from invoice attachments and populate a downstream data record.

B.

The system must produce a draft response that a human reviewer can edit before sending.

C.

The system must classify inbound tickets into a defined set of categories.

D.

The system must respond at p95 latency under 800 milliseconds at the expected request volume.

Full Access
Question # 16

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?

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.

Full Access
Question # 17

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.

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.

Full Access
Question # 18

You are reviewing a peer’s end-to-end design for a Claude-based platform expected to scale to thousands of concurrent users.

For each statement, indicate Yes if it reflects sound architectural practice. Otherwise, select No.

Question # 18

Full Access
Question # 19

A healthcare organization is evaluating two Claude-powered AI architectures for a clinical documentation assistant. Architecture X produces higher output quality scores but costs $0.18 per documentation session and averages 4.2 seconds per response. Architecture Y scores slightly lower on quality metrics but costs $0.09 per session and averages 2.1 seconds per response. The stated SLA requires responses under 3 seconds, and the annual volume is projected at 2 million documentation sessions.

Which evaluation approach correctly applies business value pillar analysis to this decision?

A.

Select Architecture Y based solely on the 50% cost reduction, since solution cost is the most important value pillar in healthcare budget-constrained environments.

B.

Select Architecture X because the higher quality scores justify the cost premium, and any SLA gap can be addressed through infrastructure optimization after deployment.

C.

Eliminate Architecture X on SLA grounds, then evaluate Architecture Y against the efficiency and solution cost pillars by calculating annual cost difference and assessing whether the quality delta materially impacts clinical workflow productivity.

D.

Recommend a hybrid approach using Architecture X for complex cases and Architecture Y for routine cases, without additional analysis, since this preserves quality where it matters most.

Full Access
Question # 20

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.)

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.

Full Access
Question # 21

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?

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.

Full Access
Question # 22

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

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

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

Full Access
Question # 23

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?

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.

Full Access
Question # 24

You are reviewing instrumentation in a multi-agent system.

Which two findings constitute valid observability gaps in the instrumentation? (Select two.)

Each correct answer presents a complete solution.

A.

Trace spans for each agent step are exported to the shared distributed-tracing backend.

B.

Latency and token usage on every span are emitted to the central metrics pipeline.

C.

Tool-call payloads and outcomes are recorded with redaction applied to known sensitive fields.

D.

Model identity and version on each turn are not recorded with the turn artifacts.

E.

Request-scoped correlation identifiers do not propagate across agent and tool calls.

Full Access
Question # 25

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?

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.

Full Access
Question # 26

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.

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.

Full Access
Question # 27

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?

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.

Full Access
Question # 28

A security team is evaluating two proposed controls. Control A adds an outbound tool allow-list with destination restrictions and per-call review. Control B scores responses against a stable adversarial evaluation set after each model-version change.

Which two risk categories are correctly matched to these controls? (Select two.)

A.

Control A — prompt injection from adversarial content in retrieved data

B.

Control A — silent quality drift after a model-version upgrade

C.

Control A — data exfiltration via outbound tool calls

D.

Control B — data exfiltration via outbound tool calls

E.

Control B — silent quality drift after a model-version upgrade

Full Access
Question # 29

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.

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.

Full Access
Question # 30

You are auditing a procurement-assistant agent whose defined responsibility is to draft purchase requests for review.

For each tool currently configured on the agent, select yes if the tool should remain after a least-privilege audit. Otherwise, select no if it should be removed.

Question # 30

Full Access
Question # 31

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?

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.

Full Access
Question # 32

A customer support team has proposed delegating customer refund decisions to a Claude-driven workflow with no human review for refunds under 50 USD. The team's reasoning is that small refunds are low-risk and human review would erase the efficiency gain.

Which Delegation-competency principle should guide your response?

A.

Delegation should always include human review on every decision the workflow produces.

B.

Delegation scope should reflect the type of risk involved, not the transaction size alone.

C.

Delegation scope should be set primarily by maximizing efficiency gains across the workflow.

D.

Delegation should be avoided entirely wherever financial transactions occur in the workflow.

Full Access
Question # 33

You are responding to a stakeholder request that adds significant scope to a deployment already in flight.

Which response best aligns expectations while respecting the stakeholder’s underlying need?

A.

Hide the scope-addition request from the broader delivery team to avoid a difficult conversation, allowing the change to proceed without team awareness of its timeline implications.

B.

Decline the request outright without acknowledging the stakeholder’s underlying need or offering alternatives such as deferral, descoping, or timeline extension.

C.

Acknowledge the request, describe the scope and timeline implications transparently, and propose options—defer it, descope something else, or extend the timeline—for the stakeholder to choose.

D.

Accept the additional scope into the current release without describing the timeline or descoping implications, allowing the delivery plan to absorb unacknowledged changes until they surface as delays.

Full Access
Question # 34

You are designing a feedback session for a deployment in flight.

Which structure best supports productive stakeholder feedback?

A.

Hold an open-ended meeting with no pre-distributed agenda or artifacts, and rely on participants’ memory to carry decisions and follow-up owners forward.

B.

Define a focused agenda, share the artifacts in advance, capture decisions and follow-ups in writing, and confirm action owners and dates.

C.

Distribute artifacts at the session start rather than in advance, so stakeholders review materials in real time without preparation before the discussion begins.

D.

End the session without recording decisions, follow-up items, action owners, or dates, relying on participant memory to carry the session’s outcomes forward.

Full Access