ServiceNow · 2026 Edition
A complete preparation guide written by ServiceNow-certified engineers. Covers the exam format,all 6 blueprint domains, a week-by-week study plan, and proven tips for passing first time.
2–3 months
Prep time
Intermediate
Difficulty
60
Exam questions
700/1000
Pass mark
Exam code
SNOW-CSA
Full name
ServiceNow Certified System Administrator
Vendor
ServiceNow
Duration
90 minutes
Questions
60 items
Passing score
700/1000 (scaled)
Domains covered
6 blueprint domains
Recommended experience
Hands-on experience with the ServiceNow platform is strongly recommended; no formal prerequisites
Typical prep time
2–3 months
The ServiceNow Certified System Administrator (CSA) is the foundation ServiceNow credential. It validates the ability to configure, administer, and maintain a ServiceNow instance — the entry-point certification for any ServiceNow career path.
Job roles this opens
Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.
Weeks 1–3
Platform Overview: navigation, applications, modules, user administration, CMDB
Tip: ServiceNow CSA tests the Now Platform fundamentals. Know: the difference between an application (a logical grouping of tables and modules) and a module (a link to a specific view or record list), how to navigate using the Application Navigator, and what the CMDB (Configuration Management Database) stores (Configuration Items and their relationships).
Weeks 4–5
Self-Service and Automation: Service Catalog, Catalog Items, Variables, Workflows, Flow Designer
Tip: Service Catalog is one of the most tested CSA topics. Know the components: Service Catalog (the storefront), Category (organises items), Catalog Item (what users request), Variable (input field on a catalog item), Record Producer (creates a record in any table from a catalog request), Order Guide (multi-item catalog request). Know the difference between each type.
Weeks 6–7
Database and UI Configuration: tables, columns, forms, lists, views, access controls
Tip: ServiceNow access controls (ACLs) are a critical CSA topic. Know how ACLs work: they evaluate whether a user can perform an operation (read, write, create, delete) on a record. ACLs have a name (table.field or table.*), operation, role requirement, and optionally a condition or script. Know the ACL evaluation order: most specific wins.
Weeks 8–10
Importing Data, Notifications, Approvals, and Reporting
Tip: Import Sets and Transform Maps: Import Sets hold raw data from an external source; Transform Maps define how Import Set fields map to target table fields. Know the Transform Map components: field maps (column-to-column mapping), onBefore/onAfter/onChange scripts (for custom transformation logic), and Coalesce fields (used to match existing records and update instead of creating duplicates).
CSA exam: 60 questions, 90 minutes, 70% passing score. ServiceNow provides a free Personal Developer Instance (PDI) at developer.servicenow.com — practise every objective in a live ServiceNow environment. Reading about ServiceNow without hands-on practice is insufficient.
The Update Set is a ServiceNow mechanism for transporting configuration changes between instances (development → test → production). Know how to create an update set, set it as the current update set, capture configuration changes, retrieve it in the target instance, and preview/commit it. Update Sets are frequently tested on CSA.
Business Rules execute server-side JavaScript when a record is inserted, updated, deleted, or queried. Know the Business Rule execution points: before (validate/modify before database write), after (trigger downstream actions after write), async (run in the background after response), and display (modify the form before it renders). Know that before rules can prevent a record from being saved.
Notifications in ServiceNow: know how to create a Notification (trigger: when a record is inserted/updated/meets a condition, who to notify: users/groups/email address in a field, what to send: subject/body using variable substitution like ${field_name}). Know that notifications require the recipient to have a valid email address and that notification email logs appear in the Outbox.
CSA certification is valid for 1 year (ServiceNow releases two major versions per year — Vancouver, Washington, etc.). Renewal requires passing a delta exam that covers the new features in the latest release. This is more frequent renewal than most certifications in the industry.
Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.
Deep-dive explanations of the key topics tested on SNOW-CSA — with exam key points and common misconceptions.