10% Topic 2 – Instance Configuration Flashcards

(68 cards)

1
Q

What is an Update Set used for?

A

[Exam Weight: 10%] Move configuration changes between instances

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

What type of changes are captured in Update Sets?

A

[Exam Weight: 10%] Configuration changes

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

Which Update Set should NOT be used for migrations?

A

[Exam Weight: 10%] Default Update Set

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

When should a new Update Set be created?

A

[Exam Weight: 10%] Before starting development

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

What must be done before exporting an Update Set?

A

[Exam Weight: 10%] Mark it as Complete

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

Can a completed Update Set be reopened safely?

A

[Exam Weight: 10%] No

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

What happens if an Update Set is applied twice?

A

[Exam Weight: 10%] Changes are not duplicated

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

What instance order is recommended for Update Sets?

A

[Exam Weight: 10%] Development → Test → Production

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

Should instances be on the same version?

A

[Exam Weight: 10%] Yes

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

What record tracks Update Set preview errors?

A

[Exam Weight: 10%] Update Set Preview Problems

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

What is a system property?

A

[Exam Weight: 10%] A value that controls system behavior

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

Where are system properties stored?

A

[Exam Weight: 10%] sys_properties table

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

What are system properties commonly used for?

A

[Exam Weight: 10%] Enable or disable features

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

What happens when a system property changes?

A

[Exam Weight: 10%] System behavior updates

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

What CSA mistake is common with Update Sets?

A

[Exam Weight: 10%] Using Default Update Set

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

What is a plugin?

A

[Exam Weight: 10%] A package that adds functionality to an instance

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

Who can activate plugins?

A

[Exam Weight: 10%] System administrators

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

Can plugins always be uninstalled cleanly?

A

[Exam Weight: 10%] No

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

What should be considered before activating a plugin?

A

[Exam Weight: 10%] It may add permanent data and tables

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

What is the purpose of roles?

A

[Exam Weight: 10%] Control access to features and data

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

Where should roles be assigned as best practice?

A

[Exam Weight: 10%] Through groups

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

What table stores role definitions?

A

[Exam Weight: 10%] sys_user_role

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

What feature allows admins to act as another user?

A

[Exam Weight: 10%] Impersonate User

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

Can impersonation bypass ACLs?

A

[Exam Weight: 10%] No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is personalization?
[Exam Weight: 10%] Changes that affect only the current user
26
What is configuration?
[Exam Weight: 10%] Changes that affect all users
27
Can personalization be captured in Update Sets?
[Exam Weight: 10%] No
28
Can configuration be captured in Update Sets?
[Exam Weight: 10%] Yes
29
What CSA mistake is common with plugins?
[Exam Weight: 10%] Activating without understanding impact
30
What CSA mistake is common with personalization?
[Exam Weight: 10%] Expecting it to move with Update Sets
31
What is an instance in ServiceNow?
[Exam Weight: 10%] A single, separate ServiceNow environment with its own data, users, and configuration.
32
What is a Personal Developer Instance (PDI)?
[Exam Weight: 10%] A free ServiceNow instance for learning, development, and testing.
33
Where do developers request a Personal Developer Instance?
[Exam Weight: 10%] developer.servicenow.com.
34
How long is a Personal Developer Instance active without use?
[Exam Weight: 10%] It expires after inactivity (typically 10 days).
35
What happens when a PDI expires?
[Exam Weight: 10%] The instance is reclaimed and data may be lost.
36
What role provides full access to all platform features?
[Exam Weight: 10%] admin.
37
Can a non-admin user add users to the admin role?
[Exam Weight: 10%] No.
38
Can a user with only the admin role grant the security_admin role?
[Exam Weight: 10%] No, they must elevate to security_admin first.
39
What is the purpose of the security_admin role?
[Exam Weight: 10%] To control access to high-risk system and security settings.
40
How does an admin elevate to the security_admin role?
[Exam Weight: 10%] By selecting "Elevate Roles"� and choosing security_admin.
41
What happens after elevating to security_admin?
[Exam Weight: 10%] Elevated access is temporary for the session.
42
What is user impersonation used for?
[Exam Weight: 10%] Testing access and behavior as another user.
43
Which roles allow impersonation?
[Exam Weight: 10%] admin or impersonator.
44
Does impersonation require the user’s password?
[Exam Weight: 10%] No.
45
How are actions recorded during impersonation?
[Exam Weight: 10%] As if performed by the impersonated user.
46
Where can impersonation be started or ended?
[Exam Weight: 10%] From the User menu.
47
Can admins view impersonation logs?
[Exam Weight: 10%] Yes.
48
What happens if you impersonate a user without a user ID?
[Exam Weight: 10%] Impersonation fails.
49
What is a group in ServiceNow?
[Exam Weight: 10%] A collection of users.
50
What is the purpose of groups?
[Exam Weight: 10%] To assign roles and manage work assignment.
51
What are the base group types in ServiceNow?
[Exam Weight: 10%] catalog, itil, survey.
52
Where is the group type defined?
[Exam Weight: 10%] In the Type field on the group record.
53
What table stores users?
[Exam Weight: 10%] sys_user.
54
What table stores groups?
[Exam Weight: 10%] sys_user_group.
55
What table stores roles?
[Exam Weight: 10%] sys_user_role.
56
What controls whether a role can be delegated?
[Exam Weight: 10%] The Grantable and Can Delegate fields on the role record.
57
Which roles cannot be delegated by default?
[Exam Weight: 10%] admin, public, nobody, role_delegator.
58
What is authentication in ServiceNow?
[Exam Weight: 10%] The process of verifying a user’s identity.
59
What authentication method uses external identity providers?
[Exam Weight: 10%] External Single Sign-On (SSO).
60
What authentication method uses credentials stored in the instance?
[Exam Weight: 10%] Local database authentication.
61
What authentication method uses an encrypted digest?
[Exam Weight: 10%] Digest Token authentication.
62
What authentication method uses a passcode sent to a device?
[Exam Weight: 10%] Multi-factor authentication (MFA).
63
What is the purpose of MFA?
[Exam Weight: 10%] To add an extra layer of security beyond username and password.
64
What is a user role assignment best practice?
[Exam Weight: 10%] Assign roles to groups, not directly to users.
65
Why is assigning roles to groups preferred?
[Exam Weight: 10%] Easier management and consistent access control.
66
What happens when a user is removed from a group?
[Exam Weight: 10%] They lose all roles granted by that group.
67
What portal do users without roles see on new instances?
[Exam Weight: 10%] Employee Center.
68
What URL suffix directs users to Service Portal?
[Exam Weight: 10%] /sp