ServiceNow CAD Practice Test: 200 Questions to Pass the Application Developer Exam (2026)
200 expert-written CAD practice questions covering all 7 exam domains. Scripting, business rules, client scripts, REST APIs, and more — with full explanations.
Why 200 Questions Matters for the CAD Exam
The Certified Application Developer (CAD) exam is the coding exam in the ServiceNow certification path. It tests whether you can actually build things on the platform — business rules, client scripts, script includes, REST integrations, and scoped applications.
The exam at a glance:- 60 questions, 90 minutes
- ~70% passing score (42 correct)
- Multiple choice and multi-select
- Heavy on scripting scenarios
- $210 per attempt
Unlike the CSA (which tests admin knowledge), the CAD tests your ability to write and debug code. You need to understand GlideRecord, GlideAjax, business rule timing, client-side vs server-side execution, and REST API patterns.
200 practice questions means you can take over 3 full mock exams without repeating a single question.
What Our 200 Questions Cover
Our CAD question bank is distributed across all 7 exam domains:
| Domain | Questions | What's Tested |
|---|---|---|
| Application Development | 53 | Scoped apps, update sets, tables, app scope, Studio |
| Scripting & APIs | 34 | GlideRecord, GlideSystem, GlideAjax, server vs client |
| Business Rules | 24 | Before/after/async/display, abort actions, current/previous |
| Client Scripts | 21 | onLoad, onChange, onSubmit, g_form, g_user |
| UI Policies & Actions | 21 | Visibility, mandatory, read-only, reverse if false |
| Integration & REST APIs | 21 | Table API, RESTMessageV2, auth methods, HTTP methods |
| Script Includes | 20 | AbstractAjaxProcessor, client-callable, reusability |
1. Straight Knowledge Questions (~30%)
"What does the 'Reverse if false' option do on a UI Policy?"
These test whether you know what platform features do. They're the easiest to study for.
2. Scenario-Based Questions (~25%)
"A developer creates a before business rule that sets a field value, but it's not being saved. What is the most likely cause?"
These give you a situation and ask you to troubleshoot. You need real platform experience for these — not just memorized definitions.
3. Multi-Select (Choose 2 or 3) (~20%)
"Which TWO authentication methods are supported by ServiceNow's inbound REST APIs?"
The real exam has a significant number of multi-select questions. Many practice tests skip these entirely. We don't.
4. Negative Questions (~15%)
"Which of the following is NOT a valid g_form method?"
These trip people up because you need to identify the wrong answer. They test the boundaries of your knowledge.
5. Code Analysis (~10%)
"A developer writes an onChange client script but it does not fire when the form loads. What should they add?"
These require you to read code or debug scenarios. The CAD exam has more of these than any other ServiceNow cert.
Domain Deep Dive: Where People Fail
Scripting & APIs — The Make-or-Break Domain
This domain tests your fundamental scripting knowledge. The most common mistakes:
- Confusing server-side and client-side APIs — g_form is client, GlideRecord is server. Mixing them up in the wrong context is the #1 error.
- Not knowing GlideRecord query patterns — addQuery vs addEncodedQuery, when to use get() vs query()
- GlideAjax callback patterns — The asynchronous nature trips up developers used to synchronous code
- GlideRecord (query, insert, update, delete)
- GlideSystem (gs.info, gs.addInfoMessage, gs.getUser)
- GlideAjax (client-to-server communication)
- RESTMessageV2 (outbound REST calls)
Business Rules — Timing Is Everything
The exam loves testing business rule timing:
| Timing | When It Runs | Key Fact |
|---|---|---|
| Before | Before DB operation | Changes to current auto-save |
| After | After DB operation | current.update() needed for changes |
| Async | After, in background | Does not block the user |
| Display | When form loads | Can add scratchpad data |
Client Scripts — Know Your Events
- onLoad — Form opens (query or insert)
- onChange — Field value changes (does NOT fire on load by default)
- onSubmit — Form submitted (return false to cancel)
- onCellEdit — List view cell editing
The distinction between these events shows up in almost every CAD exam.
REST Integration — HTTP Methods Matter
| Method | Table API Use |
|---|---|
| GET | Read records |
| POST | Create records |
| PUT | Replace records |
| PATCH | Partial update |
| DELETE | Delete records |
How to Use These 200 Questions
Strategy 1: Domain-by-Domain Study (Recommended)
Strategy 2: Mock Exam Mode
Use our Timed Mock Exam to simulate real conditions:
- 60 random questions from all domains
- 90-minute timer
- No mid-exam feedback
- Domain-level score breakdown at the end
Strategy 3: Weak Area Focus
Take a mock exam first. Identify your weakest 2-3 domains. Spend focused study time on those domains, then retest.
CAD vs CSA: Key Differences
| Aspect | CSA | CAD |
|---|---|---|
| Focus | Administration & configuration | Development & scripting |
| Coding Required | Minimal | Extensive |
| Difficulty | Entry-level | Intermediate |
| Study Time | 3-4 weeks | 4-6 weeks |
| Pass Rate | Higher | Lower |
| Practice Questions | 200 questions | 200 questions |
Essential Study Resources
| Resource | Type | Cost |
|---|---|---|
| Application Development Fundamentals | Official course | Free |
| Scripting in ServiceNow Fundamentals | Official course | Free |
| Personal Developer Instance | Hands-on practice | Free |
| SNReady CAD Practice Questions | 200 practice questions | Free / Premium |
| ServiceNow Docs | Reference | Free |
| Study Plan Generator | Personalized schedule | Free |
| What You Need | Where to Find It |
|---|---|
| 200 CAD practice questions | Start practicing → |
| Full mock exam simulation | Take mock exam → |
| Personalized study plan | Generate plan → |
| Not sure which cert to take? | Certification Quiz |
Ready to practice?
Test your knowledge with questions generated from official ServiceNow content.
Related Articles
CIS-ITSM Practice Test: 160 Questions to Pass the ServiceNow ITSM Exam (2026)
The most comprehensive CIS-ITSM practice test available. 160 questions covering all 7 exam domains with detailed explanations. Free sample included.
ServiceNow CSA Practice Test: 200 Questions to Pass the Exam (2026)
The most comprehensive free CSA practice test available. 200 exam-quality questions across all 8 domains. See where you stand before spending $210.
All 28 ServiceNow Certifications Explained (2026 Complete Guide)
Every ServiceNow certification in one place: requirements, costs, difficulty, career impact, and which ones to get first. Updated for 2026.