SNOW-CSA Self-Service and Automation Practice Question
A company wants to allow users to request software licenses through the service catalog. The request form should automatically populate the user's manager's email address. Which configuration option should the administrator use?
⚠ Common exam trap
Many exam-takers choose a client-side script (Option C) thinking it can run on load, but Catalog Client Scripts require an explicit trigger (onLoad or onChange), and onLoad scripts cannot set variable values directly without additional logic.
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
✓
Use a default value on the variable with a script that retrieves the manager's email.
A default value on a catalog variable can use a script (e.g., gs.getUser().getManagerEmail()) to dynamically populate the manager's email address when the form loads. This approach directly meets the requirement without requiring additional triggers or lookups.
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 Data Lookup definition on the catalog item.
Why it's wrong here
Wrong: Data Lookups are for populating variables from external data sources, not for default values.
- ✗
Use a Flow Designer action to set the variable.
Why it's wrong here
Wrong: Flows are triggered after submission, not for default values.
- ✗
Use a Catalog Client Script with onChange catalog variable.
Why it's wrong here
Wong: Client scripts run on client-side events, not for initial population.
- ✓
Use a default value on the variable with a script that retrieves the manager's email.
Why this is correct
Correct: A default value script can query the manager's email from the user record.
Go deeper
Related to this question
About these practice questions
This SNOW-CSA question is part of Courseiva's 504-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 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.