Importing Data Flashcards

1
Q

What are the import sets used for?

A

They are user to import data from various sources of data and them map that data into ServiceNow tables

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

From what sources can you import data?

A

Local source file
A network server by providing a path and authentication information
LDAP connection
JDBC connection

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

What roles do you need to manage aspects of import sets?

A

admin
import_admin

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

What is the import set table?

A

It is a staging area for records imported from a data source. Fields are generated automatically based on imported data and should not be modified manually

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

How the import set table is named?

A

By the imported file label

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

Are created import sets table reusable?

A

Yes, you can use a previously created import set table with the same source or data that contains the same field/columns designations.

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

What is transform map for?

A

To provide a guide for moving data from import set tables to “Target” tables. It determines the relationships between fields in an import set table and fields in an existing ServiceNow table.

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

What is Automatic mapping utility?

A

When all the fields from the imported set table matches with the SN table, simply click on Auto Map Matching Fields in the related list

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

What is Mapping Assist utility for?

A

Provides a visually intuitive environment for specifying mapping between import set fields and target table fields.

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

What are the first things you should to, as best practice, before importing data?

A
  1. Understand what data you are bringing in and where that data should go
  2. Verify and clean it if needed
  3. Don’t import data with extremely large import sets to avoid extensive delays
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is data policy?

A

It is a rule that enforces data consistency by setting fields as mandatory and/or read-only.

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

Where can you create data policies?

A

You can create data policies only for tables and database views that are in the same scope as the data policy and for other tables that have at leas one field in the same scope as the data policy.

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

True or false - Data Policy is NOT about security

A

True - they are about managing the integrity of the information stored in the database

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