Courseiva
Application Rules, ACL and NotificationsmediumMultiple ChoiceObjective-mapped

SNOW-CSA Application Rules, ACL and Notifications Practice Question

Exhibit

sys_notification table:
Name: Incident Update
Table: incident
When to send: Record updated
Condition: state changes AND active is true
Who will receive: Assigned user
Email template: incident_update

syslog: 
2023-01-10 10:00:00 - Incident INC001 updated: state from 'New' to 'In Progress', active remains true. Notification not sent.

Refer to the exhibit. An incident is updated and state changes from 'New' to 'In Progress'. Active is true. The notification is not sent. Which is the most likely cause?

⚠ Common exam trap

ServiceNow often tests the misconception that a state change or active flag alone guarantees notification delivery, but the real trap is that the notification will silently fail if the recipient field (e.g., assigned user) is empty, even when all other conditions are met.

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 assigned user field is empty, so there is no recipient for the notification.

The notification requires a recipient to send, and if the assigned user field is empty, the system cannot determine who should receive the notification. In ServiceNow, notifications rely on the 'Who will receive' condition, which often includes the 'Assigned user' field. Without a value in that field, the notification is not sent, even if the state change and active flag are correctly configured.

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 condition 'state changes' is not satisfied because the state changed from 'New' to 'In Progress', which is a change.

    Why it's wrong here

    It is satisfied.

  • The email template 'incident_update' is missing or invalid.

    Why it's wrong here

    Missing template would cause an error, but the log shows no error.

  • The assigned user field is empty, so there is no recipient for the notification.

    Why this is correct

    If assigned_to is empty, no user receives the notification.

  • The notification is configured to send only on insert, not on update.

    Why it's wrong here

    It is set to 'Record updated'.

About these practice questions

Courseiva writes every SNOW-CSA question from scratch — 504 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 →

How Courseiva writes practice questions · Editorial policy

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.