SNOW-CAD Working with Data Practice Question
Which TWO methods are valid for adding a condition to a GlideRecord query? (Choose two.)
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
✓
addQuery
Options B and C are correct. addQuery is the standard method for adding an AND condition to a GlideRecord query. addOrCondition is a valid method for adding an OR condition. Option A is wrong because addAndCondition is not a valid GlideRecord method. Option D (setCondition) is not a valid method. Option E (addWhere) is not a valid method.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
addAndCondition
Why it's wrong here
Not a valid method; use addQuery for AND conditions.
- ✓
addQuery
Why this is correct
Primary method to add a condition (AND).
- ✓
addOrCondition
Why this is correct
Used to add an OR condition to the query.
- ✗
setCondition
Why it's wrong here
Not a valid GlideRecord method.
- ✗
addWhere
Why it's wrong here
Not a valid GlideRecord method.
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.