Free · No account needed · No credit card

ServiceNow Certified Application Developer CAD Practice Test

500 questions with instant explanations, domain breakdown, and wrong-answer analysis. Built for the real exam.

Instant feedback after each answer
Full explanations included
Domain score breakdown
Real exam: 90 min
Pass mark: 700%

Sample questions with explanations

This is exactly what you see during practice — question, options, and a full explanation after you answer.

Q1Core Application Developmentmedium
Full explanation →

A company has a custom table 'u_asset' with a reference field 'u_location' pointing to 'cmn_location'. When a user changes the location on an asset record, the system must automatically update the location on all related 'u_asset_software' records. Which approach should the developer use?

ACreate a Client Script that runs on load to update related records.
BCreate an ACL to automatically propagate changes.
Create a Business Rule that runs on update of the 'u_asset' table and updates related records.Correct
DCreate a UI Policy that sets the location field on related records.

Option C is correct because a Business Rule that runs on the 'update' operation of the 'u_asset' table can directly query and update all related 'u_asset_software' records using GlideRecord. This server-side logic ensures the location change is propagated reliably, regardless of …Read full explanation

Q2Core Application Developmenthard
Full explanation →

A developer needs to create a new application scope. Which of the following is a best practice when defining the scope?

Set the scope to 'Protected' to prevent other applications from modifying its records.Correct
BUse the global scope to avoid access restrictions.
CUse a scope name that is already in use to leverage existing configurations.
DCreate the scope and later change the name if needed.

Setting the scope to 'Protected' is a best practice because it prevents other applications from modifying the application's records while still allowing the application to access records from other scopes. This balances security and interoperability, ensuring that the application…Read full explanation

Q3Core Application Developmenteasy
Full explanation →

A developer wants to send an email notification when a new incident is created. Which component should be configured to trigger the notification?

AUse Flow Designer to create a flow that sends an email.
BWrite a Business Rule that calls the email utility.
Create a Notification record with the condition 'New' and 'Action: record inserted'.Correct
DCreate an ACL with email action.

Option C is correct because in ServiceNow, the native Notification mechanism is specifically designed to send emails based on conditions like 'New' and 'Action: record inserted'. When a new incident is created, the system evaluates the notification's condition; if it matches, the…Read full explanation

Untimed Practice

Answer at your own pace. Explanation and domain tag shown immediately after each answer.

Timed Practice

Countdown timer starts immediately. Results and domain scores shown at the end — just like the real exam.

Why practice here?

Full explanations on every question

Not just the right answer — you get exactly why each wrong option is wrong, so you learn the concept, not the answer.

Domain score breakdown

After each session see your score by exam domain so you know exactly where to focus study time.

100% free, forever

No subscription, no trial, no email wall. Start a session in under 10 seconds.

Exam-style questions

Scenario-based, precise wording, realistic distractors — written to match what you actually see on exam day.

← All SNOW-CAD questionsSNOW-CAD exam guideStudy guidePractice by domain