Courseiva

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

Which three actions require a business rule to be set to 'before' to work correctly? (Choose three.)

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

Setting a default value on a new record

Options C, D, and E are correct. C: Setting a default value on a new record must occur before the record is saved to the database. D: Updating a field on the current record must be done before the record is saved, because after save the record is already stored. E: Aborting the current transaction must happen before the database write; in an after business rule, the transaction has already been committed. Options A (sending an email notification) and B (deleting a related record) can be performed in after business rules because they do not require modifying the record before it is saved.

Answer analysis

Option-by-option breakdown

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

  • Sending an email notification

    Why it's wrong here

    Incorrect; email can be sent in 'after' or 'async'.

  • Deleting a record related to the current record

    Why it's wrong here

    Incorrect; deletion can be done in 'after' as well.

  • Setting a default value on a new record

    Why this is correct

    Correct; defaults must be set before the record is saved.

  • Updating a field on the current record

    Why this is correct

    Correct; only 'before' rules can modify the current record.

  • Aborting the current transaction

    Why this is correct

    Correct; only 'before' rules can abort.

About these practice questions

One of 481 original SNOW-CAD practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.