CSA Exam Preparation Guide: What to Study, What to Skip, and How to Pass

The Certified System Administrator exam tests broad platform knowledge across configuration, navigation, security, and administration. About 60 questions, 90 minutes, approximately 70% to pass. This guide covers what the exam actually tests, which topics carry the most weight, the fastest preparation approach, and the mistakes that cause people to fail.

Exam overview

DetailValue
Questions~60 multiple choice
Duration90 minutes
Passing score~70% (42/60)
PrerequisitesNone
Cost$150 USD, retakes $75
DeliveryOnline 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

  1. Complete ServiceNow's official CSA learning path on learning.servicenow.com (free)
  2. Work through the platform hands-on in your PDI — every concept you study, implement it
  3. Take 2-3 practice exam sets to identify weak areas
  4. Review weak areas in the platform, not just re-read notes
  5. 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.

Exam Day Strategy and Time Management

The CSA exam is 60 questions in 90 minutes — 90 seconds per question. The practical strategy is to move through the exam at pace, flagging questions you are uncertain about for review, and completing a first pass within 60 minutes to leave 30 minutes for flagged questions. Questions that involve reading a scenario paragraph followed by four response options take longer than direct knowledge questions — budget 2-3 minutes for scenario questions and keep moving on single-concept questions. The pass score is 70%, meaning you can get 18 questions wrong and still pass. This changes the risk calculus: do not spend 5 minutes agonising over a difficult question when you could answer three easier ones in that time.

Most Common Exam Failure Patterns

Candidates who fail the CSA on their first attempt typically show the same patterns in post-exam analysis. Overconfidence in navigation questions — the UI has changed across releases and questions test specific menu paths that differ from what you use day-to-day if your instance is not on the current release. Weak coverage of user administration — roles, groups, and access controls are heavily represented and require systematic study rather than relying on practical experience. Insufficient practice with the notification and workflow modules — these areas appear frequently but receive less attention in study guides that focus on scripting. The scripting interview guide covers many of the same concepts tested in the CAD exam, which is the logical next step after passing the CSA.

Release Version Alignment

The CSA exam tracks the current ServiceNow release, and exam questions reference specific UI navigation paths and feature names that match the release. If you have been working on an older instance release, verify which release the exam currently covers and spend time in a PDI on that release to familiarise yourself with any navigation changes. The most common delta between releases in exam-relevant areas is the Workspace UI versus classic UI navigation, and new module locations following ServiceNow's periodic navigation restructuring. ServiceNow announces the current exam release on the certification portal. The Xanadu release guide and similar release-specific articles on NowSpectrum cover the key changes between major releases that the exam may test.

Study Resources Ranked by Effectiveness

The most effective CSA study resources in order of return on time invested: (1) hands-on practice in a PDI following the exam objectives — practical experience creates durable recall; (2) the official ServiceNow Now Learning modules for CSA — well-structured and current with the tested release; (3) practice exams from reputable third-party providers — essential for understanding question style and time pressure; (4) reading community discussion threads on exam topics — provides context that official materials sometimes lack. Avoid memorising dumps or shared answer lists — the exam regularly updates questions between cohorts, and memorising answers without understanding the underlying concepts fails on novel question phrasing. Allocate 40-60 hours of preparation time if you are new to the platform, 20-30 hours if you have six months of admin experience, and 10-15 hours if you have been working on the platform for over a year.

Pass the CSA first time

The NowSpectrum CSA Exam Prep Study Guide covers all domains, practice questions, and tips from people who have passed.

Browse All Products →
← Back to all posts