Courseiva
Service Catalog and WorkflowsmediumMultiple ChoiceObjective-mapped

SNOW-CSA Reference Qualifier Practice Question

A catalog item variable has a reference qualifier that limits the choices to active users only. However, users can still select inactive users. What is the most likely cause?

⚠ Common exam trap

Candidates may assume that a reference qualifier that appears to work in the UI is correctly enforced on submission, but the real issue is often a misconfiguration (e.g., a script error or incorrect condition) in the server-side qualifier. Another trap is thinking that the admin role or the 'allow any' setting can bypass reference qualifiers.

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 reference qualifier is written incorrectly

Reference qualifiers in ServiceNow are always server-side. They are evaluated when the catalog item is loaded and when the record is saved. If inactive users are still selectable, the most likely cause is that the reference qualifier script is incorrectly written or missing. Therefore, option D is correct. Option A is incorrect because the 'any' setting does not bypass reference qualifiers. Option B is incorrect because admin role does not ignore reference qualifiers for variables. Option C is incorrect because reference qualifiers do not run on the client side; they are server-side only.

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 variable is set to allow 'any' value

    Why it's wrong here

    The variable's 'allow any' setting does not cause the reference qualifier to be ignored; it affects dictionary attributes, not qualifier enforcement.

  • The user has admin role and ignores qualifier

    Why it's wrong here

    Admin role does not bypass reference qualifiers on variables; admins are subject to the same qualifiers as other users.

  • The reference qualifier uses JavaScript that runs on the client but not server

    Why it's wrong here

    Reference qualifiers are server-side only; they do not use client-side JavaScript. This option incorrectly describes the execution context.

  • The reference qualifier is written incorrectly

    Why this is correct

    Correct: The reference qualifier is most likely written incorrectly, failing to properly filter out inactive users.

About these practice questions

One of 504 original SNOW-CSA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.