SNOW-CSA Service Catalog and Workflows Practice Question
A ServiceNow administrator needs to create a service catalog item that requires the user to select a configuration item (CI) that will be affected by the requested service. The catalog item should also send an email notification to the CI's assigned support group when the request is submitted. Which TWO actions must the administrator take?
⚠ Common exam trap
A common mix-up: candidates confuse the 'CI Selector' variable type (which does not exist) with the correct 'Reference' variable type, or they incorrectly think email notifications can be configured directly on a catalog item rather than on the resulting request record.
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
✓
Create a business rule or flow that adds the CI’s assigned support group to the watch list of the CI record upon catalog item submission.
Adding the CI's assigned support group to the watch list of the CI record ensures that the group receives email notifications when the request is submitted. This leverages the platform's notification engine, which sends emails to users and groups in the watch list of the record. Option C is also correct because a Reference variable pointing to the cmdb_ci table allows the user to select a specific CI from the CMDB, which is required for the catalog item to know which CI is affected.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use a variable of type 'CI Selector' to allow selection of a CI.
Why it's wrong here
Incorrect: 'CI Selector' is not a standard variable type; the correct type is 'Reference'.
- ✓
Create a business rule or flow that adds the CI’s assigned support group to the watch list of the CI record upon catalog item submission.
Why this is correct
Correct: Adding the support group to the watch list enables email notifications to them.
- ✓
Add a variable of type 'Reference' pointing to the Configuration Item [cmdb_ci] table.
Why this is correct
Correct: A reference variable to cmdb_ci allows the user to select a CI.
- ✗
Set up an email notification on the catalog item itself to send when the request is submitted.
Why it's wrong here
Incorrect: Email notifications are not configured directly on catalog items; they are based on events on the requested item record.
- ✗
Configure the catalog item to automatically populate the 'Assigned group' field on the CI record.
Why it's wrong here
Incorrect: The catalog item does not automatically populate fields on the CI record; this requires a business rule or flow.
Go deeper
Related to this question
About these practice questions
One of 504 original SNOW-CSA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CSA 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 SNOW-CSA exam.