Update Sets Flashcards

1
Q

What is the purpose of an update set?

A

An update set tracks changes to applications and platform features, then groups them together so they can be moved from one instance (dev instance) to another (test instance)

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

How do Update sets work?

A

Update sets work by writing changes from tracked tables into the Customer Update [sys_update_xml] table

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

What happens to older changes in an update set?

A

They are overwritten with the new changes captured in the Update Set

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

When we merge updates sets, what happens when a same object’s changes (like an incident form) have been tracked by many update sets?

A

The most recent change to that object will be moved to the merged update set

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

What is the Base System Update Set?

A

The Default instance update set.
It captures changes made to the instance without adding them to user-created update sets

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

What is captured in an Update set?

A

Customizations and configuration changes (i.e. Process records)

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

What is not captured in an Update set?

A
  • Data records (like a new User or a new Incident record) => Use Export XML to move data
  • Dashboards (use Unload Dashboard function to move dashboards manually)

Check doc Move a dashboard with an update set

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

Where to navigate to create an update set?

A

All > System Update Sets > Local Update Sets > New

  • Press Submit and Make Current
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to export a update set?

A
  1. All > System Update Sets > Local Update Sets
  2. Open the update set record
  3. Change the State from In Progress to Complete
  4. Save the form (not Update)
  5. Export to XML in the Related Links
  6. Save the XML file to computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to upload an update set?

A
  1. All > System Update Sets > Retrieved Update Sets
  2. Import Update Set from XML
  3. Choose File
  4. Upload
  5. Preview Update Set button
  6. Commit Update Set button
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are 3 precautions to take regarding Update sets?

A
  • Both instances must be on the same version
  • Determine the changes to make in a single update set and limit the set to 100 records
  • Ensure all platform records have matching sys_id fields between the instances
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to retrieve an Update set from a remote instance?

A
  1. In the Prod instance, All > System Update Sets > Update Sources > New
  2. Fill the form fields to connect to the sub-prod instance
  3. Press Retrieve Selected Update Sets button
  4. Select Retrieved Update Sets Related list
  5. Select the update set and press Commit Update Set button

(Check doc Retrieve an update set)

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

What are some examples of standard integrations in ServiceNow?

A
  • Login SSO
  • LDAP
  • Communications
  • Monitoring
  • Systems Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the most common processes required for integration?

A
  • CMDB
  • Incident Management
  • Problem Management
  • Change Management
  • User Administration
  • SSO
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What techniques can be used for integration?

A
  • Web services
  • LDAP
  • Excel
  • CSV
  • Email
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which module provides a single solution for integration with 3rd party services?

A

Integration Hub

(used to extend Flow Designer capabilities)

17
Q
A