ServiceNow Admin Fundamentals Flashcards
CSA
Which format is the data & applications of a ServiceNow Instance stored?
Database
Which feature allows users to browse and test what other users can do in a ServiceNow Instance?
Impersonation
glide.sys.log_impersonation
What is the relationship between the Task Table and Incident Table?
The Incident Table Inherits the Task Table
What happens when you create a new table, ‘customer’?
The default columns: ‘created’ and ‘created_on’ are added
How is the sys_id field presented in the ServiceNow Platform?
A String
You need to create the ‘Avatar’ field to store an image. What data type allows images to be stored in a field?
File Attach
What displays the details of tables and their relationships in a graphical interface?
Schema Map
Which is a set of conditions applied to a table list to isolate a subset of the data?
Filter
What is the language use for scripting in ServiceNow?
JavaScript
Given the table name: u_employee, which describes the table?
It is created by a user in the Global Scope
Which two can be captured with an Update Set?
Roles & UI Policies
What does the sys_user table contain?
Every user record who can log into an instance
What is the purpose of Application Scoping?
It protects applications by restricting access to available data
Which allos to add a button to a form?
UI Action
Which set up steps is used to construct a notification email?
- Create Email Layout
- Apply the Layout to Email Template
- Application Template to Notification
Which enables users to display multiple Performance Analytics widgets on a single screen?
Dashboards
Which action created a URL for the report, which can be used by internal and external audiences?
Publishing a Report
Which contains a set of pre-built integration actions for 3rd party applications?
Spokes
When using Flow Designer, what do you add first to your flow?
A Trigger
In the Service Catalog, which table contains a list of catalog items of a service request?
sc_req_item
Which application is available to all users?
Self Service
Which module displays a list of tasks assigned to a user’s group, but not yet assigned to an individual user?
My Groups Work
Which one of the following is a definition for transform maps in ServiceNow?
A map to determine relationships between fields displayed in an Import Set to fields in an existing table
Multiple Choice, Single Line Test, and Select Box are what type of elements in ServiceNow?
Variable Types