CSA Exam Question 156
Which ServiceNow capability allows you to provide knowledge articles, via a conversational messaging interface?
Correct Answer: B
TheVirtual Agentin ServiceNow provides a conversational messaging interface that allows users to interact with the system via chatbots. One of its key capabilities is deliveringknowledge articlesin response to user queries, enhancing self-service support.
#Why Virtual Agent?
Virtual Agent usesNatural Language Understanding (NLU)to understand user questions and deliverknowledge articlesas part of its automated responses.
It can interact throughServiceNow's messaging interfaceslike Microsoft Teams, Slack, and Service Portal chat.
Virtual Agent integrates with theKnowledge Managementsystem, providing users with relevant knowledge articles based on their inquiries.
#Incorrect Options Explained:
A). Agent Assist- This feature helps support agents by recommending knowledge articlesinside agent workspacesbut is not aconversational interfacefor end-users.
C). Now Messenger- This does not exist as a ServiceNow product or feature.
D). Connect Agent- There is no specific feature called "Connect Agent" in ServiceNow.Connect Chatis a real- time messaging tool but does not provide automatic knowledge articles.
#Reference:
Virtual Agent Overview - ServiceNow Docs
Virtual Agent and Knowledge Integration
#Why Virtual Agent?
Virtual Agent usesNatural Language Understanding (NLU)to understand user questions and deliverknowledge articlesas part of its automated responses.
It can interact throughServiceNow's messaging interfaceslike Microsoft Teams, Slack, and Service Portal chat.
Virtual Agent integrates with theKnowledge Managementsystem, providing users with relevant knowledge articles based on their inquiries.
#Incorrect Options Explained:
A). Agent Assist- This feature helps support agents by recommending knowledge articlesinside agent workspacesbut is not aconversational interfacefor end-users.
C). Now Messenger- This does not exist as a ServiceNow product or feature.
D). Connect Agent- There is no specific feature called "Connect Agent" in ServiceNow.Connect Chatis a real- time messaging tool but does not provide automatic knowledge articles.
#Reference:
Virtual Agent Overview - ServiceNow Docs
Virtual Agent and Knowledge Integration
CSA Exam Question 157
What controls the publishing and retiring process for knowledge articles?
Correct Answer: D
InServiceNow Knowledge Management, thepublishing and retiring process for knowledge articlesis managed throughWorkflows. These workflows define the steps an article must go through before it is published, updated, or retired.
Submission:
A user creates a knowledge article and submits it for approval.
Approval Process:
Based on the workflow, an article may require manager or SME (Subject Matter Expert) approval.
Publishing:
Once approved, the article ispublishedand made available in the Knowledge Base.
Updating & Versioning:
If edits are needed, the article enters adraft or reviewstate.
Retirement:
When an article is no longer needed, it follows the workflow toretire or archiveit.
Knowledge Approval Publish(requires approval before publishing)
Knowledge Instant Publish(automatically publishes the article)
Knowledge Retire(handles retiring or archiving articles)
A: Approval Policies(Incorrect)
ServiceNow does not use a separate "Approval Policy" for knowledge articles; approvals are managed within the workflow.
B: Approval Definitions(Incorrect)
There is no such specific feature in ServiceNow. Approvals are configured within workflows, not separate definitions.
C: Workflow Designer(Incorrect)
TheWorkflow Designeris a tool used tocreate workflows, but it does not control the publishing process directly. The workflows themselves do.
E: State Lifecycle(Incorrect)
While knowledge articleshave a lifecycle (Draft # Review # Published # Retired), this is controlledby workflows, not by an independent "State Lifecycle" feature.
Knowledge Workflows Overview:https://docs.servicenow.com/bundle/rome-servicenow-platform/page
/product/knowledge-management/reference/r_KnowledgeWorkflows.html
ServiceNow Knowledge Management Process:https://docs.servicenow.com/en-US/bundle/utah-it-service- management/page/product/knowledge-management/concept/knowledge-management-overview.html How Workflows Control Knowledge Article Publishing & Retiring:Common Knowledge Workflows in ServiceNow:Explanation of Incorrect Options:Official References from Certified System Administrator (CSA) Documentation:
Submission:
A user creates a knowledge article and submits it for approval.
Approval Process:
Based on the workflow, an article may require manager or SME (Subject Matter Expert) approval.
Publishing:
Once approved, the article ispublishedand made available in the Knowledge Base.
Updating & Versioning:
If edits are needed, the article enters adraft or reviewstate.
Retirement:
When an article is no longer needed, it follows the workflow toretire or archiveit.
Knowledge Approval Publish(requires approval before publishing)
Knowledge Instant Publish(automatically publishes the article)
Knowledge Retire(handles retiring or archiving articles)
A: Approval Policies(Incorrect)
ServiceNow does not use a separate "Approval Policy" for knowledge articles; approvals are managed within the workflow.
B: Approval Definitions(Incorrect)
There is no such specific feature in ServiceNow. Approvals are configured within workflows, not separate definitions.
C: Workflow Designer(Incorrect)
TheWorkflow Designeris a tool used tocreate workflows, but it does not control the publishing process directly. The workflows themselves do.
E: State Lifecycle(Incorrect)
While knowledge articleshave a lifecycle (Draft # Review # Published # Retired), this is controlledby workflows, not by an independent "State Lifecycle" feature.
Knowledge Workflows Overview:https://docs.servicenow.com/bundle/rome-servicenow-platform/page
/product/knowledge-management/reference/r_KnowledgeWorkflows.html
ServiceNow Knowledge Management Process:https://docs.servicenow.com/en-US/bundle/utah-it-service- management/page/product/knowledge-management/concept/knowledge-management-overview.html How Workflows Control Knowledge Article Publishing & Retiring:Common Knowledge Workflows in ServiceNow:Explanation of Incorrect Options:Official References from Certified System Administrator (CSA) Documentation:
CSA Exam Question 158
Which field (or fields) is used as a unique key during imports?
Correct Answer: B
Understanding Data Imports in ServiceNow:
When importing data into ServiceNow, you need to determine how incoming datamatches existing recordsto avoid duplication.
Coalescing fieldsare used to identify whether anincoming record already existsin the target table.
Why "Coalesce Fields" is the Correct answer:
Coalescing means using specific fields as unique identifiersto determine if a record should beupdatedorinserted as a new record.
If a match is found based on the coalesce field, ServiceNowupdatesthe existing record.
If no match is found, anew record is inserted.
Why Other Answers Are Incorrect:
A). Match Fields# Not an official ServiceNow term related to import sets. Matching is done through coalescing, but "Match Fields" is not the correct terminology.
C). Key Fields# This is a general database term, but in ServiceNow, "Coalesce Fields" is the term used for identifying unique keys during imports.
D). Sys IDs# TheSys IDis a unique identifier for each record in ServiceNow, but it is not used for coalescing unless explicitly set as the coalesce field.
Best Practice Solution:
Set asingleormultiplefields ascoalesce fieldsin theTransform Mapto ensure proper data deduplication.
Navigate toSystem Import Sets # Transform Maps, select the relevant transform map, and mark the coalescing fields.
Reference:
ServiceNow Docs: Coalescing Fields in Data Imports
ServiceNow CSA Documentation onData Imports & Transform Maps
When importing data into ServiceNow, you need to determine how incoming datamatches existing recordsto avoid duplication.
Coalescing fieldsare used to identify whether anincoming record already existsin the target table.
Why "Coalesce Fields" is the Correct answer:
Coalescing means using specific fields as unique identifiersto determine if a record should beupdatedorinserted as a new record.
If a match is found based on the coalesce field, ServiceNowupdatesthe existing record.
If no match is found, anew record is inserted.
Why Other Answers Are Incorrect:
A). Match Fields# Not an official ServiceNow term related to import sets. Matching is done through coalescing, but "Match Fields" is not the correct terminology.
C). Key Fields# This is a general database term, but in ServiceNow, "Coalesce Fields" is the term used for identifying unique keys during imports.
D). Sys IDs# TheSys IDis a unique identifier for each record in ServiceNow, but it is not used for coalescing unless explicitly set as the coalesce field.
Best Practice Solution:
Set asingleormultiplefields ascoalesce fieldsin theTransform Mapto ensure proper data deduplication.
Navigate toSystem Import Sets # Transform Maps, select the relevant transform map, and mark the coalescing fields.
Reference:
ServiceNow Docs: Coalescing Fields in Data Imports
ServiceNow CSA Documentation onData Imports & Transform Maps
CSA Exam Question 159
An order for new officeequipmenthas Men placed through the Service Catalog. How would you view the lists of requests after the orders have Menplaced?
Correct Answer: D
When a user places an order through theService Catalog, it generates aRequest [sc_request]record in ServiceNow.
How to View Service Catalog Requests:#Navigation Path:
All > Service Catalog > Requests
This module displays:
All submitted service catalog requests
Theircurrent status(e.g., Pending Approval, Fulfilled)
AssociatedRequested Items (RITM) and Tasks (SCTASK)
A: All > Service Catalog > Open Records > Items #Incorrect
The"Items"module does not show submitted requests; it listsavailable catalog items.
B: In the Navigation Filter, type 'requests' and press Enter #Incorrect Typing"requests"might bring up multiple unrelated records, making it inefficient.
The correct approach is to navigate toService Catalog > Requests.
C: All > Tables and Columns > Taste #Incorrect
"Tables and Columns" is used fortable managementand is not related to service catalog requests.
Also, "Taste" is atypo(likely meant to be "Tasks").
Why Other Options Are Incorrect?
Service Catalog Requests Overview
Official ServiceNow Documentation Reference:
How to View Service Catalog Requests:#Navigation Path:
All > Service Catalog > Requests
This module displays:
All submitted service catalog requests
Theircurrent status(e.g., Pending Approval, Fulfilled)
AssociatedRequested Items (RITM) and Tasks (SCTASK)
A: All > Service Catalog > Open Records > Items #Incorrect
The"Items"module does not show submitted requests; it listsavailable catalog items.
B: In the Navigation Filter, type 'requests' and press Enter #Incorrect Typing"requests"might bring up multiple unrelated records, making it inefficient.
The correct approach is to navigate toService Catalog > Requests.
C: All > Tables and Columns > Taste #Incorrect
"Tables and Columns" is used fortable managementand is not related to service catalog requests.
Also, "Taste" is atypo(likely meant to be "Tasks").
Why Other Options Are Incorrect?
Service Catalog Requests Overview
Official ServiceNow Documentation Reference:
CSA Exam Question 160
Which group of permissions is used to control Application and Module access?
Correct Answer: C
InServiceNow,Rolesare used to control access toApplications and Moduleswithin the platform. ARoleis a set of permissions that define what actions a user can perform and which records they can access.
Grant Access to Applications and Modules:
If a userdoes not have the required role, theycannot see or accessan application/module.
Control Record-Level and Field-Level Access:
SomeAccess Control Rules (ACLs)depend on roles topermit or restrictdata visibility.
Assign Multiple Roles to a User:
A user can havemultiple rolesbased on job responsibilities.
Example Roles in ServiceNow:
admin- Full access to all system features.
itil- Can manage incidents, problems, and changes.
catalog_admin- Manages the Service Catalog.
asset- Manages assets and CI records.
Key Functions of Roles in Access Control:
Navigate to:All # Users and Groups # Users
Open a user record
Scroll to the Roles related list
Click Edit and add roles
How to Assign Roles to Users:
A: Access Control Rules- Incorrect.
Access Control Rules (ACLs)definerecord-level and field-levelsecurity, but they donot control access to applications and modulesdirectly.
B: UI Policies- Incorrect.
UI Policiescontrol the visibility and behavior of form fields,not module or application access.
D: Assignment Rules- Incorrect.
Assignment Rulesautomatically assigntasks(e.g., Incidents, Requests) to groups or users, but theydo not control access.
Explanation of Incorrect Answers:
ServiceNow Product Documentation # Roles and Permissions
ServiceNow CSA Study Guide # User and Role Management
ServiceNow Knowledge Base # Controlling Access to Applications and Modules References from Certified System Administrator (CSA) Documentation:
Grant Access to Applications and Modules:
If a userdoes not have the required role, theycannot see or accessan application/module.
Control Record-Level and Field-Level Access:
SomeAccess Control Rules (ACLs)depend on roles topermit or restrictdata visibility.
Assign Multiple Roles to a User:
A user can havemultiple rolesbased on job responsibilities.
Example Roles in ServiceNow:
admin- Full access to all system features.
itil- Can manage incidents, problems, and changes.
catalog_admin- Manages the Service Catalog.
asset- Manages assets and CI records.
Key Functions of Roles in Access Control:
Navigate to:All # Users and Groups # Users
Open a user record
Scroll to the Roles related list
Click Edit and add roles
How to Assign Roles to Users:
A: Access Control Rules- Incorrect.
Access Control Rules (ACLs)definerecord-level and field-levelsecurity, but they donot control access to applications and modulesdirectly.
B: UI Policies- Incorrect.
UI Policiescontrol the visibility and behavior of form fields,not module or application access.
D: Assignment Rules- Incorrect.
Assignment Rulesautomatically assigntasks(e.g., Incidents, Requests) to groups or users, but theydo not control access.
Explanation of Incorrect Answers:
ServiceNow Product Documentation # Roles and Permissions
ServiceNow CSA Study Guide # User and Role Management
ServiceNow Knowledge Base # Controlling Access to Applications and Modules References from Certified System Administrator (CSA) Documentation:
- Other Version
- 1246ServiceNow.CSA.v2026-01-28.q235
- 1897ServiceNow.CSA.v2025-10-23.q188
- 2023ServiceNow.CSA.v2024-09-05.q173
- 2511ServiceNow.CSA.v2024-04-12.q169
- 2899ServiceNow.CSA.v2023-03-23.q127
- 2326ServiceNow.CSA.v2023-03-16.q130
- 2037ServiceNow.CSA.v2023-01-10.q93
- 2171ServiceNow.CSA.v2022-05-31.q65
- 44ServiceNow.Actualcollection.CSA.v2022-05-02.by.troy.65q.pdf
- 2318ServiceNow.CSA.v2021-10-30.q70
- 42ServiceNow.Vce4plus.CSA.v2021-08-11.by.mandy.60q.pdf
- Latest Upload
- 131CBIC.CIC.v2026-06-15.q123
- 113Peoplecert.ITIL-4-Specialist-High-velocity-IT.v2026-06-15.q16
- 135HashiCorp.Terraform-Associate-004.v2026-06-15.q126
- 113Peoplecert.ITILFNDv5.v2026-06-15.q26
- 114Workday.Workday-Pro-HCM-Reporting.v2026-06-15.q28
- 115Fortinet.NSE5_SSE_AD-7.6.v2026-06-15.q17
- 177PMI.PMI-ACP.v2026-06-15.q523
- 134LinuxFoundation.CKAD.v2026-06-15.q118
- 155CrowdStrike.CCSE-204.v2026-06-12.q25
- 168VMware.2V0-17.25.v2026-06-12.q49
[×]
Download PDF File
Enter your email address to download ServiceNow.CSA.v2025-09-26.q187 Practice Test
