Free ServiceNow CAD Actual Exam Questions - Question 15 Discussion
D imo, generating an event alongside setting field values is something Business Rules can handle without scripting, especially for triggering other processes. Querying the database or logging usually needs scripts, so A and C feel off. Adding messages (B) is common, but events are more aligned with automated workflows, making D a solid pick.
B/C? Setting field values is definitely standard for Business Rules, and adding messages feels like a simple built-in feature. Writing to the system log seems less straightforward without scripting, but it could be possible since logs are basic system feedback. Querying the database and generating events usually require more behind-the-scenes coding, so I’m ruling those out. Between B and C, I’d say adding messages (B) is more commonly mentioned, but the system log (C) might still be doable without scripting in some cases.
B also fits best since adding messages is common and simple without coding.
Maybe B makes sense since adding messages feels like a basic action Business Rules could handle without scripting, unlike querying the database or generating events which seem more complex.
I’m not sure about querying the database since that feels like it needs scripting. But writing to the system log also sounds like something a Business Rule might not do by itself. Could it be that adding a message (B) is the only no-script combo?
This one’s tricky since Business Rules are supposed to avoid scripts, but setting field values and adding messages seems legit. So I’m going with B.