CAD Exam Preparation
Certified Application Developer
Exam Details
Exam Blueprint
ServiceNow Official Exam Blueprint| Domain | Weight |
|---|---|
Scripting & APIs
| 25% |
Business Rules
| 15% |
Integration & REST APIs
| 15% |
Client Scripts
| 12% |
Script Includes
| 12% |
Application Development
| 11% |
UI Policies & Actions
| 10% |
Study Plan
Focus on high-weight topics first for maximum impact. Topics are ordered by exam weight.
Scripting & APIs
25% weightMaster GlideRecord, GlideSystem, GlideAjax, and server-side scripting on the ServiceNow platform. Learn essential APIs for querying, updating, and managing records programmatically.
Key Concepts to Master:
Business Rules
15% weightCreate and manage business rules for server-side automation. Understand when business rules execute, how to use conditions and scripts, and best practices for server-side logic.
Key Concepts to Master:
Integration & REST APIs
15% weightBuild integrations using REST APIs, web services, and data import tools. Master inbound and outbound REST, Import Sets, and Transform Maps.
Key Concepts to Master:
Client Scripts
12% weightImplement client-side scripting for form customization and improved user experience. Master g_form, g_user, and g_list APIs for dynamic form behavior.
Key Concepts to Master:
Script Includes
12% weightBuild reusable server-side JavaScript libraries with Script Includes. Learn to extend classes, create client-callable scripts, and implement the AbstractAjaxProcessor pattern.
Key Concepts to Master:
Application Development
11% weightBuild and deploy scoped applications using ServiceNow Studio. Manage update sets, implement application security, and test with the Automated Test Framework.
Key Concepts to Master:
UI Policies & Actions
10% weightDynamically change form behavior without scripting using UI Policies. Create custom buttons and menu items with UI Actions for streamlined workflows.
Key Concepts to Master:
Required Courses
Official Now Learning courses that cover the exam content.
Recommended Courses
Official Documentation
ServiceNow docs pages that map to the exam domains.
Prerequisites
- •ServiceNow CSA certification
- •1+ years of ServiceNow development experience
- •Strong JavaScript knowledge