CAD logo
Focused certification exam prep
Start practice

CAD Certification

TL;DR
  • The exam has 60 questions, a 90-minute time limit, and covers six weighted domains.
  • Application design, UI, security, and automation each carry 20% of the blueprint weight.
  • External data and application management each account for only 10%, but still appear on every exam.
  • ServiceNow recommends six months of hands-on application-development experience before sitting the exam.

What the CAD Certification Actually Tests

The Certified Application Developer (CAD) credential is administered by ServiceNow to validate that a developer can independently design, build, and deploy custom applications on the Now Platform. Unlike administrator-focused certifications, CAD is built around the full application lifecycle: scoping an app, designing its data model, building a usable interface, locking down access, automating logic, integrating outside data, and maintaining the app once it ships.

If you're still deciding whether this credential fits your career goals, the overview at What Is CAD Certification? and the plain-language explainer What Is CAD? are good starting points before you dive into blueprint details.

Why the Blueprint Matters: ServiceNow doesn't test trivia - it tests whether you can execute each phase of app development under realistic constraints. Every domain maps to something you'd actually do while building an app in a scoped application.

Breaking Down the Six Exam Domains

The CAD blueprint is organized into six domains with unequal weighting. Four domains - application design, UI, security, and automation - each represent 20% of the exam, meaning together they account for 80% of your score. The remaining 20% splits evenly between external data and application management. For a full walkthrough of each area with sub-topics, see CAD Exam Domains 2026: Complete Guide to All 6 Content Areas.

Domain 1: Designing and Creating an Application (20%)

Covers scoped application creation, table and relationship design, choosing between extending existing tables versus building new ones, and structuring an app for maintainability.

  • Application scope boundaries and cross-scope access
  • Table inheritance, extended tables, and database views
  • Data model planning before development begins

Domain 2: Application User Interface (20%)

Focuses on building usable, responsive interfaces using forms, lists, UI Builder, and workspace experiences.

  • UI policies vs. client scripts vs. UI actions
  • Form layout, sections, and related lists configuration
  • UI Builder pages and components for custom experiences

Domain 3: Security and Restricting Access (20%)

Tests your ability to control who can see and modify application data using platform-native security constructs.

  • Access Control Lists (ACLs) and evaluation order
  • Roles, groups, and data-level security via ACLs on tables/fields
  • Script includes with proper access scoping

Domain 4: Application Automation (20%)

Covers server-side and workflow-driven automation that runs application logic without manual intervention.

  • Business rules: order, timing (before/after/async/display)
  • Flow Designer flows and actions versus classic workflows
  • Script includes, scheduled jobs, and event-driven logic

Domain 5: Working with External Data (10%)

Tests integration patterns for bringing outside data into an application.

  • Import sets and transform maps
  • REST/SOAP integration basics as they relate to app data
  • Data source configuration and scheduled imports

Domain 6: Managing Applications (10%)

Covers the operational side of an application's lifecycle after initial build.

  • Application versioning and update sets
  • Publishing to a scoped app repository or app store
  • Managing dependencies between applications

Because application design, UI, security, and automation are weighted identically, candidates often assume they can shortcut the smaller domains. That's a mistake - external data and application management questions are fewer in number, but they're not easier, and missing them can be the difference between passing and retaking. If you want a sense of how the smaller-weight domains actually affect difficulty, How Hard Is the CAD Exam? Complete Difficulty Guide 2026 breaks down where candidates typically lose points.

Exam Format, Timing, and Registration Mechanics

The current mainline CAD exam consists of 60 questions delivered in a 90-minute window. That works out to roughly a minute and a half per question, which is tight if you're reading through multi-part scenario questions that describe an application requirement and ask you to identify the correct configuration approach.

ServiceNow recommends candidates have at least six months of hands-on application-development experience before attempting the exam. This isn't a hard prerequisite in the way a formal course requirement would be, but it reflects the practical, scenario-driven nature of the question style - you're frequently asked to choose between two or three technically valid approaches based on best practice, not just pick the one "correct" definition.

Key Takeaway

Budget your 90 minutes by domain weight: spend proportionally more time-per-question-review on the four 20% domains, and don't let external data or application management questions eat disproportionate time.

Before you register, confirm current eligibility details and any prerequisite training paths - CAD Requirements 2026: Eligibility, Prerequisites & How to Qualify lays out what ServiceNow expects. You'll also want to understand fee structure and any retake costs in CAD Certification Cost 2026: Complete Pricing Breakdown, and check upcoming testing windows through CAD Exam Dates 2026: Testing Windows, Deadlines & Scheduling so your prep schedule lines up with an actual booked slot. Once you know the exact score threshold you're aiming for, CAD Passing Score 2026: Exactly What You Need to Pass explains how scoring works.

Who Hires Certified Application Developers

Organizations running ServiceNow instances need developers who can extend the platform beyond out-of-box ITSM or HR modules. CAD-certified professionals typically work as:

  • ServiceNow developers building custom scoped applications for internal business processes
  • Platform consultants at implementation partners delivering client-specific app builds
  • Technical architects who need developer-level credibility when reviewing application designs
  • In-house engineering staff at enterprises with large, mature ServiceNow footprints

Because the certification proves you can work across the entire app lifecycle - not just administer existing modules - it's frequently listed as a preferred or required qualification in job postings for ServiceNow-specific development roles. To see how this translates into actual roles and compensation ranges, review CAD Jobs and CAD Salary Guide 2026: Complete Earnings Analysis. If you're still weighing whether the investment of time and exam fees pays off, Is the CAD Certification Worth It? Complete ROI Analysis 2026 covers the tradeoffs directly.

Concrete Topics You Must Master

Beyond the domain names, here's what candidates actually need hands-on fluency with:

  • Scoped application architecture - creating an app, setting scope protection policy, and managing cross-scope API access
  • Client scripts vs. UI policies - knowing when each is appropriate and how they interact with form rendering
  • ACL evaluation logic - the order in which role, script, and condition checks run against a record
  • Flow Designer - building flows with triggers, actions, and subflows, and knowing when a business rule is a better fit than a flow
  • GlideRecord and GlideAjax scripting patterns for server and client communication
  • Update sets - capturing, moving, and committing customizations across instances without collisions
  • Import sets and transform maps - mapping external data fields to target tables correctly
  • UI Builder - assembling pages from components for portal or workspace experiences
Common Pitfall: Many candidates study business rules and client scripts thoroughly but under-prepare for UI Builder and Flow Designer specifics, since these tools change more often between platform releases. Don't skip them just because they feel newer.

For a condensed, exam-day reference of terminology and syntax across all six domains, keep CAD Cheat Sheet 2026: One-Page Review of Must-Know Facts handy during your final review pass.

A Domain-Weighted Prep Timeline

Rather than studying domains in blueprint order, allocate your time proportionally to their weight and to your own weak spots. A six-week structure that respects the 20/20/20/20/10/10 split might look like this:

Week 1

Application Design Foundations

  • Practice creating scoped apps and designing table relationships
  • Review extended tables vs. new table decisions
Week 2

User Interface Build-Out

  • Build forms, UI policies, and a UI Builder page from scratch
  • Compare client script triggers against UI policy conditions
Week 3

Security and Access Control

  • Map out ACL evaluation order with sample scenarios
  • Configure role-based and data-level restrictions on a test app
Week 4

Automation Logic

  • Build both a business rule and a Flow Designer flow for the same use case
  • Compare async vs. before/after business rule timing
Week 5

External Data and Application Management

  • Run a transform map import against a sample data source
  • Practice update set capture, export, and commit workflows
Week 6

Full Review and Timed Practice

  • Take full-length timed practice exams under 90-minute conditions
  • Revisit weak domains identified from missed practice questions

This structure isn't generic time-blocking for its own sake - it's ordered so that the four highest-weight domains (design, UI, security, automation) each get a dedicated week before you touch the smaller-weight topics, and the final week uses timed practice to simulate the actual 60-question, 90-minute constraint. For a more detailed, day-by-day breakdown, see CAD Study Guide 2026: How to Pass on Your First Attempt.

CAD vs. Other Now Platform Credentials

CAD sits alongside other ServiceNow certifications but targets a distinctly different skill set - application building rather than platform administration or implementation consulting.

AspectCertified Application DeveloperTypical Admin-Track Certification
Primary focusBuilding and deploying scoped applicationsConfiguring and maintaining existing modules
Question count60 questionsVaries by exam
Time limit90 minutesVaries by exam
Recommended experienceSix months hands-on app developmentVaries by exam
Core skills testedData modeling, UI Builder, ACLs, Flow Designer, integrationsModule configuration, workflow admin, user management

Understanding where CAD fits among ServiceNow's broader credential ecosystem helps you plan a multi-certification path if that's your goal. Start with the terminology basics in CAD Meaning, What Does CAD Stand For?, and What Does CAD Mean? if you're brand new to the space, or What Is A CAD? for a role-focused explanation. For a broader look at the certification itself, CAD Certification offers a general overview, and CAD Training covers formal learning paths that complement self-study.

Practice Before You Pay: Running through realistic scenario questions on our CAD practice test platform before exam day helps you calibrate pacing against the real 60-question, 90-minute format instead of guessing how long each domain will take you.

If you want to see how your readiness compares to others sitting the exam, reviewing outcome data in CAD Pass Rate 2026: What the Data Shows can help set realistic expectations for how much practice is enough. And once you've built a study plan, running full simulations on the practice test site repeatedly is one of the most reliable ways to confirm you're ready before booking your actual exam slot.

Frequently Asked Questions

How many questions are on the CAD exam and how much time do I get?

The mainline CAD exam has 60 questions with a 90-minute time limit, giving you roughly 90 seconds per question on average.

Which domains should I prioritize if I'm short on study time?

Application design, user interface, security, and automation each carry 20% of the blueprint, so together they represent 80% of the exam - prioritize these four before external data and application management, which are each weighted at 10%.

Do I need prior experience before attempting the CAD exam?

ServiceNow recommends six months of hands-on application-development experience on the Now Platform before sitting the exam, since many questions are scenario-based rather than pure recall.

Is Flow Designer or classic workflow more heavily tested?

The Application Automation domain covers both, but modern exam content leans toward Flow Designer flows and actions, so candidates should be comfortable building flows in addition to understanding legacy workflow concepts.

How does the External Data domain differ from general integration knowledge?

This domain focuses specifically on how external data enters an application you're building - primarily through import sets, transform maps, and data sources - rather than broad integration architecture or middleware concepts.

Ready to pass your CAD exam?

Put this into practice with free CAD questions across every exam domain.