SNOW-CSA Self-Service and Automation Practice Question
A company wants to allow users to request IT equipment through the service portal. They need a catalog item that includes a variable for selecting a laptop model, and the request should be automatically assigned to the hardware team. What is the best way to accomplish the automatic assignment?
⚠ Common exam trap
Many candidates confuse the catalog item definition's 'Assigned to' field (which does not exist) with the assignment rule mechanism, or they overcomplicate the solution by choosing Flow Designer when a native, simpler feature (assignment rules) is the best practice.
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 an assignment rule with the condition matching the catalog item.
Assignment rules in ServiceNow are specifically designed to automatically populate the 'Assigned to' field based on conditions such as the catalog item. By creating an assignment rule with a condition matching the catalog item (e.g., 'cat_item = IT Laptop Request'), the system will automatically assign the resulting request to the hardware team upon submission, without requiring additional scripting or manual intervention.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a business rule on the request table that assigns upon submission.
Why it's wrong here
A business rule can assign, but assignment rules are the standard approach.
- ✓
Create an assignment rule with the condition matching the catalog item.
Why this is correct
Assignment rules automatically assign requests based on conditions, such as the catalog item.
- ✗
Set the 'Assigned to' field in the catalog item definition.
Why it's wrong here
Catalog items do not have an 'Assigned to' field; assignment occurs on the request.
- ✗
Use Flow Designer to assign based on the catalog item.
Why it's wrong here
Flow Designer can trigger assignment rules based on a catalog item, but it operates reactively after the request is submitted, not during the initial submission process. The scenario requires the request to be automatically assigned to the hardware team immediately upon submission, which is achieved by configuring the catalog item’s assignment group directly, not by a separate flow. This option is tempting because Flow Designer is often used for post-submission automation, such as sending notifications or updating fields, and would be correct if the requirement were to reassign the request based on a variable value after it is already in the system.
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.