SNOW-CSA Reporting, SLA and Imports Practice Question
Which TWO options are true regarding import set transform maps?
⚠ Common exam trap
Many exam-takers confuse the transform map execution context (source vs. target) and mistakenly think coalesce is per-field, when in fact it is a map-level setting that controls record matching for the entire import.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Transform scripts can access both source and target records
Transform scripts in ServiceNow run during the transform map execution and have access to both the source record (via the 'source' object) and the target record (via the 'target' object). This allows scripts to read, compare, and modify data from both sides, enabling complex data transformation logic.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Transform scripts can access both source and target records
Why this is correct
Scripts have access to source and target objects.
- ✓
Coalesce is used to update existing records instead of inserting new ones
Why this is correct
Coalesce matches existing records for update.
- ✗
Transform maps run in the context of the source table
Why it's wrong here
They run in context of target table.
- ✗
Each field mapping can have a unique coalesce field
Why it's wrong here
Coalesce is defined at the table level, not per field map.
- ✗
Import sets automatically deduplicate based on sys_id
Why it's wrong here
No automatic deduplication without coalesce.
Go deeper
Related to this question
About these practice questions
This SNOW-CSA question is part of Courseiva's 504-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CSA practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CSA exam.