Featured
CAD Exam

ServiceNow CAD Exam: Complete Study Guide for 2026

The ServiceNow Certified Application Developer exam tests scripting, data modelling, and application design across 60 questions. Here is how to prepare effectively in 2026.

Snow Prep Team
June 11, 2026
5 min read
CAD Exam
Study Guide
Certification
ServiceNow Development

The ServiceNow Certified Application Developer (CAD) certification validates your ability to design, build, and deploy custom applications on the ServiceNow platform. It is one of the more technically demanding certifications in the ServiceNow track — and one of the most valuable for developers working with the platform.

Here is everything you need to know to prepare for the 2026 exam.

What the CAD exam looks like

  • 60 questions in 90 minutes
  • Multiple choice and multiple select formats
  • Passing score: approximately 70%
  • Available online (Pearson VUE) or at a test centre
  • No hard prerequisites, but ServiceNow recommends CSA-level knowledge

The CAD tests both conceptual understanding and practical application. You will encounter scenario-based questions where you need to reason through what a script does, which API to use, or how to structure an application — not just recall a definition.

What the CAD covers

ServiceNow publishes an official exam blueprint. The major domain areas are:

Application Design Scoped applications, application scope, Studio, and design patterns. Questions test how you structure an application — what belongs in a scoped app, how to manage cross-scope access, and how to design tables and relationships.

Data Modelling Tables, fields, data types, relationships (reference, extended, M2M), and dictionary entries. This is foundational — expect questions on how to model real-world data in ServiceNow.

Forms and UI Development Form design, UI policies, client scripts, UI actions, and formatter elements. You need to know which tool solves which problem and when to use one over another.

Server-Side Scripting Business Rules (before, after, async), Script Includes, GlideRecord, GlideSystem, and server-side APIs. This is heavily tested. You should be able to read a GlideRecord query and know what it does.

Client-Side Scripting Client scripts (onLoad, onChange, onSubmit), UI scripts, and browser-side JavaScript in the ServiceNow context. Know the difference between client-side and server-side scope and when each runs.

Service Catalog Development Catalog items, variables, variable sets, ordered guides, and catalog client scripts. Developers building self-service portals need to know this section well.

Flow Designer and Process Automation Flows, subflows, actions, and triggers. ServiceNow has largely moved away from legacy Workflow for new development — CAD questions reflect this and focus on Flow Designer.

Security and Access Control ACLs in a scoped application context, roles, and protecting application data. Scoped apps have specific security patterns that differ from global scope.

Integration Development REST APIs, web services, SOAP, and third-party integrations. You do not need to be an integration architect, but you should understand how ServiceNow consumes and exposes data.

Testing and Debugging Automated Test Framework (ATF), Script Debugger, and testing strategies. ATF has grown in importance in recent exam versions.

Update Sets and Deployment Capturing changes in update sets, merging sets, resolving conflicts, and promoting to other instances. This is a practical area where hands-on experience matters.

The biggest difference from the CSA

The CSA tests breadth. The CAD tests depth — specifically technical depth. You cannot pass the CAD by memorising terminology. You need to understand why a Business Rule fires, how a GlideRecord query works, and what happens when you write to a field using g_form vs a business rule.

Candidates with no scripting background consistently find the CAD significantly harder than the CSA. If you are not comfortable with JavaScript, build that foundation before attempting the CAD.

Getting hands-on: Personal Developer Instance

The single most important thing you can do beyond practice questions is get hands-on time in a Personal Developer Instance (PDI). ServiceNow provides free PDIs to registered developers at developer.servicenow.com.

Use your PDI to:

  • Build a simple scoped application from scratch
  • Write Business Rules and observe when they fire
  • Create Client Scripts and test them on forms
  • Build a catalog item with variables and a Flow Designer flow
  • Practise GlideRecord queries in background scripts

Exam questions that describe development scenarios become much more intuitive when you have seen the behaviour in practice.

Recommended study timeline

BackgroundTimeline
CSA holder with some scripting experience6–8 weeks
Active ServiceNow developer3–5 weeks focused study
No ServiceNow development background10–14 weeks including fundamentals

The CAD rewards consistent daily practice more than cramming. Scripting concepts accumulate — each one builds on the last.

What to focus on in the final two weeks

  1. GlideRecord — read queries, insert, update, and delete patterns. Know query operators and addQuery vs addEncodedQuery.
  2. Business Rule timing — when does a before rule run vs after vs async? What can and cannot run in async?
  3. Client Script types — onLoad, onChange, onSubmit. What does each have access to?
  4. Scoped app security — how do ACLs in a scoped app interact with global?
  5. Flow Designer vs legacy Workflow — understand the Flow Designer model well, and know that legacy Workflow questions still appear.

Common exam mistakes

Over-indexing on scripting, ignoring design. Application design, data modelling, and update sets together make up a significant portion of the exam. Pure scripting knowledge is not enough.

Confusing client-side and server-side APIs. g_form is client-side only. GlideRecord is server-side only. GlideAjax bridges them. This distinction appears in multiple question formats.

Skipping ATF. The Automated Test Framework has grown in recent exam versions. Know how to create and run a test, what ATF can and cannot test, and why it matters.

Not practising timed. The CAD has the same 90-minute window as the CSA, but the questions require more reasoning time. Practice under exam conditions before test day.

Ready to start?

Snow Prep has 1,500+ CAD practice questions mapped to the official exam blueprint, timed 60-question mock exams, and AI explanations for every wrong answer.

Start practising free — no credit card required →

Also studying for the CSA? Read our guide on which certification to do first and explore the CSA study guide.

Ready to Master the CSA Exam?

Join our comprehensive study platform and get access to practice tests, study guides, and expert coaching.

Related Articles

CSA Exam

ServiceNow CSA vs CAD: Which Certification Should You Do First?

Both the CSA and CAD are core ServiceNow certifications — but they test very different skill sets. Here is how to decide which one to pursue first based on your role and goals.

5 min readRead more →
CSA Exam

How to Pass the ServiceNow CSA Exam on Your First Attempt (2026 Guide)

The ServiceNow CSA covers 18 topic areas in a single 60-question exam. Here is the study strategy that gets candidates through on their first attempt — without spending months preparing.

5 min readRead more →
CSA Exam

New ServiceNow CSA Exam Format 2025: Everything You Need to Know

The ServiceNow Certified System Administrator exam has been updated for 2025. Learn about the new format, updated topics, and how to adapt your study strategy for success.

8 min readRead more →