CSA Exam Question 11
What would NOT appear in the Application Navigator if "service" is typed into the filter field?
Correct Answer: D
TheApplication Navigatorin ServiceNow allows users to quickly filter and locateapplications, modules, and menusby typing keywords in thefilter field.
When you type"service"into the filter field,only modules containing the word "service"in theirname or pathwill be displayed.
Analysis of Each Option:Option
Contains "service"?
Appears in Navigator?
A). Configuration > Business Services
"Business Services" contains "service"
Appears
B). Self-Service > Knowledge
"Self-Service" contains "service"
Appears
C). Service Portal > Widgets
"Service Portal" contains "service"
Appears
D). Incident > Assigned to me
Does NOT contain "service"
Does NOT appear
Since"Incident > Assigned to me"doesnotcontain the word"service", itwould NOT appearin theApplication Navigatorwhen filtering by"service".
Configuration > Business Services
The"Business Services"module underConfigurationincludes the word"service".
Self-Service > Knowledge
The"Self-Service"application contains the word"service", so this module appears.
Service Portal > Widgets
The"Service Portal"module contains the word"service", making it visible.
Incident > Assigned to me
Thisdoes NOT contain "service"in its path, so it willnotappear.
Why the Other Options Appear in the Application Navigator?
ServiceNow Docs: Using the Application Navigatorhttps://docs.servicenow.com/en-US/bundle/utah-platform- user-interface/page/administer/navigation/concept/c_NavigatingThePlatform.html References from Certified System Administrator (CSA) Documentation:This confirms that"Incident > Assigned to me" would NOT appearin the Application Navigator when filtering by"service".
When you type"service"into the filter field,only modules containing the word "service"in theirname or pathwill be displayed.
Analysis of Each Option:Option
Contains "service"?
Appears in Navigator?
A). Configuration > Business Services
"Business Services" contains "service"
Appears
B). Self-Service > Knowledge
"Self-Service" contains "service"
Appears
C). Service Portal > Widgets
"Service Portal" contains "service"
Appears
D). Incident > Assigned to me
Does NOT contain "service"
Does NOT appear
Since"Incident > Assigned to me"doesnotcontain the word"service", itwould NOT appearin theApplication Navigatorwhen filtering by"service".
Configuration > Business Services
The"Business Services"module underConfigurationincludes the word"service".
Self-Service > Knowledge
The"Self-Service"application contains the word"service", so this module appears.
Service Portal > Widgets
The"Service Portal"module contains the word"service", making it visible.
Incident > Assigned to me
Thisdoes NOT contain "service"in its path, so it willnotappear.
Why the Other Options Appear in the Application Navigator?
ServiceNow Docs: Using the Application Navigatorhttps://docs.servicenow.com/en-US/bundle/utah-platform- user-interface/page/administer/navigation/concept/c_NavigatingThePlatform.html References from Certified System Administrator (CSA) Documentation:This confirms that"Incident > Assigned to me" would NOT appearin the Application Navigator when filtering by"service".
CSA Exam Question 12
Which is the base table of the configuration management database hierarchy?
Correct Answer: D
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:
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:
CSA Exam Question 13
What are the 5 provided Roles by ServiceNow?
Correct Answer: A,B,C,D,E
ServiceNow providesfive primary rolesthat define access and permissions within the platform. These roles help structure user responsibilities and ensure that users only have access to the necessary functions.
Thehighest level of accessin ServiceNow.
Can manage all platform features, applications, data, and configurations.
Has control overusers, security settings, system properties, and scripting capabilities.
Example: A ServiceNow admin configuring new workflows, modifying tables, or setting up instance-wide settings.
Manages specific applications or functionalities within ServiceNow.
Includes roles such as:
knowledge_admin(Manages Knowledge Base)
report_admin(Manages Reports)
catalog_admin(Manages Service Catalog)
Example: A Knowledge Base Administrator controlling access to articles and updating knowledge categories.
Users with theITIL rolewho perform IT Service Management (ITSM) tasks.
Cancreate, update, and resolve recordssuch as incidents, problems, changes, and requests.
Example: A service desk agent handling incidents and requests.
Users with theApprover rolecanapprove or reject requests, such as change requests or access requests.
Can view or modify approval records directed to them but cannot fulfill other ITIL tasks.
Example: A manager approving a new software installation request.
Basic userswith no assigned roles.
Cansubmit requests, view their own tickets, and access public pages(e.g., Knowledge Base, Catalog).
Example: An employee submitting a request for laptop repair via the ServiceNow portal.
1. System Administrator (admin)2. Specialized Administrator3. Fulfiller (ITIL Role)4. Approver5. Requester (Employee Self-Service - ESS) These roles form thefoundation of role-based access control (RBAC)in ServiceNow.
They ensure that usersonly access the data and functions relevant to their job responsibilities.
Additional roles can be assigned based on business needs, but these five cover the core platform functionalities.
Why These Are the Provided Roles in ServiceNow:
ServiceNow Documentation:User Roles in ServiceNow
CSA Exam Guide:CoversSystem Administrator, Specialized Administrator, Fulfiller, Approver, and Requesteras the standard user roles.
Reference from CSA Documentation:Thus, the correct answer is:
A: System Administrator, B. Specialized Administrator, C. Fulfiller, D. Approver, E. Requester
Thehighest level of accessin ServiceNow.
Can manage all platform features, applications, data, and configurations.
Has control overusers, security settings, system properties, and scripting capabilities.
Example: A ServiceNow admin configuring new workflows, modifying tables, or setting up instance-wide settings.
Manages specific applications or functionalities within ServiceNow.
Includes roles such as:
knowledge_admin(Manages Knowledge Base)
report_admin(Manages Reports)
catalog_admin(Manages Service Catalog)
Example: A Knowledge Base Administrator controlling access to articles and updating knowledge categories.
Users with theITIL rolewho perform IT Service Management (ITSM) tasks.
Cancreate, update, and resolve recordssuch as incidents, problems, changes, and requests.
Example: A service desk agent handling incidents and requests.
Users with theApprover rolecanapprove or reject requests, such as change requests or access requests.
Can view or modify approval records directed to them but cannot fulfill other ITIL tasks.
Example: A manager approving a new software installation request.
Basic userswith no assigned roles.
Cansubmit requests, view their own tickets, and access public pages(e.g., Knowledge Base, Catalog).
Example: An employee submitting a request for laptop repair via the ServiceNow portal.
1. System Administrator (admin)2. Specialized Administrator3. Fulfiller (ITIL Role)4. Approver5. Requester (Employee Self-Service - ESS) These roles form thefoundation of role-based access control (RBAC)in ServiceNow.
They ensure that usersonly access the data and functions relevant to their job responsibilities.
Additional roles can be assigned based on business needs, but these five cover the core platform functionalities.
Why These Are the Provided Roles in ServiceNow:
ServiceNow Documentation:User Roles in ServiceNow
CSA Exam Guide:CoversSystem Administrator, Specialized Administrator, Fulfiller, Approver, and Requesteras the standard user roles.
Reference from CSA Documentation:Thus, the correct answer is:
A: System Administrator, B. Specialized Administrator, C. Fulfiller, D. Approver, E. Requester
CSA Exam Question 14
On the Reports page, what sections allow you to see which reports are visible to different audiences? (Choose four.)
Correct Answer: C,E,F,I
On theReports pagein ServiceNow, different sections allow users to seewhich reports are visibleto various audiences.
Why These Options Are Correct?C. My reports
Displaysreports created by the logged-in user.
These reports areprivateunless explicitly shared.
E). Dashboards
Dashboardsconsolidate multiple reports andmake them visible to specific audiences.
Users canshare dashboardswith groups or individuals.
F). Global
Global reportsare available toall users with reporting access.
These reports arenot restrictedto a specific user or group.
I). All
The"All" sectionlistsevery report the user has access to, including:
Personal reports
Shared reports
Global reports
Reports from dashboards
Why the Other Options Are Incorrect?A. Group
There isno "Group" sectionin the Reports page.
However, reports can beshared with groups, but there is no direct"Group" view.
B). Department
Departments do not determine report visibilityin the Reports page.
Report access is controlled byroles, users, and groups, not departments.
D). Team
Teams are not a standard report visibility categoryin ServiceNow.
Reports are shared atuser, role, and global levels, not by "Team."
G). Admin
There isno "Admin" sectionin the Reports page.
However,Admins can access all reportsvia the"All" section.
H). Analytics
Analytics is a separate modulein ServiceNow, primarily used forPerformance Analytics (PA)anddashboards.
It is not a standardreport visibility section.
J). Company
There isno "Company" sectionin the Reports page.
Reports can beshared at a global level, but not specifically by "Company." ServiceNow Reports - Managing Visibility and Access ServiceNow Reporting Guide - Sections of the Reports Page ServiceNow Dashboards and Report Sharing Best Practices References to Official Certified System Administrator (CSA) Documentation:
Why These Options Are Correct?C. My reports
Displaysreports created by the logged-in user.
These reports areprivateunless explicitly shared.
E). Dashboards
Dashboardsconsolidate multiple reports andmake them visible to specific audiences.
Users canshare dashboardswith groups or individuals.
F). Global
Global reportsare available toall users with reporting access.
These reports arenot restrictedto a specific user or group.
I). All
The"All" sectionlistsevery report the user has access to, including:
Personal reports
Shared reports
Global reports
Reports from dashboards
Why the Other Options Are Incorrect?A. Group
There isno "Group" sectionin the Reports page.
However, reports can beshared with groups, but there is no direct"Group" view.
B). Department
Departments do not determine report visibilityin the Reports page.
Report access is controlled byroles, users, and groups, not departments.
D). Team
Teams are not a standard report visibility categoryin ServiceNow.
Reports are shared atuser, role, and global levels, not by "Team."
G). Admin
There isno "Admin" sectionin the Reports page.
However,Admins can access all reportsvia the"All" section.
H). Analytics
Analytics is a separate modulein ServiceNow, primarily used forPerformance Analytics (PA)anddashboards.
It is not a standardreport visibility section.
J). Company
There isno "Company" sectionin the Reports page.
Reports can beshared at a global level, but not specifically by "Company." ServiceNow Reports - Managing Visibility and Access ServiceNow Reporting Guide - Sections of the Reports Page ServiceNow Dashboards and Report Sharing Best Practices References to Official Certified System Administrator (CSA) Documentation:
CSA Exam Question 15
Which ServiceNow resource can be used as a blueprint to map your IT services to ServiceNow?
Correct Answer: A
# 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
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
- Other Version
- 2296ServiceNow.CSA.v2025-10-23.q188
- 1877ServiceNow.CSA.v2025-09-26.q187
- 2394ServiceNow.CSA.v2024-09-05.q173
- 2811ServiceNow.CSA.v2024-04-12.q169
- 3106ServiceNow.CSA.v2023-03-23.q127
- 2475ServiceNow.CSA.v2023-03-16.q130
- 2173ServiceNow.CSA.v2023-01-10.q93
- 2260ServiceNow.CSA.v2022-05-31.q65
- 44ServiceNow.Actualcollection.CSA.v2022-05-02.by.troy.65q.pdf
- 2408ServiceNow.CSA.v2021-10-30.q70
- 42ServiceNow.Vce4plus.CSA.v2021-08-11.by.mandy.60q.pdf
- Latest Upload
- 145Pegasystems.PEGACPDC25V1.v2026-07-17.q45
- 231CompTIA.N10-009.v2026-07-17.q230
- 164EMC.D-PDM-DY-23.v2026-07-17.q66
- 162Salesforce.ADM-201.v2026-07-17.q63
- 399PMI.CAPM.v2026-07-17.q643
- 165Cisco.300-215.v2026-07-17.q60
- 432CollegeAdmission.PMHNP.v2026-07-17.q640
- 223Microsoft.MB-240.v2026-07-17.q174
- 139SAP.C_CE325_2601.v2026-07-17.q37
- 290Microsoft.AZ-900.v2026-07-16.q224
[×]
Download PDF File
Enter your email address to download ServiceNow.CSA.v2026-01-28.q235 Practice Test
