Current CAD Exam Facts
Key Takeaways
- The local CAD metadata and blueprint model use 60 multiple-choice and multiple-select questions in 90 minutes with a 70% passing score.
- ServiceNow University lists the current CAD mainline exam fee as $300, with a $150 retake fee in the local metadata.
- The CAD blueprint has six domains, and Managing Applications is the largest at 25%.
- Security, Working with Data, and Automation are each 20%, so they drive far more study time than the 5% design domain alone.
- CAD preparation should focus on building scoped applications, reviewing official materials, and practicing original scenarios instead of memorized item wording.
Current CAD Exam Facts
The ServiceNow Certified Application Developer (CAD) exam validates whether you can design, build, secure, automate, test, and manage scoped applications on the Now Platform. For this guide, use the local ServiceNow CAD metadata as the operating blueprint: 60 questions, 90 minutes, 70% passing score, and a $300 mainline exam fee. The local metadata also records a $150 CAD retake fee.
CAD questions are written around application-development choices: which artifact fits a requirement, how scope affects ownership and access, how data and automation are modeled, and how app files move through the lifecycle. A correct answer usually favors the platform-native, maintainable option over a custom script or duplicated table when configuration already solves the requirement.
| Exam fact | Current local CAD value | Study implication |
|---|---|---|
| Items | 60 questions | Practice mixed scenarios, not one-topic drills only |
| Time | 90 minutes | Average 90 seconds per item with review buffer |
| Passing score | 70% | Aim above 80% on original practice to absorb wording misses |
| Mainline fee | $300 | Book only after stable practice performance |
| Retake fee | $150 | Treat retake policy as a cost and timing risk |
| Format | Multiple-choice and multiple-select | Read whether the prompt asks for one answer or all that apply |
Six Blueprint Domains
The local CAD metadata lists six domains. Their weights are uneven, so a study plan should be uneven too.
| Domain | Weight | What it means in practice |
|---|---|---|
| Application Design and Development Concepts | 5% | Map requirements to platform features and app structure |
| Security and Restricting Access | 20% | Roles, groups, ACLs, application access, and navigation limits |
| Application User Experience | 10% | Menus, modules, forms, lists, views, and related lists |
| Working with Data in ServiceNow | 20% | Tables, fields, dictionary behavior, references, and imports |
| Automating Applications for Collaboration and Productivity | 20% | Flows, business rules, events, notifications, and reusable logic |
| Managing Applications | 25% | App files, update sets, source control, repository, testing, and debugging |
The 5% design domain is small, but it controls how you answer many other questions. If a scenario says a field should change on a form, think UI Policy before Client Script. If a process should be readable by analysts, think Flow Designer before a custom business rule. If task behavior already exists, think extension before rebuilding assignment and activity history.
Exam-Safe Source Habits
- Use official ServiceNow University and ServiceNow Docs pages for policy and product behavior.
- Use the local question bank for coverage signals, not for memorized wording.
- Build at least one scoped application end to end before booking the exam.
- Make a separate review list for lifecycle terms: app file, update set, source control, repository, version, dependency, Automated Test Framework, and logs.
A strong CAD study session should end with a build or design decision you can explain. If your notes are only definitions, convert them into scenarios: what would you choose, why, and what risk does the wrong artifact create?
A candidate has one week left and can review only three CAD domains in depth. Which plan best reflects the current local blueprint weights?