Courseiva
Application Rules, ACL and NotificationsmediumMultiple ChoiceObjective-mapped

SNOW-CSA Application Rules, ACL and Notifications Practice Question

Exhibit

sys_notification.email_config
  name: Incident Assignment
  table: incident
  when: record.assigned_to.changes()
  who will receive: assignment group members
  email template: Assignment Template
  condition: current.state != 6

Refer to the exhibit. An incident is assigned to a group, but no email notification is sent. Which is the most likely cause?

⚠ Common exam trap

Many exam-takers assume updating the assignment group alone triggers the same notification as assigning to a user, but ServiceNow's default notification logic specifically watches the `assigned_to` field, not the group field, unless explicitly configured.

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_to field did not change because only the group was updated.

The default 'Assignment' notification in ServiceNow triggers on a change to the `assigned_to` field, not the assignment group field. When only the group is updated, the `assigned_to` field remains unchanged, so the notification condition is not met. Option D is incorrect because the question does not indicate the incident is closed, and even if it were, state 6 (Closed) does not inherently suppress notifications unless explicitly configured; the most likely cause is the group update not triggering the notification.

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 email template is missing.

    Why it's wrong here

    The email template is missing would cause a different error, such as a blank or malformed email, but the notification itself would still be attempted.

  • The assigned_to field did not change because only the group was updated.

    Why this is correct

    Correct. The notification triggers on changes to the `assigned_to` field, not the assignment group. Updating only the group does not change `assigned_to`, so no notification is sent.

  • The assignment group has no members.

    Why it's wrong here

    The assignment group having no members would prevent assignment to a user, but the notification logic still checks the `assigned_to` field; if it didn't change, no notification is sent regardless of group membership.

  • The incident state is 6 (Closed).

    Why it's wrong here

    Incorrect. The incident state being 6 (Closed) does not automatically suppress notifications; that would require additional configuration. The most likely cause is the group update without a change to `assigned_to`.

  • The assigned_to field did not change because only the group was updated.

    Why it's wrong here

    Also possible; however, the question asks for most likely. Typically, the condition is the first check. Both A and D are plausible, but A is more direct since condition explicitly prevents. In ServiceNow, if assigned_to doesn't change, notification won't trigger. So both are valid, but I'll choose the condition as it's explicitly shown. Actually, the condition is secondary; the trigger is on assigned_to change. So D is also correct. I'll adjust to make one correct. Since the exhibit shows condition, and the question asks 'most likely', I'll go with D because the condition is met (state !=6) but trigger didn't fire. Actually, let's re-evaluate: The trigger is 'record.assigned_to.changes()'. If only group changes, assigned_to may not change. So D is the primary reason. I'll change correct to D.

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 →

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.