What kind of data can Import Sets use to populate tables in ServiceNow?
Correct Answer: B
In ServiceNow,Import Setsallow administrators toimport and transform datafrom external sources into ServiceNow tables. The platform supports multiple file formats for importing data, includingXML, CSV, and Excel. XML (Extensible Markup Language) Used for structured data exchange between systems. ServiceNow canimport XML filescontaining records formatted according to its schema. CSV (Comma-Separated Values) One of the most common formats for bulk data imports. ServiceNow can processCSV filesand map them to target tables. Excel (XLS/XLSX) ServiceNow allows direct imports fromMicrosoft Excel spreadsheets. Users can upload Excel files via the Import Set UI. Supported Data Formats for Import Sets: Import Data:The user uploads a supported file (XML, CSV, or Excel) into an Import Set table. Mapping:The imported data is mapped to target tables using aTransform Map. Transformation & Processing:Data is transformed, validated, and inserted into the correct destination tables. How Import Sets Work in ServiceNow: A: CSS, SOAP, and Excel#CSS is a styling language, and SOAP is a protocol, not a data format. C: SOAP, REST, and XML#SOAP and REST areweb service protocols, not file formats used for import sets. XML is valid but alone is insufficient. D: XML, SOAP, and CSS#SOAP and CSS are incorrect as they are not standard import file formats. Why Other Options Are Incorrect: ServiceNow Documentation:Importing Data into ServiceNow CSA Exam Guide:Coverssupported data formats for Import Sets (XML, CSV, and Excel).
CSA Exam Question 57
What is the purpose of a Related List?
Correct Answer: D
ARelated Listin ServiceNow is used to display records from other tables that are related to the current record. It helps users view and manage associated records without navigating away from the main record they are working on. Related Lists appear at the bottom of a form view. They display records from tables that have a relationship (via reference fields, many-to-many relationships, or database joins) with the current table. Users can add, remove, or modify related records directly from the Related List, depending on their permissions. Key Features of Related Lists:Why "D. To present related records" is the correct answer?Related Lists show records from another table that have a relationship with the current record. For example: AnIncidentrecord may have a Related List showing allTasksassociated with it. AUserrecord may have a Related List displayingGroup Memberships. AChange Requestrecord may have a Related List displaying all relatedCI (Configuration Items). Option A: "To create a one-to-many relationship"- Incorrect. While Related Lists often display one-to-many relationships, they do not create them. Relationships are defined throughreference fields,many-to-many tables, ordatabase joins. Option B: "To dot-walk to a core table"- Incorrect. Dot-walking allows users to access related fields from referenced records, but it is not the purpose of a Related List. Option C: "To present related fields"- Incorrect. Related Lists display related records, not just individual fields. Related fields can be accessed using dot-walking or reference fields but are not the same as Related Lists. ServiceNow Product Documentation - Related Lists ServiceNow CSA Study Guide - Configuring Forms and Lists ServiceNow Docs: Relationships in Tables Explanation of Incorrect Options:References from Certified System Administrator (CSA) Documentation:
CSA Exam Question 58
What access does a user need to be able to import articles to a knowledge base?
Correct Answer: A
In ServiceNow, toimport articlesinto aKnowledge Base (KB), a user must have thesn_knowledge_importrole. sn_knowledge_import# Required to import articles into a knowledge base. sn_knowledge_contribute# Allows users tocreate, edit, and publishknowledge articles butnot importthem. sn_knowledge_admin# Grantsfull administrative accessto manage the knowledge base, including permissions, categories, and workflows. B: sn_knowledge_contribute- This role allowscontributing and editing articlesbut doesnot grant import capabilities. C: Can contribute- Not a valid ServiceNow role; the correct role issn_knowledge_contribute. D: Can import- Not a recognized role in ServiceNow. The correct role issn_knowledge_import. ServiceNow Knowledge Management Roles ServiceNow CSA Training Module:"Managing Knowledge Bases and Importing Articles" Key Knowledge Management Roles:Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation:
CSA Exam Question 59
Which options are available in the Data Visualization configuration panel for how the data will be presented? (Choose 2 answers)
Correct Answer: A,D
In theData Visualizationconfiguration panel, users can define how data is presented. Theavailable optionsinclude: Metrics (A)# Used to track and visualize performance over time. Chart mapping (D)# Displays data in a graphical format like bar charts, pie charts, and line graphs. Explanation of Incorrect Options: Time maps (B)# Not a standard Data Visualization component in ServiceNow. Configuration items (C)# Refers to CMDB records, not a visualization method. Data sources (E)# Provides data but isnot a visualization method. Reference: ServiceNow Docs - Reporting and Dashboards
CSA Exam Question 60
How do you make a list filter available to everyone?
Correct Answer: B
In ServiceNow,list filtersallow users to define and apply specific conditions to refine data displayed in a list view. If an administrator or user wants to make alist filter available to everyone, they need to: Assign a Name# The filter must be named so users can identify and reuse it. Set Visibility# The filter's visibility needs to be adjusted to"Everyone", a specificgroup, or anindividual user. Save# The filter must be saved for it to be accessible in future sessions. Apply a filterin a list view using the filter conditions. Click theSavebutton. Provide anamefor the filter. UnderVisibility, select one of the following: Me (Private)# Only the creator can use the filter. Everyone (Public)# All users can access the filter. Group# Assign the filter to a specific group. ClickSaveto store the filter. Steps to Make a List Filter Available to Everyone: Why "B. Assign a Name, Set Visibility, and Save" is Correct:Assign a Name# The filter needs an identifiable name for users. Set Visibility# Determines whethereveryone, a group, or just the creatorcan see the filter. Save# Saves the filter for future use. A: Make active, set visibility, and save#Filters do not have an "Active" state; they just need to be saved with the correct visibility settings. C: Assign a group, set visibility, and save#Assigning a group isoptionalbut does not apply to everyone. D: Make active, assign a name, and save#"Make active" is not required; visibility settings control availability. Why Other Options Are Incorrect: ServiceNow Documentation:Creating and Sharing List Filters CSA Exam Guide:CoversList Filters and visibility settings. Reference from CSA Documentation:Thus, the correct answer is: B: Assign a Name, Set Visibility, and Save