The ServiceNow Certified System Administrator (CSA) exam is the entry point for ServiceNow certification. It tests your knowledge of the core platform — not development, not specific applications, but the fundamental administration skills every ServiceNow professional needs. This guide covers what is actually on the exam and how to prepare efficiently.
Exam Overview
| Detail | Value |
| Number of questions | 60 questions |
| Duration | 90 minutes |
| Passing score | Approximately 70% (42/60) |
| Format | Multiple choice and multiple select |
| Prerequisites | None — no experience required |
| Delivery | Online proctored or testing center |
| Cost | $150 USD (retakes are $75) |
Exam Domains and Weighting
ServiceNow publishes an official exam blueprint. The current CSA exam covers these domains:
| Domain | Approximate Weight |
| User Interface and Navigation | ~15% |
| Collaboration | ~10% |
| Database Management | ~15% |
| Self-Service and Automation | ~20% |
| ITSM (Incident, Problem, Change, CMDB) | ~20% |
| Application Development | ~10% |
| Import Sets and Update Sets | ~10% |
What You Actually Need to Know
1. Navigation and UI — Know It Cold
- Application Navigator — how to find applications, modules, and favourites
- Lists and forms — column customisation, filters, breadcrumbs
- Service Portal vs Classic UI — when each is used
- Workspaces — agent workspace basics
2. Tables and Fields
- Table inheritance — parent/child table relationships
- All field types — String, Integer, Reference, Choice, Date/Time, Boolean, Journal
- Dictionary entries — what they control
- Dot-walking — accessing fields across reference relationships
3. Access Control
- Roles and role inheritance
- ACL evaluation order and the three conditions (Role, Condition, Script)
- Groups and group membership
- Impersonation — what it does and when to use it
4. ITSM Processes
- Incident lifecycle — states and transitions
- Problem Management — relationship to incidents
- Change Management — change types (Normal, Standard, Emergency) and CAB
- CMDB basics — CI classes, relationships, Discovery overview
- SLA definitions and how they calculate
5. Automation
- Business Rules — when they fire, the four types
- Workflow and Flow Designer — overview only (not deep scripting)
- Notifications — how they trigger and recipient types
- Scheduled Jobs — what they do and how to schedule them
6. Import Sets and Update Sets
- Import Set process — staging table → transform map → target table
- Coalesce keys — what they do
- Update Set lifecycle — In Progress → Complete → export → import → preview → commit
- What Update Sets capture vs what they don't
Study Plan — 4 Weeks
Week 1 — Core Platform: Complete the ServiceNow Fundamentals eLearning on Now Learning. Set up a Personal Developer Instance (PDI) and navigate everything.
Week 2 — ITSM and Automation: Work through Incident, Problem, Change, and CMDB modules. Configure a Business Rule and a Notification from scratch on your PDI.
Week 3 — Import Sets, Update Sets, ACLs: Create an Import Set with a Transform Map. Move a Business Rule through an Update Set. Build an ACL and test it.
Week 4 — Practice and Review: Take practice exams. Focus your remaining time on the domains where you are scoring lowest. Re-read the official exam blueprint.
Practice Questions
Q: Which of the following correctly describes table inheritance in ServiceNow?
A) Child tables do not share data with parent tables
B) A record in a child table also exists in the parent table
C) Parent tables can only have one child table
D) Inheritance only applies to the Task table
Answer: B — When you create a record in a child table, it also exists in the parent table, accessible from both.
Q: What happens when no ACL matches a user's access attempt?
A) Access is granted by default
B) The system admin is notified
C) Access is denied by default
D) The user is redirected to the login page
Answer: C — ServiceNow is secure by default. No matching ACL = access denied.
Q: Which field type should you use to store a user's reference in a custom table?
A) String
B) Integer
C) Reference
D) Choice
Answer: C — Reference fields store a pointer (sys_id) to a record in another table.
Tips From People Who Have Passed
- Hands-on beats reading — configure everything on your PDI, do not just read about it
- Know the coalesce key cold — Import Set questions always come up
- Understand what Update Sets don't capture — data records, user records, some configurations
- ACL evaluation order is tested — know that more specific ACLs evaluate first
- Don't overthink ITSM process questions — they test ITIL concepts, not ServiceNow-specific details
- The official ServiceNow blueprint is your study guide — everything on the exam is in there
Free Study Resources
- ServiceNow Now Learning — free official courses including ServiceNow Fundamentals
- Personal Developer Instance (PDI) — free instance at developer.servicenow.com
- ServiceNow documentation — docs.servicenow.com
- r/servicenow on Reddit — community study tips and exam feedback
The exam domains in depth
The CSA exam tests across several domains with varying weight. Understanding the weight distribution helps you prioritise your study time:
- UI and Navigation (10%) — the basics: lists, forms, filters, dashboards, navigation bar. This should be easy territory if you have used the platform regularly.
- Self-Service and Process Automation (10%) — Service Catalog, Knowledge, request fulfilment, approval processes. Understand how catalog items, record producers, and order guides work.
- Database Management (15%) — tables, fields, relationships, database views, update sets, import sets. Know the difference between extending a table and creating a new standalone table, and when to use each.
- Data Management and ITSM (18%) — ITSM processes, incident, problem, change, CMDB, SLAs. This is the heaviest domain — know how each ITSM process works end-to-end.
- Platform Security (15%) — ACLs, roles vs groups, data policies, security rules. Know how the access control stack evaluates.
- JavaScript (10%) — basic platform scripting. GlideRecord, Business Rules, Client Scripts at an introductory level. The CSA tests understanding, not expert coding.
- Workflow and Approvals (12%) — Workflow Editor (legacy), Flow Designer, approval routing. The CSA still includes legacy workflow concepts.
- Reporting (10%) — creating reports, dashboards, Performance Analytics basics. Know how to build each major report type.
Hands-on practice areas most candidates neglect
Most CSA candidates study theory but under-practice the hands-on areas that appear as scenario questions. Spend explicit hands-on time on these:
- Creating and modifying list views and form views — adding and removing columns, setting default views, personalising vs administering
- Building and sharing reports and dashboards — create one of each report type (list, bar chart, pie chart, trend, scorecard) on your PDI
- Creating catalog items end-to-end — build a catalog item with variables, set up approvals, test the fulfilment workflow
- Creating and modifying table relationships — create a reference field, test the lookup, understand cascade delete vs restrict delete
- Setting up a basic ACL — create a role, assign it to a user, create an ACL that grants access based on that role, test it works
Common CSA exam mistakes
- Confusing "personalise" vs "configure" — personalise changes are user-specific and do not affect other users. Configure changes affect everyone. A very common exam question type.
- Getting ITSM process flows wrong — know the exact state transitions for incident (New → In Progress → Resolved → Closed), the states that trigger SLA starts/stops/pauses, and the difference between resolving and closing an incident.
- Confusing Update Set scope — know what types of changes Update Sets capture and what they do not (data records are not captured by Update Sets, only configuration metadata).
- ACL evaluation order confusion — know that more specific ACLs take precedence over less specific ones, and that role-based ACLs are evaluated after table-level and field-level ACLs.
See also: CSA exam guide overview · ACLs deep dive · Roles vs Groups · Interview questions · Next step: CAD exam
Production deployment and operational considerations
Deploying and maintaining any ServiceNow capability in production requires thinking beyond initial configuration. Consider monitoring: what alerts will tell you when something is not working as expected? Consider capacity: as data volumes grow, will this configuration scale appropriately? Consider documentation: will the next admin or developer who touches this understand what you configured and why? ServiceNow implementations that start well-documented and monitored stay well-configured over time. Those that are deployed without documentation and monitoring accumulate technical debt that becomes increasingly expensive to service. The investment in documentation is small relative to the cost of debugging undocumented configuration months later when the original developer has moved on.
Testing your
After you pass — what comes next
The CSA is the gateway certification, not the destination. After passing, the two most impactful next steps are the Certified Implementation Specialist (CIS) for your organisation's primary module (ITSM, HRSD, SecOps) and the Certified Application Developer if you are moving toward a developer role. The CIS certifications signal module-specific expertise that employers and clients value for implementation roles. The CAD signals developer competence. Pursue the path that aligns with your intended career direction rather than accumulating certifications breadth-first — two relevant, deep certifications are more compelling to hiring managers than five tangential ones.
Continue developing hands-on skills post-CSA. The platform knowledge the exam tests is foundational — apply it in real implementations, identify your gaps, and use the NowSpectrum article library to fill them systematically. Related: CSA guide · CAD guide · Admin to developer · Interview prep
The CSA is the start, not the end. Every advanced certification and senior role in the ServiceNow ecosystem builds on CSA-level knowledge. The practitioners who advance furthest treat it as the foundation it is — mastering it thoroughly rather than passing it minimally — and build systematically from there through the developer and specialist tracks.
Set a specific exam date before you start studying — having a deadline changes study behaviour from casual reading to deliberate preparation. Four to six weeks from now is a reasonable target for most practitioners who are using ServiceNow regularly. Register through Pearson VUE (pearsonvue.com/servicenow), pay the exam fee, and treat the date as fixed. The combination of deadline pressure and hands-on PDI practice is what converts knowledge into exam performance.
Want the complete reference?
This article is part of the NowSpectrum knowledge library. Browse all products for cheat sheets, interview prep, and deep-dive reference guides.
Browse All Products →
Free Weekly Newsletter
One practical ServiceNow tip every week.
Written by working professionals. No fluff. Free forever.
Subscribe Free →