CCAR-P Practice Questions: Evaluation, Testing & Optimization Domain
Test your CCAR-P knowledge with 10 practice questions from the Evaluation, Testing & Optimization domain. Includes detailed explanations and answers.
CCAR-P Practice Questions
Master the Evaluation, Testing & Optimization Domain
Test your knowledge in the Evaluation, Testing & Optimization domain with these 10 practice questions. Each question is designed to help you prepare for the CCAR-P certification exam with detailed explanations to reinforce your learning.
Question 1
A logistics company's RAG assistant must reflect operating-manual updates within two hours. Evaluation traces show that Claude accurately follows retrieved passages, but manuals updated yesterday are absent from every retrieval result. Older questions are answered correctly, and the team cannot increase inference cost. What should the architect investigate FIRST?
Show Answer & Explanation
Correct Answer: C
Correct answer (C): The traces show that generation is faithful but the updated evidence never reaches context, so the first investigation belongs in the ingestion, indexing, and caching path. The two-hour freshness requirement is the governing constraint. The CCAR-P principle is to localize the observed failure before changing prompts, models, or evaluation layers. Correcting source freshness removes the cause, whereas generation changes cannot recover information that was never retrieved.
Why the other options are wrong:
- Option A: Prompting for recent information is plausible when multiple dated sources are present, but Claude cannot prioritize updated manuals that are absent from context.
- Option B: Retrieving more chunks can improve recall when relevant indexed content ranks poorly, but the evidence says updated manuals never enter the retrieval results.
- Option D: A date-based evaluator could detect some stale outputs, but it is a compensating control and does not restore the required index freshness.
Question 2
A claims processor runs 120,000 Claude extraction requests per day. Quality meets its 98% field-accuracy target, but p95 latency is 3.8 seconds against a 3-second objective. Profiling shows that a 14,000-token instruction, policy, and schema block is identical across 92% of requests and dominates input cost and processing time. Request-specific documents average 2,000 tokens. What should the architect recommend FIRST?
Show Answer & Explanation
Correct Answer: C
Correct answer (C): Profiling identifies repeated stable input as the dominant cost and latency source while current model quality already meets the target. Separating stable and volatile content, reusing eligible prompt material, and eliminating irrelevant context directly address the measured bottleneck without intentionally reducing accuracy. The principle is to optimize based on evidence and preserve proven capability. This improves cost per successful task rather than simply making each call cheaper at unknown quality.
Why the other options are wrong:
- Option A: Model right-sizing can reduce cost and latency, but the proposed 90% threshold violates the stated 98% quality target and ignores the measured context bottleneck.
- Option B: Parallel calls may reduce neither per-request latency nor token processing and would approximately double inference cost without evidence of a quality need.
- Option D: Explanations might aid debugging, but a larger output budget adds latency and cost while leaving the repeated input bottleneck untouched.
Question 3
An insurer is preparing a benefits assistant for production. Every response must contain the correct policy identifier and a citation to an approved source. Responses must also be helpful without making prohibited coverage guarantees. The team evaluates 60,000 responses per release, while compliance experts can review only 300. Which evaluation design BEST balances scale and regulatory assurance?
Show Answer & Explanation
Correct Answer: A
Correct answer (A): Different properties require different evaluation methods: deterministic checks efficiently validate exact fields, a rubric evaluator scales nuanced helpfulness assessment after calibration, and experts retain oversight of high-risk regulated claims. The constraints are both the 60,000-response scale and the limited expert capacity. The architectural principle is to use a portfolio of evaluators matched to objective, subjective, and consequential failure types. This provides scalable release evidence without delegating regulatory judgment entirely to an automated evaluator.
Why the other options are wrong:
- Option B: A model evaluator can scale nuanced review, but evaluator confidence is not necessarily calibrated and does not replace deterministic validation or targeted expert oversight.
- Option C: Deterministic checks are strong for exact fields and known phrases, but they cannot reliably assess nuanced helpfulness or implied coverage guarantees.
- Option D: Expert review is appropriate for regulated judgment, but a small undifferentiated sample alone does not validate exact fields across 60,000 outputs or efficiently target high-risk cases.
Question 4
A healthcare network's scheduling assistant performs well on 8,000 successful historical conversations. During security testing, it follows instructions embedded in an uploaded referral document and discloses unrelated appointment details when a user provides conflicting identity information. Such events are rare, but they involve protected health information. How should the evaluation dataset be improved?
Show Answer & Explanation
Correct Answer: C
Correct answer (C): The dataset must deliberately include the rare, high-impact failure classes that ordinary successful traffic underrepresents, including indirect prompt injection and conflicting identity evidence. The controlling constraint is the potential disclosure of protected health information. Risk-based evaluation requires negative, adversarial, malformed, and production-derived regression cases even when their natural frequency is low. This ensures future changes are tested against known safety failures rather than only routine success paths.
Why the other options are wrong:
- Option A: More historical traffic improves representation of routine use, but successful conversations are unlikely to supply enough adversarial or privacy-boundary failures.
- Option B: Synthetic data offers controlled coverage, but replacing all historical traffic would lose production realism and still would not ensure inclusion of the identified failures.
- Option D: Automated privacy checks may complement evaluation, but penalizing all appointment details would reject legitimate scheduling responses and would not improve dataset coverage.
Question 5
An insurer uses Claude to draft responses to policyholder complaints. Every response must include a jurisdiction-specific disclosure, accurately reflect the applicable policy, and use an empathetic but non-admitting tone. The team evaluates 40,000 drafts per month, and compliance officers can manually review only a calibrated sample. Which evaluation architecture is BEST?
Show Answer & Explanation
Correct Answer: A
Correct answer (A): The requirements have different evaluation characteristics: required disclosures are mechanically verifiable, while groundedness and tone require nuanced judgment. Scale prevents universal human review, but regulation justifies calibrated expert sampling. The architectural principle is to match each quality dimension to an appropriate evaluator and validate automated judgments against qualified humans. This provides scalable coverage without treating model evaluation as a hard compliance control.
Why the other options are wrong:
- Option B: Universal expert review would provide strong oversight, but the stated monthly volume and limited reviewer capacity make it operationally infeasible.
- Option C: Reference answers can help with constrained tasks, but many semantically correct complaint responses can differ in wording while satisfying the policy and tone requirements.
- Option D: Model-based evaluation scales well, but using it alone for exact disclosures and regulated policy judgments omits stronger deterministic checks and human calibration.
Question 6
An internal operations agent can query inventory and schedule warehouse transfers. Evaluation traces show that it selects the transfer tool correctly and supplies schema-valid warehouse IDs, quantities, and dates. Calls succeed for regional managers but return permission-denied for shift supervisors, although policy says supervisors may schedule transfers within their assigned warehouse. The production fix must preserve least privilege. What should the architect investigate FIRST?
Show Answer & Explanation
Correct Answer: B
Correct answer (B): Correct tool selection and valid arguments make prompt and orchestration defects less likely, while role-specific permission denials point directly to delegated identity, scope propagation, or policy evaluation. Inspecting that boundary finds the root cause without bypassing authorization. The governing principle is to diagnose failures at the deterministic control layer and preserve least privilege rather than compensate with broader credentials or model judgment.
Why the other options are wrong:
- Option A: Examples can improve malformed or incorrectly selected tool calls, but the traces already show correct selection and valid arguments for supervisors.
- Option C: A service account could make calls succeed, but it would bypass the intended user-scoped authorization boundary and weaken least privilege.
- Option D: Model verification might assess semantic appropriateness, but it cannot correct a role-specific authorization-policy or delegated-identity defect.
Question 7
A developer incident agent passed its original benchmark, but three production incidents exposed failures involving cyclic service dependencies that the benchmark did not contain. Its automated judge rated the failed answers as acceptable, while senior incident commanders unanimously rated them unsafe. The organization must preserve historical trend comparisons and add coverage for emerging failures. Which lifecycle process is BEST?
Show Answer & Explanation
Correct Answer: D
Correct answer (D): A stable core preserves longitudinal comparison, while a separately versioned regression suite expands coverage to newly observed high-impact failures. Sanitizing incidents protects sensitive operational data, and calibrating the automated judge against qualified experts addresses evaluator disagreement rather than manipulating a threshold. Evaluation assets must evolve with production evidence while remaining traceable and independently validated.
Why the other options are wrong:
- Option A: Expert ratings are valuable, but replacing the full benchmark with three failures destroys representative coverage and historical comparability.
- Option B: An unchanged benchmark preserves trends, but excluding known production failures from release gates allows the same unsafe behavior to recur.
- Option C: Threshold adjustment may force these examples to fail, but it does not establish that the judge's rubric generalizes or aligns with expert judgment.
Question 8
A retailer's customer service assistant handles 40,000 conversations daily. Operations reports that responses are inconsistent, but stakeholders disagree about whether the primary objective is fewer unsupported claims, faster responses, lower inference cost, or fewer human escalations. The engineering team proposes testing several new prompts immediately. What should the architect recommend FIRST?
Show Answer & Explanation
Correct Answer: B
Correct answer (B): The team must first translate stakeholder concerns into measurable quality, latency, cost, and business criteria and then establish the current baseline. The explicit constraint is that stakeholders do not agree on what constitutes improvement. CCAR-P architecture practice requires defining success before optimization so that a change is not credited for improving one dimension while degrading another. This matters in production because prompt or model changes otherwise lack defensible acceptance criteria.
Why the other options are wrong:
- Option A: A model upgrade could improve some conversations, but it begins optimization before defining the required quality, latency, and cost outcomes.
- Option C: Prompt revision may eventually be appropriate, but treating competing objectives as equally important does not establish measurable priorities or a baseline.
- Option D: Tracing supports later diagnosis, but additional observations alone do not define success or show whether a proposed change is an improvement.
Question 9
A lender uses Claude to extract covenants from 80,000 loan documents each month. Its random evaluation sample shows 97% field accuracy. In production, handwritten amendments and legacy participation agreements represent only 2% of documents but account for 61% of financially material extraction errors. Missing a covenant can delay regulatory reporting. How should the evaluation dataset be changed?
Show Answer & Explanation
Correct Answer: D
Correct answer (D): The rare document types create disproportionate financial and regulatory risk, so they require deliberate representation and separate quality thresholds. A production-distributed random sample can hide these failures inside a strong aggregate score. The governing principle is risk-weighted, segment-aware evaluation, which ensures low-volume but high-consequence cases can independently block an unsafe release.
Why the other options are wrong:
- Option A: A larger random sample improves statistical precision, but the rare segments can still have too few examples and remain concealed by the overall threshold.
- Option B: Recent data can improve temporal relevance, but the stated problem is inadequate coverage of rare, high-risk document types rather than dataset age.
- Option C: Production failures are valuable regression cases, but using only failures removes representative normal cases and prevents balanced measurement of overall behavior.
Question 10
A global manufacturer operates a RAG assistant for employee travel policies. Policies changed yesterday, but answers still cite superseded limits. Retrieval traces for failed requests contain only old documents. When engineers manually place the revised policy in the prompt, Claude answers correctly and cites the new limits. The knowledge index is refreshed hourly, and responses may be cached for six hours. What should the architect investigate FIRST?
Show Answer & Explanation
Correct Answer: D
Correct answer (D): The traces show that revised documents never reach the model, while the manual-context test demonstrates that Claude can use them correctly. The governing evidence therefore localizes the failure to freshness or retrieval infrastructure, including ingestion, indexing, filtering, or stale cache behavior. CCAR-P diagnosis starts at the earliest layer contradicted by evidence. Fixing that layer restores current source availability instead of compensating through prompting or added model capability.
Why the other options are wrong:
- Option A: A model comparison would be reasonable if the correct sources were present but interpreted poorly; the manual test shows model reasoning is not the primary failure.
- Option B: A recency instruction can help choose between retrieved versions, but it cannot make an absent revised document appear in context.
- Option C: Chunking can cause incomplete retrieval, but the symptom is version staleness and the scenario explicitly identifies refresh and caching mechanisms that should be checked first.
Ready to Accelerate Your CCAR-P Preparation?
Join thousands of professionals who are advancing their careers through expert certification preparation with FlashGenius.
- ✅ Unlimited practice questions across all CCAR-P domains
- ✅ Full-length exam simulations with real-time scoring
- ✅ AI-powered performance tracking and weak area identification
- ✅ Personalized study plans with adaptive learning
- ✅ Mobile-friendly platform for studying anywhere, anytime
- ✅ Expert explanations and study resources
Already have an account? Sign in here
About CCAR-P Certification
The CCAR-P certification validates your expertise in evaluation, testing & optimization and other critical domains. Our comprehensive practice questions are carefully crafted to mirror the actual exam experience and help you identify knowledge gaps before test day.
More CCAR-P Practice Questions by Domain
- CCAR-P Practice Questions: Integration — 19% of the exam
- CCAR-P Practice Questions: Solution Design & Architecture — 17% of the exam
- CCAR-P Practice Questions: Governance, Safety & Risk Management — 14% of the exam
- CCAR-P Practice Questions: Stakeholder Communication & Lifecycle Management — 14% of the exam
- CCAR-P Practice Questions: Claude Models, Prompting & Context Engineering — 13% of the exam
- CCAR-P Practice Questions: Developer Productivity & Operational Enablement — 7% of the exam
Want more? Take the free CCAR-P sample tests across all 7 domains, review the CCAR-P cheat sheet for last-minute revision, or work through the CCAR-P interactive guide.