← Track Overview Claude Certified Associate – Foundations

Quick Reference Sheet

The decision rules the exam actually tests, on one page. Keep it open while you review.

1. Exam at a Glance

ItemValue
Exam codeCCAO-F
Number of items60
Item formatMultiple-choice and multiple-response. Each item states how many responses to select.
Time limit120 minutes
Passing scoreScaled score of 720 on a scale of 100–1,000
ScoringCriterion-referenced. You are measured against a fixed standard, not against other candidates.
Result reportingPass/fail with scaled score, plus percent-correct by domain
Validity12 months; free non-proctored renewal assessment if you renew on time
Retakes14 days after the first fail, 30 after the second, 90 after the third; max four attempts per rolling 12 months
PrerequisitesNone. No software-development or API experience needed.

2. The Seven Domains

Item counts assume a 60-question exam. Domain 2 alone is more than a fifth of your score.

DomainWeightApprox. itemsLab
1. Prompting and Task Execution14%8Lab 1
2. Output Evaluation and Validation21%13Lab 2
3. Product and Model Selection12%7Lab 3
4. Workflow Integration and Solution Design16%10Lab 4
5. Configuration and Knowledge Management12%7Lab 5
6. Governance, Risk, and Responsible Use15%9Lab 6
7. Troubleshooting and Optimization10%6Lab 7

3. Prompt Anatomy

An effective prompt removes the guesses Claude would otherwise make. Specificity, not length.

ElementQuestion it answersMissing it causes
TaskWhat specific verb, on what?Claude picks a deliverable for you
ContextWho is this for, what has been tried, what constrains it?Generic output that ignores your situation
FormatWhat shape should the answer take?Right content, unusable form
CriteriaWhat makes the answer good?Arbitrary ordering, indefensible conclusions
Failure instructionWhat to do when it cannot answer?Confident fabrication

4. Prompting by Task Type

Task typeNeeds mostMove
AnalysisData plus the criteria for judging itSupply the standard; require conclusions to cite supporting data
ResearchScope boundaries and a stance on uncertaintySay what is in and out of scope; require flagging of anything unverified
DraftingAudience, tone, length, a model of goodName the reader; show the voice you want or one you do not
BrainstormingRange, plus constraints that force noveltyVolume first, judgment later; rule out the obvious category

5. Choosing the Product Surface

UseWhen
ChatQuick, exploratory, one-off work you will not repeat
ProjectsRecurring work of the same kind that needs persistent instructions and knowledge
Research modeMulti-source investigation requiring synthesis across material
ArtifactsSubstantial, self-contained deliverables you iterate on and reuse
Structured data (tables, lists)When prose would obscure comparison

6. Model Selection

ModelProfileFits
HaikuFastest, lowest costStraightforward, high-volume work where speed and cost dominate
SonnetBalancedThe default for most professional work
OpusMost capable, higher cost and latencyGenuinely complex reasoning that cheaper models get wrong

The tested insight: defaulting to the most capable model for everything is a mistake, not a safe choice; it wastes the cost and latency budget. Using the cheapest model for nuanced reasoning is equally wrong, because you pay for it in rework.

7. Context: Restart, Summarize, or Persist

Do thisWhen
RestartThe thread is anchored to bad early turns, or the topic genuinely changed
SummarizeYou need continuity but not verbatim history; carry forward a condensed state
Persist into a ProjectThe information is needed repeatedly across sessions

Symptoms of an overgrown conversation: earlier details dropped, contradictions with constraints set far above, degrading focus.

8. Validation Checklist

Domain 2 is the heaviest on the exam. Fluency is not accuracy.

  1. Identify the checkable claims. Which statements could be true or false?
  2. Rank by consequence of being wrong. Not by how confident the output sounds.
  3. Verify against an authoritative source. Especially citations, statistics, case names, quotes, and URLs; specific-looking details are the highest-risk fabrications.
  4. Check quantities independently. Recompute; do not trust arithmetic presented fluently.
  5. Check completeness. What was omitted? An answer can be entirely true and still misleading.
  6. Check for bias, including bias inherited from the source material you supplied.
  7. Decide on human review using the table below.
SignalReliable?Why
Claude’s self-reported confidenceNoSelf-rated confidence is not an accuracy signal. Heavily tested.
Confident, fluent toneNoFluency and accuracy are unrelated.
Asking Claude to check its own workWeakCan surface some errors; never substitutes for an authoritative source.
Verification against the source documentYesThe only thing that establishes a factual claim.

9. When Human Review Is Mandatory

The rule: the cost of being wrong determines the review requirement, never the model’s tone or confidence.

If the output is…Then
Going to a regulator, auditor, or compliance teamVerify every factual claim against the authoritative source first
Published externally under your name or the organization’sHuman review before release
Legal, medical, or financial in natureReview by a qualified person; never present as licensed advice
Driving an irreversible or high-consequence decisionHuman accountability required; Claude may inform, not decide
A consequential decision about an individual (hiring, credit, discipline)Never the sole basis. Watch for disparate impact.
Low-consequence, reversible, internal, easily checkedSpot-check is proportionate

10. Data Sensitivity: Before Anything Is Uploaded

  1. Classify the data. Public, internal, confidential, or regulated?
  2. Check organizational policy. Policy is the floor. If policy is silent on a novel case, escalate; do not improvise. If a manager’s request conflicts with policy, follow policy and escalate.
  3. Identify identifiers: direct (names, account numbers, emails) and quasi-identifiers that re-identify in combination (ZIP + birthdate + role).
  4. Minimize. Does the task actually need those fields? Usually not.
  5. Remove or anonymize what remains, then proceed.
Tempting actionVerdictWhy
Upload as-is because the analysis is internalWrongViolates policy regardless of intent
Upload, but instruct Claude not to retain itWrongAn instruction is not a control. A prompt is neither a technical nor a contractual safeguard.
Skip the analysis entirelyUnnecessaryAnonymization usually enables the work
Remove or anonymize identifiers, then uploadCorrectSatisfies policy and still delivers the analysis

11. Projects, Instructions, and Knowledge

RuleDetail
Instructions describe how to workRole, audience, standing conventions, criteria, and the failure instruction. Not a single task.
Adjectives do nothing“Be helpful, be accurate, be thorough” is not a criterion Claude can measure itself against.
More knowledge is not betterContradictory or superseded documents degrade output; Claude cannot know which you consider authoritative.
State precedenceWhen overlap is unavoidable, say in the instructions which source wins.
UploadsFrozen, bounded, auditable snapshot. Good for a quarterly-frozen manual.
Connectors (Drive, Gmail)Live and current, but widen what Claude can see. Good for constantly-changing material.
Maintain itReview on a cadence and on trigger events. A stale Project is worse than no Project, because it produces confidently outdated answers people trust.

12. Troubleshooting: Symptom → Cause → Fix

Name the failure mode before you change anything. Then change one variable.

SymptomCauseFix
Factually wrong or fabricatedValidation / sourcingGround in supplied knowledge, require citations, add the failure instruction
Answers a different questionTask specificationAdd the task and the criteria
Correct but unusableFormat / audienceSpecify shape, length, tone, reader
Shallow across every partScope — the request is compoundDecompose into checkable steps
Drifts, contradicts earlier turnsContext outgrownSummarize and restart
Inconsistent between runsUnder-constrainedTighten criteria
Ignores your instructionsInstruction conflictFind the contradicting earlier turn or Project instruction

Stop iterating after roughly three deliberate corrections with no movement. The problem is then the thread, the knowledge, or the task, not the prompt. Efficiency without effectiveness is a trap: measure end-to-end including rework and review, not the Claude step alone.

13. The Escalation Boundary

Recognizing the limits of the Associate role is itself an exam objective. Hand off to a Claude Architect or Developer when the work requires:

SignalWhy it is out of scope
Running over thousands of records programmaticallyRequires building against the platform, not using the product
Integrating with internal systems, or automated triggersSystem integration work
Operating without a human in the loopChanges the accountability model and the governance posture
Governance enforced technically (access control, retention, audit logs)An instruction is not a control; enforcement is engineering
Systematic evaluation or regression testing of prompts at scaleRequires tooling beyond the product surface

14. Exam Traps to Memorize

Tempting answerWhy it is wrong
“Ask Claude to rate its confidence”Self-reported confidence is not an accuracy signal
“Regenerate until it improves”Rerolling is not iterating; it does not address why it failed
“Tell Claude to be more thorough”Not a criterion it can measure itself against
“Use the most capable model for everything”Wastes cost and latency; does not fix a bad prompt
“Instruct Claude not to retain the data”An instruction is not a control
“It is internal, so policy does not apply”Policy applies regardless of intent or audience
“Upload everything, more context is better”Contradictory and stale sources degrade output
“Change several things at once since it improved”You learn nothing about which change mattered
“The AI step got faster, so the workflow improved”Measure end-to-end, including rework
“Promise full automation to win the budget”Overselling autonomy creates a governance problem
Take the Practice Exam → Track Overview