SNOW-CSA Application Rules, ACL and Notifications Practice Question
Exhibit
Notification 'Incident Assignment' configuration: Table: incident When to send: Record inserted or updated Condition: state changes AND assigned_to is not empty Who will receive: Assignment group Email template: incident_assigned sys_trigger record: name: Notification - Incident Assignment next_action: 2023-01-15 14:00:00 state: waiting document: sys_notification_trigger
Refer to the exhibit. An incident is created with state 'New' and assigned_to is empty. Later, the state is changed to 'In Progress' and assigned_to is set to 'user1'. The notification does not fire. Which is the most likely reason?
⚠ Common exam trap
A common trap is the misconception that notification conditions are evaluated at the time of the record update, when in reality they are evaluated at the time the notification trigger executes, which can be asynchronous and cause conditions based on field changes to fail.
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
✓
The notification's condition includes 'state changes' which is evaluated at the time the trigger runs, not at the time of the update. The trigger may be waiting for a future time, but the condition is re-evaluated then. If the state hasn't changed since the update, it might not fire.
The notification's condition includes 'state changes', which is evaluated at the time the trigger runs, not at the time of the update. In ServiceNow, when a notification is configured with a condition that checks for a field change (e.g., 'state changes'), the condition is evaluated when the scheduled trigger executes, not when the record is updated. If the trigger is scheduled for a later time (e.g., via an asynchronous business rule or scheduled job), the condition may no longer be true because the state has already changed and is no longer 'changing' at that moment, causing the notification to not fire.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The notification's condition includes 'state changes' which is evaluated at the time the trigger runs, not at the time of the update. The trigger may be waiting for a future time, but the condition is re-evaluated then. If the state hasn't changed since the update, it might not fire.
Why this is correct
For timed notifications, the condition is evaluated when the trigger executes. If the state hasn't changed (i.e., it still is 'In Progress'), the condition 'state changes' will be false because it compares to previous value. Since the state changed earlier, at trigger time the field may not have changed from the last value. Actually, 'state changes' is a condition that checks if the field changed during the update that caused the trigger. For timed notifications, the condition is evaluated at the time of the trigger, and 'state changes' might not be true if the field hasn't changed since the trigger was created. This is a common pitfall.
- ✗
The notification's 'Who will receive' is set to assignment group, but the assignment group is empty.
Why it's wrong here
The assigned_to is not empty, but assignment group might be empty. The question does not provide assignment group info.
- ✗
The notification condition requires the state field to change, but the state changed from 'New' to 'In Progress', so it should fire. The trigger is scheduled for later, so it will fire at that time.
Why it's wrong here
The trigger is scheduled; it will fire later, but the question says it does not fire, implying it never fires.
- ✗
The notification is configured to send only on insert, not on update.
Why it's wrong here
It is set to 'Record inserted or updated'.
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.