Courseiva
Service Catalog and WorkflowshardMultiple ChoiceObjective-mapped

SNOW-CSA Service Catalog and Workflows Practice Question

Exhibit

Flow Designer Flow: 'Software Request Fulfillment'
Trigger: Catalog Item Submitted -> 'Software Request'
Action: Create Record -> sc_task (Catalog Task)
Table: sc_task

Field mappings:
- 'short_description': 'Install ' + record.variables.software_name + ' on ' + record.variables.workstation_id
- 'assignment_group': 'Software Deployment'
- 'assigned_to': empty
- 'state': 1 (Open)
- 'request_item': record.sys_id

Current submission:
Catalog item: 'Software Request'
Variables: software_name = 'Adobe Photoshop', workstation_id = 'WS-102'
User: John Doe
Department: IT

Refer to the exhibit. After submitting the catalog item, a catalog task is created. Which of the following is true about the catalog task?

⚠ Common exam trap

Watch out — candidates often assume the catalog task's state or assignment is based on default behavior (e.g., 'Work In Progress' or 'IT' department) rather than recognizing that these values are explicitly configured in the task template or workflow, and the exhibit provides the specific short_description value.

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 catalog task's short_description will be 'Install Adobe Photoshop on WS-102'

The catalog item's variable mapping or task template is configured to set the short_description field to 'Install Adobe Photoshop on WS-102'. In ServiceNow, when a catalog item creates a catalog task, the task's short_description is typically populated from a variable or a fixed value defined in the task template or workflow. The exhibit (not shown) would indicate that the short_description is explicitly set to this value, making it the accurate statement.

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 catalog task's state is 'Work In Progress'

    Why it's wrong here

    Incorrect. The state is set to 1 (Open), not Work In Progress.

  • The catalog task is assigned to John Doe

    Why it's wrong here

    Incorrect. The 'assigned_to' field is left empty.

  • The catalog task's short_description will be 'Install Adobe Photoshop on WS-102'

    Why this is correct

    Correct. The expression concatenates the variable values.

  • The catalog task is assigned to the 'IT' department

    Why it's wrong here

    Incorrect. The assignment_group is 'Software Deployment', not department.

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.