ServiceNow CIS-ITSM - IT Service Management Implementation

By IAmtheCheese · Updated Jun 9, 2026

CertificationCIS – IT Service Management (CIS-ITSM)
Questions158
Passing Score75%
Format100% Multiple Choice
Sessions Logged5,501
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.4 out of 5 from 471 ratings.
4.4 (471)

Certification Summary

The ServiceNow CIS-ITSM certification is the standard hurdle for anyone tasked with configuring or deploying these core modules in a real-world enterprise environment. You are the target audience if your job involves mapping business requirements into the platform or managing the technical debt that accumulates when teams try to force-fit their legacy processes into standard workflows. It is less about theory and more about demonstrating that you understand how the system is actually wired.

You will see the exam focus heavily on Incident Management, Change and Release Management, and Service Catalog and Request Management, as each accounts for 25 percent of the test. Problem Management makes up 15 percent of the questions, while Knowledge Management and the Configuration Management Database represent the remaining 5 percent each. Focus your attention on how these modules talk to each other, because the exam prioritizes the mechanics of the platform over the administrative theater that usually happens in the office.

Topics covered

This quiz

Uncategorized158 (100%)

Exam blueprint

Official domain weights for this certification.

Incident Management25%
Problem Management15%
Change and Release Management25%
Knowledge Management5%
Service Catalog and Request Management25%
Configuration Management Database5%

Uncategorized158 questions

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

Phishing reports should create Incidents straight from the catalog without REQ/RITM fulfillment. What catalog type is used?

Answer choices

  • A. Record Producer (Correct)

  • B. Order Guide

  • C. Catalog Item

  • D. Content Item

Explanation

The Service Catalog team uses a record producer. A record producer is a catalog item type that enables end users to create task-based records, such as incident records, from the service catalog. They are designed to create task-based records (i.e., Incidents in this case) directly from the catalog, bypassing the REQ/RITM/SCTASK lifecycle, which is unnecessary for a simple "break/fix" report. The Service Catalog team does not use a Catalog Item. Catalog items enable customers to request service and product offerings through self-service. Although phishing reports can be done via a catalog item, they do not trigger the Incident Management process. The Service Catalog team does not use an Order Guide. An Order Guide is specifically designed to bundle multiple catalog items into a single, cohesive request sequence. It is not relevant when there is one item, in this case, a phishing report. The Service Catalog team does not use a Content Item. A content item is a service catalog item that provides information instead of goods or services. Although providing information is important, phishing reports require users to submit information.

Question 2

Problems owned by Tier 3 sit idle and breach pause-aware timers. Which platform feature nudges owners when updates stop?

Answer choices

  • A. Predictive Intelligence

  • B. Inactivity monitors (Correct)

  • C. Form Builder

  • D. Problem Manager [problem_manager]

Explanation

The Administrators can set inactivity monitors to prevent tickets to sit untouched for weeks. Administrators can set an inactivity monitor that triggers an event for a task record, in this scenario a Problem, when the task has been inactive for a certain amount of time. Hence, Inactivity monitors can be configured to automatically trigger events and alerts when a problem record has not been updated for a specified duration, drawing management attention to stagnant tickets. The Administrators cannot set Predictive Intelligence to prevent tickets to sit untouched for weeks. Predictive Intelligence is a powerful interface to train machine learning models that can improve performance, efficiency, and flexibility to systems across multiple business units. Predictive Intelligence models can help route tickets; however, they do not monitor stagnation. The Administrators cannot set Form Builder to prevent tickets to sit untouched for weeks. Form Builder is the modern visual interface for adding fields, arranging layouts, and setting field properties without deep coding.

Question 3

What does a blackout window primarily protect?

Answer choices

  • A. Business-critical periods from risky change activity (Correct)

  • B. Agents from answering phones

  • C. Discovery from finding CIs

  • D. Knowledge subscriptions

Explanation

Blackouts align change activity away from peak risk intervals such as close, payroll, or launch events.

Question 4

How should an admin remove a single On Hold reason choice without deleting the underlying dictionary value?

Answer choices

  • A. Creating a Business Rule to error if selected

  • B. Using a Client Script to remove the option

  • C. Configuring the Choice List options (Correct)

  • D. Deleting the Awaiting Evidence option from the dictionary

Explanation

Configuring the Choice List options is the way of hiding an option. A choice list is a type of field that lets the user select from a pre-defined set of choices.

Question 5

Which artifact ties catalog fulfillment to structured tasks without writing REQ details manually?

Answer choices

  • A. Flow Designer / workflow on the Requested Item driving Catalog Tasks (Correct)

  • B. Schema map

  • C. CI dashboard

  • D. HR snippet

Explanation

RITM flows orchestrate catalog tasks and branching variables for scalable fulfillment.