試験CSA-JPN トピック5 問題71 スレッド
ServiceNow CSA-JPNのリアル試験問題集
問題 #: 71
トピック #: 5
問題 #: 71
トピック #: 5
データ ソースからインポートされたレコードのステージング エリアとして機能するテーブルはどれですか?
おすすめの解答:C 解答を投票する
In ServiceNow, when importing data from an external source (e.g., CSV, Excel, or an external database), the records first go into astaging areabefore being transformed and inserted into their final destination table.
TheImport Set Row Table(sys_import_set_row) is where records are temporarily stored during an import.
This table holds raw data from theImport Set Table (sys_import_set), allowing transformation and validation before writing to the target table.
Load Data# Records are loaded into theImport Set Row Table (sys_import_set_row).
Transform Data# ATransform Mapprocesses and moves data to the target table.
Clean Up# Processed records are removed from thestaging tableafter transformation.
A: Transform Table #Incorrect
No such table called"Transform Table"exists in ServiceNow.
Transformation happens viaTransform Maps, not a separate table.
B: Staging Table #Incorrect
The term"staging table"is a general concept but not an actual table name in ServiceNow.
D: Temp Table #Incorrect
ServiceNow does not use a"Temp Table"for imports.
Temporary data is held insys_import_set_row, not a table named "Temp Table." Import Sets Overview Understanding Import Set Row Table The Correct Table: Import Set Row TableImport Process Flow:Why Other Options Are Incorrect?Official ServiceNow Documentation Reference:
TheImport Set Row Table(sys_import_set_row) is where records are temporarily stored during an import.
This table holds raw data from theImport Set Table (sys_import_set), allowing transformation and validation before writing to the target table.
Load Data# Records are loaded into theImport Set Row Table (sys_import_set_row).
Transform Data# ATransform Mapprocesses and moves data to the target table.
Clean Up# Processed records are removed from thestaging tableafter transformation.
A: Transform Table #Incorrect
No such table called"Transform Table"exists in ServiceNow.
Transformation happens viaTransform Maps, not a separate table.
B: Staging Table #Incorrect
The term"staging table"is a general concept but not an actual table name in ServiceNow.
D: Temp Table #Incorrect
ServiceNow does not use a"Temp Table"for imports.
Temporary data is held insys_import_set_row, not a table named "Temp Table." Import Sets Overview Understanding Import Set Row Table The Correct Table: Import Set Row TableImport Process Flow:Why Other Options Are Incorrect?Official ServiceNow Documentation Reference:
水野** 2026-06-24 12:32:23
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。