Explore the Power of ServiceNow Platform Flashcards

(36 cards)

1
Q

What is a baseline implementation?

A

A baseline implementation is a set of installed applications on a SNow instance, before any configuration or customization has been done

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

What is an instance?

A

An instance is a copy of a ServiceNow environment that is specific to a customer.

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

What are 3 typical environments?

A
  1. Production
  2. Non-production
  3. Development
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ServiceNow uses:

A
  • advanced,
  • multi-instance,
  • single-tenant architecture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Configuration:

A

Consists of things that can be done without code (update list of categories, add fields to form, configure list views etc.)

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

Customization:

A

when a customer requires additional functionality not existing on platform, and they want to add features (enhance portal widget, add table for special billing reqs).

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

ServiceNow allows you to augment the platform by:

A
  • reflecting company logo or brand,
  • label instance tabs to easily identify instance,
  • enable sys properties,
  • install apps and plugins
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To upload a company logo:

A

Navigate to System Properties > My Company > U16 Banner Image > Update

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

To implement a dark theme for users, admin must:

A

Enable the system property first by setting (glide.ui.polarirk_themes_enables) to true

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

Where do you update Browser Tab Label

A

All > System Properties > System

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

How can you easily access a list from the Filter Navigator?

A

by entering the table name and adding “.list”

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

Applications and application features can be activated:

A

via plugins or the ServiceNow store

Look for plugins first, then SN store

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

Where are applications installed?

A

In application scopes

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

Application scoping protects applications by:

A

identifying and restricting access to applications files and data.

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

Where do you Install and application or its feature?

A

All > System Applications > All Available Applications > All

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

Plugins provide:

A

Additional functionality within a SNow instance, like applications, workspaces and demo data.

17
Q

Where can you find additional resources?

A

docs.servicenow.com

18
Q

What are the persona types in the platform?

A
  1. System Admin
  2. Specialized Admin
  3. Process User (itil and approver_user)
  4. Approver (approver_user)
  5. Requester
19
Q

Users may:

A
  • update records
  • import data
  • request items
  • implement flows
  • approve knowledge content
  • run reports
  • develop applications
20
Q

Users are represented by a record on which table?

A

User table (sys_user)

21
Q

A collection of users is called:

22
Q

Groups share:

A
  • a common purpose (approving change requests or receiving notifications)
23
Q

A Group is represented by a record on table:

A

Group table [sys_user_group]

24
Q

A user is:

A

An individual that has been granted access to SN instance

25
User Unique identifiers are:
User IDs
26
To add a user navigate to:
All > User Administration > Users or All > System Security > Users and Groups
27
A role is:
A collection of permissions used to grant access to applications and assign security rights.
28
A role can be:
- Assigned to a group (recommended) or single users
29
Self-service users are:
Users without any assigned role permissions (can still log into the system)
30
What are the Base System roles?
1. admin (system admin) 2. Specialized admin (restricted to specific function or application, e.g. catalog_admin) 3. Approver (approver_user) - can view and modify approval records 4. itil - can perform standard actions
31
If Workspace application is not available:
You can install it (or purchase) from the ServiceNow store
32
What do dependencies mean?
It means, that prior to installing an application, you may need to install additional plugins.
33
What is a set of installed applications on a ServiceNow instance, before any configuration or customization has been done?
Baseline implementation
34
How do you activate applications and application features?
1. Plugins 2. ServiceNow Store 3. Request from ServiceNow
35
What is a copy of a ServiceNow environment that is specific to a customer called?
An instance
36
How can you explore an application before purchasing?
1. Use Personal Developer Instance 2. Use a Non-production Instance