CIS-ITSM Problem Management Practice Question
A Problem record is linked to multiple incidents. When the Problem is resolved, a custom requirement dictates that an email notification must be sent to the callers of all associated active incidents. Which ServiceNow component is best suited to trigger this efficiently?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
A Business Rule on the Problem table that fires an event for each related active incident
A Business Rule running on the Problem table when state changes to Resolved can query related incidents and trigger event notifications.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A Business Rule on the Problem table that fires an event for each related active incident
Why this is correct
Firing an event via a business rule is the scalable, recommended way to handle asynchronous notifications to related records.
- ✗
A Client Script utilizing GlideAjax to send emails synchronously
Why it's wrong here
Client scripts should not be used to send bulk emails synchronously due to performance impact.
- ✗
A Record Producer attached to the Incident table
Why it's wrong here
Record Producers are used to create records from service catalogs, not send notifications.
- ✗
An Email Client Template configured on the Problem form
Why it's wrong here
Email Client templates are for manual emails sent by agents from the form UI.
Visual reference
About these practice questions
This CIS-ITSM question is part of Courseiva's 500-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official ServiceNow exam blueprint
This CIS-ITSM practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CIS-ITSM exam.