SNOW-CSA Service Catalog and Workflows Practice Question
Which THREE are valid ways to bring data into a catalog item variable?
⚠ Common exam trap
Test-takers frequently confuse client-side scripts (like on submit) with data population mechanisms, thinking they can bring data into a variable, when in fact they only modify or validate existing variable values after the variable is already populated.
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
✓
Lookup select box that references a table
A Lookup Select Box variable type can be configured to reference a table, allowing the user to select a record from that table, which brings data into the variable. This is a standard way to populate a catalog item variable with data from a ServiceNow table, such as selecting a user from the sys_user table.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Lookup select box that references a table
Why this is correct
Choices from a lookup select box populate the variable with values from a table.
- ✗
Workflow context variable
Why it's wrong here
Workflow context variables are used within workflow execution, not to initially populate catalog variables.
- ✓
Record producer variable mapping
Why this is correct
Record producers map source form fields to target variables.
- ✗
Catalog client script on submit
Why it's wrong here
While a client script can set variable values on submit, it is not a primary source of initial data; it modifies existing values.
- ✓
Variable default value from a script
Why this is correct
A default value script runs when the form loads and can fetch data.
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.