Courseiva
Core Application DevelopmenteasyMultiple ChoiceObjective-mapped

SNOW-CAD Core Application Development Practice Question

A developer wants to send an email notification when a new incident is created. Which component should be configured to trigger the notification?

⚠ Common exam trap

Candidates often confuse the purpose of Business Rules (which can also send emails via script) with the dedicated Notification engine, leading them to choose Option B, but ServiceNow's best practice and the exam emphasize using the native Notification record for simple email triggers on record creation.

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

Create a Notification record with the condition 'New' and 'Action: record inserted'.

In ServiceNow, the native Notification mechanism is specifically designed to send emails based on conditions like 'New' and 'Action: record inserted'. When a new incident is created, the system evaluates the notification's condition; if it matches, the notification triggers automatically without requiring custom scripting or flow design. This is the standard, out-of-box approach for email alerts on record creation.

Answer analysis

Option-by-option breakdown

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

  • Use Flow Designer to create a flow that sends an email.

    Why it's wrong here

    Flow Designer can send emails, but the question asks which component should be configured to *trigger* the notification when a new incident is created. A flow requires an explicit trigger—such as a "Record Created" event on the Incident table—to initiate the email action; without configuring that trigger, the flow will not fire automatically. This option is tempting because Flow Designer is a powerful tool for automating email notifications in many scenarios, and it would be the correct choice if the requirement were to send a custom email with complex logic or data transformations beyond a simple outbound notification.

  • Write a Business Rule that calls the email utility.

    Why it's wrong here

    Possible but not the standard approach; notifications are preferred.

  • Create a Notification record with the condition 'New' and 'Action: record inserted'.

    Why this is correct

    Notifications are the standard way to send emails on record events.

  • Create an ACL with email action.

    Why it's wrong here

    ACLs control access, not email notifications.

About these practice questions

This SNOW-CAD question is part of Courseiva's 481-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-CAD 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-CAD exam.