SNOW-CSA Application Rules, ACL and Notifications Practice Question
Which THREE of the following are true regarding business rules and their execution order?
⚠ Common exam trap
Candidates often confuse 'Async' business rules as running in the same transaction as the triggering event, but they actually run in a separate transaction, which can lead to unexpected behavior if not accounted for.
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
✓
After business rules run after the database write operation.
'After' business rules are configured to execute after the database write operation has completed. This means they run once the record has been successfully saved to the database, allowing them to perform actions that depend on the record's existence, such as triggering notifications or updating related records.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
After business rules run after the database write operation.
Why this is correct
After rules execute post-insert/update.
- ✗
Before business rules cannot prevent the record from being saved.
Why it's wrong here
Before rules can set gs.setRedirect or gs.addErrorMessage to abort.
- ✓
Before business rules run before the database write operation.
Why this is correct
Before rules execute prior to insert/update.
- ✓
Before display business rules run when the record is loaded into a form.
Why this is correct
Before display rules execute on form load.
- ✗
Async business rules run in the same transaction as the triggering event.
Why it's wrong here
Async rules run in a separate transaction.
Go deeper
Related to this question
About these practice questions
One of 504 original SNOW-CSA 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 →
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.