CIS-ITSM Problem Management Practice Question
A custom integration creates Problem records in ServiceNow via REST API. The integration payload occasionally omits the 'Assignment group', but company policy requires all problems to have an assignment group before reaching the 'Assess' state. Where should this default assignment logic be robustly implemented?
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
✓
In a Before Insert/Update Business Rule on the Problem table
A Before Insert/Update Business Rule on the Problem table ensures that if the state is moving past New and assignment group is empty, a default group is assigned or the transaction is aborted.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
In a Service Portal Widget controller script
Why it's wrong here
Widgets only affect portal UI interactions, not REST API integrations.
- ✗
In a UI Policy Action
Why it's wrong here
UI Policies only run in the browser UI, bypassing REST API transactions.
- ✗
In an onLoad Client Script on the Problem form
Why it's wrong here
REST API inserts do not load forms, so client scripts will not execute for API integrations.
- ✓
In a Before Insert/Update Business Rule on the Problem table
Why this is correct
A Before Business Rule executes server-side for all insertion vectors, including REST APIs, ensuring robust data compliance.
About these practice questions
Courseiva writes every CIS-ITSM question from scratch — 501 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.