On what part of the ServiceNow instance, would you find the option to access applications, like Incident Management?
Correct Answer: B
TheApplication Navigatoris the primary navigation panel in ServiceNow. It provides access to allapplications and modules, includingIncident Management, Change Management, Service Catalog, and more. It is found on theleft-hand sideof the ServiceNow interface. Users cansearch, expand, and collapseapplications for easy navigation. Common applications includeIncident, Problem, Change, and CMDB. A: Self-Service Module- This module is forend usersto submit requests but does not provide access to all applications. C: Service Desk Homepage- This is adashboard, not a navigation tool. D: Favorites- TheFavorites sectionstores frequently accessed modules but does not list all applications. ServiceNow Navigation - Application Navigator ServiceNow CSA Training Module:"Navigating the ServiceNow Platform" Where is the Application Navigator Located?Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation:
CSA Exam Question 122
What is a Notification?
Correct Answer: D
CSA Exam Question 123
What is the primary purpose of Form Builder in the Now Platform?
Correct Answer: B
# Form Builder is used to design and modify forms that users interact with when entering and updating records. Key Features of Form Builder: * Drag-and-drop interface to add, remove, or rearrange fields. * Supports sections, tabs, and related lists. * Enables quick modification of forms without writing scripts. * Option A (Generate analytical reports) is incorrect because reports are created using the Report Designer, not Form Builder. * Option C (Create new tables) is incorrect because tables are created via Table Builder or directly in the Table module. * Option D (Configure system settings and permissions) is incorrect because permissions are managed through roles, ACLs, and system properties. # Reference: ServiceNow Platform UI - Form Builder Guide
CSA Exam Question 124
How would you distinguish between a Base Class table and a Parent Class table?
Correct Answer: B
In ServiceNow,tablesfollow an inheritance model, where tables can be extended from other tables. The distinction betweenBase Class tablesandParent Class tablesis as follows: Base Class Table: ABase Class table is not extended from any other table. It exists at the top level in the table hierarchy. Example:Task [task],Configuration Item [cmdb_ci]are base tables. Parent Class Table: AParent Class table may be extended from another tablebut also has tables extending from it. It acts as a bridge between the base table and other extended tables. Example:Change Request [change_request]extends fromTask [task], makingTaskthe base class andChange Requesta parent class to other change-related tables. A). Base Class tables always have tables extended from them, Parent tables do not have tables extended from them. Incorrect because not all base tables have extensions. Parent tablesdohave extended tables. C). Extended tables can be extended from Parent tables or Base tables, but they cannot be extended from both. Incorrect because extended tables caninheritfrom other extended tables in a multi-level hierarchy. D). Extended tables are always extended from Parent tables, Extended tables are usually extended from Base tables. Incorrect becauseextended tables can come from either Base or Parent tables, not just Parent tables. Table Inheritance in ServiceNow Extending Tables Definitions:Why Other Options Are Incorrect?Official ServiceNow Documentation Reference:
CSA Exam Question 125
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: