SNOW-CAD Working with Data Practice Question
Exhibit
{
"name": "Enforce Mandatory for VIP",
"table": "incident",
"conditions": [
{
"condition": "caller_id.name = 'VIP'",
"mandatory": "short_description"
}
]
}Refer to the exhibit. A developer created this data policy on the incident table. What will be the result when a user creates or updates an incident where the caller's name is 'VIP'?
⚠ Common exam trap
ServiceNow often tests the misconception that dot-walking is universally supported across all ServiceNow condition builders, when in fact data policy conditions explicitly require direct field references or scripted logic.
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
✓
The condition is invalid because dot-walking is not supported in data policy conditions.
Data policy conditions in ServiceNow do not support dot-walking to reference fields like 'caller.name'. The condition must use a direct field on the table (e.g., 'caller') or a scripted condition. Since the condition is invalid, the data policy will not execute, and no field behavior changes will occur.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The condition will always evaluate to true regardless of the caller's name.
Why it's wrong here
The condition is invalid and will not evaluate as true; it is effectively ignored.
- ✗
The short_description field will become mandatory for all incidents.
Why it's wrong here
The condition is invalid, so the mandatory rule does not apply to any records.
- ✗
The data policy will cause a client-side error.
Why it's wrong here
Data policies with invalid conditions are ignored, they do not throw errors.
- ✓
The condition is invalid because dot-walking is not supported in data policy conditions.
Why this is correct
Data policies do not support dot-walking in conditions; the condition is ignored.
Go deeper
Related to this question
About these practice questions
One of 481 original SNOW-CAD practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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-CAD 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-CAD exam.