Which admin role is required to make changesto High Security Settings?
Correct Answer: A
Thesecurity_adminrole in ServiceNow is required to make changes toHigh Security Settings(now part ofSystem Security Settings). Modify high-security settingsin ServiceNow. Elevate privilegesto make changes to sensitive security configurations. Manage Access Control Lists (ACLs)to define security rules. Users with theadminrole alonecannot modify high-security settings. Thesecurity_adminrole requireselevationvia the"Elevate Role" optionin the user menu. This ensures thatonly authorized administratorscan modify security-related configurations. B). sn_ad_admin- No such role exists in ServiceNow. C). high_sec_admin- This is not a valid ServiceNow role. D). admin- Theadmin role alonedoesnot grant access to high-security settingswithoutelevating to security_admin. ServiceNow Security Admin Role and Elevated Privileges ServiceNow CSA Training Module:"Managing Security Settings and Access Controls" What Can the security_admin Role Do?Why Elevation is Required?Why Other Answers Are Incorrect: References from Certified System Administrator (CSA) Official Documentation:
CSA Exam Question 17
Farm a form, what would you click, to modify the order of the fields on the form? Choose 2 answers
Correct Answer: A,C
Tomodify the order of fields on a formin ServiceNow, you have two main options: Form Layout(A - Correct Answer) Navigation:Context Menu > Configure > Form Layout Allows you to rearrange fields using a simplelist-based interface. You can add, remove, or reorder fields quickly. Form Design(C - Correct Answer) Navigation:Right-click on the form header > Configure > Form Design Opens adrag-and-drop interfacefor modifying form layout. Provides more advanced customization options, including sections, tabs, and field arrangements. B). Context Menu > Form > Layout No such menu option exists in ServiceNow. D). Context Menu > Configure > Form Designer There is no direct"Form Designer"option in the context menu; instead, it's accessed viaConfigure > Form Design. E). Right-click on header > Configure > UX Dashboard UX Dashboard is used forUI pages, dashboards, and workspace configurations, not form layout changes. Configuring Forms in ServiceNow Using Form Designer Why Other Options Are Incorrect?Official ServiceNow Documentation Reference:
CSA Exam Question 18
Which term refers to application menus and modules which you may want to access quickly and often?
Correct Answer: B
In ServiceNow,Favoritesallow users to quickly accessapplication menus and modulesthat they frequently use. By marking an application menu or module as a favorite, it appears under theFavorites tab in the Application Navigator, making navigation faster and more efficient. (A) Breadcrumb - Incorrect Breadcrumbs in ServiceNow show thenavigation pathwithin a list view or form. They help users filter data quickly but donotstore shortcuts for quick access. (B) Favorite - Correct TheFavorite featurein ServiceNow allows users to save frequently used menus and modules for quick access. Users canadd, remove, and reorderfavorites for better personalization. Located in theApplication Navigator, favorites appear at the top for easy access. Favorites can include forms, records, reports, or dashboards. (C) Tag - Incorrect Tagsare used toorganize and categorize records(e.g., incidents, problems, change requests). Tags help users group related records but donotcreate direct menu shortcuts. (D) Bookmark - Incorrect ServiceNow doesnotuse the term "Bookmark" for quick access to menus and modules. While users can bookmark URLs in a web browser, this is different from ServiceNow's built- inFavoritesfeature. Explanation of Each Option: Users cancustomize Favoritesby renaming them or selecting an icon for better visibility. Admins canpre-configure favoritesfor users based on roles to improve productivity. Favorites improveuser efficiencyby reducing the number of clicks needed to reach frequently used items. ServiceNow Docs: Using Favorites in the Application Navigator https://docs.servicenow.com ServiceNow Community: Personalizing the Application Navigator with Favorites https://community.servicenow.com Additional Notes & Best Practices:References from Certified System Administrator (CSA) Documentation:
CSA Exam Question 19
How does a user viewing an incident record detect if someone else is also actively working on that record? Choose 2 options.
Correct Answer: C,E
ServiceNow features a built-in collaboration mechanism known as User Presence . This feature is designed to prevent collisions (two people overwriting each other ' s work) and promote real-time awareness when multiple users are on the same form. 1. User Presence Avatar (Option E): When multiple users open the same record (like an Incident), a User Presence icon immediately appears in the form header (typically at the top right). This icon displays the avatar or initials of the other user(s) currently viewing the record. If you hover over the avatar, you can see their name. 2. Field-Level Indicators (Option C): User Presence is not just about who is looking; it also shows what they are doing. If another user actively types into a field or changes a drop-down value, a small " presence indicator " (a colored icon or dot) appears to the left of that specific field on your screen in real-time. This warns you that the field is being modified by someone else before you attempt to edit it yourself. 3. Why the other options are incorrect: * A: The Work Notes list is for logged journal entries, not real-time presence detection. * B & D: While ServiceNow has chat features (like Connect Chat or Sidebar), these do not automatically launch or force notification pop-ups merely because two people open the same record. Reference: ServiceNow Platform User Interface documentation on the " User Presence " feature outlines both the avatar icons in the form header and the real-time field status indicators as the methods for concurrent viewer detection.
CSA Exam Question 20
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?
Correct Answer: C
TheReport Designerin ServiceNow is used to create, configure, and format reports. It contains multiple sections to control different aspects of the report. C: Style TheStylesection is responsible for adjusting thevisual appearanceof 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 abar chart's colorsto align with corporate branding. Adjusting thelegend placementfor better visualization. A: Format "Format" is not a specific section in the Report Designer. Formatting options are controlled within theStylesection. B: Layout TheLayoutsection controlshow the report data is arranged, but not the appearance. Example: Setting atwo-column layoutfor a report. D: Configure TheConfiguresection is used for defining thedata source, conditions, and filters for the report, not its appearance. References:ServiceNow Documentation:Report Designer Guide ServiceNow Reporting Best Practices:Configuring Report Styles