Courseiva
Service Catalog and WorkflowseasyMultiple ChoiceObjective-mapped

SNOW-CSA Service Catalog and Workflows Practice Question

A small business uses ServiceNow for internal services. The catalog item 'New Employee Onboarding' includes a variable set with a variable 'Start Date'. The workflow sends an email notification to HR when the start date is within 7 days of submission. Currently, the notification is sent immediately upon request submission even if the start date is months away. The workflow has a 'Send Event' activity that triggers a notification. How should the administrator fix this?

⚠ Common exam trap

Many exam-takers confuse the notification record's condition with the workflow activity's condition, or they incorrectly assume that a mandatory condition on the variable can control notification timing, when in fact the workflow's 'Send Event' activity is the correct place to add a time-based condition.

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

Add a condition on the 'Send Event' activity to only proceed if the 'Start Date' variable is within 7 days of now.

The 'Send Event' activity in a workflow can have a condition that evaluates the 'Start Date' variable against the current date and time. By adding a condition that checks if the start date is within 7 days of now, the workflow will only proceed to send the event (and trigger the notification) when the condition is met, preventing premature notifications.

Answer analysis

Option-by-option breakdown

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

  • Add a condition on the 'Send Event' activity to only proceed if the 'Start Date' variable is within 7 days of now.

    Why this is correct

    This ensures the notification is only sent when the condition is met.

  • Modify the notification record to include a condition on the 'Start Date' field.

    Why it's wrong here

    Notification conditions evaluate when the event is triggered, but the event is still sent regardless.

  • Add a 'Mandatory Condition' on the 'Start Date' variable to require it to be within 7 days.

    Why it's wrong here

    This would force the user to choose a date within 7 days, which is not desired.

  • Create a business rule on the 'sc_req_item' table that checks the start date and sends the notification.

    Why it's wrong here

    A business rule could work, but the workflow approach is more integrated and manageable.

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.