SNOW-CAD Working with Data Practice Question
Exhibit
{
"name": "incident.update",
"table": "incident",
"rules": [
{
"type": "condition",
"script": "current.state == 3 && gs.hasRole('itil')"
}
],
"action": "update"
}Refer to the exhibit. What does this ACL condition allow?
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
✓
Users with 'itil' role can update incidents in state 'On Hold'.
The ACL condition grants update access when the user has the 'itil' role and the incident state is '3', which is 'On Hold'. Option A is incorrect because it ignores the role requirement. Option B is wrong because it says users without 'itil' role can update, but the ACL requires the 'itil' role. Option C is wrong because state '3' is 'On Hold', not 'Resolved'.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Any user can update incidents when state is '3'.
Why it's wrong here
The ACL requires the itil role.
- ✗
Only users without 'itil' role can update incidents in state '3'.
Why it's wrong here
The condition requires the itil role.
- ✗
Users with 'itil' role can update incidents in state 'Resolved'.
Why it's wrong here
State 3 is 'On Hold', not 'Resolved'.
- ✓
Users with 'itil' role can update incidents in state 'On Hold'.
Why this is correct
State 3 corresponds to 'On Hold' and role condition is itil.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every SNOW-CAD question from scratch — 481 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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-CAD 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-CAD exam.