PDF (New 2026) Actual ServiceNow CSA Exam Questions [Q288-Q312]

Share

PDF (New 2026) Actual ServiceNow CSA Exam Questions

Dumps Moneyack Guarantee - CSA Dumps UpTo 90% Off


ServiceNow CSA (ServiceNow Certified System Administrator) Exam is a certification exam that validates the skills and knowledge of professionals who administer ServiceNow instances. CSA exam tests the candidates' understanding of ServiceNow's core configuration and administration concepts, including user and group management, data management, security and access controls, and reporting and performance analytics. The ServiceNow CSA certification is an essential requirement for professionals who wish to work with ServiceNow as a system administrator or developer.

 

NEW QUESTION # 288
Which application is used to change the number format per table?

  • A. Table Maintenance
  • B. Number Maintenance
  • C. Record Maintenance
  • D. System Maintenance

Answer: B

Explanation:
In ServiceNow, the Number Maintenance application is used to configure and modify numbering formats for specific tables. This application allows administrators to control how records are numbered across different modules.
Key Features of Number Maintenance:
Customization of Number Formats
Administrators can define prefixes, number sequences, and suffixes for records in different tables.
Example: INC0001001 for Incidents, REQ0002001 for Requests.
Resetting or Adjusting Number Sequences
You can manually adjust the numbering sequence if needed.
Example: Resetting incident numbering to start from a specific value.
Supports Multiple Tables
Works for standard tables like Incidents, Problems, Requests, Change Requests, etc.
Can also be configured for custom tables.
Application Navigation
Path:
Go to All → System Definition → Number Maintenance
Locate the table and modify its numbering settings.
Why Option A (Number Maintenance) is Correct?
✅ "Number Maintenance" is the official ServiceNow application for managing number formats per table.
Why Other Options Are Incorrect?
❌ B. System Maintenance - Incorrect; no such module in ServiceNow manages numbering formats.
❌ C. Table Maintenance - Incorrect; this does not exist as an application in ServiceNow.
❌ D. Record Maintenance - Incorrect; not a valid ServiceNow feature for modifying number formats.
Reference from Certified System Administrator (CSA) Documentation:
ServiceNow Docs - Number Maintenance Configuration
https://docs.servicenow.com
ServiceNow Learning - Customizing Numbering Schemes
ServiceNow System Definition - Number Format Best Practices


NEW QUESTION # 289
How would you define an Access Control, to allow a user with iti role to have permission to create incident records?

  • A. Name: incident None, Permission: create: Role: itil
  • B. Name: incident. None; Operation: create; Role: itil
  • C. Name: incident.*; Operation: write; Permission: itil
  • D. Name: incident Any, Operation: write, Permission: itil
  • E. Name: incident"; Permission: write; Role: itil

Answer: B

Explanation:
In ServiceNow, Access Control Rules (ACLs) are used to grant or restrict permissions for performing actions on a table or field.
To allow a user with the itil role to create Incident records, the correct Access Control Rule must:
Apply to the incident table
Grant the "create" operation
Be restricted to users with the "itil" role
Breaking Down the Correct ACL Configuration:
ACL Field
Correct Value
Name
incident.None (applies to the table-level, not a field)
Operation
create (allows creating new records)
Role
itil (only users with the itil role can create incidents)
Why is "incident.None" used instead of "incident.*"?
incident.None → Applies to the entire table (for record creation).
incident.* → Applies to all fields in the table (not needed for create operations).
Incorrect Answer Choices Analysis:
A . Name: incident"; Permission: write; Role: itil
❌ Incorrect - The "write" permission allows editing existing records, but does not allow creating new ones.
B . Name: incident Any, Operation: write, Permission: itil
❌ Incorrect - There is no such name format "incident Any" in ACLs. Also, "write" does not allow record creation.
C . Name: incident.*; Operation: write; Permission: itil
❌ Incorrect - "incident.*" applies to all fields in the table, but does not apply to record creation.
D . Name: incident None, Permission: create: Role: itil
❌ Incorrect - The correct format uses "Operation: create", not "Permission: create".
Official ServiceNow Documentation Reference:
ServiceNow Docs - Access Control Rules
📖 How ACLs Work
ServiceNow Docs - Configuring ACLs for Tables and Fields
📖 Table-Level vs Field-Level ACLs


NEW QUESTION # 290
What module in the Service Catalog application does an Administrator access to begin creating a new item?

  • A. Maintain Categories
  • B. Items
  • C. Content Items
  • D. Maintain Items

Answer: D


NEW QUESTION # 291
What feature do you use to specify which users are able to access a Service Catalog Item?

  • A. User Criteria
  • B. Can Order Tab
  • C. Catalog User Role
  • D. Can Read Role

Answer: A

Explanation:
InServiceNow Service Catalog, theUser Criteriafeature is used to specify which users are eligible to access (view or order) aService Catalog Item. User Criteria allows administrators todefine rules that determine whether a user can see or request a catalog item based on attributes such as roles, groups, departments, and locations.
User Criteria is createdto define the conditions (e.g., users in the IT department can order a laptop).
It is thenapplied to Catalog Items, Categories, or Access Control Rules.
If a user meets the criteria, they can see and order the item. If not, it remains hidden.
A: Can Read Role# Incorrect. There is no such feature named "Can Read Role" in ServiceNow Service Catalog.
B: Catalog User Role# Incorrect.ServiceNow does not have a predefined "Catalog User Role." However, thecatalog_adminrole can manage catalog items, but it does not control access for end users.
C: Can Order Tab# Incorrect. This is not a valid ServiceNow feature. Ordering permissions are controlled throughUser Criteria.
Reference:
User Criteria for Service Catalog
ServiceNow CSA Training Material


NEW QUESTION # 292
Which Security Center feature helps resolve platform-related security issues and misconfigurations?

  • A. Security scanner
  • B. Security hardening
  • C. Customer actions
  • D. Best practices

Answer: A


NEW QUESTION # 293
Where in Flow Designer can users access information about actions that are added to the flow?

  • A. Virtual Agent Help
  • B. Help Panel
  • C. Local Action Help
  • D. Flow Assistant

Answer: B

Explanation:
In ServiceNow Flow Designer, users can access detailed information about actions added to a flow via the Help Panel. The Help Panel provides contextual guidance and documentation about the available actions, conditions, and steps within the flow.
Key Features of the Help Panel:
Displays Information About Actions:
When an action is selected in Flow Designer, the Help Panel provides descriptions and usage details.
Helps users understand what the action does and how to configure it.
Accessing the Help Panel:
Inside Flow Designer, users can click the Help icon ( ? ) or expand the Help Panel from the side.
This provides inline documentation for added actions.
Guidance for New Users:
The panel provides ServiceNow documentation links and tips to help users build flows effectively.
Why Option C (Help Panel) is Correct?
✅ The Help Panel provides built-in documentation and details about actions added to the flow.
Why Other Options Are Incorrect?
❌ A. Virtual Agent Help → Incorrect
Virtual Agent Help is related to chatbot and conversational assistance, not Flow Designer.
❌ B. Local Action Help → Incorrect
No such feature exists in ServiceNow; action details are found in the Help Panel.
❌ D. Flow Assistant → Incorrect
Flow Assistant helps with building expressions and selecting data pills but does not provide action documentation.
Reference from Certified System Administrator (CSA) Documentation:
ServiceNow Docs - Flow Designer Help Panel
https://docs.servicenow.com
ServiceNow Learning - Flow Designer and Automation Best Practices
ServiceNow Developer Portal - Flow Designer Action Configuration


NEW QUESTION # 294
Which one of the following describes the primary operations performed against tables in the Service Now platform?

  • A. Create, Rate, Update, Delete
  • B. Create, Read, Upload, Delete
  • C. Capture, Rate, Write, Develop
  • D. Create, Read, Write, Delete

Answer: D

Explanation:
The primary operations performed on tables inServiceNowfollow theCRUDmodel:
Create (C)- Adding a new record to a table.
Read (R)- Viewing or retrieving a record from a table.
Write (W)- Editing or updating an existing record.
Delete (D)- Removing a record from a table.
These operations are fundamental todatabase managementand align with ServiceNow'sAccess Control Rules (ACLs), which enforce security permissions for each operation.
A: Create, Rate, Update, DeleteIncorrect- "Rate" is not a standard database operation.
B: Create, Read, Upload, DeleteIncorrect- "Upload" is not a standard database operation.
D: Capture, Rate, Write, DevelopIncorrect- None of these terms (except "Write") relate to database operations.
Incorrect Answer Choices Analysis:
ServiceNow Docs - CRUD Operations in Tables#Tables and CRUD Operations
ServiceNow Docs - Access Control Rules#ServiceNow ACLs for CRUD
Official ServiceNow Documentation References:


NEW QUESTION # 295
When using the Performance Analytics application in the Now Platform, what kind of KPI signals are used to make decisions that statistically support long term workflow stability?

  • A. Non-signals
  • B. Anti-signals
  • C. Long-term signals
  • D. Stability signals

Answer: B


NEW QUESTION # 296
What do you need to do before you can use an Application-based trigger in your flow?

  • A. Activate trigger security rules
  • B. Activate application plugins only
  • C. Activate application trigger spoke
  • D. Activate application spoke, and plug-ins as needed
  • E. Assign Application trigger role [sn_app_trigger_write] to SME

Answer: A


NEW QUESTION # 297
Your customer requires that they be able to monitor which users are performing impersonations in their instance. What would you do to meet that requirement?

  • A. On the Impersonator role record, right click and select Create Log
  • B. Activate the glide.sys.log_impersonation prop
  • C. Create user update set for impersonation tracking
  • D. Add the role Log Write [sn_log_write] to the Impersonator Group
  • E. From User icon, select Elevate Roles

Answer: B


NEW QUESTION # 298
On a form header, what icon would you click to access Template features?

  • A. Context Menu
  • B. Stamp
  • C. Paper clip
  • D. More options (...)

Answer: B

Explanation:
In ServiceNow, Templates are used to quickly populate fields in a form with pre-defined values, improving efficiency and consistency.
Correct Answer
C . Stamp ✅
The Stamp icon (🖂) on the form header provides access to Template features.
Clicking this icon allows users to apply pre-configured templates to quickly fill out form fields.
Users can also create, manage, and apply personal or global templates from this menu.
Example Usage:
A Service Desk Agent applying an "Urgent Incident" template to auto-fill priority, assignment group, and category fields.
Incorrect Answer Choices
A . Paper Clip ❌
The Paper Clip icon is used for attaching files to a record, not for templates.
B . More Options (...) ❌
The More Options menu provides additional record actions, but templates are accessed through the Stamp icon.
D . Context Menu ❌
The Context Menu (right-click or three-line menu) provides form options but does not directly access templates.
Reference:
ServiceNow Documentation: Using Form Templates
ServiceNow Admin Guide: Creating and Managing Templates


NEW QUESTION # 299
How would you navigate to the Schema map for a table?

  • A. System Definition > Tables; Select Table; Go to Related links and click Show Schema Map
  • B. System Definition > Show Schema Map; Select Table
  • C. System Dictionary > Show Schema Map; Select Table
  • D. System Definition > Dictionary: Select Table; Go to Related links and click Show Schema Map

Answer: A


NEW QUESTION # 300
When working on a form, what is the difference between Insert and Update operations?

  • A. Insert saves changes and remains on the form, Update saves changes and exits the form
  • B. Insert creates a new record and Update saves changes, both remain on the form
  • C. Insert creates a new record and Update saves changes, both exit the form
  • D. Insert saves changes and exits the form, Update saves changes and remains on the form

Answer: C


NEW QUESTION # 301
What field contains a record's 32-character, unique identifier?

  • A. sn_sys_id
  • B. u_id
  • C. sn_gu_id
  • D. sn_rec_id
  • E. id
  • F. rec_id
  • G. sys_id

Answer: G

Explanation:
In ServiceNow, every record in a table has a unique 32-character identifier called sys_id. This ID uniquely identifies a record and is stored in the sys_id field for every table.
Why is the Correct Answer "sys_id"?
sys_id is a globally unique identifier assigned to every record in ServiceNow.
It is a 32-character hexadecimal string, ensuring uniqueness across instances.
It remains constant for a record, even if other fields in the record are modified.
sys_id is used in API calls, reference fields, and update sets to track records across environments.
Why Not the Other Options?
A . sn_rec_id: ❌ No such field in ServiceNow.
B . rec_id: ❌ Not a valid field in ServiceNow.
C . u_id: ❌ Not a standard ServiceNow field. Custom fields may use "u_" prefix but u_id is not a system field.
E . sn_gu_id: ❌ No such field in ServiceNow.
F . sn_sys_id: ❌ No such standard field in ServiceNow.
G . id: ❌ Generic term, but not a standard field in ServiceNow.
Reference from the Certified System Administrator (CSA) Official Documentation:
ServiceNow Data Model and sys_id Explained: ServiceNow Docs
sys_id Best Practices for Data Management
The sys_id is crucial for tracking and managing records efficiently in ServiceNow and plays a key role in integrations, workflows, and automation.
Topic 1, Exam Pool B
Explanation:
In ServiceNow, Tables & Columns is the module that allows administrators to view and manage field settings for a table. This module provides a list of tables in the system along with details about their columns (fields), data types, and attributes.
Key Features of the "Tables & Columns" Module:
Displays all fields (columns) within a selected table.
Shows data types, attributes, and configurations of each field.
Allows admins to add, modify, or remove fields.
Provides details on relationships between tables (e.g., reference fields, one-to-many relationships).
How to Access Tables & Columns in ServiceNow:
Navigate to:
System Definition > Tables & Columns
Select a table to view its field settings.
Explanation of Incorrect Options:
B).Access Control - Incorrect
This module manages security rules (ACLs) for accessing records but does not display table field settings.
C).Columns and Fields - Incorrect
No such module exists in ServiceNow.


NEW QUESTION # 302
When working on a form, what is the difference between Insert and Update operations?

  • A. Insert saves changes and remains on the form, Update saves changes and exits the form
  • B. Insert creates a new record and Update saves changes, both exit the form
  • C. Insert creates a new record and Update saves changes, both remain on the form
  • D. Insert saves changes and exits the form, Update saves changes and remains on the form

Answer: D

Explanation:
InServiceNow, when working with forms (such as Incident, Change, or Task forms), users can perform different actions tosave records. The two key operations in this context areInsertandUpdate.
Creates a new record in the database.
Saves the record and exits the form(returns to the list view or the previous screen).
The form is cleared after inserting the record.
It doesnotmodify an existing record; instead, it generates anew record with a new unique sys_id.
Example:
A user creates a newIncident, fills in details, and clicksInsert.
The systemsaves the new Incident and exitsto the list view.
Saves changes to an existing record.
Remains on the form after saving.
It doesnot create a new record; itmodifies the existing recordin place.
Example:
A user opens an existing Incident, changes the Priority, and clicksUpdate.
The systemsaves the changes but keeps the user on the form.
1. Insert Operation (Correct Description in Option C)2. Update Operation (Correct Description in Option C) Why the Other Options Are Incorrect:A. Insert creates a new record and Update saves changes, both remain on the form (Incorrect) Insert does not remain on the form; it exits after creating a new record.
B: Insert creates a new record and Update saves changes, both exit the form (Incorrect) Update does not exit the form; it remains on the form after saving.
D: Insert saves changes and remains on the form, Update saves changes and exits the form (Incorrect) Insert exitsafter creating a new record.
Update remains on the form, not exits.
Insert and Stay: This is avariation of Insert, whichcreates a new record but keeps the form openfor additional edits.
Submit vs. Insert:
Submitis typically used when submitting a form for workflow processing (e.g., Service Catalog Requests).
Insertexplicitly saves a record as a new entry.
Additional Notes:
Example Scenario in Incident Management:Action
Result
Click "Insert"
Creates anewIncident andexitsthe form.
Click "Update"
Saves changes to theexistingrecord andstays on the form.
References:ServiceNow Documentation: Forms and UI Actions
ServiceNow Learning: Working with Forms
ServiceNow Docs: Creating and Updating Records


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. Configure
  • B. Format
  • C. Style
  • D. Layout

Answer: C

Explanation:
The Report Designer in ServiceNow is used to create, configure, and format reports. It contains multiple sections to control different aspects of the report.
Correct Answer
C . Style ✅
The Style section is responsible for adjusting the visual appearance of the report, including:
Colors
Font styles
Legend layout
Gridlines and chart elements
This section allows users to customize the report to enhance readability and visual impact.
Example Usage:
Changing a bar chart's colors to align with corporate branding.
Adjusting the legend placement for better visualization.
Incorrect Answer Choices
A . Format ❌
"Format" is not a specific section in the Report Designer.
Formatting options are controlled within the Style section.
B . Layout ❌
The Layout section controls how the report data is arranged, but not the appearance.
Example: Setting a two-column layout for a report.
D . Configure ❌
The Configure section is used for defining the data source, conditions, and filters for the report, not its appearance.
Reference:
ServiceNow Documentation: Report Designer Guide
ServiceNow Reporting Best Practices: Configuring Report Styles


NEW QUESTION # 304
You have heard about a new application released by SericeNow, You want to try it out, to-see if it might be useful for your company's ServiceNow implementation. What would be the best way to get hands-on experience with the new application?

  • A. Activate the application plug in, on your personal dev instance.
  • B. Search the wiki for the sales demo request form,
  • C. Check the latest release notes at docs.servicenow.com.
  • D. Activate the application plug in, on your company's production instance.

Answer: A

Explanation:
When testing anew ServiceNow application, the best practice is tofirst try it in a safe, non-production environmentto avoid any unintended impact on your company's live instance.
Safe Testing Environment
Apersonal developer instance (PDI)is provided by ServiceNow for testing and development.
Activating a plugin in a PDIdoes not affect the company's production system.
Allows Hands-On Experience Without Risk
You canexplore, configure, and test the new applicationin a personal dev instance.
Any issues encountered willnot disrupt business operations.
Best Practice for ServiceNow Development
ServiceNowrecommends testing all new featuresin asandbox or development instancebefore enabling them in a production environment.
Why is "Activate the application plugin on your personal dev instance" the Correct Answer?
A: Check the latest release notes at docs.servicenow.com.Incorrect- While the release notes providevaluable information, theydo not provide hands-on experiencewith the application.
C: Search the wiki for the sales demo request form.Incorrect- ServiceNow hasmoved away from using wikis.
Also, requesting asales demois not the best way totest an application yourself.
D: Activate the application plugin on your company's production instance.Incorrect-Never test a new application directly in production. This can causeunexpected issuesandimpact live operations.
Incorrect Answer Choices Analysis:
ServiceNow Developer Program - Personal Developer Instances (PDI)#ServiceNow Developer Instances ServiceNow Docs - Managing Plugins#How to Activate Plugins Official ServiceNow Documentation References:
Conclusion:The correct answer is:
B: Activate the application plugin on your personal dev instance.
This methodallows safe testing and evaluationbefore considering implementation in a production environment.


NEW QUESTION # 305
Which helps to visualize configuration items and their relationships?

  • A. Flow Design
  • B. Dependency View
  • C. Transform Map
  • D. Schema Map
  • E. Tables

Answer: B

Explanation:
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.
References:
ServiceNow Product Documentation: Configuration item relationships in the CMDB
- https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-manage 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-m


NEW QUESTION # 306
Which source control operation is available from BOTH Studio and the Git Repository?

  • A. Create Branch
  • B. Apply Remote Changes
  • C. Stash Local Changes
  • D. Edit Repository Configurations

Answer: C


NEW QUESTION # 307
Which configuration allows you to use a script to coalesce data in Import Sets?

  • A. Single-field coalesce
  • B. Multiple-field coalesce
  • C. Conditional coalesce
  • D. No coalesce

Answer: C

Explanation:
In ServiceNow Import Sets, coalescing is the process of matching existing records to avoid duplicate entries when importing data. Conditional coalesce is the only method that allows using a script to determine if records should be updated or inserted.
Types of Coalescing in Import Sets:
Single-field Coalesce (Incorrect ❌)
Uses one field to determine if a record exists.
If a match is found, the record is updated; otherwise, a new record is created.
Example: Using email as a coalesce field when importing user data.
Multiple-field Coalesce (Incorrect ❌)
Uses multiple fields to find a match.
If all specified fields match, the record is updated. Otherwise, a new record is created.
Example: Matching First Name + Last Name + Email.
No Coalesce (Incorrect ❌)
Every import creates a new record, regardless of whether a similar record exists.
Conditional Coalesce (Correct ✅)
Allows using a script to define custom logic for identifying records to update.
This is the only coalescing method that supports scripting.
Example:
A script can check if either email or employee ID exists, and if neither exist, create a new record.
Reference from ServiceNow CSA Documentation:
Understanding Coalesce in Import Sets
Import Set Coalescing
Conditional Coalesce Scripting
Using Conditional Coalesce


NEW QUESTION # 308
What do you activate when you want to add applications or functionality within your development instance?

  • A. Patch
  • B. Plugin
  • C. App Package
  • D. Updated Pack
  • E. App Updated Set

Answer: B

Explanation:
In ServiceNow, Plugins are used to activate additional applications or functionalities within a development instance. A plugin is a package of features, configurations, and applications that extends the platform's capabilities.
Why is the Correct Answer "Plugin"?
Plugins introduce new capabilities - They allow you to enable or disable specific functionalities, such as ITSM, CMDB, HR Service Delivery, and Performance Analytics.
Plugins can be installed or activated from the System Definition > Plugins module.
Some plugins are available by default, while others require activation by an administrator or ServiceNow support.
Plugins can depend on other plugins, meaning some functionality requires multiple plugins to be activated.
Why Not the Other Options?
A . App Package: ❌ No such term in ServiceNow. Applications in ServiceNow are delivered via Plugins or App Engine Studio, not "App Package." B . Updated Pack: ❌ Not a ServiceNow term. ServiceNow updates are delivered as patches or application updates, not an "Updated Pack." C . Patch: ❌ A patch is a minor update or bug fix released by ServiceNow but does not introduce new functionality.
E . App Updated Set: ❌ Update Sets track changes in a development instance but are used for migrating configurations between instances, not for activating functionality.
Reference from the Certified System Administrator (CSA) Official Documentation:
ServiceNow Plugins Documentation: ServiceNow Docs
Managing and Activating Plugins in ServiceNow (Admin Guide)


NEW QUESTION # 309
What do you click when you have made modification to your report, and your want to see the results without saving?

  • A. Execute
  • B. Run
  • C. Preview
  • D. Try ir
  • E. Test

Answer: B


NEW QUESTION # 310
A customer wants to be able to identify and track components of their infrastructure that support their ecommerce service. What ServiceNow products could support this requirement?
Choose 3 answers

  • A. Discovery
  • B. Service Mapping
  • C. Configuration Management (CMDB)
  • D. Performance Analytics
  • E. Financial Management

Answer: A,B,C

Explanation:
Configuration Management (CMDB) is a product that allows users to identify and track components of their infrastructure, such as servers, applications, databases, networks, and devices, and their relationships1. CMDB provides a single source of truth for IT assets and services, and supports IT service management processes1.
Discovery is a product that automatically scans the network and populates the CMDB with the discovered infrastructure components and their attributes2. Discovery uses probes, sensors, and patterns to identify and classify IT assets, and updates the CMDB with any changes2.
Service Mapping is a product that creates a top-down view of the infrastructure components that support a specific business service, such as ecommerce3. Service Mapping uses discovery data and application traffic analysis to map the dependencies and relationships between IT assets and services, and displays them in a graphical interface3.
References
* Configuration Management Database (CMDB) - ServiceNow1
* Discovery - ServiceNow2
* Service Mapping - ServiceNow3


NEW QUESTION # 311
What is the name of the string that display filter criteria?

  • A. Choice
  • B. Breadcrump
  • C. Topic
  • D. Menu

Answer: B


NEW QUESTION # 312
......

Updated Sep-2026 Pass CSA Exam - Real Practice Test Questions: https://www.validvce.com/CSA-exam-collection.html

Pass Your Exam With 100% Verified CSA Exam Questions: https://drive.google.com/open?id=18O8PwiUFJbIDoIslFb5sJXV_dNQgin78