Which tool is used to have conversations with logged-in users in real-time?
Correct Answer: A
CSA Exam Question 82
When creating a new notification, what must you define? Choose 3 answers
Correct Answer: A,C,D
When setting up a notification in ServiceNow, you must define three critical elements: What is the content of the notification? This includesemail subject, body, variables, and templatesthat define how the notification will be displayed to the recipient. Under what conditions is the notification sent? Notifications are triggered based onconditionssuch as: Record Insert/Update/Delete Specific field value changes Events generated by business rules Who receives the notification? The recipients can be configured using: Specific users or groups Scripted recipients Users associated with the record (e.g., Caller, Assigned To) B: The associated knowledge base- Notifications arenot tiedto knowledge bases; they are triggered by records and events. E: Settings for handling inactive user accounts- While user preferences exist, this is not a required step in notification creation. ServiceNow Notifications Guide ServiceNow CSA Training Module:"Creating and Managing Notifications in ServiceNow" Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation:
CSA Exam Question 83
Which technique is used to get information from a series of referenced fields from different tables?
Correct Answer: C
Explanation/Reference:
CSA Exam Question 84
What does ServiceNow recommend as a best practice regarding data imports?
Correct Answer: D
When importing data into ServiceNow,data integrity and accuracyare critical. ServiceNow recommendscleaning and verifyingdatabefore importingit into the system. Obsolete or inaccurate datacan cause duplicate or incorrect records. Pre-cleaningensures onlyrelevant, high-quality datais loaded into ServiceNow. Improves system performanceby preventing unnecessary data clutter. Identify and remove obsolete records(e.g., inactive users, old assets). Fix formatting issues(e.g., date formats, duplicate values). Verify data mappingsto ensure correct field alignment. Use a small test importbefore a full-scale import. Best Practice: Clean Data Before ImportingRecommended Pre-Import Steps: A: Adjust your Transform maps, after the data is loaded into the target table #Incorrect Transform Mapsshould be setbefore importing, not after. Adjusting them afterward may requirereloading data. B: Use extremely large Import Sets, instead of multiple large Import Sets #Incorrect Large imports can causeperformance issues. Best practice: Useincremental importswith data validation. C: Create a new Import Set table for each new data load #Incorrect Reusing Import Set tablesis more efficient. New tables are neededonly for major structural differences. E: Monitor data quality and clean imported data, using the Data Scrub Workspace #Incorrect No such featureas "Data Scrub Workspace" exists in ServiceNow. Datashould be cleaned before importing, not after. Why Other Options Are Incorrect? Best Practices for Importing Data Preparing Data for Import