Courseiva
Service Catalog and WorkflowseasyMultiple ChoiceObjective-mapped

SNOW-CSA Service Catalog and Workflows Practice Question

A multinational company has implemented a Service Catalog to streamline IT requests. The catalog item 'New Laptop Request' includes a workflow that routes approvals based on the cost center of the requester. Recently, several requests submitted by employees in the Finance department are stuck in 'Submitted' state without any approval activity. The workflow has a condition that checks the variable 'cost_center' and if it equals 'Finance', the approval is sent to the Finance manager. Other requests from departments like HR and Marketing proceed normally. The administrator has verified that the 'Finance' cost center value is correctly entered on the requests, the users have appropriate roles, and the approval assignments are active. What is the most likely cause of the issue?

⚠ Common exam trap

ServiceNow often tests the misconception that approval assignment or user roles are the cause, when the real issue is a logic error in the workflow condition that prevents the approval stage from being reached.

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 workflow condition that triggers the Finance approval stage is not evaluating correctly.

The issue is that the workflow condition checking the 'cost_center' variable for 'Finance' is not evaluating correctly, causing the approval stage to be skipped or not triggered. Since other departments work fine, the workflow logic itself is likely flawed—perhaps due to a data type mismatch (e.g., comparing a string to a different type) or a typo in the condition script. The administrator has verified data entry, roles, and approval assignments, so the root cause is the condition logic in the workflow.

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 approval rule should be changed to auto-approve for Finance.

    Why it's wrong here

    Auto-approving bypasses the needed manager approval and may violate policy.

  • The workflow approval timeout is set too short and needs to be increased.

    Why it's wrong here

    The requests are stuck in 'Submitted', not in an approval state; timeout applies after approval is assigned and not acted upon.

  • The catalog item should be reconfigured to not use a workflow.

    Why it's wrong here

    Removing the workflow would eliminate the approval process, which is not the intended solution.

  • The workflow condition that triggers the Finance approval stage is not evaluating correctly.

    Why this is correct

    If the condition fails, the workflow may not proceed to the approval stage, leaving requests in 'Submitted'.

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.