““Excellent coverage of the key CAD exam objectives.””
Michael R
ServiceNow Developer
Unlike most vendor certifications that stay fixed for years, the CAD exam blueprint gets rebuilt with every twice yearly ServiceNow platform release, so a study guide written for one release cycle can already be missing content by the next. ServiceNow also moved exam delivery from Kryterion/Webassessor over to Pearson VUE in late 2025, and it still requires candidates to complete specific prerequisite training before they're even issued a voucher to register, a requirement most other certification providers don't impose. That combination of a moving blueprint and a gated registration process is exactly what trips people up before they even sit down to answer a question.
The current mainline blueprint spans six domains. Weighting shifts slightly release to release, so treat the percentages below as approximate based on the syllabus rather than a permanent fixed number, and reverify against ServiceNow University before your exam date:
Application Design and Development Concepts (approximately 5%): Determining whether a business requirement is actually a good fit for a scoped application, and planning the data model before you start building.
Application User Experience (approximately 10%): Building and customizing forms, adding and removing fields, and using Record Producers as an application's front door.
Security and Restricting Access (approximately 20%): Access Control Lists at the table, field, and record level, application scope protection, and role based restriction of modules.
Working with Data in ServiceNow (approximately 20%): Import Sets, Transform Maps, and pulling in or pushing out data through REST and SOAP web services.
Automating Applications for Collaboration and Productivity (approximately 20%): Business Rules, Script Includes, Flow Designer, scheduled jobs, and notification/email handling.
Managing Applications (approximately 25%): Delegated Development, Git source control integration, application publishing, and the lifecycle of moving an app from a personal developer instance toward the ServiceNow Store or a production instance.
Managing Applications currently carries the heaviest single weighting, which catches candidates off guard when they've spent most of their study time on scripting and comparatively little on source control workflows and the app publishing process.
Most candidates are already working inside a ServiceNow instance in some capacity, either as an admin who's started building scoped apps on the side, or as a developer who was hired specifically to extend an existing ServiceNow deployment and needs the credential to prove it formally. A smaller group comes from implementation partner consultancies, where CAD certification is often a billing requirement or a resourcing requirement on client contracts. It's uncommon for someone to walk into this exam with zero ServiceNow background, since the mandatory prerequisite training already assumes platform familiarity, and most successful candidates have earned the Certified System Administrator (CSA) credential first even though ServiceNow doesn't formally require it.
The official ServiceNow CAD exam runs 90 minutes and consists of 60 questions, a mix of single answer multiple choice and multiple select ("choose all that apply") items, with no case studies or hands on simulation tasks. That last point matters because it means you're never asked to actually write code inside the exam interface, but the multiple select items, especially around API methods like g_form, g_user, and GlideRecord, are where most candidates lose points, since picking four correct methods out of six options only counts if you get every one right.
ServiceNow does not publish an exact passing score. The number most consistently reported by candidates and training providers is around 70%, but treat that as a community estimate rather than an official cutoff, since ServiceNow has never confirmed it publicly.
Because this exam leans heavily on scenario based questions rather than pure definitions ("which API should you use to interact with a record in a different application scope" is a typical question shape), practicing recall alone won't get you there. Work through practice questions with an actual developer instance open next to you, and when you get something wrong, go recreate the scenario rather than just reading the explanation. If a question involves cross-scope GlideRecord access, actually build two scoped apps and test it. Pay particular attention to any practice question testing multiple select API method knowledge, since that format shows up disproportionately on the exam relative to how often practice sites cover it well.
A frequent one is studying from a blueprint version tied to an older ServiceNow release without realizing weighting or even domain names have shifted. Because the blueprint updates on ServiceNow's release cadence, a study guide referencing "Application Automation" as one domain might not match a newer guide that splits automation and data handling into two separate domains with different percentages.
A second common mistake is underestimating the Managing Applications domain because it feels like an administrative afterthought compared to scripting. Candidates who spend all their prep time on GlideRecord and Business Rules and skip Delegated Development, Git integration, and the app publishing workflow consistently lose points in the domain that actually carries the most weight.
Third, candidates frequently confuse when to use a Business Rule versus a Script Include versus a Flow Designer flow for the same automation goal, and the exam tests that judgment directly rather than just asking you to define each one.
Finally, some candidates get blocked before they even reach the exam because they didn't realize the prerequisite training courses are mandatory, not optional, to receive their registration voucher. Confirming your training completion status early avoids a last minute scramble.
Build a habit of checking the current CAD blueprint on ServiceNow University before you start serious preparation, not after, since studying against last release's weighting wastes time on the wrong emphasis. Spend deliberate practice time on ACL logic specifically, since access control questions show up woven into security, data, and application design domains simultaneously, not just isolated as their own topic. Get hands on with the Git integration and Delegated Development workflow even if your day to day job doesn't require source control, because it's tested at a level that assumes you've actually used it, not just read about it. And don't treat the multiple select "choose all that apply" questions as an afterthought format, drill them specifically, since guessing partial credit doesn't exist here, you either get the full set of correct options or you get nothing.
Work through the practice questions below organized by domain, and pay close attention to your accuracy on Managing Applications and Security and Restricting Access specifically, since those two domains combined make up nearly half the exam. If you're still weak there after a full practice run, that's your actual study priority, not another pass through scripting questions you already know cold.
Last updated on Sep, 7 2026