ServieNow CIS - Discovery
SERVICENOW · CIS – Discovery (CIS-Disco)
I build this deck when I was preparing for the Discovery exam. Hope it helps!
You have mastered every card in this deck.
Pass complete.
Log in to mark cards as mastered and track progress.
The Imposter Hunt
The Imposter Hunt (Unlocked!)
Prove your knowledge to unlock this challenge.
Test your knowledge and spot the fake definitions.
Log in and master this deck to unlock.
All cards (80)
Scroll to review fronts and backs
Card 1
Front
What is the main purpose of Discovery?
Back
To find infrastructure components and update the CMDB with discovered data.
Card 2
Front
What is a Discovery pattern?
Back
A reusable set of instructions used to identify, classify, and populate CIs.
Card 3
Front
What is Pattern Designer used for?
Back
Creating, testing, debugging, and maintaining Discovery patterns.
Card 4
Front
What is a pattern section?
Back
A logical group of pattern steps that performs one part of discovery.
Card 5
Front
What is a pattern step?
Back
A single instruction inside a pattern section.
Card 6
Front
What is a pattern operation?
Back
The action performed by a pattern step, such as matching or parsing data.
Card 7
Front
What does the Match operation do?
Back
Checks whether collected data matches expected text or values.
Card 8
Front
What does Parse variable do?
Back
Extracts a value from collected data and stores it in a variable.
Card 9
Front
What does Parse file do?
Back
Reads file content so values can be extracted and used by the pattern.
Card 10
Front
What is a pattern variable?
Back
A temporary value used while a pattern runs.
Card 11
Front
What is a CI attribute?
Back
A field value stored on a CI record.
Card 12
Front
What is regex used for in patterns?
Back
Finding, matching, or extracting text from command output or files.
Card 13
Front
What is a regex capture group used for?
Back
Capturing part of a match so it can be reused or stored.
Card 14
Front
What is an identification section?
Back
A pattern section used to determine whether the correct CI or application has been found.
Card 15
Front
What is a connection section?
Back
A pattern section used to connect to a target component or application.
Card 16
Front
What is application identification?
Back
The process of recognizing an application from discovered evidence.
Card 17
Front
What is a parsing strategy?
Back
The method used to extract useful values from collected data.
Card 18
Front
Why should pattern steps be tested?
Back
To confirm the pattern collects and maps the expected data.
Card 19
Front
What does pattern debugging help find?
Back
Failed steps, missing values, bad parsing, and connection issues.
Card 20
Front
What is the risk of a weak regex?
Back
It can match the wrong text or fail when output changes slightly.
Card 21
Front
What should a pattern store in the CMDB?
Back
Accurate CI attributes and relationships discovered from the target.
Card 22
Front
What is a CI relationship?
Back
A defined connection between two CIs.
Card 23
Front
What should be checked when an application is not identified?
Back
Connection sections, identification sections, credentials, and parsing results.
Card 24
Front
What is a common cause of missing pattern attributes?
Back
The pattern did not collect, parse, or map the needed value.
Card 25
Front
What does a command step usually collect?
Back
Output from the target system for parsing or identification.
Card 26
Front
What should be reviewed when a pattern works on one host but not another?
Back
OS differences, credentials, command output, and target configuration.
Card 27
Front
Why is command output often parsed?
Back
To turn raw text into usable CI attributes or relationships.
Card 28
Front
What does a connection failure usually point to?
Back
Credentials, network access, port availability, or target configuration.
Card 29
Front
What is a MID Server?
Back
A Java application that runs inside the network and exchanges data with the instance.
Card 30
Front
Why is a MID Server required for Discovery?
Back
It runs discovery activity from inside the customer network.
Card 31
Front
What does the ECC Queue do?
Back
Moves work requests and results between the instance and MID Servers.
Card 32
Front
What does a Discovery schedule define?
Back
What to scan, when to scan it, and which MID Server or behavior to use.
Card 33
Front
What does an IP range define?
Back
The network addresses included in a Discovery scan.
Card 34
Front
What is a Discovery behavior?
Back
A configuration that controls how Discovery runs against selected targets.
Card 35
Front
What is an IP service used for?
Back
Mapping ports and protocols to services that help classify targets.
Card 36
Front
What is a credential used for?
Back
Authenticating to a target so deeper discovery can run.
Card 37
Front
What is credential affinity?
Back
Remembering which credential worked for a target to improve future runs.
Card 38
Front
What does credential failure usually prevent?
Back
Deeper identification and exploration of the target.
Card 39
Front
What is classification in Discovery?
Back
Determining the general type of target that was found.
Card 40
Front
What is identification in Discovery?
Back
Matching discovered data to an existing CI or deciding a new CI is needed.
Card 41
Front
What is exploration in Discovery?
Back
Collecting detailed attributes and relationships after the target is identified.
Card 42
Front
What does PCIE stand for?
Back
Port scan, Classification, Identification, and Exploration.
Card 43
Front
What happens during the port scan phase?
Back
Open ports are detected to determine possible services.
Card 44
Front
What is a discovered device record used for?
Back
Tracking information about a device found during Discovery.
Card 45
Front
What does Discovery status show?
Back
The progress and result of a Discovery run.
Card 46
Front
What is a Discovery error?
Back
A recorded problem that occurred during a Discovery run.
Card 47
Front
What is a common cause of duplicate CIs?
Back
Identification data is missing, inconsistent, or not matched correctly.
Card 48
Front
What should be checked first for credential-related Discovery failures?
Back
Credential validity, credential order, network access, and target permissions.
Card 49
Front
What does a MID Server status of Up indicate?
Back
The MID Server is available to process work.
Card 50
Front
What does a MID Server cluster provide?
Back
A grouped set of MID Servers for load balancing or failover.
Card 51
Front
What is a load balancing MID Server cluster used for?
Back
Distributing Discovery work across available MID Servers.
Card 52
Front
What is a failover MID Server cluster used for?
Back
Providing backup processing if the preferred MID Server is unavailable.
Card 53
Front
What can block a successful Discovery scan?
Back
Firewalls, closed ports, bad credentials, or unreachable targets.
Card 54
Front
What should be reviewed when Discovery finds only basic device data?
Back
Credentials, open ports, classification, and exploration errors.
Card 55
Front
What is the purpose of troubleshooting Discovery logs?
Back
Finding where the Discovery process failed or returned unexpected data.
Card 56
Front
What is the purpose of limiting Discovery scope?
Back
To reduce risk, avoid noise, and scan only approved ranges.
Card 57
Front
What is the CMDB?
Back
The database of configuration items and their relationships.
Card 58
Front
What is a CI?
Back
A configuration item tracked in the CMDB.
Card 59
Front
What is a CI class?
Back
A category of CI with its own fields and behavior.
Card 60
Front
What is CI Class Manager used for?
Back
Viewing and managing CI classes, attributes, and relationships.
Card 61
Front
What does table inheritance mean for CI classes?
Back
Child CI classes inherit fields from parent classes.
Card 62
Front
What is cmdb_ci?
Back
The base table for configuration items.
Card 63
Front
What is cmdb_rel_ci?
Back
The table that stores CI relationships.
Card 64
Front
What does the CMDB Health Dashboard monitor?
Back
CMDB completeness, correctness, and compliance indicators.
Card 65
Front
What is CMDB Identification?
Back
The process of matching incoming data to the correct CI.
Card 66
Front
What is a CI identifier?
Back
A rule that defines how a CI is uniquely recognized.
Card 67
Front
What is reconciliation?
Back
Controlling which data sources can update CI attributes.
Card 68
Front
What is data source precedence?
Back
The ranking that decides which source wins when multiple sources update the same attribute.
Card 69
Front
What is CMDB de-duplication?
Back
Finding and resolving duplicate CI records.
Card 70
Front
What is CI reclassification?
Back
Moving a CI from one class to a more appropriate class.
Card 71
Front
What is Discovery engagement readiness?
Back
Planning and validation needed before a Discovery implementation or expansion.
Card 72
Front
What should MID Server planning include?
Back
Network placement, capacity, permissions, firewall access, and high availability needs.
Card 73
Front
Why does MID Server placement matter?
Back
It affects reachability, performance, and which targets can be scanned.
Card 74
Front
What should be confirmed before scanning a network range?
Back
Approval, ownership, firewall rules, credentials, and expected targets.
Card 75
Front
Why are credentials gathered before implementation?
Back
Discovery needs valid access to classify, identify, and explore targets.
Card 76
Front
What is the value of a Discovery dashboard?
Back
It gives visibility into coverage, errors, results, and operational health.
Card 77
Front
What is the business value of Discovery?
Back
Accurate infrastructure visibility for operations, service mapping, and CMDB quality.
Card 78
Front
Why define Discovery scope early?
Back
To align scanning with business goals, ownership, risk, and network boundaries.
Card 79
Front
What should operational handoff include?
Back
Schedules, credentials, dashboards, error handling, and support ownership.
Card 80
Front
What does operationalizing Discovery mean?
Back
Making Discovery part of regular monitoring, maintenance, and CMDB governance.