ServiceNowServiceNow
CSA · Question #100
CSA Question #100: Real Exam Question with Answer & Explanation
The correct answer is D: Execute Transform. When importing spreadsheet data into ServiceNow, the data is written to the receiving target table during the 'Execute Transform' step.
Submitted by marco_it· Apr 18, 2026Introduction to Development and Data Migration
Question
When importing spreadsheet data into ServiceNow, in which step does the data get written to the receiving table?
Options
- ARun Transform
- BRun Import
- CImport Dataset
- DExecute Transform
- ESchedule Transform
Explanation
When importing spreadsheet data into ServiceNow, the data is written to the receiving target table during the 'Execute Transform' step.
Common mistakes.
- A. 'Run Transform' is essentially the same action as 'Execute Transform', but 'Execute Transform' can be seen as a more precise description of the process where the transformation logic is actively performed.
- B. 'Run Import' typically refers to the initial loading of data from the source file into the import set table, not the subsequent writing to the target table.
- C. 'Import Dataset' refers to the action of bringing the raw data into the staging (import set) table, which precedes the transformation to the target table.
- E. 'Schedule Transform' sets up the transform map to run at a future time, but it is not the step where the data is actually written to the target table.
Concept tested. Data import transform step
Topics
#Data Import#Transform Maps#Import Sets#Data Migration
Community Discussion
No community discussion yet for this question.