Claude Certification Blog

Claude Code on CCDV-F: two items, one skill, and where the rest of the vocabulary went

Claude Code on CCDV-F is one skill worth 3.1 percent, about two of 53 items, while the developer exam spreads the same tooling vocabulary across four heavier skills elsewhere. Here is what those two items can ask, and what they cannot.

3.1% of CCDV-FAbout 2 of 53 itemsOne published skill

8 min read

Claude Code on CCDV-F is a single skill, Claude Code Operation, published at 3.1% of the exam, which a 53-item allocation turns into about two items. The skill is an inventory: five components, five features, the instruction-file hierarchy, repository initialisation and settings.json. The items ask which part of that inventory fits a stated need, and the reflex that loses the mark is choosing an instruction where the scenario needed a setting, or a faster mode where it needed a narrower one.

3.1%of the CCDV-F paper
2of 53 items, approximately
1published skill
19%same vocabulary, other domains

What Claude Code on CCDV-F actually lists

Part of the skillPublished inventoryWhat an item turns on
ComponentsRules, Skills, Commands, Agents, Agent MemoryWhich one fits a stated need
FeaturesSession management, slash commands, headless mode, streaming mode, auto-modeWho is at the keyboard, and who reads the output
StructureThe CLAUDE.md hierarchy, repository initialisation, settings.jsonWhere a setting lives decides whom it binds

Source: the CCDV-F exam guide, version 1.0, effective July 2026, section 6, Domain 3; the two-item figure is a 53-item allocation of the published weight. Checked against the official sources on 17 September 2026.

CCDV-F is the only one of the four papers that publishes a weight for every skill, and here the domain and its skill are the same thing, so 3.1% is the whole story. On the Claude Certified Developer Foundations paper only Eval, Testing and Debugging is lighter, at 2.6%. The Claude Code overview is the official reference for the component list.

Where the rest of the vocabulary went

Search the CCDV-F blueprint for Claude Code, CLAUDE.md, settings.json, plugins or hooks and five skill descriptions match. Only one is Domain 3. Claude Application Design names Claude Code as one of the interfaces an application must reason about, and plugin management with it. Configuration Management names CLAUDE.md files and settings.json beside version pinning and plugin dependencies. Agent Construction names hooks for deterministic actions, and Claude Hooks is a skill of its own.

The same tooling vocabulary is worth 19 percent outside Domain 3 and 3.1 percent inside itWHERE THE TOOLING IS EXAMINEDClaude Application Design, D28.6%Agent Construction, D15.3%Configuration Management, D24.1%Claude Code Operation, D33.1%Claude Hooks, D71%Highlighted: the only one inside Domain 3.
The four skills outside the domain add up to 19.0% of the paper. Configuration Management on its own, at 4.1%, outweighs the entire Claude Code domain.

That distribution changes how to read a scenario. An item about pinning a model version or versioning a prompt is a Configuration Management item under Applications and Integration, asking the change-management question: what breaks when this moves. An item about a hook that must block a destructive action is a Security and Safety item. Domain 3 asks the operating question: which component, which feature, which level of the hierarchy.

Five components, five different jobs

The published list is Rules, Skills, Commands, Agents and Agent Memory, and an item in this domain describes a need and offers four of them. The decision rule asks two things: who triggers it, and where it lives. A rule is loaded by the paths it is scoped to. A skill is chosen by the model when a task matches its description. A command is invoked by a person, by name. An agent runs delegated work in its own context. Memory is what an agent keeps between sessions, in files rather than conversation.

Five components, distinguished by who triggers them and where they livePICK BY TRIGGER AND SCOPERulesGuidance scoped to the paths it governsSkillsA reusable procedure, chosen by descriptionCommandsA procedure you invoke by nameAgentsDelegated work in an isolated contextAgent MemoryKept between sessions, in files not context
The highlighted row is the one most often confused with the row below it: a skill is picked by the model from its description, a command is picked by you.

The second half of the rule, where it lives, is the hierarchy. Instruction files and settings both run from a managed level the organisation controls, through user and project, to a local level that never leaves the machine, and the level a rule is written at decides whom it binds. How those levels combine is the subject of Claude Code configuration for the exams; the official references are the memory, settings and skills pages of the Claude Code documentation. Repository initialisation gives you a starting instruction file, not a finished configuration, which is its own small trap.

Modes are about who is watching

The five features in the skill sort by one question: is there a person at the keyboard, and who reads what comes out. Session management is picking up earlier work rather than re-explaining it. Slash commands, built in or custom, are a person invoking a procedure. Headless mode is a run with nobody present. Streaming mode is output emitted as it is produced for a program to consume. Auto-mode approves actions that pass an automated check against what you asked for, and the explicit rules you wrote still apply.

Two decision rules follow. In a headless run, anything that would stop to ask a question has to be decided before the run starts, because a prompt with nobody to answer it is a failure, not a pause. And fewer prompts is not fewer safeguards: the mode that answers approvals for you and the mode that removes the checks are different things, and offering the second where the scenario wanted the first is a recognisable distractor. The permissions page is the official reference.

Two items. Read this once and go back to Domain 2

Developers reach for this material first because it is what they use every day. On their own exam it is about two marks, and Applications and Integration is seventeen. If a Claude Code session displaces an Applications session in your plan, you have traded a third of the paper for three percent of it.

A worked CCDV-F Domain 3 item

Written for this article · single response

A team runs Claude Code every night in a headless CI job that reads the failing test output, proposes a fix and opens a summary for review. The job has started stalling: the log ends with a permission request for a shell command that nobody is there to approve. What is the BEST change?

  • A. Run the job in the mode that skips every permission check so it can never stop.
  • B. Pre-approve the read-only and test commands the job needs in the project settings, deny anything destructive, and treat any remaining prompt as a job failure to investigate.
  • C. Add a line to CLAUDE.md telling Claude not to ask for permission during CI runs.
  • D. Move the job to an interactive session that an engineer watches each night.

Answer: B

Nobody is present, so what is permitted must be settled before the run. A removes protection in order to remove prompts, and a nightly job with write access is the worst place to do that. C mistakes an instruction for a setting: the permission layer does not read CLAUDE.md. D abandons the unattended design to solve a configuration problem with a person. Only B decides the permissions up front, keeps the destructive deny in place, and makes a surprise prompt visible instead of silent.

Two items on the free timed CCDV-F mock, filtered to Domain 3, follow the same shape. That page reports a raw count; the exam reports a scaled score with a 720 cut, and no conversion is published.

The traps on Claude Code questions on CCDV-F

Five recur. Treating an instruction file as enforcement, when only a setting or a hook can guarantee anything. Removing the checks when the scenario asked to remove the prompts. Confusing a skill, which the model selects from its description, with a command, which you invoke. Assuming initialising a repository produced a complete configuration. And spending Domain 2 study time here because the tooling is familiar.

The last one is the expensive one. If you are deciding between tracks, the guide to choosing a Claude certification shows where the same tooling carries real weight: Claude Code Configuration and Workflows is 20% of CCAR-F, more than six times the developer share, and that is the paper for a candidate whose strength is this domain.

Key takeaways

  • One skill, 3.1%, about two items. Only Eval, Testing and Debugging is lighter on the developer paper.
  • The vocabulary is worth 19% elsewhere. Four other skills name the same tooling, and Configuration Management alone outweighs this domain.
  • Pick a component by trigger and scope. Path-loaded rule, model-chosen skill, user-invoked command, isolated agent, file-based memory.
  • Headless means decided in advance. A prompt with nobody to answer it is a failure, and the fix is a setting, never an instruction.
  • Fewer prompts is not fewer safeguards. Answering approvals for you is not the same as removing the checks.
  • Cap the time. Two marks here against seventeen in Applications and Integration.

Two Domain 3 items, then the rest of the paper

The free CCDV-F mock runs timed without an account and filters to this domain, which is exactly two items. Take them, read the reason for every option, then switch the filter off and spend the time where the marks are. Our claude certification study guide covers how to weight a plan by domain.

Practise Domain 3 free

Questions

Frequently asked

The follow-up questions people search next.

How many Claude Code questions on CCDV-F should I expect?

About two. The Claude Code domain is published at 3.1% of the developer exam, which a 53-item allocation turns into two items. Questions naming CLAUDE.md, settings.json, plugins or hooks can also appear under three other domains, so the tooling shows up more often than the domain weight suggests.

What does the CCDV-F Claude Code Operation skill cover?

The official description lists five components (Rules, Skills, Commands, Agents, Agent Memory), five features (session management, slash commands, headless mode, streaming mode, auto-mode), the CLAUDE.md hierarchy, repository initialisation and settings.json configuration. It is an inventory, and the items ask which part fits a stated need.

Is CLAUDE.md tested outside Domain 3 on CCDV-F?

Yes. Configuration Management, a 4.1% skill inside Applications and Integration, names CLAUDE.md files and settings.json alongside model version pinning, prompt versioning and plugin dependencies. That one skill outweighs the whole Claude Code domain, and it asks the change-management question rather than the operating one.

Does CCDV-F Domain 3 test exact commands and flags?

The published skill describes components, features and structure, not spellings. Study what each component is for, who invokes it and where its configuration lives, and how an unattended run differs from an interactive one. A flag you have memorised is worth nothing if you cannot say which mechanism the scenario needs.

Should I study Claude Code differently for CCAR-F?

Yes, because the weight differs by more than a factor of six. Claude Code Configuration and Workflows is 20% of Architect Foundations, about twelve of sixty items, with six published task statements. On the developer paper the same tooling is two items, so the depth that pays on one exam is a poor trade on the other.

Keep reading

Related posts

Not affiliated with, or endorsed by, Anthropic or Pearson VUE. Details are summarised from publicly published program information and can change. Always confirm against the official exam guide before booking.

We use cookies and privacy-friendly analytics to understand usage and improve Cred Farmer. Essential features work either way. See our Cookie Policy.