SERVICENOW-CIS-DISCOVERY Discovery Pattern Design Practice Question
Which THREE common challenges arise when using Regex to extract data from command outputs in patterns?
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
✓
Potential for catastrophic backtracking on large strings
Regex is sensitive to output changes, can be complex to maintain, and might cause performance issues if not optimized.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Potential for catastrophic backtracking on large strings
Why this is correct
Improper regex can cause performance degradation.
- ✗
Regex does not support capture groups
Why it's wrong here
Regex heavily relies on capture groups.
- ✓
Changes in command output format can break the regex
Why this is correct
Regex is highly fragile to output changes.
- ✗
Regex is automatically converted to JSON
Why it's wrong here
Regex is not converted to JSON.
- ✓
Complexity of maintaining long regex strings
Why this is correct
Long regex patterns are difficult for other admins to maintain.
About these practice questions
Courseiva writes every SERVICENOW-CIS-DISCOVERY question from scratch — 314 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official ServiceNow exam blueprint
This SERVICENOW-CIS-DISCOVERY 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 SERVICENOW-CIS-DISCOVERY exam.