IT CanvassEnquire now
ServiceNow · Core & DevelopmentUpdated , aligned to the current ServiceNow release family

ServiceNow Admin & Development Training

Learn ServiceNow the way it is actually used on projects: build on a live developer instance, write real GlideRecord and business-rule scripts, and wire up integrations that do not fall over. Taught live by a working consultant, mapped module-by-module to the CSA and CAD exams, with a capstone you can defend in an interview.

4.9 (612 reviews)
45 hours, live online
Next weekday batch: Next weekend batch:

Book a free demo class

Sit in on a live session before you enrol.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Download the curriculum

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Quick answer

ServiceNow Admin & Development training teaches you to configure and extend the Now Platform , users and roles, the data model, ACLs, client and server scripting, Flow Designer and integrations. It maps to the CSA and CAD exams and to real admin/developer work, delivered live with hands-on labs, a capstone and job support.

Certification
CSA + CAD
Level
Beginner to job-ready
Duration
45 hours
Mode
Live, 1-to-1, self-paced, corporate
Certification
CSA + CAD
Exam fee
US$300 per exam
Duration
45 hours
Level
Beginner to job-ready
Prerequisite
See below
Live Admin & Development batches are open. Get the full curriculum, fees and schedule.
Next live batch starts

Get the curriculum and fees

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Who this course is for

Prerequisite: No coding background required for the administration track; basic JavaScript helps for the development modules.

Great fit if
Graduates from any discipline, BPO / support / QA professionals
Prereq: browser comfort and 1-2 hours of daily practice
No programming, database or IT experience required
Also ideal for
ITSM / support engineers moving into platform work
Java / JavaScript developers switching to ServiceNow
Helpful (not required): SQL, JavaScript, REST/JSON, ITIL 4

What makes this different

You build, not just watch

From session one you are on your own developer instance , configuring, scripting and breaking things safely. That is what makes it stick.

Taught on the current release

No outdated screenshots. Everything maps to the release ServiceNow runs today, including Now Assist and CSDM awareness.

A capstone you can defend

You finish with an end-to-end build , catalog, flows, scripts and an integration , and can walk an interviewer through every part.

One trainer, to the offer

One working consultant for the whole batch , no rotation , plus resume review, mock interviews and referrals.

ServiceNow Admin & Development Training learning path: 12 modules from now platform fundamentals & architecture to reporting, performance analytics, update sets & capstone
ServiceNow Admin & Development Training: the 10-module path we teach, in order.

Curriculum

10 modules and 4 projects, updated to the current release. Every module maps to real Admin & Development work and expands into its full topic list, practised on a live developer instance.

Admin & Development learning path
1Now Platform fundamentals, navigation and releases2Users, groups, roles and access control3Data model: tables, dictionary and references4Import sets, transform maps and data sources5UI policies, client scripts and data policies6Server-side scripting: business rules, Script Includes, GlideRecord7Service Catalog, record producers and Flow Designer8Notifications, SLAs, knowledge and Service Portal9Integrations: REST, SOAP, Scripted REST and IntegrationHub10Reporting, Performance Analytics, update sets and capstone

Download the curriculum

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

ServiceNow Admin & Development Training module list: 10 modules, what each one covers, and how many topics it expands into. Full topic lists are in the accordions below.

#ModuleWhat you configureTopics
01Now Platform fundamentals, navigation and releases5.5 hoursNavigate the Now Platform and explain its single data model, instance architecture and release model.8
02Users, groups, roles and access control5.5 hoursConfigure users, groups, roles and access control rules so record and field access matches the requirement.8
03Data model: tables, dictionary and references4.5 hoursDesign tables, fields and reference relationships that fit the platform data model.4
04Import sets, transform maps and data sources4 hoursLoad external data into the platform using data sources, import sets and transform maps.4
05UI policies, client scripts and data policies4 hoursControl form behaviour using UI policies, client scripts and data policies.4
06Server-side scripting: business rules, Script Includes, GlideRecord5 hoursWrite server-side scripts using GlideRecord, business rules and Script Includes.4
07Service Catalog, record producers and Flow Designer5 hoursBuild catalog items and automate their fulfilment with Flow Designer.4
08Notifications, SLAs, knowledge and Service Portal4 hoursConfigure notifications, service level agreements, knowledge bases and portal pages.4
09Integrations: REST, SOAP, Scripted REST and IntegrationHub4.5 hoursIntegrate the platform with external systems over REST and SOAP.4
10Reporting, Performance Analytics, update sets and capstone3 hoursBuild reports and dashboards and move completed work between instances with update sets.4
1Now Platform fundamentals, navigation and releasesModule 1 of 10 · 5.5 hours

Navigate the Now Platform and explain its single data model, instance architecture and release model.

  • Single data model, applications and modules
    • one table hierarchy shared across applications
    • application menus and modules
    • the Task table and its extensions
    • sys_id as the universal record key
  • Instances and the ServiceNow cloud
    • sub-production and production instances
    • instance cloning and clone exclusions
    • instance version and patch banner
    • node, database and scheduler separation
  • Why application scope matters from day one
    • global scope versus scoped applications
    • scope prefix applied to new records
    • cross-scope access privileges
    • runtime access tracking
  • UI16 and Next Experience
    • UI16 banner frame and application navigator
    • Next Experience unified navigation
    • workspaces and configurable pages
    • themes, favorites and history
  • Finding anything fast
    • global search and search sources
    • list condition builder
    • filter breadcrumbs and saved filters
    • application navigator filter text
  • Personalising lists and forms
    • list layout versus personalize columns
    • form layout and form sections
    • list and form views
    • related lists and related list controls
  • Releases and how upgrades really work
    • family releases and patch levels
    • skipped records during upgrade
    • upgrade history and skipped record review
    • out of box versus customised records
  • Update sets vs the store
    • local and remote update sets
    • captured versus uncaptured changes
    • applications installed from the ServiceNow Store
    • plugin activation and dependencies
Lab
Instance tour and personal working setup
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A personalised list view, a saved filter and a named update set capturing the configuration changes made.
2Users, groups, roles and access controlModule 2 of 10 · 5.5 hours

Configure users, groups, roles and access control rules so record and field access matches the requirement.

  • User and group administration without creating a mess
    • sys_user and sys_user_group records
    • membership through sys_user_grmember
    • group manager, group type and group email
    • deactivating rather than deleting users
  • Roles and inheritance
    • role containment and contained roles
    • itil, approver_user and admin roles
    • roles granted through group membership
    • elevated privilege for security_admin
  • Delegation
    • delegate records with start and end dates
    • delegated approvals and assignments
    • delegated development permissions per application
    • auditing delegated activity
  • The role mistakes that cost teams days
    • granting admin instead of a specific role
    • roles assigned directly to users rather than groups
    • orphaned custom roles with no ACL behind them
    • missing role on a new custom table
  • How ACLs evaluate: table, then field, then row
    • table level rule evaluated before field level
    • wildcard table and field rules
    • most specific matching rule wins
    • condition, role and script all must pass
  • Read/write/create/delete rules
    • operation types on sys_security_acl
    • required roles per operation
    • table.None and table.* record forms
    • effect on lists, forms and inbound API access
  • ACL scripts
    • the answer variable in an ACL script
    • current and gs objects available in scope
    • script combined with condition and role
    • keeping ACL scripts short for performance
  • Debugging access with impersonation
    • impersonating a user session
    • debug security rules output
    • session debug log and field level diagnostics
    • verifying denials against the expected rule
Lab
Role and ACL model for a restricted table
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A custom table with its own roles plus table and field ACLs, verified by impersonating two users with different roles.
3Data model: tables, dictionary and referencesModule 3 of 10 · 4.5 hours

Design tables, fields and reference relationships that fit the platform data model.

  • Tables, the dictionary and field types
    • sys_db_object and sys_dictionary records
    • field types such as string, choice, reference and date/time
    • dictionary attributes and default values
    • dictionary overrides on extended tables
  • Reference fields and dot-walking
    • simple and dynamic reference qualifiers
    • dot-walking in lists, filters and scripts
    • document ID and related field types
    • auto populate and reference auto complete
  • Extending the Task table
    • inherited fields, business rules and ACLs
    • table per class inheritance
    • number maintenance and prefixes
    • when to extend rather than start a new base table
  • Choosing the right structure
    • extension versus a standalone table
    • many to many relationship tables
    • normalisation trade offs for reporting
    • naming conventions and column prefixes
Lab
Build a table hierarchy
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A table extending Task with reference fields, a reference qualifier and at least one dictionary override.
4Import sets, transform maps and data sourcesModule 4 of 10 · 4 hours

Load external data into the platform using data sources, import sets and transform maps.

  • Data sources and staging
    • file, JDBC and REST data sources
    • import set tables used as staging
    • row and column parsing options
    • test load of a small record sample
  • Transform maps and scripts
    • field maps between source and target
    • onBefore and onAfter transform scripts
    • source script for calculated values
    • run order when several maps share a source
  • Coalescing
    • coalesce field to insert or update
    • multiple field coalesce
    • duplicate handling during import
    • no coalesce meaning insert only
  • Scheduling and automating data loads
    • scheduled data imports
    • scheduled jobs and run frequency
    • import set table cleanup and retention
    • error rows and transform history review
Lab
Repeatable CSV load with coalesce
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A data source, a transform map with a coalesce field and a scheduled import that updates existing records instead of duplicating them.
5UI policies, client scripts and data policiesModule 5 of 10 · 4 hours

Control form behaviour using UI policies, client scripts and data policies.

  • UI policies vs client scripts: when to use which
    • declarative UI policy actions
    • reverse if false behaviour
    • order of execution on the form
    • scripting only when configuration cannot do it
  • onLoad / onChange / onSubmit
    • onLoad defaults and initial visibility
    • onChange oldValue, newValue and isLoading arguments
    • onSubmit validation and returning false
    • onCellEdit for list editing
  • Data policies for server-enforced rules
    • mandatory and read only enforced server side
    • applying a data policy to imports and web services
    • converting a data policy to a UI policy
    • precedence against UI policies on the form
  • Catalog client scripts
    • catalog item and variable set applicability
    • g_form against catalog variables
    • applies on catalog item view and on the target record
    • variable attributes as an alternative to script
Lab
Form behaviour on a request form
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A UI policy, an onChange client script and a data policy demonstrated on one form and on an import of the same table.
6Server-side scripting: business rules, Script Includes, GlideRecordModule 6 of 10 · 5 hours

Write server-side scripts using GlideRecord, business rules and Script Includes.

  • GlideRecord done right (query, update, gotchas)
    • addQuery, addOrCondition and addEncodedQuery
    • next loop, setLimit and getRowCount
    • initialize, insert, update and deleteRecord
    • getValue versus dot notation on fields
    • setWorkflow and autoSysFields side effects
  • Business rules vs Script Includes and why current differs
    • before, after, async and display rule types
    • current and previous objects in a business rule
    • Script Include classes with Class.create and prototype
    • no current object inside a Script Include
  • GlideAjax and async patterns
    • client callable Script Include extending AbstractAjaxProcessor
    • addParam sysparm_name and getXMLAnswer
    • asynchronous callback handling
    • avoiding synchronous browser calls
  • Debugging with logs and the script debugger
    • gs.info, gs.warn and gs.error output
    • system log and script log statements
    • breakpoints and variable inspection in the script debugger
    • session debug for business rules and security
Lab
Automate assignment on the server
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A business rule that calls a Script Include, with log output showing the query path and the records it updated.
7Service Catalog, record producers and Flow DesignerModule 7 of 10 · 5 hours

Build catalog items and automate their fulfilment with Flow Designer.

  • Catalog items, variables and record producers
    • catalogs, categories and catalog items
    • variable types and reusable variable sets
    • record producer mapping onto a target table
    • order guides and cart behaviour
  • Flows, actions and reusable subflows
    • record, scheduled and inbound triggers
    • core actions and data pills between steps
    • subflows with defined inputs and outputs
    • flow execution details for troubleshooting
  • Approval patterns that survive real org charts
    • ask for approval action and approval rules
    • group approvals versus named approvers
    • sequential and parallel approval paths
    • rejection, rework and cancellation handling
  • Legacy Workflow vs Flow Designer
    • workflow versions, checkout and publish
    • migrating an existing workflow to a flow
    • coexistence on the same table
    • replacing a script step with a flow action
Lab
Catalog request with approvals
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: A catalog item and a record producer fulfilled by a flow containing a group approval and a task creation step.
8Notifications, SLAs, knowledge and Service PortalModule 8 of 10 · 4 hours

Configure notifications, service level agreements, knowledge bases and portal pages.

  • Email notifications and templates
    • notification triggers on insert, update and event
    • recipients from users, groups and fields
    • mail scripts and email templates
    • email logs and send diagnostics
  • SLA definitions and schedules
    • start, pause and stop conditions
    • task SLA records and elapsed time
    • schedules and time zone handling
    • retroactive start and repeat options
  • Knowledge management
    • knowledge bases and categories
    • article publish and retire workflow
    • user criteria for read and contribute
    • article search, feedback and versions
  • Service Portal pages and widgets, the practical basics
    • portal, page, container and column structure
    • widget server script and client controller
    • widget option schema and instance options
    • cloning a baseline widget rather than editing it
Lab
Notification, SLA and knowledge setup
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: An email notification, an SLA definition bound to a schedule and a published knowledge article surfaced on a portal page.
9Integrations: REST, SOAP, Scripted REST and IntegrationHubModule 9 of 10 · 4.5 hours

Integrate the platform with external systems over REST and SOAP.

  • Consuming and exposing REST/SOAP
    • REST message records and HTTP methods
    • SOAP message created from a WSDL
    • REST API Explorer and generated code
    • Table API and Attachment API basics
  • Scripted REST APIs
    • resource paths and path parameters
    • request query parameters and request body
    • response setStatus, setBody and setError
    • versioning and ACLs on a scripted resource
  • IntegrationHub spokes without over-engineering
    • spoke actions used inside a flow
    • connection and credential aliases per environment
    • custom action versus an existing spoke action
    • subscription aware step types
  • Auth, pagination and error handling
    • basic auth, OAuth 2.0 and mutual TLS
    • sysparm_limit and sysparm_offset paging
    • HTTP status handling, timeouts and retries
    • logging failures without exposing credentials
Lab
Outbound and inbound REST
Environment: ServiceNow Personal Developer Instance (PDI) · Deliverable: An outbound REST message using a credential alias plus a scripted REST resource that returns paginated JSON and handles an error case.
10Reporting, Performance Analytics, update sets and capstoneModule 10 of 10 · 3 hours

Build reports and dashboards and move completed work between instances with update sets.

  • Reports and dashboards
    • report types such as bar, pie, pivot and time series
    • report sources, conditions and grouping
    • dashboards, tabs and dashboard widgets
    • sharing rules and scheduled report delivery
  • Intro to Performance Analytics
    • indicators and indicator sources
    • breakdowns and breakdown sources
    • data collection jobs and historical scores
    • scorecards and analytics widgets
  • Update sets and moving work safely
    • selecting the current update set before working
    • retrieved update sets and preview
    • resolving preview problems and collisions
    • batching related update sets in order
  • Building and reviewing your end-to-end capstone
    • scope statement and acceptance criteria
    • peer review against platform conventions
    • packaging the build into an update set
    • demonstration and handover notes
Lab
Package and promote the build
Environment: Two linked ServiceNow Personal Developer Instances (PDI), one source and one target · Deliverable: An operations dashboard plus an update set previewed, committed and validated on the target instance.
Capstone · 4 hours
End to end service request application

Build a request application on a personal developer instance: a custom table with roles and ACLs, a catalog item with variables and a record producer, an approval flow, notifications, an SLA and an operations dashboard, then package the whole build into an update set and promote it to a second instance for review.

How this course covers the CSA + CAD exam blueprint.

Exam areaWeightCovered in
Platform overview and navigation-Module 1
Data management and security-Module 2, Module 3
Configuring applications-Module 5, Module 6
Self-service and process automation-Module 7, Module 8
Data migration and integration-Module 4, Module 9
Reporting and safe delivery-Module 10

Not covered: CMDB and Discovery implementation; ITOM, HR Service Delivery and other product line configuration; Advanced Performance Analytics solution design.

Curriculum version 2026-09-01 · approved by mohsin

Real projects you'll build

Interview-ready scenarios on a live instance, not toy demos.

Project 1

Service catalog with multi-level approvals

A catalog item end to end , variables, a record producer, an approval flow and SLAs , the way requests are really modelled on projects.

Project 2

Incident automation with business rules

Auto-assign by category, escalate on breach and notify the right group using server-side scripting and Flow Designer together.

Project 3

Outbound REST integration

Sync records with an external system: build the request, handle auth and pagination, and fail gracefully when the other side is down.

Project 4

Operations dashboard leadership will use

Turn incident and request data into reports and a live dashboard that answers the questions managers actually ask.

Certification and hands-on

Every exam domain is covered by specific modules, so you know exactly when you are ready to sit each exam.

An IT Canvass verified certificate, a personalised CSA → CAD roadmap, and exam-style practice questions. (IT Canvass does not issue the official ServiceNow certification.)

Your Admin & Development career roadmap

Five stages from first instance to architect, with indicative 2026 salary bands. This course takes you through stages 1-3.

1. Foundations
₹3-5 LPA · $50-65k
ITIL & Now Platform basics , UI, lists, forms, tables, roles. Target: trainee / junior admin.
2. Administrator
₹5-9 LPA · $80-105k
CSA-level: users, ACLs, UI policies, business rules, workflows, reports. Target: ServiceNow Administrator.
3. Developer
₹8-15 LPA · $100-142k
CAD-level: Glide APIs, scoped apps, Flow Designer, REST/SOAP, Service Portal. Target: ServiceNow Developer.
4. Implementation Specialist
₹15-25 LPA · $120-160k
CIS tracks (ITSM/ITOM/CSM/HR), IntegrationHub, CMDB & CSDM. Target: senior developer / tech lead.
5. Architect
₹25-45 LPA · $150k+
Multi-instance architecture, domain separation, performance, platform strategy, Now Assist / GenAI. Target: solution / platform architect.

Salary snapshot

India (per year)
4.5-16.5 LPA
United States (per year)
$85k-150k

Indicative ranges aggregated from public salary data. Actual pay varies by location, employer and experience.

How IT Canvass compares

An honest look at what actually differs between providers. Curriculum currency: Current release; Now Assist & CSDM aware, where a typical training provider offers often older release material. Hands-on instance: Own developer instance from day 1, where a typical training provider offers slides-first; limited lab time. Trainer: One working consultant, whole batch, where a typical training provider offers rotating trainers. CSA/CAD mapping: Module-by-module to exam domains, where a typical training provider offers generic exam mention. Job support: Resume, mock interviews, referrals, where a typical training provider offers often nominal. Recordings: Lifetime access, where a typical training provider offers time-limited. Fees: One transparent fee, where a typical training provider offers add-ons billed separately.

Fees and training modes

Choose how you want to learn Admin & Development. No-cost EMI available on all modes.

Recommended
Live Online TrainingMost popular
Talk to us
Batch fee · no-cost EMI

Interactive live batches, weekday or weekend, with the full cohort and lifetime recordings.

Live online training

Share your details and an advisor will send the next batch dates and fees.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Live, instructor-led sessions
Practice on a real developer instance and labs
4 hands-on projects
Complete 10-module curriculum, mapped to CSA + CAD
Session recordings available the same day
Complimentary upgrades to future batch recordings
Lifetime access to recordings and course material
Placement support: resume, mock interviews and referrals
Course completion certificate
1-to-1 TrainingFastest
₹49,000
Fixed for every course · no-cost EMI

Private one-on-one coaching at your pace, whether you need interview-ready fast or hands-on help with your current project.

Get a free demo

Sit in on a live session with the trainer before you decide on 1-to-1.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Flexible scheduling, evenings and weekends
Last-minute interview preparation
Support on your live project work, standard curriculum or fully customised to your needs
Doubt clearing in every session
Real instance and all 4 projects
Priority CSA + CAD exam preparation
Lifetime recordings and materials
One fixed price for every course
Self-paced TrainingAffordable
₹9,000
One-time fee · lowest-cost option

Learn on your own time with recorded sessions, labs and Q&A doubt support.

Buy self-paced course

Share your details and we will send access details and the current price.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Complete library of recorded sessions
Hands-on labs and exercises
Doubt support through Q&A
A dedicated one-to-one live doubt-clearing session with a trainer on completion
Upgrade to Live Online anytime by paying only the fee difference
Lifetime complimentary upgrades to the latest videos and material with every version update
Course material aligned to CSA + CAD
Course completion certificate
₹ No-cost EMI on all training modes

Group & batch discount

Enrolling 3 or more? Share your details and an advisor will send group pricing.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Corporate training

Train your team on ServiceNow Admin & Development Training

Tailored curriculum, flexible scheduling, a dedicated ServiceNow architect, and progress reporting for your managers. Delivered live online or on-site for cohorts of any size.

Explore corporate training

Request a team quote

Tell us about your team and an advisor will send a tailored corporate proposal.

By submitting, you agree to the IT Canvass Privacy Policy and Terms & Conditions.

Custom curriculum and outcomes
Onboarding and upskilling at scale
Dedicated trainer and account manager
Attendance and progress reporting

Your trainer

Neelima · ServiceNow Architect

I still deliver ITSM, ITOM and HRSD implementations for enterprise clients, so I teach from what is breaking in production this quarter, not from a slide deck. In class I show the patterns that scale, the ACL and scoping mistakes that cost people days, and how to debug a business rule when current is not what you think it is. CSA & CAD certified · 50+ implementations · 1,900+ trained

Full bio →

Learner reviews

4.9 · 612 reviews
The scripting modules finally made GlideRecord click. Cleared CSA a month after finishing.
Manoj K.
ServiceNow Admin
Live instance practice every session. The capstone was exactly what my interviewer asked about.
Sneha D.
Platform Developer
Job support was real: mock interviews and a referral that landed me the offer.
Aditya T.
ServiceNow Consultant
Already working on Admin & Development and stuck on a live ticket?Get an expert Admin & Development developer on screen-share to finish your daily tasks with you. Deliver on time, protect your reputation and your job. Monthly support only, no task-wise plans.Task assigned · no idea where to startStill stuck · your job on the lineExpert joins your screenDelivered on timeExplore On Job Support

Fees, batches and policies

The questions people actually ask before enrolling, answered plainly.

What is the total fee and what does it include?
The fee covers every live session, lab access on a practice system, the project work, recordings, resume review and interview preparation. There is no separate charge for materials. Exam fees are paid to ServiceNow, Inc. directly and are not included. Ask for the current fee and any running offer on the enquiry form, since batch pricing changes.
What are the batch timings, and do they work outside India?
Weekday batches run early morning and evening IST, and weekend batches run across both days. Early-morning IST suits US evenings (EST) and late-evening IST suits UK and Gulf mornings. If none of the published slots work, a one-to-one fast-track batch is scheduled around your timezone.
What happens if I miss a session?
Every session is recorded and shared the same day, so you can catch up before the next class. You can also sit the same session again in a parallel or later batch at no extra cost, which is the better option for configuration-heavy topics.
How long do I keep access to the recordings?
Lifetime access, with upgrades to the latest recordings on request. Lab access to the practice system is time-boxed to the course plus a short extension window, because the systems are shared.
Is there a refund if the course is not right for me?
You can attend the first two sessions and withdraw for a full refund if it is not the right fit. After that, the fee is transferable to another batch or another course rather than refundable. Confirm the current terms in writing before you pay.
Is the certificate issued by ServiceNow?
No, and no training provider can issue it. IT Canvass issues a course completion certificate. The ServiceNow credential is awarded only by ServiceNow, Inc. when you pass their exam, which you book directly with them. This course prepares you for that exam and gives you the project experience the exam assumes.

Frequently asked questions

What is the total fee and what does it include?
The fee covers every live session, lab access on a practice system, the project work, recordings, resume review and interview preparation. There is no separate charge for materials. Exam fees are paid to ServiceNow, Inc. directly and are not included. Ask for the current fee and any running offer on the enquiry form, since batch pricing changes.
Is the certificate issued by ServiceNow?
No, and no training provider can issue it. IT Canvass issues a course completion certificate. The ServiceNow credential is awarded only by ServiceNow, Inc. when you pass their exam, which you book directly with them. This course prepares you for that exam and gives you the project experience the exam assumes.
Do I need coding experience to start ServiceNow training?
No. The administration (CSA) track needs no programming. You start on the platform side , configuration, the data model and ACLs , and JavaScript is introduced gradually in the developer (CAD) modules through client scripts and business rules.
Which ServiceNow certifications does this course map to?
The course maps to the ServiceNow Certified System Administrator (CSA), the prerequisite for almost every other ServiceNow credential, and the Certified Application Developer (CAD). Each module is flagged to the exam domain it prepares you for.
How much do the ServiceNow CSA and CAD exams cost in 2026?
ServiceNow University lists the CSA and CAD certification exams at US$300 each as of 2026. IT Canvass does not issue the official certification; the course prepares you with exam-aligned modules, practice questions and a roadmap.
Is the training live or just recordings?
It is live and instructor-led, so you can debug scripts in real time. Every session is also recorded with lifetime access so you never fall behind.
Can a non-IT person learn ServiceNow?
Yes. ServiceNow is a low-code platform and the CSA exam tests platform concepts, not programming. Many consultants started from non-IT backgrounds and now work at large enterprises. Consistent practice matters more than your degree.
How long does it take to learn ServiceNow?
Most learners reach working, job-ready proficiency in about 8 to 12 weeks: 45 hours of live sessions plus 1 to 2 hours of daily hands-on practice on a developer instance.
What salary can a ServiceNow admin or developer expect?
Indicative 2026 ranges: in India roughly INR 4.5 to 16.5 LPA and in the United States roughly US$85,000 to US$150,000 per year, rising with certifications and experience from admin to developer, CIS and architect roles. Figures vary by employer and location.
Do you provide placement and job support?
Yes. We review your resume against real ServiceNow job descriptions, run mock interviews on the scenario questions panels ask, and refer you to hiring partners. Career support is provided; placement is not guaranteed.
Will I build real projects or just watch demos?
You build. You get a free developer instance and hands-on labs every session, then an end-to-end capstone , a service catalog with approvals, business-rule automation and an integration , that you can walk an interviewer through.
Which certification should I take first, CSA or CAD?
Start with the CSA (Certified System Administrator). It validates core Now Platform knowledge and is the prerequisite for most other ServiceNow certifications. Take the CAD (Certified Application Developer) afterwards to move into a developer role.