CSA CSA - ServiceNow System Administrator Notifications and Email Configuration 3 — Questions and Answers
Question 1: Which condition on a ServiceNow Notification prevents the same email from being sent more than once for the same record change?
- Notification Throttle (Correct answer)
- Send conditions
- Coalesce setting
- Duplicate check filter
Correct answer: Notification Throttle
Notification Throttle settings limit how frequently the same notification fires for the same record within a specified time window.
Question 2: What is the purpose of using 'Category' on a ServiceNow Notification record?
- Determines which SMTP account sends the email
- Groups notifications so users can manage subscriptions by category (Correct answer)
- Sets the email priority level
- Defines the HTML template to use
Correct answer: Groups notifications so users can manage subscriptions by category
Notification Categories allow users to manage their preferences in bulk by subscribing or unsubscribing from an entire category of emails.
Question 3: In ServiceNow, what does the 'Subscribe' feature on a record allow a user to do?
- Bookmark the record for quick access
- Opt in to receive notifications for changes to that specific record (Correct answer)
- Follow the record in a social feed
- Assign the record to themselves
Correct answer: Opt in to receive notifications for changes to that specific record
The Subscribe feature adds a user to the notification recipients list for a specific record, so they are alerted whenever it is updated.
Question 4: Which ServiceNow feature allows an admin to test a notification without waiting for a real triggering event?
- Preview Notification
- Simulate Event
- Test Notification button (Correct answer)
- Email Sandbox
Correct answer: Test Notification button
The 'Test Notification' related link on a Notification record sends a sample email immediately so the admin can verify formatting and recipients.
Question 5: What format does ServiceNow use by default for sending outbound notification emails?
- Plain text only
- HTML with a plain text alternative (Correct answer)
- Rich Text Format (RTF)
- PDF attachment
Correct answer: HTML with a plain text alternative
ServiceNow sends notifications in HTML format by default and includes a plain text fallback for email clients that do not render HTML.
Question 6: Which ServiceNow system property sets the default 'From' email address used in outbound notifications?
- glide.email.sender_address
- glide.email.from.address (Correct answer)
- glide.outbound.email.default
- glide.notification.sender
Correct answer: glide.email.from.address
The 'glide.email.from.address' system property defines the default sender address that appears in outbound notification emails.
Which condition on a ServiceNow Notification prevents the same email from being sent more than once for the same record change?