# How to Pass ServiceNow Certified System Administrator (CSA) in 2026: Study Guide
ServiceNow is the dominant IT Service Management platform in the enterprise. More than 85% of Fortune 500 companies run ServiceNow to manage their IT operations, and that footprint is expanding rapidly into HR service delivery, customer service, security operations, and AI-assisted workflows. The ServiceNow Certified System Administrator (CSA) credential is the entry point to one of the most in-demand platform skill sets in enterprise IT.
This guide covers everything you need to prepare for the CSA exam in 2026: exam structure, all five domains, the core platform concepts you must master, the best study resources, and a week-by-week study plan.
## Why ServiceNow CSA Is a High-Value Certification
The ServiceNow ecosystem has a significant skills gap. Organizations are deploying ServiceNow faster than they can find qualified administrators to configure and maintain it. Entry-level ServiceNow Administrator roles regularly start above $80,000 USD in the United States, with experienced admins and developers earning considerably more.
Unlike some vendor certifications that are primarily resume credentials, the CSA tests practical platform knowledge — the same knowledge you will use every day as a working ServiceNow administrator. Candidates who pass have proven they can navigate the Now Platform, build and modify forms and lists, configure ITSM processes, automate workflows, and manage access controls.
## Exam Facts (2026)
| Detail | Value |
|---|---|
| Exam name | ServiceNow Certified System Administrator |
| Cost | $150 USD |
| Number of questions | 60 questions |
| Time limit | 90 minutes |
| Passing score | 70% (42 out of 60) |
| Format | Multiple choice, multiple select |
| Delivery | Proctored online (ServiceNow testing partner) |
| Retake policy | Waiting period applies after failed attempt |
ServiceNow releases two major platform versions per year (typically named for the cities: Vancouver, Washington, Xanadu, Yokohama). The exam content is tied to a specific release cycle. Check the official ServiceNow certification page to confirm which release your exam is based on before scheduling.
## The 5 Exam Domains and Their Weights
### 1. Platform Overview and Navigation (20%)
This domain covers the foundational concepts of the Now Platform: the web-based interface, application navigator, system properties, and the overall architecture. Topics include: how to navigate using the application menu, global search, and favorites; understanding the difference between applications, modules, and records; configuring the system dictionary; and understanding how the platform's multi-tenant SaaS architecture affects configuration options.
You also need to know the ServiceNow user interface elements: the application navigator (left sidebar), the main content frame, global navigation bar, and the difference between the Service Portal (end-user-facing) and the backend admin interface.
### 2. Database Administration (22%)
The highest-weighted domain. ServiceNow is fundamentally a database platform — everything is a table, every record has a unique identifier, and nearly every configuration is stored as a record in a table. This domain covers: table structure and inheritance, the sys_id concept, field types and their properties, creating and modifying tables and fields, importing data with transform maps, and the configuration database (CMDB) basics.
You must understand how table inheritance works (most ServiceNow objects extend the Task table), how to use the system dictionary to configure fields, and how to use data import tools including the import set table and transform maps.
### 3. ITSM Processes (28%)
The largest domain by weight. ServiceNow was built on ITIL (IT Infrastructure Library) principles, and the exam expects you to understand both the ServiceNow implementation and the underlying ITIL concepts. This domain covers: Incident Management, Problem Management, Change Management, and Service Catalog/Request Management.
For each process, you need to know the lifecycle states, key roles, escalation rules, and how they relate to each other. The ITIL framework provides the theoretical foundation; ServiceNow's implementation adds the configuration mechanics.
### 4. Automation and Workflow (18%)
This domain covers the tools used to automate platform behavior: Flow Designer, Workflow Editor (legacy), business rules, UI policies, client scripts, notifications, and scheduled jobs. You need to understand when to use each tool, how they are triggered, and their key differences.
Flow Designer is the current recommended automation tool. Business rules and client scripts provide more granular control at the record level. Knowing which tool operates client-side vs server-side is essential.
### 5. Security and Integration (12%)
Covers the ServiceNow access control model: roles, groups, Access Control Lists (ACLs), and how they interact. Also includes basic integration concepts: REST/SOAP web services, integration hub, email configuration, and LDAP/SSO integration at a high level.
The exam tests your ability to configure ACL rules to control who can read, write, create, and delete records at the table and field level.
## The ServiceNow Platform Architecture
Before diving into specific topics, understanding the platform's fundamental architecture will make every other topic make more sense.
**The Now Platform** is a cloud-based SaaS platform delivered as a series of web applications running on ServiceNow's infrastructure. Customers get their own instance (or multiple instances for different environments: development, test, production) with their own URL (e.g., company.service-now.com).
**Everything is a table.** Tasks, incidents, changes, users, groups, roles, scripts — all stored as records in database tables. This means administration is largely configuration of those tables and their relationships. When you install a new ServiceNow application, it creates new tables. When you configure a business rule, you are creating a record in the sys_script table.
**Table inheritance.** The Task table is the parent of Incident, Problem, Change Request, Service Catalog Task, and many other tables. Child tables inherit all fields from the parent and add their own. This is why you can write a single business rule on the Task table that applies to all task types.
**Every record has a sys_id.** The sys_id is a 32-character GUID (Globally Unique Identifier) that uniquely identifies every record in every table across the instance. It is the primary key for all relationships between records. When you reference a record in a script or configuration, you reference it by sys_id.
## ITIL Foundation Concepts Relevant to the Exam
You do not need to be ITIL certified to pass the CSA, but you do need to understand these concepts:
**Incident** — An unplanned interruption to an IT service or reduction in quality. Goal: restore service as fast as possible. Incidents are categorized, prioritized, and tracked through resolution.
**Problem** — The underlying root cause of one or more incidents. Goal: identify root cause and implement a permanent fix or workaround. A Known Error is a problem with an identified root cause but no permanent fix yet; a workaround is documented in the Known Error Database (KEDB).
**Change** — Any modification to the IT environment. Changes are categorized by risk: standard changes (pre-approved, low-risk), normal changes (require CAB review and approval), and emergency changes (urgent, expedited process).
**Service Request** — A request from a user for something they need (new hardware, software installation, access rights). Handled through the Service Catalog, not the Incident process.
**CMDB (Configuration Management Database)** — A repository of IT assets (Configuration Items or CIs) and their relationships. The CMDB is used to understand the impact of changes and incidents across the infrastructure.
## Study Resources
**NowLearning (free)** — ServiceNow's official learning platform at nowlearning.servicenow.com provides structured learning paths specifically designed for the CSA exam. The "System Administrator" learning path is the primary resource. Registration is free.
**Personal Developer Instance (PDI)** — Every registered ServiceNow developer can request a free Personal Developer Instance at developer.servicenow.com. This is a full ServiceNow environment where you can practice every concept covered on the exam. Having hands-on experience with a real instance is the single most effective way to prepare.
**ServiceNow Documentation** — docs.servicenow.com is the authoritative reference for all platform features. Organized by application and release version, it is the source of truth for how features work.
**ServiceNow Community** — community.servicenow.com connects you with working ServiceNow professionals, exam discussion threads, and study group resources.
**Practice Exams** — After completing NowLearning content and practicing in your PDI, use practice exams to identify gaps and get familiar with the question format.
## 6-Week Study Plan
**Week 1 — Platform Fundamentals:** Set up your PDI. Complete the "ServiceNow Basics" module on NowLearning. Practice navigating the admin interface: application navigator, list views, form views, system properties. Understand the table/record paradigm by exploring the sys_user, sys_user_group, and incident tables.
**Week 2 — Database Administration:** Study table structure, field types, and the system dictionary. Create a custom table in your PDI, add fields of different types, and configure a form layout. Practice importing data using import sets and transform maps. Explore the CMDB and understand CI classes and relationships.
**Week 3 — ITSM Processes:** This week is the most time-intensive. Complete NowLearning modules for Incident, Problem, and Change Management. In your PDI, create incidents and walk them through their full lifecycle. Configure assignment rules, escalation rules, and SLA definitions. Practice creating change requests of all three types.
**Week 4 — Automation:** Study Flow Designer, business rules, client scripts, and UI policies. In your PDI, create a business rule that automatically assigns incidents based on category. Create a Flow Designer flow triggered by a record creation. Configure a UI policy that conditionally shows and hides fields. Understand the difference between client-side and server-side execution.
**Week 5 — Security and Access Control:** Study the ACL model in depth. Create roles and groups in your PDI. Configure ACL rules at the table and field level. Test access by logging in as different users. Study the out-of-box roles (itil, itil_admin, admin) and what each grants.
**Week 6 — Review and Practice Exams:** Take at least two full-length practice exams under timed conditions. For every question you miss, trace the concept back to NowLearning or the documentation. Spend extra time on your weakest domain (for most candidates, this is ACL configuration and business rule timing).
## Exam Day Tips
ServiceNow questions frequently describe a business scenario and ask what the "best" or "most appropriate" solution is. The exam tests judgment, not just memory. When you see multiple technically-correct options, look for the one that:
- Uses the least privileged access (security questions)
- Uses the recommended/modern tool (Flow Designer over Workflow Editor)
- Follows ITIL best practices (ITSM process questions)
Manage your time: 60 questions in 90 minutes means 1.5 minutes per question on average. Flag questions you are unsure about and return to them after completing the rest.
## What Comes After CSA
The CSA is the gateway to the ServiceNow certification track:
- **Certified Application Developer (CAD)** — Server-side and client-side scripting, building custom applications
- **IT Service Management (ITSM) Implementation** — Specialist certification for configuring ServiceNow ITSM deployments
- **Certified Implementation Specialist (CIS)** tracks — Specialist credentials for HR Service Delivery, Customer Service Management, Security Operations, and other modules
- **Certified Technical Architect (CTA)** — The highest ServiceNow credential for solution architects
Each advanced credential builds on CSA knowledge. Passing the CSA first makes every subsequent exam easier because the platform fundamentals carry through every specialization.
Start with NowLearning, build in your PDI, and treat the CSA as the foundation for a long-term ServiceNow career.
---
*Practice with real exam-style CSA questions at CertLand.net — our ServiceNow Administrator question bank covers all 5 domains with detailed explanations.*
We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience, personalize content, and analyze website traffic. By clicking 'Accept All', you agree to our use of cookies.
We use different types of cookies to optimize your experience on our website. Click on the categories below to learn more. You can change your preferences at any time.
Essential Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you such as setting your privacy preferences, logging in, or filling in forms.
Analytics Cookies
These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. We use Google Analytics to improve our website's performance and user experience.
Advertising Cookies
These cookies are used to make advertising messages more relevant to you. They perform functions like preventing the same ad from continuously reappearing and ensuring that ads are properly displayed. We use Google Ads to show relevant advertisements.
Comments
No comments yet. Be the first!
Comments are reviewed before publication.