- CAD Exam Snapshot: Format, Timing, and Scoring
- Domain-by-Domain Breakdown
- Domain 1: Designing and Creating an Application
- Domain 2: Application User Interface
- Domain 3: Security and Restricting Access
- Domain 4: Application Automation
- Domain 5: Working with External Data
- Domain 6: Managing Applications
- A Domain-Weighted Study Schedule
- Why Practice Questions Matter More Than Rereading Docs
- Exam Day Mechanics
- Frequently Asked Questions
- The CAD exam has 60 questions in 90 minutes - pace yourself at roughly 90 seconds per question.
- Application design, UI, security, and automation each carry 20% weight - don't neglect any of the four.
- External data and application management are only 10% each, but skipping them entirely is a losing strategy.
- ServiceNow recommends six months of hands-on development experience before attempting the exam.
CAD Exam Snapshot: Format, Timing, and Scoring
Before you build a study plan, you need to understand exactly what you're preparing for. The Certified Application Developer exam is administered by ServiceNow and validates the skills of developers who design, build, and deploy applications on the Now Platform. The current mainline version of the exam contains 60 questions that must be completed in 90 minutes - that's a tight 90 seconds per question if you work straight through without pausing to think.
ServiceNow doesn't gatekeep this exam with a formal prerequisite, but it does recommend candidates have at least six months of hands-on application-development experience on the platform before sitting for it. That recommendation matters more than it might seem: this is not a memorization test. It's a scenario-based exam that expects you to have actually built things - tables, UI Actions, business rules, ACLs, workflows - not just read about them. If you want the full eligibility picture, see the dedicated breakdown of CAD requirements.
If this is your first time researching the credential, it helps to start with the fundamentals covered in What Is CAD Certification? and CAD Certification before diving into domain-level prep.
Domain-by-Domain Breakdown
The CAD blueprint splits into six domains, and the weighting tells you exactly where to invest your study hours. Four domains - application design, user interface, security, and automation - are weighted at 20% each, meaning together they account for 80% of the exam. The remaining two domains, external data and application management, are weighted at 10% each. For a full walkthrough of each domain's subtopics and sample scenarios, the companion resource CAD Exam Domains 2026: Complete Guide to All 6 Content Areas is worth reading alongside this study guide.
| Domain | Weight | Core Focus |
|---|---|---|
| Designing and Creating an Application | 20% | Scoped apps, tables, relationships, application structure |
| Application User Interface | 20% | Forms, UI policies, UI actions, list views, client scripts |
| Security and Restricting Access | 20% | ACLs, roles, data policies, application scoping rules |
| Application Automation | 20% | Business rules, script includes, flow designer, scheduled jobs |
| Working with External Data | 10% | Import sets, web services, transform maps |
| Managing Applications | 10% | Update sets, publishing, versioning, application lifecycle |
Domain 1: Designing and Creating an Application
This domain sits at 20% and tests whether you understand how a scoped application is actually assembled from the ground up. Expect questions about table extension versus new table creation, choosing between application scope and global scope, and structuring relationships between tables using reference fields, related lists, and many-to-many relationships.
Designing and Creating an Application
Candidates must understand how architectural choices made early in an app's life affect scalability, security, and maintainability later.
- When to extend an existing table versus create a new one
- Choosing appropriate field types for data integrity
- Structuring parent-child and many-to-many table relationships
- Application scope boundaries and cross-scope access implications
Domain 2: Application User Interface
Also weighted at 20%, this domain covers the layer end users actually touch. You'll be tested on form design, UI policies versus client scripts, UI actions (buttons and context menu items), list controls, and how to conditionally show or hide elements based on role or data state. A common trap on the real exam is confusing when a UI policy is the right tool versus when a client script is required - know the decision criteria cold.
Application User Interface
This domain checks your ability to build usable, responsive interfaces without writing unnecessary code.
- UI policies vs. client scripts vs. UI actions - when each applies
- Form layout, sections, and related list configuration
- List view personalization and conditional visibility
- Client-side scripting limitations and best practices
Domain 3: Security and Restricting Access
Security is another 20% domain, and it's frequently where candidates who "know the platform generally" lose points, because access control on ServiceNow is layered and easy to misconfigure in a test scenario. You need fluency in Access Control Rules (ACLs), how role inheritance works, how data policies enforce mandatory or read-only fields independent of the UI layer, and how application scoping restricts or allows cross-application access.
Security and Restricting Access
Expect scenario questions that ask you to identify why a user can or cannot see a record given a stack of overlapping ACLs.
- ACL evaluation order and condition/script logic
- Role-based access versus contextual security
- Data policies and their relationship to ACLs
- Protecting application artifacts across scope boundaries
Key Takeaway
Build a test scenario in your own developer instance with at least three overlapping ACLs and trace exactly which one wins - this single exercise clarifies more than any amount of passive reading.
Domain 4: Application Automation
The fourth 20% domain covers the logic that runs behind the scenes: business rules (before, after, async, display), script includes, Flow Designer, scheduled jobs, and events. You should be able to identify the correct automation tool for a given requirement - for instance, knowing when a before business rule is appropriate versus when the task calls for a scheduled job or an asynchronous business rule to avoid performance issues.
Application Automation
This is the domain most tied to real development experience - you can't fake fluency in scripting order-of-operations.
- Business rule types and execution order
- Script includes for reusable server-side logic
- Flow Designer actions, triggers, and subflows
- Scheduled jobs and event-driven automation
Domain 5: Working with External Data
At 10%, external data is a smaller slice, but don't skip it - a handful of missed questions here can be the difference between passing and retaking. Focus on import sets, transform maps, and how coalescing fields determine whether a record is created or updated during an import.
Domain 6: Managing Applications
The final 10% domain covers the lifecycle side of development: update sets, how they capture and move changes between instances, versioning an application, and publishing considerations. Even though this domain is lightly weighted, it appears in nearly every developer's daily workflow, so the concepts tend to stick quickly once practiced.
A Domain-Weighted Study Schedule
Generic study techniques like spaced repetition or timed practice blocks only help if you're applying them to the right content in the right order. Below is a schedule built around the CAD blueprint's actual weighting rather than a generic template.
Application Design Foundations
- Build a scoped app with at least three related tables
- Practice choosing between extension and new-table design
User Interface Mechanics
- Configure UI policies, client scripts, and UI actions on your app
- Test list view controls and conditional field visibility
Security and Access Control
- Layer multiple ACLs and trace evaluation order
- Add data policies and compare behavior to ACL restrictions
Automation Logic
- Write business rules of each type and observe execution order
- Build a Flow Designer flow tied to your scoped app
External Data and Application Management
- Run an import set with coalescing and review the transform map
- Practice moving changes via update sets between instances
Full Review and Timed Practice
- Take full-length timed practice exams
- Revisit weak domains identified from missed questions
For a broader look at how demanding this preparation curve actually is compared to other ServiceNow credentials, see How Hard Is the CAD Exam? Complete Difficulty Guide 2026. And if you're weighing whether this level of investment is worth it against career outcomes, Is the CAD Certification Worth It? Complete ROI Analysis 2026 and CAD Salary Guide 2026: Complete Earnings Analysis cover that ground in detail.
Why Practice Questions Matter More Than Rereading Docs
The CAD exam is scenario-driven - it presents a business requirement or a broken configuration and asks you to identify the correct fix or design choice among several plausible-sounding options. That format rewards applied recall, not passive familiarity. Rereading ServiceNow documentation feels productive but rarely trains you to distinguish between two answer choices that both sound technically correct.
This is where structured practice tests earn their place in your prep. Working through realistic, domain-tagged questions on CAD Exam Prep lets you see exactly which domains you're weak in before exam day, rather than discovering it during the real 90-minute window. Pair timed practice runs with your hands-on build work in a developer instance, then use missed questions to send you back into the platform to re-test the concept live.
If you're unsure how many questions you need right to pass, the specifics are laid out in CAD Passing Score 2026: Exactly What You Need to Pass, and a condensed version of every must-know fact is available in the CAD Cheat Sheet 2026: One-Page Review of Must-Know Facts for last-week review.
Key Takeaway
Treat every missed practice question as a two-step task: understand why the correct answer is right, then go build or reconfigure that exact feature in a live instance before moving on.
Exam Day Mechanics
Logistics matter almost as much as content knowledge when you only have 90 minutes. Know your exam window well in advance - testing availability and scheduling details are covered in CAD Exam Dates 2026: Testing Windows, Deadlines & Scheduling - and confirm registration and fee details ahead of time using CAD Certification Cost 2026: Complete Pricing Breakdown so there are no surprises on payment or rescheduling policy.
On test day, budget your 90 seconds per question loosely: spend less time on straightforward UI or terminology questions so you bank extra seconds for the multi-step ACL or business-rule-order scenarios that take longer to reason through. Flag anything you're unsure about and return to it rather than stalling your pace.
Once you're certified, the credential opens doors across ServiceNow development roles - browse what that looks like in practice via CAD Jobs, and if you're building a broader prep plan from scratch, the overview at CAD Study Guide 2026: How to Pass on Your First Attempt and general background at What Is CAD? or CAD Meaning are good companion reads for anyone still new to the terminology.
Frequently Asked Questions
The current mainline CAD exam has 60 questions to complete in 90 minutes, which works out to roughly 90 seconds per question on average.
ServiceNow recommends six months of hands-on application-development experience on the Now Platform before attempting the exam. It's not a strict enrollment prerequisite, but the exam's scenario-based format assumes that practical background.
Application design, user interface, security, and automation are each weighted at 20%, so together they make up 80% of the exam and deserve the majority of your study hours. Still allocate some time to external data and application management, which combine for the remaining 20%.
It's heavily scenario-based, testing whether you can apply concepts like ACL evaluation, business rule execution order, and UI policy configuration to realistic situations rather than recite definitions.
Combine hands-on building in a personal developer instance with timed practice questions, such as those on CAD Exam Prep, so you get comfortable with both the content and the 90-second-per-question pace before test day.