ServiceNow CSA Exam Prep — Complete Study Guide for 2026

A complete study guide for the ServiceNow Certified System Administrator (CSA) exam — what topics are tested, how to prepare, practice questions, and tips from people who have passed.

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

DetailValue
Number of questions60 questions
Duration90 minutes
Passing scoreApproximately 70% (42/60)
FormatMultiple choice and multiple select
PrerequisitesNone — no experience required
DeliveryOnline 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:

DomainApproximate 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:

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:

Common CSA exam mistakes

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 →
← Back to all posts