Courseiva
Service Catalog and WorkflowshardMultiple ChoiceObjective-mapped

SNOW-CSA Service Catalog and Workflows Practice Question

Exhibit

Service Catalog > Catalog Definitions > Service Catalog Item: 'Laptop Request'

Variables:
- 'employee_type' (choice: full-time, contractor) - required
- 'department' (reference to Department table) - required
- 'laptop_model' (choice: Standard, Premium) - required
- 'justification' (multi-line text) - required
- 'approval_required' (boolean, default true)

Flow Designer Flow: 'Laptop Request Approval'
Trigger: Catalog Item Submitted -> 'Laptop Request'
Conditions:
- If 'employee_type' is 'contractor' -> Approval Step (Group: IT Managers)
- If 'laptop_model' is 'Premium' -> Approval Step (User: Department Manager)
- Else -> Auto-approve

Current user: John Doe (Manager, IT department)
Submitted request: employee_type = contractor, department = IT, laptop_model = Standard

Refer to the exhibit. A contractor submits a laptop request via the catalog item. The request is for a Standard laptop in the IT department. Which approval(s) will be triggered?

⚠ Common exam trap

Watch out — candidates often assume a Department Manager approval is always required for requests within their department, but ServiceNow approval rules are explicitly defined per catalog item and can override or omit that default behavior.

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

Approval by IT Managers group only

The catalog item is configured with an approval rule that requires approval by the IT Managers group for Standard laptop requests in the IT department. Since the contractor's request matches these criteria, only the IT Managers group approval is triggered. The Department Manager approval is not required because the rule does not specify it for this item.

Answer analysis

Option-by-option breakdown

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

  • Auto-approve

    Why it's wrong here

    Incorrect. The first condition is true, so the else branch is skipped.

  • Approval by IT Managers group only

    Why this is correct

    Correct. The first condition matches, triggering approval by IT Managers.

  • Approval by Department Manager only

    Why it's wrong here

    Incorrect. The second condition (Premium model) is false, so this approval is not triggered.

  • Both IT Managers and Department Manager approval

    Why it's wrong here

    Incorrect. Only one condition is met; the flow does not trigger both.

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.