Question 496 of 500
Core Application DevelopmenteasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to create a Notification record with the condition set to 'New' and 'Action: record inserted'. This works because ServiceNow’s native Notification engine evaluates conditions against database operations; when a new incident is inserted, the system checks the notification’s condition table and, if the record matches the 'New' state and the insert action, it automatically sends the email without any custom scripting or flow designer involvement. On the CAD exam, this question tests your understanding of out-of-box configuration versus custom solutions—many candidates mistakenly reach for Business Rules or Flow Designer, but the Notification table is the intended, low-code trigger for email alerts tied to record creation. A common trap is confusing the 'New' condition (which checks the state field) with the 'Action: record inserted' trigger (which fires on the database insert event). Memory tip: think "New Insert = Notify" — when a record is both new in state and newly inserted, the Notification fires.

SNOW-CAD Core Application Development Practice Question

This SNOW-CAD practice question tests your understanding of core application development. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

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

Question 1easymultiple choice
Full question →

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'.

Option C is correct because 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.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 be used but is more complex than a simple 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.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create an ACL with email action.

    Why it's wrong here

    ACLs control access, not email notifications.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that 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.

Detailed technical explanation

How to think about this question

Under the hood, ServiceNow's Notification system leverages the 'sysevent_email' table and the 'Event Management' framework to queue and send emails asynchronously. When a notification is configured with 'Action: record inserted', the system registers a database trigger on the table that fires after insert, evaluating the condition against the new record. This ensures that email delivery does not block the transaction and can be retried on failure, a subtle behavior that custom scripting often overlooks.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SNOW-CAD practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SNOW-CAD practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SNOW-CAD question test?

Core Application Development — This question tests Core Application Development — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a Notification record with the condition 'New' and 'Action: record inserted'. — Option C is correct because 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.

What should I do if I get this SNOW-CAD question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.