Rubric
Contents — domains, guide and mocks

Solution Design & Architecture

CCAR-P · Domain 124 questions · 17% of the exam

Answer everything, then check. Each result links back to the lesson for the objective it came from.

0 of 24 answered0:00
  1. Question 1 · 1.1

    An insurer’s claims director asks for “an autonomous AI agent to handle claims end to end”. Discovery shows the main delay is adjusters retyping data from scanned repair estimates into the claims system; decisions themselves are quick.

    What should the architect propose first?

  2. Question 2 · 1.1

    A retailer wants to reclassify 200,000 product listings into a new category tree that changes every season. It has almost no labelled examples, and listings are written in five languages.

    Which factors in this scenario favour Claude over training a traditional classifier? (Select 2.)

  3. Question 3 · 1.1

    A public-sector benefits agency plans a Claude assistant that answers caseworkers’ questions about eligibility policy. The project charter states the goal as “give caseworkers better answers, faster”.

    Which success criteria best support the design?

  4. Question 4 · 1.1

    A business process involves calculating loan repayment schedules from a fixed formula, then writing a plain-language explanation for each customer. How should the work be split?

  5. Question 5 · 1.2

    A bank’s trade-finance team uses Claude to extract fields from letters of credit and write them straight into a booking system. About 2% of bookings fail because dates arrive in mixed formats and some amounts include currency words.

    Which change most directly fixes the failure?

  6. Question 6 · 1.2

    A hospital network’s Claude assistant drafts replies to patient portal messages for nurses to approve. Six months after launch, nurses say drafts feel “worse”, but the team cannot say what changed or when.

    What should the architecture have included? (Select 2.)

  7. Question 7 · 1.2

    A public-sector agency wants Claude to summarise the 30,000 consultation responses it receives after each policy proposal. Analysts read the summaries the following week.

    Which delivery design best fits?

  8. Question 8 · 1.2

    In an end-to-end Claude design, which responsibility belongs in deterministic code or a system of record rather than in the model?

  9. Question 9 · 1.3

    A retailer receives supplier invoices in varied layouts. Every invoice goes through the same steps: extract fields, match to a purchase order in the ERP, flag mismatches, and post matched invoices.

    Which architecture is most appropriate?

  10. Question 10 · 1.3

    An internal IT team wants help resolving employee incidents. Tickets range from password resets to intermittent network faults whose cause takes several rounds of log searching, config checks and tests to find.

    For the hard, open-ended incidents, which pattern fits best?

  11. Question 11 · 1.3

    Which situations are signals for the evaluator-optimizer workflow? (Select 2.)

  12. Question 12 · 1.3

    A bank’s architecture review board rejects a proposal for an agent that answers customers’ questions about fee schedules. The questions are varied, but every answer comes from one published fee document.

    What is the strongest basis for the board’s decision?

  13. Question 13 · 1.4

    A pharmaceutical company’s regulatory team wants a system that, for a new drug candidate, surveys approval precedents across several agencies and many therapeutic areas. A single agent’s runs are thorough on the first agency and shallow on the rest, as its context fills.

    Which design best addresses the problem?

  14. Question 14 · 1.4

    An orchestrator agent for a bank’s internal audit team occasionally spawns dozens of subagents on broad requests, and one run cost far more than budgeted. The prompt already says “use no more than five subagents”.

    What is the most appropriate change?

  15. Question 15 · 1.4

    Which situations are good reasons to introduce a second agent? (Select 2.)

  16. Question 16 · 1.4

    A logistics firm’s orchestrator delegates carrier-rate research to subagents. Results come back inconsistent: two subagents research the same carriers, and another returns rates in a different currency and format.

    What should the architect change first?

  17. Question 17 · 1.5

    A retailer’s customer-insight team feeds 12,000 free-text survey responses into a single request and asks for the top themes with counts. The counts are inconsistent between runs and later responses are under-represented.

    Which decomposition is most appropriate?

  18. Question 18 · 1.5

    A bank’s credit team proposes a seven-step chain for small-business loan memos: read statements, summarise, extract ratios, compute ratios, assess risk, write the memo, check tone. Latency is high and the risk assessment often contradicts figures in the statements.

    What is the best change to the decomposition?

  19. Question 19 · 1.5

    Which are good signals that a piece of a problem should be split out as its own step? (Select 2.)

  20. Question 20 · 1.5

    An insurer asks an agent to rewrite 600 policy-wording templates to a new plain-language standard. After one long session the agent reports “all templates updated”, but spot checks show fewer than a hundred were changed.

    What should the architect do?

  21. Question 21 · 1.6

    A wealth-management firm’s head of strategy sponsors a Claude project so that advisers can offer a personalised portfolio review to clients with smaller balances, a segment the firm has never served profitably.

    Which primary success metric best reflects the value this sponsor is buying?

  22. Question 22 · 1.6

    An architect’s business case for a claims-summary assistant cites an industry report that AI makes knowledge workers 80% faster and multiplies it by the claims team’s salary cost. The finance director rejects it.

    What is the best way to strengthen the case?

  23. Question 23 · 1.6

    A telecom operator wants an agent-assist tool that suggests answers to call-centre staff during live calls. Operations requires suggestions to start appearing within about two seconds, and the tool must handle Monday-morning peaks without failing.

    Which design choices best serve these SLAs? (Select 2.)

  24. Question 24 · 1.6

    A regional hospital group plans an overnight job that drafts discharge-summary coding suggestions for coders to review the next morning. About 8,000 summaries a night share the same long coding-guidelines prompt.

    Which change most reduces running cost without harming the service commitment?

You can change answers until you check. Nothing is saved or sent anywhere.