SNOW-CAD Designing interfaces and user experiences Practice Question
Exhibit
{
"type": "filter",
"condition": "assignment_group=IT Support^state=In Progress",
"operator": "AND",
}Refer to the exhibit. A dashboard filter configuration contains the above JSON. When the dashboard runs, it shows an 'Invalid filter condition' error. What is the issue?
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 JSON has a trailing comma after the 'operator' line.
The JSON has a trailing comma after the 'operator' value, which is invalid JSON syntax. This causes the parser to fail.
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 string is missing a closing parenthesis.
Why it's wrong here
Parentheses are not required in filter conditions.
- ✗
The operator should be 'OR' instead of 'AND'.
Why it's wrong here
The operator is syntactically valid; the error is due to JSON syntax.
- ✓
The JSON has a trailing comma after the 'operator' line.
Why this is correct
Trailing commas are not allowed in JSON.
- ✗
The assignment group name is misspelled.
Why it's wrong here
Misspelling would cause no data, not an invalid filter error.
Go deeper
Related to this question
About these practice questions
This SNOW-CAD question is part of Courseiva's 481-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-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.