Module 1-3 Study Guide Flashcards

1
Q

Baseline Implementation

A

Set of installed applications on a servicenow Instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Instance

A

Copy of an environment specific to a customer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Three types of Instance Environments

A

Production
Non-Production
Developement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Servicenow is a multi-tenant environment? (T/F)

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Upgrades are made to individual instances (IE: Dev, Non-Prod vs. Prod)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Configuration

A

Things that can be done without code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define Customization

A

Done when a customer requires additional functionality, and requires coding:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Examples of Customization

A

Enhancing a portal widget
adding new tables for special billing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Examples of Configuration

A

Updating lists or categories on a form
Add fields to Forms
Configure List Views
Create a catalog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Tab Naming can be modified to reflect instance type? (T/F)

A

True - You can modify with names like Dev/Prod etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Applications can be activated via (2 areas)

A

Plugins
ServiceNow Store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Appliation Scoping…

A

Protects applications by identifying and restricting access to application files and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Plugins…

A

Provide additional optional functionality within ServiceNow instances, like applications, workspaces, demo data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If you want to explore applications before purchasing use a…

A

Personal Developer Instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the 5 persona types

A

System Administrator
Specialized Administrator
Process User
Approver
Requester

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Can users with admin role impersonate a security_admin?

A

No -

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Process User Definition

A

Fulfillers, or process users. They are often doing things associated with ITIL best practices. (they go in and respond to requests, and fulfill the needs of users)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Approver Definition

A

They may have approval processes, but do not require back end access. These users have the “Approver_User” role, but no other roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Requester Definition

A

Very little responsibility, usually used like end users, ESS users, Self-Service, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How does the Impersonator role work?

A

Impersonator roles can be assigned to a user to allow impersonation of other users, excluding admins, for testing and visibility purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Users are represented by a record on the….

A

User [Sys_User] Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Groups are represented by a record on the…

A

Group [Sys_User_Group] table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

A role is…

A

Collection of permissions used to grant access to applications, or assign security rights

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A role can…

A

Be assigned to a group, or a single user
Contain other roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
A user can have more than one role (T/F?)
True
26
Can roles nest within themselves?
Yes, Catalog_Admin for example contains user_criteria_admin, as well as the "Catalog" role
27
It is best practice to assign roles directly to single users (T/F)
False - It is best practice to assign a role to a group. Managing a one to one relationship for an individual to a role is difficult, if they move roles, are fired etc.
28
What is the set of applications installed on a ServiceNow Instance before configuration or customization is done?
Baseline Implementation
29
How do you activate applications and application features
ServiceNow/Applications Store Plugins Request from ServiceNow Store
30
What is a copy of a ServiceNow environment specific to a customer
Instance
31
How can you explore an application before purchasing?
Try it in a Personal developer instance Try it in a non-production instance
32
A list represents....
a set of records from a table within the content frame
33
Each row represents one...
Record
34
Each column represents one...
Field
35
Gear Icon in a list allows you to...
Create a personalized list, or review that personalized list
36
Personalized lists are visible to all users (T/F)
False - Personalized lists only apply to the logged-in user
37
Lists in the workspace...
More contemporary, have categories for tasks, then UX List as sub groups
38
Context Menus provide different views of (3) things
List Controls Menu Column Options Menu Record Context Menu* (Right Click a rows cell)
39
List Controls menu accessed via...
The Hamburger icon, upper left
40
List Control menu controls...(5)
Filters Views Group By Refresh List Create Favorite
41
Which Chart types can be generated from a table?
Bar Chart Pie Chart
42
Right clicking an individual cell allows you to...
Quickly SHOW MATCHING to only show incidents with xyz factor
43
Breadcrumbs allow you to see....
Filters within a table
44
A filter is...
A set of conditions applied to a table to isolate a subset of data
45
Filter conditions include
Field Operator Value
46
Filter Conditions Icon (Filter Icon) allows you to
Build upon a breadcrumb to do and/or conditions on fields, operators and values
47
Logical Operator changes based on the data type in the field
True
48
How would you build a list to only show high priority incidents?
Create a filter condition where Priority IS One OF (multi select values)
49
Clicking RUN in a filter Condition...
Will allow the filter to run, and assign to filter breadcrumb. You could then SAVE as a filter for later
50
List Editor allows...
a field value to be edited in a list without opening the record
51
3 Steps to complete a list edit -
1) Double click in the empty area of the field for in-line editing 2) Enter the appropriate Values 3) Save the record
52
To select multiple cells in a list editor
Click the first cell, hold SHIFT, then drag down or up
53
A VIEW is....
A different version of a list or form that defines which field appear and in what order
54
Users with ______ or ______ role can add or remove columns (Fields) from a list, or change the order to which the columns appear for ALL USERS
Admin Personalize_list
55
To configure a list layout for a table (3 steps)
1) Navigate to the list and ensure you are in the default view 2) Click the column options menu 3) Configure > List Layout
56
What does "compact rows" do within a personalized list?
Changes the padding of a row, but doesn't impact anyone else
57
How can you tell if a list has been personalized?
Dot on the gear menu, you can quickly reset to column defaults to remove personalization
58
How do you add a list of records to the application menu?
Go to the proper table, create a new module record, then associate it with the correct application menu. (This is meant for everyone to interact with)
59
Applications in the application menu are...
Records and tables
60
______ _____ modifies the layout of a list for an individual user
Personalize List
61
Personalization should be used for ______ _______
Temporary Situations
62
List Filters in the Workspace....
Same as classic view
63
What is the list view called in the Workspace?
Service Operations Workspace - Where the list is actually present
64
To make a list accessible an ______ and a List Applicability must be defined in UI Builder
Audience
65
Audience is...
A collection of users based on various criteria
66
List applicatility....
links a list to an audience
67
What are the sections of a form? (5)
Fields Sections Activity Stream UI Actions Related Lists
68
Form Design....
69
Form Layout...
Looks much like the list view configuration, with a list of available fields and selected field which should show up on a form. This
70
Related Tables in a form/list view have a ___ icon
+ Icon in Green
71
Field Types: Reference Field is....
Query that displays records from another table
72
Field Types: Date/Time Field is....
Populated with the day and time of day of selected date
73
Field Types: String Field is....
Freely populated using letters, numbers, and special characters
74
Field Types: ChoiceField is....
Drop down menu with multiple values
75
Field Types: True/False Field is....
Boolean field that appears as a checkbox
76
Related Lists are found...
At the bottom of a form, they contain lists of other records and not fields (With a database relationship to the current record)
77
A form is loaded by searching on a record number in the _____________
Global Text Search, or opening a record in a list
78
Dot Walking....
Gathers information from a series of tables through reference fields
79
You Cannot dot-walk to a field using form designer (T/F)
True - Only in Form Layout
80
A Formatter is...
A visual element that pulls data stored in a column and displays it in a different way (much like the activity stream form)
81
Reference fields refer to....
Another table, or fields in another table (Magnifying glass)
82
What kind of field displays as a checkbox in a form?
True/False (Boolean)
83
How can you identify a choice field
Dropdown arrow (ability to see additional options)
84
What are the three components of a filter condition?
Field, Operator, Value
85
What limits a field's available values?
Dependent field (Subcatagory is dependent upon the category for example)
86
How do you add a list category to a workspace list?
UI Builder