CSA — Frequently Asked Questions
Community-vetted answers to 15 common questions about this exam.
An Access Control List (ACL) rule that grants full table access is one where the 'Type' is set to 'Table' and the 'Operation' is set to 'create, read, write, delete'. This rule applies to the entire table and its records, allowing users with the specified role to perform all operations on that table.
ServiceNow can notify users of events through several methods. The three most common are: 1. Email: Sending a notification to the user's email address. 2. SMS: Sending a text message to the user's mobile phone. 3. In-app Notification: Displaying a notification within the ServiceNow instance, typically seen in the notification bell icon.
The ServiceNow Store (also known as the ServiceNow App Store) is the storefront that provides pre-built spokes, applications, and integrations. These spokes are used with IntegrationHub to connect ServiceNow with various third-party systems like Slack, Microsoft Teams, and Salesforce.
To impersonate a user in ServiceNow, a user typically needs the impersonator role. This role grants the ability to log in as another user to troubleshoot issues or see the system from their perspective. The admin role also has this capability by default.
The List Collector is a UI element used to select multiple records from a related list. The specific related lists that appear depend on the table's schema, but common examples include: 1. Groups (on a User record). 2. Members (on a Group record). 3. Affected CI's (on an Incident record). These lists allow for selecting multiple entries to populate a many-to-many relationship.
Virtual Agent is the ServiceNow capability that delivers knowledge articles via conversational messaging. It uses natural language understanding to interpret user requests and can suggest relevant knowledge base articles as answers within the chat interface.
The hamburger icon (three horizontal lines) in the form header provides access to various form options, including template features. From this menu, a user can select 'Save as Template' or 'Choose Template' to apply a pre-configured set of field values to the current record.
An access control object with the name table_name (e.g., incident or cmdb_ci) and a blank 'Name' field applies to the entire table. This is known as a table-level ACL. It controls access to the table itself, as opposed to a specific field or a record-level operation.
Data Dictionary Attributes or specific system properties can track configurations, but in the context of a record form, UI Policies and Client Scripts can manipulate fields without immediately saving them. However, if the question refers to tracking changes before submission, the form itself holds the unsaved values in the user's session until the 'Update' or 'Submit' button is clicked.
ServiceNow recommends using Import Sets as a best practice for data imports. The process involves loading data into a staging table (the Import Set table) first, then using a Transform Map to map the fields from the staging table to the target table (e.g., User, Incident). This allows for data validation, transformation, and coalescing before the data is committed to the target table.
The general steps to import spreadsheet data are: 1. Load Data: Use the 'Load Data' function in the Import Sets module to upload the spreadsheet (e.g., Excel, CSV) into a staging table. 2. Create Transform Map: Define a Transform Map to map the columns in the spreadsheet to the fields in the target ServiceNow table. 3. Run Transform: Execute the transform to move the data from the staging table to the target table, applying any data transformations or coalescing rules.
To return to normal security settings after enabling high security (often done via the glide.ui.high_security system property), an administrator with the security_admin role must navigate to the System Properties and disable the high security setting. This role is specifically required to manage security-related properties and cannot be impersonated.
To create a new catalog item, you navigate to Service Catalog > Catalog Definitions > Maintain Items. From there, you can create a new Catalog Item, which defines the user-facing form and the workflow or fulfillment process for a specific service request.
The Activity Formatter is the feature that displays the activity history on a form. It consolidates journal fields, comments, work notes, and system-generated audit history into a single, chronological view, typically found at the bottom of a form like an Incident or Change Request.
When configuring a Business Rule, the four primary execution options are: 1. Before: Executes before the record is queried, inserted, updated, or deleted. 2. After: Executes after the database operation is complete. 3. Async (Asynchronous): Executes in the background after the main transaction is complete. 4. Display: Executes when the form is loaded to display on the client side.
Ready to practice?
Access 368 CSA questions with instant feedback and detailed explanations.
View CSA Practice Questions →