Courseiva
Self-Service and AutomationhardMultiple ChoiceObjective-mapped

SNOW-CSA Self-Service and Automation Practice Question

A large enterprise uses ServiceNow for IT Service Management. They have a custom application that generates incidents automatically from monitoring alerts. The incidents are assigned to the 'Monitoring Queue' group. Recently, the team noticed that some incidents are not being assigned to any group and remain unassigned. Upon investigation, the administrator finds that the assignment rule for the 'Monitoring Queue' group uses a condition 'Category = Network' AND 'Impact = 3'. However, many alerts have 'Category' set to 'Network' but 'Impact' left blank. The administrator needs to ensure that all incidents from monitoring alerts with 'Category = Network' are assigned to the 'Monitoring Queue' group, regardless of impact. What should the administrator do?

⚠ Common exam trap

The trap here is that candidates often overcomplicate the solution by adding extra rules or conditions (like checking for empty fields) instead of simplifying the existing condition to remove the unnecessary dependency on the 'Impact' field.

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

Modify the existing assignment rule condition to 'Category = Network' only

Modifying the assignment rule condition to only check 'Category = Network' ensures that all incidents with that category are assigned to the 'Monitoring Queue' group, regardless of whether 'Impact' is blank or has any other value. Assignment rules in ServiceNow evaluate conditions against the current record; removing the 'Impact = 3' clause eliminates the dependency on that field. This directly addresses the requirement that incidents from monitoring alerts with 'Category = Network' must always be assigned, even when 'Impact' is not populated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Modify the existing assignment rule condition to 'Category = Network' OR 'Impact = 3'

    Why it's wrong here

    This would still require Impact to be 3 for some incidents, but blank Impact would not match.

  • Modify the existing assignment rule condition to 'Category = Network' only

    Why this is correct

    This assigns all incidents with Category=Network to the Monitoring Queue group.

  • Create a second assignment rule with condition 'Category = Network' and 'Impact is empty'

    Why it's wrong here

    This would work but is less efficient than modifying the original rule.

  • Set a default assignment on the Incident table to assign all unassigned incidents to the Monitoring Queue group

    Why it's wrong here

    This would assign all unassigned incidents, not just those from monitoring alerts with Category=Network.

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.