Courseiva
Service Catalog and WorkflowshardMultiple ChoiceObjective-mapped

SNOW-CSA Service Catalog and Workflows Practice Question

Exhibit

Catalog Item: Software Install

Flow: Create Request -> Approval (Group: Software Approvers) -> Fulfillment (Assignment Group: Software Fulfillment)

Variable: u_software_name (string, mandatory)

Flow Logic:
If u_software_name == "Adobe Photoshop":
  Approval group = IT Management
Else:
  Approval group = Software Approvers

Currently, requests for 'Adobe Photoshop' go to Software Approvers instead of IT Management.

Refer to the exhibit. A ServiceNow administrator configures a catalog item for software installations. The flow logic is as shown. When a user requests 'Adobe Photoshop', the approval goes to Software Approvers instead of IT Management. What is the most likely cause?

⚠ Common exam trap

It's easy for candidates to assume all string comparisons in ServiceNow are case-insensitive, overlooking that '==' is case-sensitive, and they may choose option A (variable passing issue) without considering the case mismatch.

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 condition uses '==' which is case-sensitive; the user typed 'adobe photoshop' in lowercase.

The condition in the flow uses '==' which is case-sensitive in ServiceNow. If the user typed 'adobe photoshop' in lowercase, it will not match the condition expecting 'Adobe Photoshop' (with capital letters), so the approval defaults to the 'Software Approvers' group instead of 'IT Management'. ServiceNow string comparisons with '==' are case-sensitive, unlike the '=' operator which is case-insensitive.

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.