CSA Questions PDF [2026] Use Valid New dump to Clear Exam [Q158-Q176]

Share

CSA Questions PDF [2026] Use Valid New dump to Clear Exam

Passing ServiceNow CSA Exam Using 2026 Practice Tests

NEW QUESTION # 158
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?

  • A. Field Icon
  • B. Data Trigger
  • C. Data Pill
  • D. Field Value
  • E. Data Element

Answer: C

Explanation:
InFlow Designer, when an action is executed, its output (data) is stored as aData Pill. TheseData Pillscan be used insubsequent actionswithin the same flow.
Data Pillsrepresent pieces of data produced by previous steps in the flow.
They arevisually represented as draggable tokensin Flow Designer.
Users candrag and dropData Pills into fields of subsequent actions to dynamically use the stored data.
A " Create Record " action generates a new incident.
TheIncident Numberis stored as aData Pill.
A subsequent " Send Email " action can use thisIncident Number Data Pillin the email subject/body.
A). Field Icon- No such term exists in Flow Designer.
B). Field Value- Field values exist on forms but are not used for storing action data in Flow Designer.
D). Data Element- This is a general term but does not specifically refer to Flow Designer storage.
E). Data Trigger- A triggerinitiatesa flow but does not store action data.
ServiceNow Flow Designer - Data Pills
ServiceNow CSA Training Module: " Using Data in Flow Designer Actions " What is a Data Pill?Example Scenario:Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation:


NEW QUESTION # 159

You are editing a new incident record and would like the Save" Dutton to be located on the Form header.
Which action would need to be taken for that button to appear?

  • A. Context Menu > Form Design > add the Save'' button
  • B. All > System Properties > Ul Properties > Turn on the glide.ui.advanced* property
  • C. All > System Properties > Ul Properties > Turn on the Save" button
  • D. Context Menu > Form Layout > add the Save* button.

Answer: B

Explanation:
InServiceNow, by default, the"Save" button is not displayedon the form header. Instead, users typically use the"Submit" or "Update" buttons.
To enable the"Save" buttonon the form header, you mustenable theglide.ui.advancedsystem property.
Enables the "Save" Button in the Form Header
Theglide.ui.advancedpropertyactivates additional UI options, including theSave button on forms.
Once enabled, users will see the"Save" button alongside "Submit" and "Update"in the form header.
Allows Partial Record Saves Without Submitting
Unlike "Submit" (which creates a new record) or "Update" (which modifies an existing record), "Save" allows users toretain changes without submitting the form.
Useful fordrafts or in-progress edits.
Controlled via System Properties
The"Save" buttonisnot a field or UI actionthat can be manually added through Form Design or Layout.
It is enabledat the system levelviaSystem Properties > UI Properties.
Why is "Turning onglide.ui.advanced" the Correct Answer?
Navigate toAll > System Properties > UI Properties
Find theglide.ui.advancedproperty
Set it to "true"
Save the changes
Refresh theIncident form# The"Save" button will now appear
How to Enable the Save Button in ServiceNow?
B). Context Menu > Form Design > Add the "Save" buttonIncorrect- The "Save" button isnot a UI actionthat can be added via Form Design. It must beenabled through system properties.
C). All > System Properties > UI Properties > Turn on the "Save" buttonIncorrect- No suchspecific "Save" button settingexists in UI Properties. The correct setting isglide.ui.advanced.
D). Context Menu > Form Layout > Add the "Save" buttonIncorrect-Form Layout only controls fields, not form buttons. The "Save" button is controlled viaUI Properties.
Incorrect Answer Choices Analysis:
ServiceNow Docs - Enabling the Save Button#Configuring UI Properties
ServiceNow Docs - Using the glide.ui.advanced Property#Understanding glide.ui.advanced Official ServiceNow Documentation References:
Conclusion:The correct answer is:
A). All > System Properties > UI Properties > Turn on theglide.ui.advancedproperty Thisenables advanced UI options, including the "Save" button, allowing users tosave records without submitting them.


NEW QUESTION # 160
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?

  • A. Any active user
  • B. No users
  • C. Any user with an article's permalink
  • D. itil users
  • E. Users with kb_user role

Answer: A

Explanation:
Reference:In ServiceNow, access to knowledge base (KB) articles is controlled by user criteria. If a knowledge base hasno access details specified, it means thatthere are no restrictions appliedto it. In this case, any active user in the systemcan read the articles in that knowledge base.
Knowledge Base Access Control:By default, access to a knowledge base is managed throughuser criteria.
If no user criteria (read or write access) are defined,all authenticated users(any active user with a ServiceNow account) can view the articles.
Guests (unauthenticated users)do not have access unless specifically allowed via the Public setting.
Why Other Answers Are Incorrect:A. itil users- Theitilrole provides access to incident management and other ITSM functions but does not automatically grant access to knowledge bases unless explicitly configured.
B: Any user with an article's permalink- A permalink only works if the user has the appropriate permissions to access the knowledge base. If access is restricted, the permalink alone won't grant visibility.
D: No users- If no access details are specified, the default behavior is that allactiveusers can access the articles.
E: Users with kb_user role- Thekb_userrole allows users tocontributeto knowledge bases, but it is not a default requirement for reading articles.
References from Certified System Administrator (CSA) Official Documentation:ServiceNow Knowledge Management: User Criteria & Access Control ServiceNow CSA Training Module:"Knowledge Management Access Control & Permissions"


NEW QUESTION # 161
Modules must have a Link type. Which one of the following is a list of Link types?

  • A. Assessment, List of Records, Content Page, Roles
  • B. List of Records, Separator, Catalog Type, Roles
  • C. Assessment, List of Records, Separator, Timeline Page
  • D. List of Records, Content Page, Order, URL (from arguments:)

Answer: C


NEW QUESTION # 162
When a flow runs an action, it generates a runtime value, which stays the same for the duration of the flow.
What is the name of this runtime value?

  • A. Trigger runtime value
  • B. Starting runtime value
  • C. Sequence runtime value
  • D. Input runtime value
  • E. Data pill runtime value

Answer: E

Explanation:
Reference:
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/flow-designer/concept/data-pop


NEW QUESTION # 163
What controls the publishing and retiring process for knowledge articles?

  • A. Workflows
  • B. Workflow Designer
  • C. Approval Policies
  • D. State Lifecycle
  • E. Approval Definitions

Answer: B


NEW QUESTION # 164
What section on a task record would you use to see the most recent update made to a record?

  • A. Activity
  • B. Audit Log
  • C. Journal
  • D. Timeline

Answer: A

Explanation:
In ServiceNow, theActivitysection on a task record provides areal-time log of all recent updates, including field changes, comments, and system-generated events.
Displays achronological historyof changes made to a record.
IncludesWork Notes,Additional Comments, andField Changes.
Showswho made the changeandwhen it occurred.
Can befilteredto show only specific types of updates (e.g., comments, field changes).
A: Timeline #Incorrect
There is no standard "Timeline" section on a task record.
Visual Task Boards (VTBs)have timelines, but task records useActivity.
B: Journal #Incorrect
ServiceNowdoes nothave a "Journal" section for task records.
Journal fields(e.g., "Additional Comments" and "Work Notes") store specific updates, butActivityprovides the full record history.
C: Audit Log #Incorrect
TheAudit Log (sys_audit table)tracks changes but is not displayed directly on task records.
Admins need tomanually querytheAudit Logfor historical changes.
Activity Stream Overview
Understanding Journal Fields
Key Features of the Activity Section:Why Other Options Are Incorrect?Official ServiceNow Documentation Reference:


NEW QUESTION # 165
An IT user calls the service desk because his work needs to be completed on ask records. All he can see a Self Service on his homepage when he logs in to the ServiceNow instance. What issue could explain this?
Choose 2 answers

  • A. His user account failed LDAP authentication
  • B. His user account does not have ITIL role
  • C. His user account Is not logged in properly
  • D. His user account does not Belong to any groups, which contain the ITIL role
  • E. His user account was not approved by his manager

Answer: B,D

Explanation:
In ServiceNow, a user only sees modules and records they have permission for, based on roles and group memberships. If an IT user can only see Self-Service, it's likely because they lack the required roles for IT tasks.
Correct Answers
B . His user account does not belong to any groups that contain the ITIL role ✅ The ITIL role is assigned via user groups (e.g., "Service Desk," "IT Support").
If the user is not in an ITIL role group, they will not see IT-related modules.
D . His user account does not have the ITIL role ✅
The ITIL role (itil) is required to access Incidents, Changes, Tasks, and Service Catalog Management.
Without it, the user only sees Self-Service options (e.g., requesting services, reporting issues).
Incorrect Answer Choices
A . His user account failed LDAP authentication ❌
If LDAP authentication failed, the user would not be able to log in at all.
The issue here is role-based access, not authentication.
C . His user account was not approved by his manager ❌
User approval may be required for account creation, but it does not affect role permissions.
E . His user account is not logged in properly ❌
If the user was not logged in properly, they would not see any homepage at all.
The issue here is limited access due to missing roles.
Reference:
ServiceNow Documentation: User Roles and Permissions
ServiceNow Best Practices: Managing ITIL Roles and Groups


NEW QUESTION # 166
Which is the base table of the configuration management database hierarchy?

  • A. cmdb_d
  • B. cmdb
  • C. cmdb_ret_Oi
  • D. ucmdb

Answer: B

Explanation:
InServiceNow's Configuration Management Database (CMDB), thecmdbtable is thebase tablefrom which allConfiguration Item (CI) tablesinherit.
cmdbis the Parent Table of All CMDB-Related Tables
Thecmdbtablecontainsbasic attributesshared by allConfiguration Items (CIs).
Every CI in ServiceNowinherits fromcmdbor one of its child tables.
Hierarchy of CMDB Tables in ServiceNow:
cmdb(Base Table)# Stores general CI data.
cmdb_ci(Stores specific CI details)# Extendscmdbto storedevices, applications, and services.
cmdb_rel_ci(Stores relationships between CIs)# Used totrack dependencies.
Why iscmdbthe Correct Answer?
A:cmdb_dIncorrect- No such standard table exists in ServiceNow's CMDB.
B:ucmdbIncorrect-uCMDB (Universal CMDB)is anHP product, not part of ServiceNow's CMDB.
C:cmdb_rel_ciIncorrect-This table stores CI relationships, but it isnot the base table.
Incorrect Answer Choices Analysis:
ServiceNow Docs - CMDB Core Tables#CMDB Table Structure
ServiceNow Docs - CMDB Best Practices
Official ServiceNow Documentation References:


NEW QUESTION # 167
What is the best practice related to using the Default Update Set for moving customizations between instances?

  • A. Keep Default update set to maximum of 20 records, for troubleshooting purposes
  • B. Submit Default update set to application repository
  • C. You should not use the Default Update sets for moving between instances
  • D. Merge Default update sets before moving between instances

Answer: B


NEW QUESTION # 168
What are benefits of assigning work tasks to a group, rather than to an individual? (Choose four.)

  • A. Group members can avoid tasks, which are nearing SLA breach
  • B. Groups can assign tasks to users based on on-call schedules
  • C. Groups can assign tasks to users based on availability
  • D. Groups can assign tasks to users based on skills
  • E. Site support members can pick tasks, based on Location
  • F. Group members can choose their tasks from My Groups Work

Answer: B,D,E,F

Explanation:
Assigning work tasks to aGroupinstead of anindividualoffers flexibility, better workload management, and ensures tasks are handled efficiently.
Group members can choose their tasks from "My Groups Work"
The"My Groups Work"module in ServiceNow allows group members to see all unassigned tasks for their group and take ownership of available tasks.
This is particularly useful when multiple team members share responsibility for completing tasks.
Groups can assign tasks to users based on on-call schedules
ServiceNow'sOn-Call Schedulingfeature allows automatic assignment of tasks to available members based on a predefined schedule.
This ensures that work is distributed fairly among team members who are on shift.
Site support members can pick tasks, based on Location
Tasks can be assigned dynamically based on thelocation of the request.
This is particularly useful for IT support teams, field service teams, and facilities management teams, where physical presence is required to complete a task.
Groups can assign tasks to users based on skills
UsingSkill-Based Routing, ServiceNow can match tasks to users who have the right skills for the job.
For example, if a request requires expertise in "Windows Server Management," the system will assign it to a group member with that skill.
E: Group members can avoid tasks that are nearing SLA breach
This is incorrect because ServiceNowprioritizes SLA breachesand usually escalates such tasks rather than allowing users to avoid them.
F: Groups can assign tasks to users based on availability
WhileOn-Call Schedulingcan assign tasks based on availability, ServiceNow doesnotautomatically assign tasks dynamically based on real-time availability. Availability tracking isnota standard assignment mechanism in ServiceNow unless customized.
ServiceNow Product Documentation# "Assigning Tasks to Groups"
ServiceNow Product Documentation# "On-Call Scheduling"
ServiceNow Product Documentation# "Skill-Based Routing"
Benefits of Assigning Tasks to a Group:Incorrect Answers Explanation:References from Certified System Administrator (CSA) Documentation:


NEW QUESTION # 169
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

  • A. Set the Accessible from field value to This application scope only
  • B. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access
  • C. Set the Accessible from field value to All application scopes and de-select the Can create option
  • D. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option

Answer: A


NEW QUESTION # 170
What are the three components of a filter condition?

  • A. Condition. Operator, and Value
  • B. Field. Operator and Value
  • C. Field, Condition, and Value
  • D. Variable, Field, and Value

Answer: B


NEW QUESTION # 171
When you set a policy that is applied to all data entered into the platform (UI, Import Sets, or Web Services), where does this policy run by default?

  • A. Client
  • B. Browser
  • C. Server
  • D. Network

Answer: C

Explanation:
When setting a data policy in ServiceNow, it applies to all data entered into the platform, regardless of whether the data comes from:
UI Forms
Import Sets
Web Services (APIs, integrations, etc.)
Where Does the Data Policy Run?
✅ Data Policies Run on the Server-Side
Data policies enforce data consistency and validation at the server level.
They apply uniformly across all data entry points, ensuring that validation rules are enforced before storing data in the database.
Why Other Options Are Incorrect?
A . Client → ❌ Incorrect
Data Policies do not run on the client-side (browser).
Client Scripts and UI Policies handle client-side validation.
C . Browser → ❌ Incorrect
Data Policies do not operate within the browser; they work at the database level on the server.
D . Network → ❌ Incorrect
ServiceNow does not enforce policies at the network layer; all validations occur on the application server (Server-Side Processing).
Key Differences Between Data Policies and Other Validation Methods:
Validation Type
Runs On
Applies To
Purpose
Data Policy
Server
UI, Import Sets, Web Services
Enforces rules across all data sources
UI Policy
Client (Browser)
UI Forms
Dynamically changes form behavior
Client Script
Client (Browser)
UI Forms
Runs JavaScript in the user's browser
Business Rule
Server
Database Transactions
Executes logic when records are inserted, updated, or deleted
Official ServiceNow Documentation Reference:
Data Policies Overview
Difference Between UI Policies and Data Policies


NEW QUESTION # 172
What ServiceNow feature can be triggered by events, and is used to inform users about activities or updates in ServiceNow?

  • A. Notifications
  • B. Emails
  • C. Texts
  • D. Events
  • E. Alerts

Answer: D

Explanation:
Reference:
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/platform-events/concept/even


NEW QUESTION # 173
Which allows the creation of a task-based record from Service Catalog?

  • A. Flow Designer
  • B. Assignment Rule
  • C. UI Actions=
  • D. UI Builder
  • E. Record Producers

Answer: E

Explanation:
In ServiceNow, aRecord Produceris used to create atask-based record(such as anIncident, Change, or Request) from theService Catalog.
Record Producersprovide acustomized formthat allows users to submit data to create a record in a specific table (e.g., Incident, Change, Request, or a custom table).
They aredifferent from catalog items, which typically create aRequested Item (sc_req_item)instead of directly creating a task record.
They allowsimplified user inputwhileautomating record creationin a structured way.
A user submits aNew Hire Requestvia the Service Catalog.
ARecord Produceris triggered, creating atask-based record(such as a request or a custom HR case).
B: UI Builder- Used for designing UI pages,not for creating task-based records.
C: Assignment Rule- Determineswho a task is assigned to, butdoes not create records.
D: Flow Designer- Automates workflowsafter a record is created, but doesnot create task records from the Service Catalog.
E: UI Actions- Custom buttons and links for UI interaction, butnot used for record creation from the Service Catalog.
ServiceNow Record Producers
ServiceNow CSA Training Module:"Service Catalog and Record Producers"
Why Record Producers Are the Correct Choice?Example Use Case:Why Other Answers Are Incorrect:
References from Certified System Administrator (CSA) Official Documentation:


NEW QUESTION # 174
Which of the following are not included in an Update Set, by default? (Choose four.)

  • A. Published Workflows
  • B. Homepages
  • C. Related Lists
  • D. Schedules
  • E. Client Scripts
  • F. Database changes
  • G. Data
  • H. Scheduled Jobs
  • I. Views
  • J. Business Rules
  • K. Report Definitions

Answer: B,D,F,G

Explanation:
Reference: https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/workflow- administration/concept/c_WorkflowMovementWithUpdateSets.html


NEW QUESTION # 175
Here is an example of the criteria set for a knowledge base:
* Companies: ACME North America
* Department: HR
* Groups: ACME Manager
* Match All: Yes
In this example, what users would have access to this knowledge base?

  • A. Users which are members of either ACME North America, or HR Department, or ACME Manager Group
  • B. Member of the ACME Manager group, and HR department, regardless of geography
  • C. Employees of ACME North America, who are members of HR Department or the ACME Manager group
  • D. Members of the ACME manager group, who are also members of HR Department and part of the ACME North America

Answer: D


NEW QUESTION # 176
......

CSA Study Guide Brilliant CSA Exam Dumps PDF: https://actual4test.practicetorrent.com/CSA-practice-exam-torrent.html