LD2: Instance Configuration (11%)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is a baseline implementation?

Baseline Implementation is a set of installed application on an instance prior to config or customization

2
New cards

What is an instance and what are the 3 typical environments for this?

Instance is a copy of ServiceNow Environment specific to customer

  1. Production

  2. Non-Prod

  3. Developer

3
New cards

ServiceNow utilizes an advanced, multi-instance, single-tenant architecture by default.

What does single tenant mean?

Each instance features an isolated database containing data, applications and customizations

4
New cards

Describe the difference between configuration, and customizations

Configuration is most of what an admin can do without code.

Customization is performed when a customer requires additional functionality/features not pre-existing in the platform

5
New cards

What path in the All Menu allows you to customize your company image and colors

All > System Properties > My Company

<p>All &gt; System Properties &gt; My Company</p>
6
New cards

What path in the All Menu allows you to manage the companies list?

All > User Administration > Companies

or

All > Organization > Companies

<p>All &gt; User Administration &gt; Companies </p><p>or</p><p>All &gt; Organization &gt; Companies</p>
7
New cards

What is the system property required to be activated and set to true to implement dark theme?

glide.ui.polaris.dark_themes_enabled

8
New cards

What path in the All Menu allows you to customize system properties?

All > System Properties > System

<p>All &gt; System Properties &gt; System</p>
9
New cards

Applications are installed in the application scopes. Define what this is.

Application scopes protects applications by restricting access to the application’s files/data from other application/services.

10
New cards

What path in the All menu allows you to bring up the Application Manager?

All > System Application > All Available Applications > All

<p>All &gt; System Application &gt; All Available Applications &gt; All</p>
11
New cards

What path in the All Menu brings up the plugins module?

All > System Definition > Plugins

<p>All &gt; System Definition &gt; Plugins</p>
12
New cards

What 2 checks should you perform before installing a new plugin?

  1. The role required to activate the plugin

    1. The related plugin that will be installed or activated

13
New cards

In you cannot find a certain plugin, what other options are available?

Check the ServiceNow Store.

Failing that, submit a request to ServiceNow

14
New cards

What are the 5 Roles (persona) types available in the platform?

  1. System Administrator

  2. Specialized Administrator

  3. Process Users

  4. Approver

  5. Requester

<ol><li><p>System Administrator</p></li><li><p>Specialized Administrator</p></li><li><p>Process Users</p></li><li><p>Approver</p></li><li><p>Requester</p></li></ol><p></p>
15
New cards

The System Administrator role has almost all roles with 2 exceptions. What are they?

  1. HR

  2. Security Operations

<ol><li><p>HR</p></li><li><p>Security Operations</p></li></ol><p></p>
16
New cards

Why would you grant a specialized administrator role?

Grants a user who is accountable for managing specific functions or applications

<p>Grants a user who is accountable for managing specific functions or applications</p>
17
New cards

Why would you grant a process user role?

Grants a user who has clearly defined paths and workflows in the platform and have one or more roles, including itil and approver_user

<p>Grants a user who has clearly defined paths and workflows in the platform and have one or more roles, including itil and approver_user</p>
18
New cards

Why would you grant an approver_user role?

Grants a user who has the ability to view/modify approval records, but no other roles (does not include itil)

<p>Grants a user who has the ability to view/modify approval records, but no other roles (does not include itil)</p>
19
New cards

Why would you grant a requester user role?

Grants to users who do not have roles but can submit and manage their own requests

<p>Grants to users who do not have roles but can submit and manage their own requests</p>
20
New cards

What paths in the All Menu brings up Users, Groups or Roles administration modules?

  • All > User Administration > Users

  • All > User Administration > Groups

  • All > User Administration > Roles

  • All > System Security > Users and Groups > Users (or) Groups (or) Roles

21
New cards

Users are represented by a record on the ____ table

User [sys_user]

<p>User [sys_user]</p>
22
New cards

Groups are represented by a record on the ___ table

Group [sys_user_group]

<p>Group [sys_user_group]</p>
23
New cards

Roles are represented by a record that exists on the ___ table. Define a role

Role [sys_user_role]

Roles are a collection of permissions defining user access to applications and what actions they can take

<p>Role [sys_user_role]</p><p>Roles are a collection of permissions defining user access to applications and what actions they can take</p>
24
New cards

Best practice: Rather than adding roles to individual roles, what should you do?

Create a group matching the required role and assign the role to the group.

Then add the user to the group

25
New cards

True/False: Applying a role to a user will apply that role’s permissions as well as the permissions of any role’s contained within.

True.

[ ex. catalog_admin contains both user_criteria_admin and catalog roles; all 3 sets of permissions would be applied when adding catalog_admin ]

<p>True.</p><p>[ ex. catalog_admin contains both user_criteria_admin and catalog roles; all 3 sets of permissions would be applied when adding catalog_admin ]</p>