ServiceNowServiceNow
CSA · Question #253
CSA Question #253: Real Exam Question with Answer & Explanation
The correct answer is B: Tables within the global scope. When importing data into ServiceNow, target tables must exist within an accessible application scope (global or current) and permit write operations from the import process.
Submitted by manish99· Apr 18, 2026Introduction to Development and Data Migration
Question
When selecting the Target table for an import, which tables can you select? (Choose three.)
Options
- ATables outside of ServiceNow
- BTables within the global scope
- CRelated tables, using Dot Walk
- DTables which allow write access to other applications
- ETables within the existing application scope
Explanation
When importing data into ServiceNow, target tables must exist within an accessible application scope (global or current) and permit write operations from the import process.
Common mistakes.
- A. An import process always targets a table within the ServiceNow instance, not a table located outside of ServiceNow.
- C. Dot-walking is a method to access fields on related records, not a mechanism for selecting an entire related table as the direct target for an import.
Concept tested. Import Set Target Tables
Topics
#Data Import#Tables#Application Scope#Global Scope
Community Discussion
No community discussion yet for this question.