Check Real ServiceNow CSA Exam Question for Free (2026)
Get Ready to Boost your Prepare for your CSA Exam with 528 Questions
To become a certified ServiceNow CSA, candidates must pass a 60-question multiple-choice exam with a score of at least 70%. CSA exam can be taken online and is proctored, ensuring that the certification is earned through a secure and reliable process. ServiceNow Certified System Administrator certification is valid for two years, after which the candidate must recertify to maintain their certification.
ServiceNow CSA exam consists of 60 multiple-choice questions that must be completed within 90 minutes. CSA exam covers a wide range of topics, including ServiceNow architecture, incident management, change management, service catalog, workflows, reporting, and integration. CSA exam is administered online and can be taken from anywhere with an internet connection. Candidates who pass the exam receive a ServiceNow CSA certification that is valid for two years, after which it must be renewed.
NEW QUESTION # 289 
Which path would youtake to access the table configuration page from a form?
- A. The Form Context menu>View >Table
- B. TheForm Context menu > Configure > Table
- C. The Form Context menu > View > Show Table
- D. TheForm Context menu > Configure > Dictionary
Answer: B
Explanation:
InServiceNow, thetable configuration pageallows administrators tomodify table settings, fields, relationships, and properties.
To access this page from aform view, you must use theForm Context Menu (#in the top-left corner of the form)and navigate to:
#Configure > Table
This willopen the Table Configuration Page, where you can:
View and edittable properties.
Managefields, relationships, and indexing.
Configuresecurity settings (ACLs)for the table.
Open a record in a form view(e.g., a Catalog Task form).
Click the Form Context menu(#at the top-left).
Select "Configure"from the dropdown.
Click "Table"to access theTable Configuration Page.
Step-by-Step Navigation:
Why "Configure > Table" is the Correct Answer?Directly accesses the table's configuration page Allows modification of table-level settings Best practice method for modifying table properties A). The Form Context menu > View > TableIncorrect- There is no"View > Table"option in the context menu.
C). The Form Context menu > Configure > DictionaryIncorrect- The"Dictionary"option allowsediting individual field propertiesbutnot the entire table configuration.
D). The Form Context menu > View > Show TableIncorrect- No such"Show Table"option exists in theForm Context Menu.
Incorrect Answer Choices Analysis:
ServiceNow Docs - Configuring Tables#Table Administration
ServiceNow Docs - Modifying Table Properties#Configuring a Table
Official ServiceNow Documentation References:
Conclusion:The correct answer is:
B). The Form Context menu > Configure > Table
This is the correctnavigation pathto access thetable configuration pagefrom a form in ServiceNow.
NEW QUESTION # 290
What features are available in Knowledge Management, to support continuous improvement on the knowledge articles?
Choose 4 answers
- A. Submit KB Errata
- B. Flag Article
- C. Tag as Helpful
- D. Add Comments
- E. CC Click frowning icon
- F. Rate with Stars
Answer: B,C,D,F
Explanation:
In ServiceNow Knowledge Management, several features help support continuous improvement of knowledge articles by allowing users to provide feedback, ratings, and flag issues. These features ensure that knowledge remains accurate, relevant, and useful over time.
Correct Answers & Their Functions:
B . Add Comments ✅
Allows users to provide feedback directly on knowledge articles.
Comments help knowledge managers refine content based on user suggestions.
D . Tag as Helpful ✅
Users can mark an article as helpful, indicating that it provided useful information.
Helps knowledge managers assess the article's effectiveness.
E . Flag Article ✅
Users can flag an article if they find inaccuracies or outdated content.
Flags alert knowledge managers to review and update the content.
F . Rate with Stars ✅
Users can rate an article using a star-based rating system (e.g., 1 to 5 stars).
This helps knowledge managers understand which articles are high-quality vs. low-quality.
Why Are Other Options Incorrect?
A . Submit KB Errata ❌
No such built-in feature exists in ServiceNow Knowledge Management.
C . CC Click Frowning Icon ❌
No such feature exists. ServiceNow provides a "Helpful" or "Flag" option instead.
Reference:
ServiceNow CSA Documentation - Knowledge Management Features & Feedback Tools ServiceNow Product Documentation - Knowledge Article Ratings & Improvement (https://docs.servicenow.com)
✅ Final Answer: B, D, E, F (Add Comments, Tag as Helpful, Flag Article, Rate with
NEW QUESTION # 291
What is a way that you can mark a knowledge article for review?
- A. On Hold
- B. Bookmark
- C. Review
- D. Flag article
Answer: D
NEW QUESTION # 292
Table Access Control rules are processed in the following order:
- A. any table name (wildcard), parent table name, table name
- B. any table name (wildcard), table name, parent table name
- C. table name, parent table name, any table name (wildcard)
- D. parent table name, table name, any table name (wildcard)
Answer: C
NEW QUESTION # 293
Which one of the following statements applies to a set of fields when they are coalesced during an import?
- A. If a match is not found using the coalesce fields, the system does not create a Transform Map
- B. If a match is not found using the coalesce fields, the existing record is updated with the information being imported
- C. If a match is found using the coalesce fields, the existing record is updated with the information being imported
- D. If a match is found using the coalesce fields, the system creates a new record
Answer: C
NEW QUESTION # 294
What is the best practice related to using the Default Update Set for moving customizations between instances?
- A. You should not use the Default Update sets for moving between instances
- B. Merge Default update sets before moving between instances
- C. Submit Default update set to application repository
- D. Keep Default update set to maximum of 20 records, for troubleshooting purposes
Answer: A
NEW QUESTION # 295
The ServiceNow Virtual Agent provides assistance within a messaging interface. Which capability allows end users to configure virtual Agent to intercept and help resolve submitted incidents?
- A. Incident Auto-Resolution
- B. Ticket Resolver
- C. Virtual Agent Helper
- D. Web Intelligence
Answer: A
NEW QUESTION # 296
After you create a new table, what is the best practice regarding the navigation pane?
Choose 2 answers
- A. Set the filter condition on the Application Menu
- B. Specify which Roles are able to see the Application Menu
- C. Create Module with the plural of the table label
- D. Set the font style on both the Application Menu and the Module
- E. Specify which Roles are able ta see the Module
- F. Create Application Menu with the same name as the table label
Answer: E,F
Explanation:
When you create a new table in ServiceNow, best practices for the navigation pane ensure that the table is properly organized, accessible, and follows role-based visibility standards.
1. Specify which Roles can see the Module (✅ Correct - C)
Modules allow users to navigate directly to the table from the left navigation pane.
Setting role-based access ensures that only authorized users can view or use the table.
Navigate to System Definition > Modules, and define who can access the module using roles.
2. Create an Application Menu with the Same Name as the Table Label (✅ Correct - E) This ensures consistency in navigation and makes it easier for users to locate the table.
Example: If you create a table "Project Tasks", the Application Menu should also be named "Project Tasks".
This follows ServiceNow UI best practices for organization.
Why Other Options Are Incorrect?
A . Set the filter condition on the Application Menu → ❌ Incorrect
Application Menus do not require filter conditions; they are for grouping related modules under a category.
B . Set the font style on both the Application Menu and the Module → ❌ Incorrect Font styles are not customizable in the navigation pane.
D . Specify which Roles can see the Application Menu → ❌ Incorrect
The Application Menu itself is usually visible to all users unless restricted by module-level roles.
The best practice is to restrict roles at the module level (Correct Answer: C).
F . Create a Module with the Plural of the Table Label → ❌ Incorrect
While it is a common practice, it is not a strict best practice.
Example: If your table is "Incident", the module is typically named "Incidents", but it's not a mandatory rule.
Official ServiceNow Documentation Reference:
Managing Application Menus and Modules
Creating Tables and Modules
NEW QUESTION # 297
If you want to manage your personal tasks through a visual, drag-and-drop interface, what application would you use?
- A. Virtual Agent Homepage
- B. Service Desk
- C. Personal Task Tracker
- D. Visual Task Boards
Answer: D
Explanation:
✔ Visual Task Boards (VTB) provide a Kanban-style interface for tracking and managing tasks visually. Users can:
Create personal or team boards to manage tasks.
Drag and drop task cards between different lanes (e.g., "To Do," "In Progress," "Completed").
Filter and categorize work dynamically.
Types of Visual Task Boards:
Freeform Boards - Simple personal boards for organizing work.
Guided Boards - Based on ServiceNow lists and automatically updated.
Flexible Boards - A mix of Freeform and Guided boards.
Option B (Service Desk) is incorrect because it refers to the Service Desk application for handling incidents and tickets.
Option C (Virtual Agent Homepage) is incorrect because it is used for chatbot interactions, not task management.
Option D (Personal Task Tracker) is incorrect because there is no such feature in ServiceNow.
📌 Reference: ServiceNow Visual Task Boards (VTB) Documentation
NEW QUESTION # 298
A new Service Desk employee in Latin America complains that the create dates and times are incorrect on their Incident list. What would you suggest to fix this issue?
- A. Have them use the gear icon to set the employee's time zone.
- B. Use the system properties to correct the instance's time zone.
- C. Have them clear their cache.
- D. Have them correct the time zone on their computer: ❌ While this might help in some applications, ServiceNow uses the user's profile settings for time zone calculations, not the local computer settings.
- E. Recommend they use Chrome, instead of Explorer.
Answer: A
Explanation:
Reference from the Certified System Administrator (CSA) Official Documentation:
How to Set User Preferences in ServiceNow: ServiceNow Docs
Time Zone Management in ServiceNow: Knowledge Base
By setting their personal time zone in their user settings, the Service Desk employee will see correct timestamps without affecting other users.
Reference:
Why is the Correct Answer "Have them use the gear icon to set the employee's time zone"?
ServiceNow allows each user to set their personal time zone:
Users can update their time zone through the Settings (gear icon) > Preferences > Time zone option in the top-right corner of their instance.
Time zones in ServiceNow affect date/time fields:
If the user's personal time zone is incorrect, all timestamps (e.g., created, updated, resolved times) may appear incorrect.
Instance-level vs. User-level time zones:
The ServiceNow instance has a default time zone (set in System Properties).
However, individual users can override this setting using their profile preferences.
Why Not the Other Options?
A . Have them clear their cache: ❌ Clearing cache refreshes stored data but does not affect time zone settings.
C . Recommend they use Chrome instead of Explorer: ❌ Browser choice does not impact time zone settings in ServiceNow.
D . Use the system properties to correct the instance's time zone: ❌ This would change the entire instance's time zone for all users, which is not necessary in this case.
NEW QUESTION # 299
One related list, which buttons are commonly used for managing the records on the list?
Choose 3 answers
- A. New
- B. Manage
- C. Edit
- D. Ada
- E. Publish
Answer: A,C,D
Explanation:
InServiceNow,Related Listsdisplayrecords that are linked to the current recordthrough relationships.
Tomanage records within a Related List, the following buttons are commonly used:
1. "New" ButtonCreates a new record in the related list
Example: In theUser Form, the "Groups" related list has a "New" button toadd a new Group membership.
2. "Add" ButtonAdds an existing record to the related list
Example: In theIncident Form, the "Affected CIs" related list has an "Add" button toassociate existing CIswith the incident.
3. "Edit" ButtonModifies existing relationships
Opens amulti-record selection view, allowing users toadd or remove multiple related records at once.
Example: EditingUser Rolesin theUser Formallows selectingmultiple rolesat once.
A: PublishIncorrect- "Publish" is used inKnowledge Managementfor articles, not related lists.
D: ManageIncorrect- There isno standard "Manage" buttonin Related Lists.
Incorrect Answer Choices Analysis:
ServiceNow Docs - Related Lists Overview#Using Related Lists
ServiceNow Docs - Configuring Related Lists#Configuring Related Lists
Official ServiceNow Documentation References:
NEW QUESTION # 300
Which helps to visualize configuration items and their relationships?
- A. Flow Design
- B. Tables
- C. Schema Map
- D. Dependency View
- E. Transform Map
Answer: D
Explanation:
The Dependency View provides a visual representation of the relationships between configuration items (CIs) in ServiceNow. It allows you to see how CIs are connected and how changes to one CI may impact others.
Reference:
ServiceNow Product Documentation: Configuration item relationships in the CMDB - https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-management/concept/c_CIRelationships.html ServiceNow Community: How to display dependencies for CIs in the Dependency View - https://www.servicenow.com/community/service-management-forum/load-a-specific-dependency-view-map/m-p/410421
NEW QUESTION # 301
What is a formatter? Select one of the following.
- A. A formatter is a form element used to display information that is not a field in the record
- B. A formatter is a set of conditions applied to a table to help find and work with data
- C. A formatter allows you to populate fields automatically
- D. A formatter allows you to configure applications on your instance
Answer: A
Explanation:
A formatter in ServiceNow is a UI element that is added to a form to display useful information that is not stored as a field in the database record.
Key Characteristics of a Formatter:
It enhances the form UI by providing additional context or tools for users.
Formatters do not store data in the underlying database table.
They are drag-and-drop elements that can be added to forms using the Form Layout editor.
Common Examples of Formatters in ServiceNow:
Activity Formatter - Displays the history of updates, comments, and work notes.
Process Flow Formatter - Shows a graphical representation of the record's workflow.
Parent Breadcrumb Formatter - Displays the hierarchy of parent-child relationships.
CI Relations Formatter - Shows Configuration Item (CI) relationships in CMDB.
User Approval Formatter - Displays approval status and history.
Why is Option B Correct?
✅ A formatter is a form element used to display information that is not a field in the record.
It provides additional visual or functional elements on a form without altering stored data.
Why Are the Other Options Incorrect?
❌ A. "A formatter allows you to configure applications on your instance." Incorrect: Formatters do not configure applications; they only modify the form layout for better user experience.
Correct Alternative: Application configuration is done via System Applications or Application Navigator.
❌ C. "A formatter allows you to populate fields automatically."
Incorrect: Formatters do not fill or modify fields.
Correct Alternative: Business Rules, Client Scripts, and UI Policies handle field population.
❌ D. "A formatter is a set of conditions applied to a table to help find and work with data." Incorrect: The correct term for this is a Filter or Condition Builder, not a Formatter.
Correct Alternative: Filters are used in List Views, Reports, and Business Rules.
Reference from Certified System Administrator (CSA) Documentation:
📌 ServiceNow Docs - Form Layout and Formatters
🔗 ServiceNow Formatters Documentation
"A formatter is a form element that displays information that is not a field in the record but enhances the user experience."
NEW QUESTION # 302
Which of the following concepts are associated with the ServiceNow CMDB? (Choose four.)
- A. Tables and Fields
- B. Service Processes
- C. The Dependency View
- D. User Permissions
- E. A Database
Answer: A,B,C,E
NEW QUESTION # 303
The Report Designer contains different sections for configuring your report. Which section is used to adjust the look of your report, including colors, files, and legend layout?
- A. Style
- B. Configure
- C. Format
- D. Layout
Answer: B
NEW QUESTION # 304
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
- A. List Buttons
- B. List Override
- C. List Control
- D. List Links
- E. List Context Menu
- F. List Choices
Answer: A,C,D,F
NEW QUESTION # 305
When does the Submit button appear on a form?
- A. When saving an old record
- B. When updating an existing record
- C. When creating a new record
- D. When changing the reference field in an existing record
Answer: C
Explanation:
InServiceNow, theSubmit buttonappears whencreating a new record, but it is not visible when editing an existing record. Instead, when editing an existing record, theUpdate buttonis used.
Creating a New Record:
When a user opens a form to create anew record, theSubmit button appears.
ClickingSubmitsaves the record and closes the form.
Example: When creating anew Incident, Change Request, or User record, the Submit button is visible.
Editing an Existing Record:
When a useropens an existing record, theUpdate button replaces the Submit button.
ClickingUpdatesaves the changes but does not create a new record.
Example: Editing anexisting Incident recorddoes not show a Submit button, only Update.
Changing a Reference Field in an Existing Record:
Updating areference field(like Assigned To or Caller) in an existing record does not trigger aSubmitbutton- onlyUpdateis available.
Saving an Old Record:
TheSavebutton may be available when a user makes changes but does not want to exit the form.
When Does the Submit Button Appear?When Does the Submit Button NOT Appear?Why Option B (When Creating a New Record) is Correct?The Submit button appears only when a new record is being created.
Why Other Options Are Incorrect?A. When saving an old record# Incorrect TheSave buttonappears when modifying an existing record but does not replaceSubmit.
C: When changing the reference field in an existing record# Incorrect
Editing a reference field doesnotmake the Submit button appear. OnlyUpdateis available.
D: When updating an existing record# Incorrect
TheUpdate buttonappears instead ofSubmitwhen modifying an existing record.
ServiceNow Docs - Forms and Form Buttonshttps://docs.servicenow.com
ServiceNow Learning - Creating and Editing Records
ServiceNow Developer Portal - Understanding Form Actions (Submit vs. Update) References from Certified System Administrator (CSA) Documentation:
NEW QUESTION # 306
Which ServiceNow resource can be used as a blueprint to map your IT services to ServiceNow?
- A. ServiceNow Wiki
- B. Common Services Data Model (CSDM)
- C. IT Service Management (ITSM)
- D. Configuration Management Database (CMDB)
Answer: B
Explanation:
# Common Services Data Model (CSDM) is a ServiceNow best-practice framework that standardizes how IT services, applications, and infrastructure are structured in the CMDB. It provides a blueprint for aligning ServiceNow configurations with business and IT operations.
Why CSDM is Important:
* Ensures consistency in IT service mapping and asset relationships.
* Helps organizations align CMDB data with ITSM, ITOM, and other ServiceNow applications.
* Provides data governance and best practices to maintain data integrity.
* Option B (CMDB) is incorrect because the CMDB is the database that stores configuration items (CIs), but CSDM defines the model for structuring it.
* Option C (ITSM) is incorrect because ITSM includes processes like Incident, Problem, and Change Management, but does not provide a data model blueprint.
* Option D (ServiceNow Wiki) is incorrect because ServiceNow no longer uses a wiki for documentation (it has been replaced by the ServiceNow Docs Portal).
# Reference: ServiceNow Common Services Data Model (CSDM) Guide
NEW QUESTION # 307
Which one of the following statements is a recommendation from ServiceNow about Update Sets?
- A. Avoid using the Default Update set as an Update Set for moving customizations from instance to
instance - B. Once an Update Set is closed as "Complete", change it back to "In Progress" until it is applied to
another instance - C. Use the Baseline Update Set to store the contents of items after they are changed the first time
- D. Before moving customizations from instance to instance with Update Sets, ensure that both instances are
different versions
Answer: A
NEW QUESTION # 308
What actions art taken to filter a long list of records to show only those which have "email" Short Description?
- A. On Search box. select text, type email, click enter
- B. ClickList Magnifier to expand column search, on Short Description, type email, click enter
- C. ClickList Magnifier to expand column search, on Short Description type 'email, dick enter
- D. ClickList Magnifier to expand column search. on Short Description type %email. click enter
Answer: B
Explanation:
Tofilter a long list of recordsand find those whereShort Description contains "email", the best practice is to use thecolumn searchfeature:
Click the List Magnifier (#)to open thecolumn searchoptions.
In the "Short Description" column search box, type:
Steps to Filter a List by "email" in Short Description:email
Press Enterto apply the filter.
This methodautomatically applies a "contains" filter, meaning it will showany records where "email" appears anywhere in the Short Description field.
A: Click List Magnifier to expand column search, on Short Description, type %email, click enter #Incorrect
% (percent sign) is not a valid wildcardin ServiceNow's list filters.
C: On Search box, select text, type email, click enter #Incorrect
Theglobal search box searches across multiple tables, not just the Short Description field.
D: Click List Magnifier to expand column search, on Short Description type 'email, click enter #Incorrect Single quotes ('email') are not requiredin column searches.
Why Other Options Are Incorrect?
Using List Filters in ServiceNow
ServiceNow Search Operators
Official ServiceNow Documentation Reference:
NEW QUESTION # 309
A user wants to create a set of filter conditions, where they want to show records which satisfy two conditions:
Incidents where the state is Closed
Incidents where Assignment Group is Network
After clicking the Funnel icon, what should the user do?
- A. Define the first condition; click > icon on breadcrumb, define second condition; press enter
- B. Define the first condition; click AND button; define second condition; press enter
- C. Define the first condition; click > icon on breadcrumb, define second condition; click Run
- D. Define the first condition; click OR button; define second condition; press enter
- E. Define the first condition; click AND button; define second condition; click Run
Answer: D
Explanation:
In ServiceNow, when applying filters, theFunnel iconopens the condition builder, allowing users to set criteria for displaying records.
Understanding the requirement:
The user wants to seeIncidents where the state is ClosedORIncidents where the Assignment Group is Network.
The key word here isOR, meaning records satisfyingeithercondition should be displayed.
Steps to apply this filter in ServiceNow:
Click theFunnel iconto open the condition builder.
Define thefirst condition# SelectState = Closed.
Click theORbutton (since we want records meeting either condition).
Define thesecond condition# SelectAssignment Group = Network.
PressEnterto apply the filter.
Since the user wantseither condition to be true,ORis the correct logical operator.
PressingEnterafter defining the second conditionexecutes the filter.
A: Define the first condition; click AND button; define second condition; click Run:Incorrect becauseANDwould requireboth conditions to be true simultaneously, which is not what the user wants.
B: Define the first condition; click AND button; define second condition; press enter:Same issue as option A- AND willnarrow the resultsinstead ofexpanding them.
D: Define the first condition; click > icon on breadcrumb, define second condition; click Run:Thebreadcrumb navigationis used to modify filtersafter applying them, not to create them initially.
E: Define the first condition; click > icon on breadcrumb, define second condition; press enter:Same issue as option D-breadcrumb navigation is for modifying, not for initial filter creation.
Using Filters and Condition Builder in ServiceNow:ServiceNow Docs
ServiceNow Querying and Filtering Best Practices
Why is the Correct Answer "C"?Why Not the Other Options?References from the Certified System Administrator (CSA) Official Documentation:UsingORensures both conditions are considered independently, displaying incidents that are eitherClosedor assigned toNetwork.
NEW QUESTION # 310
......
Use Free CSA Exam Questions that Stimulates Actual EXAM : https://www.practicematerial.com/CSA-exam-materials.html
Get 100% Real CSA Free Online Practice Test: https://drive.google.com/open?id=1KpfW-j_18CfnIzrht1_1-m5bEAXc0N9a

