Exam overview
| Detail | Value |
|---|---|
| Questions | ~60 multiple choice |
| Duration | 90 minutes |
| Passing score | ~70% (42/60) |
| Prerequisites | None |
| Cost | $150 USD, retakes $75 |
| Delivery | Online proctored or testing centre |
High-weight topics — study these first
- Tables and Fields (~15%) — field types (String, Integer, Reference, Choice, Journal, Glide List), dot-walking, dictionary entries, table inheritance
- Forms and Lists (~15%) — form views, list views, filters, related lists, UI Policies, form personalisation
- Users, Groups, and Roles (~12%) — how roles work, group membership, role inheritance. Know the difference between roles and groups cold — see Roles vs Groups guide
- Import Sets and Transform Maps (~10%) — the import process, staging tables, coalesce fields, transform scripts. See Import Sets guide
- Update Sets (~10%) — creating, exporting, importing, previewing, committing. See Update Sets guide
- Service Catalog (~10%) — catalog items, record producers, variables, order guides
Medium-weight topics
CMDB, Knowledge Management, Reporting, Notifications, Scheduled Jobs, Service Portal basics, SLAs, Workflow basics. Understand what each is and when to use it — not deep configuration details.
What you can skim
Deep scripting does not appear on the CSA. Business Rules and Script Includes are covered conceptually — know what they are, know the four Business Rule types, but do not study GlideRecord API details (that is the CAD exam).
The PDI is non-negotiable
Get a free Personal Developer Instance at developer.servicenow.com. The exam tests things you have done — not just things you have read. Navigate everything: create a table, add fields, build a form layout, configure a notification, create a report, set up an Update Set. Reading about it and doing it produce different results on exam day.
Recommended study approach
- Complete ServiceNow's official CSA learning path on learning.servicenow.com (free)
- Work through the platform hands-on in your PDI — every concept you study, implement it
- Take 2-3 practice exam sets to identify weak areas
- Review weak areas in the platform, not just re-read notes
- Book the exam when you are consistently scoring 75%+ on practice exams
Related guides: Update Sets · Import Sets · Roles vs Groups · ACLs guide · CAD exam guide (next step)
CSA exam structure and domains
The Certified System Administrator exam is 60 questions, 90 minutes, passing score 70%. It is the entry-level ServiceNow certification and the prerequisite for all other certifications including the CAD developer certification. The CSA tests platform breadth rather than technical depth — you need to know how each area of the platform works, not how to script it.
What the CSA actually tests — concrete examples
The exam asks questions like: "A user can see a record in a list but cannot open the form. What is the most likely cause?" (Answer: a record-level ACL denying read access). "An admin wants to restrict a field so it is visible but not editable by specific users. Which tool is appropriate?" (Answer: Field-level ACL or Data Policy depending on the requirement). "A change to a Business Rule in development needs to be moved to production. What is the correct mechanism?" (Answer: Update Set). These scenario questions test whether you understand how the platform works end-to-end, not just individual feature definitions.
The five areas most candidates underestimate
- Update Sets — know what they capture (configuration metadata) and what they do not (data records). Know the Complete → Export → Preview → Commit workflow and what conflicts are. See the Update Sets guide.
- SLA definitions — know what triggers an SLA, what pauses it, what stops it. The SLA management guide covers this.
- Import Sets and Transform Maps — know the two-step process: load data into the Import Set staging table, then transform via a Transform Map to the target table. See Import Sets guide.
- Service Catalog — understand variables, variable sets, catalog client scripts, and the fulfilment workflow. Questions frequently test the difference between a Catalog Item, Order Guide, and Record Producer.
- CMDB fundamentals — know CI classes, the CMDB hierarchy, and how Discovery populates CIs.
Related: Full CSA study guide · ACLs · Roles vs Groups · Next step: CAD
Study strategy — how to use your PDI for exam prep
The CSA is 70% configuration knowledge and 30% platform mechanics. You can learn most of it through guided labs, but the knowledge sticks better when you set up real scenarios and test them. For the ACL topic: create a role, assign it to a user, create a table ACL for that role, impersonate the user and verify access works as expected, then deliberately misconfigure the ACL and observe what breaks. This active testing approach builds the intuition that multiple-choice questions test — you have seen the behaviour, not just read about it.
Key hands-on exercises before sitting the exam:
- Create an Update Set, make three configuration changes, complete it, export it, import to a sub-production instance, preview it (observe any conflicts), and commit it
- Create an Import Set data source, load a sample CSV, build a Transform Map with at least one scripted field mapping, run the import, verify the target table records
- Build a Service Catalog item with five variables of different types, a catalog client script that shows/hides one variable based on another, and an approval workflow
- Set up an SLA definition on incidents with a 4-hour target, create an incident, verify the SLA record is created, update the incident to an On Hold state and verify the SLA pauses
Resources and exam registration
ServiceNow's official CSA exam preparation path is available on NowLearning (nowlearning.servicenow.com). The free "ServiceNow Fundamentals" course covers most exam domains. ServiceNow also publishes exam objectives — the official list of topics the exam covers — which is the most reliable study guide because it tells you exactly what is in scope. Register for the exam through Pearson VUE (online proctored or test centre). Exam fee is approximately $250 USD. If you fail, you can retake after 30 days. Build a two-to-three week study plan, complete the NowLearning course, do the hands-on exercises above, and review the exam objectives the night before.
Related: Full CSA study guide · CAD — next certification · ACLs deep dive · Update Sets · Import Sets
The night before — what to review
The night before the exam is not the time for new material. Review your notes on the four or five topics you find least confident, look at the ServiceNow official exam objectives one more time to confirm you have covered everything in scope, and get enough sleep. The CSA is 90 minutes — fatigued test-taking leads to misreading questions and second-guessing correct first answers, which is the most common cause of preventable failures on multiple-choice exams.
If you are taking the online-proctored format: test your webcam, microphone, and internet connection the day before, clear your desk of any materials (the proctor will ask you to show the room on camera before the exam begins), and close all browser tabs and applications not needed for the exam platform. Technical issues on exam day are stressful and avoidable. The in-person test centre format removes these concerns if online testing adds anxiety.