SNOW-CAD Creating and customizing tables and data Practice Question
Exhibit
{
"name": "u_custom_field",
"internal_type": "integer",
"max_length": 100,
"label": "Custom Count"
}Refer to the exhibit. A developer created this dictionary override for a new field. When saving, an error occurs. What is the cause?
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
✓
Integer fields do not support the max_length property
Integer fields in ServiceNow do not support the max_length attribute; that property is only applicable to string fields. The system rejects the dictionary override because max_length is invalid for an integer. Option A is wrong because labels can contain spaces. Option C is wrong because 'integer' is correctly spelled; the issue is not a typo. Option D is wrong because the order of JSON properties does not matter in dictionary overrides.
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 label 'Custom Count' contains spaces
Why it's wrong here
Labels can contain spaces.
- ✓
Integer fields do not support the max_length property
Why this is correct
max_length applies only to string and similar types.
- ✗
internal_type should be 'integer' not 'integer' (typo)
Why it's wrong here
"integer" is correct.
- ✗
The JSON properties must be in alphabetical order
Why it's wrong here
JSON order is irrelevant.
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.