What is data migration?
[Exam Weight: 13%] One-time movement of data into ServiceNow
What is an integration?
[Exam Weight: 13%] Ongoing data exchange between systems
What is the key difference between migration and integration?
[Exam Weight: 13%] Migration is one-time; integration is ongoing
What tool is used for one-time data loads?
[Exam Weight: 13%] Import Sets
What record defines where import data comes from?
[Exam Weight: 13%] Data Source
Where is imported data stored initially?
[Exam Weight: 13%] Import Set table
What controls how import data moves to target tables?
[Exam Weight: 13%] Transform Map
Can Transform Maps be reused?
[Exam Weight: 13%] Yes
What feature allows recurring imports?
[Exam Weight: 13%] Scheduled Import
What integration type uses REST APIs?
[Exam Weight: 13%] REST integration
What data format is commonly used with REST?
[Exam Weight: 13%] JSON
Which integration type is more lightweight?
[Exam Weight: 13%] REST
What CSA mistake is common with imports?
[Exam Weight: 13%] Treating them as integrations
What CSA mistake is common with integrations?
[Exam Weight: 13%] Using them for one-time loads
What determines whether to use migration or integration?
[Exam Weight: 13%] Frequency of data exchange
What is data migration in ServiceNow?
[Exam Weight: 13%] [Migration] The process of importing data from external sources into ServiceNow tables.
What tool is most commonly used for data migration in ServiceNow?
[Exam Weight: 13%] [Migration] Import Sets.
What is an Import Set?
[Exam Weight: 13%] [Migration] A staging table used to temporarily store imported data.
What is the purpose of an Import Set table?
[Exam Weight: 13%] [Migration] To hold raw data before it is transformed into target tables.
What are common data sources for Import Sets?
[Exam Weight: 13%] [Migration] CSV files, Excel files, JDBC, and web services.
What process moves data from an Import Set to a target table?
[Exam Weight: 13%] [Migration] Transform Map.
What is a Transform Map?
[Exam Weight: 13%] [Migration] A set of rules that maps fields from an Import Set to a target table.
What is a target table?
[Exam Weight: 13%] [Migration] The destination table where transformed data is stored.
What happens during data transformation?
[Exam Weight: 13%] [Migration] Data is validated, mapped, and inserted or updated in the target table.