Claude Certification Blog

Applications and Integration: the domain that decides CCDV-F

One domain is a third of the Claude developer exam, and its two heaviest skills are the two least specific to Claude. If you are preparing for CCDV-F, this is where the paper is decided.

33.1% of the paper17 of 53 itemsHalf of it is engineering

8 min read

Applications and Integration is the largest domain on CCDV-F by a wide margin: 33.1% of the exam, roughly 17 of 53 items, more than the next two domains combined. Inside it sit six published skills, and the two heaviest are Claude Application Design at 8.6% and Software Engineering Foundations at 7.4%. Together those two are about 16% of an Anthropic certification spent on boundaries, schemas, REST, asynchronous work, version control and code review.

33.1%of the CCDV-F paper
17of 53 items
8.6%application design alone
6published skills inside

How big it actually is

One domain is a third of the CCDV-F paperSHARE OF A 53-ITEM PAPERApplications and Integration33.1%Model Selection and Optimization16.8%Agents and Workflows14.7%Prompt and Context Engineering11.0%Everything else, combined24.4%
The bottom bar is four domains added together — Tools and MCPs, Security and Safety, Claude Code and Eval, Testing and Debugging.

Compare that with what candidates actually talk about. Claude Code is 3.1% of this paper. Eval, Testing and Debugging is 2.6%, which on a 53-item exam is about one question. Both are more interesting to study than schema design, and between them they are worth less than a fifth of this one domain. The full weights for all four tracks put the same point in one table.

The six skills inside it

SkillWeightWhat it covers
Claude Application Design8.6%Instruction and content boundaries, schemas, sessions
Software Engineering Foundations7.4%REST and JSON, async work, review, refactoring
Claude API Mechanics6.8%Messages, tools, streaming, caching, stop reasons
Configuration Management4.1%Pinning versions, prompts, settings, dependencies
Understanding Requirements3.4%Turning a business need into testable requirements
Systems Life Cycle2.8%Develop, implement, operate, maintain — and the gates

CCDV-F is the only one of the four tracks that publishes weights at this level of detail, which makes it the only exam where you can plan against skills rather than domain names. That is worth using: the spread inside this domain runs from 8.6% down to 2.8%, a range as wide as the gap between several whole domains elsewhere on the paper.

The unglamorous half

Software Engineering Foundations is the finding most people miss. It is 7.4% of an exam about building with Claude, and almost none of it is about Claude: representational state transfer and JSON, asynchronous work, version control, code review, and refactoring at both the small and structural scale.

It earns its place. Most of what goes wrong in a Claude application goes wrong in the ordinary engineering around the model — three independent calls awaited in sequence when they could run together, a retry over an operation that is not safe to repeat, generated code that passes its tests and still should not merge. The exam asks about those, and it asks about them in the same scenario-and-four-options format as everything else.

A green test suite is not a finished review

One recurring shape here: the code works, the tests pass, and the question is what review still adds. Answering that well means naming something a passing suite does not check — an interface other people will have to live with, an assumption that holds only for the cases someone thought to write down, a dependency the change quietly introduced.

What application design means here

The heaviest skill on the whole paper, at 8.6%, and the name is broader than the content. In practice it is about boundaries: how instructions reach the model across different surfaces, keeping what you instructed separate from what merely arrived, designing a schema around what the consumer needs rather than everything available, and keeping a session clean enough that the next turn is not paying for the last ten.

Two of those overlap with material examined elsewhere and are worth studying once for both purposes. The instruction-versus-content boundary is the same idea as prompt injection and guardrails, and schema design is the response side of tool use and structured output.

API mechanics you can be asked about

At 6.8% this is the third-heaviest skill, and the examinable surface is narrower than the name suggests: messages, tools, streaming, extended thinking and caching; access through third-party vendors; the choice between realtime and deferred processing; and stop reasons — what a response's own metadata tells you about why generation ended, before you parse a word of it.

The realtime-versus-batch decision is the one worth a written rule. Deferred processing trades immediacy for cost. Volume and price pressure make it attractive; a commitment to answer one customer within seconds disqualifies it, and no amount of either pressure relaxes that. Which layer of the stack you are working at changes almost nothing about that judgment — see Agent SDK, Claude Code or the API for how the exams separate those.

How to spend the time

A reasonable shape for a four-week run is a third of your study days in this one domain, front-loaded rather than saved for the end. Start with application design and engineering foundations, because together they are 16% of the paper and they are the two most likely to be skipped by someone preparing for a “Claude exam.” Take API mechanics next. Configuration management, requirements and life cycle are real but small, and one focused pass each is proportionate.

Then stop studying and sit something timed. Weight-aware mocks are the only way to find out whether your revision matched the paper — see how many mocks to take for the sequencing.

Key takeaways

  • One domain is a third of the exam. Applications and Integration is 33.1%, roughly 17 of 53 items, larger than the next two combined.
  • Its two heaviest skills are the least Claude-specific. Application design at 8.6% and engineering foundations at 7.4%.
  • General engineering is examined. REST and JSON, async work, version control, code review and refactoring all appear by name.
  • CCDV-F publishes skill-level weights. It is the only track where you can plan against skills rather than domain names.
  • The interesting domains are small. Claude Code is 3.1% and eval and debugging is 2.6% — about three items between them.
  • Front-load this domain. A third of your study days belongs here, starting with the two heaviest skills.

Find out whether your revision matches the allocation

Reading a weight table is not the same as feeling it under time pressure, and this is the one paper where a single domain can carry you or sink you on its own. Full-length mocks built to the published 53-item allocation will show you within one sitting where your hour is really going. Our claude certification study guide covers how to plan around it.

See the CCDV-F blueprint

Questions

Frequently asked

The follow-up questions people search next.

What is the biggest domain on the Claude developer exam?

Applications and Integration, at 33.1% of CCDV-F — roughly 17 of 53 items. That is larger than the next two domains put together, and more than ten times the weight of the Claude Code domain on the same paper.

Does the Claude developer exam test general software engineering?

Yes, and more than most candidates expect. Software Engineering Foundations is a published skill worth 7.4% of the paper, covering REST and JSON, asynchronous work, version control, code review and refactoring. It is the second-heaviest single skill on the exam.

What does Claude Application Design cover?

At 8.6% it is the single heaviest skill on CCDV-F. It covers how instructions reach the model across different surfaces, keeping instruction and content separate, designing schemas the consumer can actually use, session hygiene and plugin management.

How many items are on CCDV-F?

53, in 120 minutes. The published domain allocation is roughly 8 / 17 / 2 / 1 / 9 / 6 / 4 / 6 across the eight domains, which is the closest whole-number match to the official percentages.

Should I skip the small domains entirely?

No, but be honest about the arithmetic. Eval, Testing and Debugging is 2.6% — about one item — and Claude Code is 3.1%, about two. Reading each once is proportionate. Building a study week around either is not, when a third of the paper sits in one domain.

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.