Courseiva

SNOW-CAD Practice Question: Automating application logic with business rules and scripts

Which TWO of the following are valid ways to trigger a business rule? (Choose two.)

⚠ Common exam trap

Many exam-takers confuse client-side events (like form load) or other system actions (like inbound email) with the actual database operation triggers that business rules use, leading them to select options that are not valid server-side triggers.

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

Insert

Business rules in ServiceNow can be triggered by database operations such as Insert and Update. These are the core 'when to run' conditions that fire the rule before or after a record is created or modified in the database. Options B and D are correct because they directly correspond to these fundamental database operations.

Answer analysis

Option-by-option breakdown

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

  • Form load

    Why it's wrong here

    Form load triggers display business rules, but not as a standard trigger.

  • Insert

    Why this is correct

    Business rules can run on insert.

  • Timer event

    Why it's wrong here

    Timer events are handled by scheduled jobs, not business rules.

  • Update

    Why this is correct

    Business rules can run on update.

  • Inbound email receipt

    Why it's wrong here

    Inbound email actions are separate from business rules.

About these practice questions

Courseiva writes every SNOW-CAD question from scratch — 481 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-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.