SNOW-CSA Service Catalog and Workflows Practice Question
A ServiceNow administrator is designing a catalog workflow that requires approval from the user's manager only if the total cost of the request exceeds $500. Which workflow configuration should be used?
⚠ Common exam trap
It's easy for candidates to confuse 'Required If' variable conditions with workflow approval conditions, or assume that an Approval Group activity can be used for a single user by adding them as a member, but neither approach provides the conditional logic needed to trigger approval only when cost exceeds $500.
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
✓
Add an Approval - User activity with a Condition that checks if the variable 'total_cost' is greater than 500.
The Approval - User activity allows you to specify a single user (the manager) and attach a condition that evaluates the 'total_cost' variable. When the condition is true (total_cost > 500), the approval activity runs; otherwise, it is skipped. This directly implements the requirement for manager approval only when the cost exceeds $500.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Add an Approval - Group activity and set the 'Approval Group' to 'Manager's Group'.
Why it's wrong here
This would require a group, not the manager specifically.
- ✗
Set the variable 'total_cost' as 'Required If' a condition.
Why it's wrong here
Required If is for variable visibility, not workflow approval routing.
- ✓
Add an Approval - User activity with a Condition that checks if the variable 'total_cost' is greater than 500.
Why this is correct
This allows the approval to be conditional based on cost.
- ✗
Use an Approval Group activity and add the manager as a member.
Why it's wrong here
Approval group does not support conditional approval based on cost.
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.