Courseiva

ServiceNow Certified Implementation Specialist - Discovery (CIS-Discovery / CIS-DISCO) (SERVICENOW-CIS-DISCOVERY) (SERVICENOW-CIS-DISCOVERY) — Questions 226300

314 questions total · 5pages · All types, answers revealed

Page 3

Page 4 of 5

Page 5
226
MCQmedium

When a MID Server is part of a cluster, what happens to the ECC queue items if one MID Server goes down?

A.The ECC queue items are deleted
B.The jobs are marked as 'Failed'
C.The ECC queue items are re-assigned to other MID Servers in the cluster
D.The jobs stay in the queue until the failed server returns
AnswerC

Clusters allow for automatic failover of queued work.

Why this answer

If load balancing is configured, the other nodes in the cluster take over the work.

227
Multi-Selectmedium

Which TWO of the following are potential side effects of an improperly configured Reconciliation Rule?

Select 2 answers
A.The Discovery schedule stops.
B.Legitimate updates are rejected by the system.
C.MID server credentials are purged.
D.A low-priority data source overwrites authoritative data.
E.The CMDB Health Dashboard crashes.
AnswersB, D

Strict rules can prevent valid sources from updating data.

Why this answer

Improper rules lead to data flip-flopping or legitimate updates being rejected.

228
MCQhard

If a pattern step is configured to use a 'Variable' as an input, but that variable was never defined, what is the result?

A.The pattern fails the step with an 'Undefined Variable' error.
B.The pattern ignores the step.
C.The variable defaults to empty.
D.The system creates a default variable.
AnswerA

References to missing variables result in runtime errors.

Why this answer

The pattern will throw an execution error because the reference is missing.

229
MCQmedium

You need to ensure that Discovery ignores a specific range of IP addresses within a larger CIDR block that is already configured. What is the most efficient configuration approach?

A.Add the ranges to the Excluded IP Ranges related list.
B.Configure a Discovery Behavior to exclude the IPs.
C.Delete the original schedule and recreate two smaller schedules.
D.Create an ACL to block the IP addresses.
AnswerA

This is the native feature for this requirement.

Why this answer

The Excluded IP Ranges related list on the Discovery Schedule record allows you to explicitly ignore specific IPs.

230
MCQhard

If you need to define a new CI attribute that should be populated by Discovery, which task is mandatory?

A.Make the attribute 'Mandatory' in the dictionary.
B.Ensure the Reconciliation Rule allows the 'Discovery' data source to write to the new attribute.
C.Create a new CI class.
D.Add the attribute to the 'Discovery' schedule.
AnswerB

Without the correct permissions in the reconciliation rule, the Discovery data source cannot update the attribute.

Why this answer

If Discovery is to populate the attribute, you must add it to the pattern and ensure that no Reconciliation Rule prevents the 'Discovery' data source from writing to it.

231
MCQmedium

What is the purpose of the 'Table' attribute in the 'Identification' step?

A.To specify the target CMDB class.
B.To set the CI relationship type.
C.To filter the input data.
D.To name the variable.
AnswerA

The Table field links the pattern's identification logic to the specific CI class.

Why this answer

The 'Table' attribute defines which CMDB class the identified CI belongs to.

232
MCQmedium

What happens to the ECC Queue if the MID Server is unable to connect to the ServiceNow instance?

A.The instance marks the records as 'processed'.
B.The records stay in the 'ready' state until the MID Server reconnects.
C.The records are automatically moved to the error state.
D.The records are automatically deleted.
AnswerB

The MID Server pulls 'ready' records when it checks in.

Why this answer

If the MID is down, the ECC Queue records remain in the 'ready' state on the instance and wait until the MID reconnects to process them.

233
MCQhard

A MID Server is failing to upgrade. What should you check first?

A.The upgrade log files on the MID Server host
B.The Discovery Schedule
C.The System Property list
D.The MID Server record status
AnswerA

These files detail the installation errors for the binary.

Why this answer

The upgrade logs in the agent/logs directory provide insight into why an upgrade process failed (e.g., permissions, disk space).

234
Multi-Selectmedium

Which TWO file types are typically located in the MID Server 'agent' directory?

Select 2 answers
A.User session tokens
B.Configuration files (e.g., agent.config)
C.Discovery results
D.Database files
E.Execution scripts (e.g., start.sh/start.bat)
AnswersB, E

These are essential for MID Server configuration.

Why this answer

The agent directory contains configuration files and the binary scripts for starting the service.

235
MCQmedium

When a CI record is 'Orphaned' according to the CMDB Health Dashboard, what does this mean?

A.The CI has no identified owner.
B.The CI is not associated with an Asset.
C.The CI has not been scanned for over 30 days.
D.The CI has no relationships to other CIs.
AnswerD

Orphaned CIs are those that exist in the CMDB but lack defined connections to other CIs.

Why this answer

An Orphan CI is a CI that has no incoming or outgoing relationships, which is often unexpected for core infrastructure components.

236
MCQeasy

What is the primary way to check if a MID Server is communicating correctly with the ServiceNow instance?

A.Check the 'MID Server' list status.
B.Check the Discovery log.
C.Ping the MID Server from your computer.
D.Check the CMDB.
AnswerA

Status shows connection state.

Why this answer

The MID Server status on the 'MID Server' list view shows 'Up' if it is connected.

237
MCQmedium

You need to add a new CI type to an existing horizontal pattern. Which step must be performed in the Pattern Designer to ensure the CI is linked to the parent process?

A.Use the 'Related CI' step within the Identification section.
B.Add a new CI entry in the 'Identification Rules' table.
C.Modify the 'Discovery CI Identification' business rule.
D.Create a new pattern definition record in the CMDB.
AnswerA

The 'Related CI' step establishes relationships between the discovered CI and existing infrastructure.

Why this answer

To link a CI to a parent process in a pattern, you must define the relation in the Identification section using the 'Related CI' step.

238
MCQmedium

What is the purpose of the 'Pre-sensor' script?

A.To stop a pattern from running.
B.To perform custom logic before the payload is processed.
C.To reset the MID server cache.
D.To run commands on the target device.
AnswerB

Pre-sensor scripts modify the data before it reaches the CMDB identification engine.

Why this answer

Pre-sensor scripts allow developers to manipulate data before it is processed by the identification engine.

239
MCQhard

A MID Server is configured to scan a network segment but the scan fails with an 'Access Denied' error. Where should you look to ensure the MID Server is using the correct credentials?

A.Discovery Logs
B.Service Mapping Logs
C.MID Server Logs
D.Credential Store
AnswerA

Discovery logs capture the authentication attempts and failures.

Why this answer

The Discovery Logs provide the specific execution details, including which credentials were tried and rejected.

240
MCQmedium

You notice a MID Server has the status 'Down' in the ServiceNow instance, but the service is running on the host. What is the first step to troubleshoot?

A.Restart the ServiceNow instance.
B.Update the MID Server version in the MID Server record.
C.Reinstall the MID Server.
D.Check the agent log file (agent/logs/agent0.log.0) for connection errors.
AnswerD

The agent log contains specific error messages regarding connectivity to the instance.

Why this answer

Checking the agent log is the standard first step for identifying why the MID Server is failing to heartbeat or authenticate.

241
MCQmedium

When a Discovery scan completes, how can you view the status of all individual IP addresses scanned by that schedule?

A.Look at the ECC Queue directly.
B.Check the CMDB list.
C.Check the MID Server logs.
D.View the Discovery Status record.
AnswerD

This is the primary way to view execution results.

Why this answer

The 'Discovery Status' record provides a detailed list of all devices scanned, including errors and results.

242
Multi-Selecthard

Which TWO scenarios indicate that an identification rule is misconfigured?

Select 2 answers
A.The pattern takes too long to run
B.The system creates duplicate CIs for the same asset
C.The CMDB is full
D.The MID server service is stopped
E.Discovery fails with 'No identification rule'
AnswersB, E

This is a classic symptom of poor ID rules.

Why this answer

If multiple CIs are created when one should exist, or if updates are applied to the wrong CI, the rules are likely wrong.

243
MCQhard

During the Identification phase, you notice that multiple CI records are being created for the same physical server. Which component should you verify to ensure the Identification engine correctly merges these attributes?

A.Classification Criteria
B.Discovery Patterns
C.Identification Rules
D.Discovery Probes
AnswerC

Identification Rules are critical for matching incoming data to existing CIs.

Why this answer

Identification Rules define the criteria used by the Identification and Reconciliation Engine (IRE) to determine if a CI already exists, preventing duplicates.

244
MCQhard

Which of the following correctly describes the use of the 'Pattern Designer's' 'Search' feature?

A.It searches for available MID servers.
B.It searches for CIs in the CMDB.
C.It searches for patterns in the store.
D.It allows locating specific steps or variables in the pattern.
AnswerD

The search bar helps navigate complex step sequences.

Why this answer

The search feature allows you to find specific steps or configurations within a large, complex pattern.

245
Multi-Selectmedium

Which TWO of the following are key components of the Pattern Designer?

Select 2 answers
A.Update Set Manager
B.Debug panel
C.CMDB Health dashboard
D.Step palette
E.CI Class Manager
AnswersB, D

The panel is used to inspect step variables.

Why this answer

The designer consists of the step palette and the execution/debug environment.

246
MCQhard

You are troubleshooting a MID Server that is stuck in the 'Validated' state but not picking up jobs. You notice the 'MID Server Issues' list reports a 'Clock drift' error. What is the recommended resolution?

A.Update the 'MID Server' record to 'Down' and back to 'Up'
B.Increase the 'ECC Queue' processing timeout
C.Restart the MID Server service
D.Synchronize the MID Server host time with an NTP server
AnswerD

Synchronizing the host time to an accurate NTP source resolves clock drift errors.

Why this answer

Clock drift indicates the MID Server host time is out of sync with the instance, causing authentication issues with the ECC Queue.

247
MCQhard

When using the 'Parse Delimited' step, what is the 'Separator' attribute used for?

A.To define the row identifier.
B.To define the character that splits the data fields.
C.To identify the end of the file.
D.To escape special characters.
AnswerB

The separator allows the engine to split text into columns for mapping.

Why this answer

The separator defines the character (e.g., comma, pipe) that splits the columns in the text.

248
MCQeasy

Which action should you perform before modifying a default Discovery Pattern?

A.Export the pattern to an XML file.
B.Reboot the MID server.
C.Create a copy of the pattern.
D.Delete the original pattern.
AnswerC

Creating a copy ensures your custom logic is preserved during platform updates.

Why this answer

To avoid losing changes during upgrades, you must make a copy of the pattern before modification.

249
MCQeasy

What is the maximum number of times a Discovery Schedule can run?

A.100 times total.
B.Once per day.
C.Unlimited, based on system configuration.
D.Only once.
AnswerC

There is no hard limit on the number of runs.

Why this answer

Discovery schedules can be configured to run as often as required by the system capability.

250
Multi-Selectmedium

Which TWO of the following are primary functions of a Discovery Behavior?

Select 2 answers
A.Defining the target IP address range
B.Assigning specific probes to a schedule
C.Defining what data to collect for specific device types
D.Managing MID Server credentials
E.Scheduling the discovery job
AnswersB, C

Behaviors group probes.

Why this answer

Behaviors dictate which probes to use and can be used to define customized sets of exploration tasks.

251
Multi-Selecthard

Which THREE pieces of information are required for a MID Server to communicate with the ServiceNow instance?

Select 3 answers
A.Admin password for the host
B.Instance URL
C.MID Server record validation
D.Database credentials
E.Network connectivity to the instance
AnswersB, C, E

The MID server must know where to connect.

Why this answer

Connectivity requires a valid URL, authentication (as configured via the MID server record), and the ability to reach the instance via proxy/firewall.

252
MCQhard

When configuring a custom probe, what is the best practice for ensuring that the probe executes only on relevant devices?

A.Include logic in the probe script.
B.Associate the probe with a specific Classifier.
C.Add the IP address to the probe.
D.Assign the probe to all schedules.
AnswerB

Triggers ensure correct execution.

Why this answer

Linking the probe to a specific 'Classifier' or 'Pattern' ensures it only runs when the device type matches.

253
MCQeasy

What does the 'Debug' mode in the Pattern Designer require to function?

A.A new CI class.
B.A valid user session.
C.A selected Discovery status record (node).
D.The MID Server to be in debug mode.
AnswerC

The debugger needs data from a real host to simulate execution.

Why this answer

Debug mode requires a target node to execute the pattern against, which is provided by a Discovery status record.

254
Multi-Selecthard

Which THREE of the following items are stored in the Credential record?

Select 3 answers
A.IP Address
B.Password
C.SSH Key
D.MAC Address
E.Username
AnswersB, C, E

Required for authentication.

Why this answer

Credential records typically store Usernames, Passwords, and SSH keys/certificates.

255
MCQmedium

What is the result of using a 'Delimiter' of '\n' in a 'Parse Delimited' step?

A.It splits the text into separate lines (rows).
B.It splits the text into individual characters.
C.It removes all spaces.
D.It converts the text to JSON.
AnswerA

The newline character is the standard delimiter for row separation.

Why this answer

The '\n' (newline) delimiter splits the text into separate rows.

256
MCQeasy

Which of the following describes the function of the 'Discovery' section in a pattern?

A.It defines the connection to the target.
B.It creates the CI record.
C.It maps attributes to the CMDB.
D.It executes commands to gather data from the target.
AnswerD

The discovery section contains steps to run OS commands and collect data.

Why this answer

The discovery section is where actual commands are executed on the host.

257
MCQmedium

When configuring a Discovery Behavior, what is the primary purpose of defining 'Probes' within the behavior?

A.To define the IP address range.
B.To define the credential to be used.
C.To define which MID Server to use.
D.To control which probes are launched for specific device types.
AnswerD

Behaviors group probes for specific discovery goals.

Why this answer

Behaviors are collections of probes that dictate the scope of the discovery execution.

258
MCQeasy

What does 'Discovery' in ServiceNow primarily populate?

A.The knowledge base.
B.The CMDB.
C.The user database.
D.The incident table.
AnswerB

Discovery populates the CMDB.

Why this answer

Discovery is designed to populate the Configuration Management Database (CMDB).

259
MCQmedium

You want to run a command only if a previous step was successful. How is this configured?

A.This is not possible.
B.Using a 'Pre-condition' on the step.
C.Using an Extension section.
D.Using a 'Wait' step.
AnswerB

Step conditions allow for logic-based execution flow.

Why this answer

You can use the 'Condition' field on a step to check the state of previous steps.

260
MCQhard

A new device type is not being discovered correctly. Where should you look to ensure the classification process is prepared to handle it?

A.The Credential Alias list.
B.The Discovery Classifiers table.
C.The IP Range definitions.
D.The MID Server configuration.
AnswerB

Classifiers handle the logic.

Why this answer

The 'Discovery Classifiers' table contains the rules used to identify and classify devices.

261
Multi-Selecthard

Which THREE of the following items are considered 'CI Identification' best practices?

Select 3 answers
A.Keep identification rules as simple as possible to maximize performance.
B.Create a unique identification rule for every single CI instance.
C.Prioritize attributes that are populated by multiple data sources.
D.Use stable, immutable attributes like serial numbers for hardware.
E.Use the CI's 'Name' field as the primary unique identifier.
AnswersA, C, D

Complex rules increase processing time and error potential.

Why this answer

Best practices for identification focus on stability, uniqueness, and minimizing rule sprawl.

262
Multi-Selecthard

Which THREE of the following are key components for configuring a successful Discovery?

Select 3 answers
A.Knowledge Base
B.Incident Management
C.MID Server
D.Discovery Schedule
E.Credential
AnswersC, D, E

Defines the 'how' and 'where'.

Why this answer

Schedules, MID Servers, and Credentials are the foundational blocks for any discovery project.

263
Multi-Selecthard

When the Identification and Reconciliation Engine (IRE) processes a payload, which THREE components determine if a CI is updated or created?

Select 3 answers
A.MID Server configuration
B.Discovery Schedule
C.Data Source
D.Reconciliation Rules
E.Identification Rules
AnswersC, D, E

Identifies the origin of the data, which is checked by reconciliation rules.

Why this answer

The IRE relies on Identification Rules, Reconciliation Rules, and the payload content to make decisions.

264
MCQeasy

Which ServiceNow feature allows you to visualize the flow of data from Discovery into the CMDB, helping to debug why a CI attribute was populated with a specific value?

A.System Logs
B.CI Identification and Reconciliation (IRE) logs
C.Discovery Pattern Designer
D.Discovery Home Page
AnswerB

IRE logs provide granular detail on how the identification process processed incoming discovery data.

Why this answer

The 'CMDB Workspace' or 'CI Identification and Reconciliation' logs allow you to see the payload sent to the IRE.

265
MCQmedium

How can you prevent a specific MID Server from being used for Discovery?

A.Delete the discovery schedule
B.Pause the MID Server
C.Remove the 'Discovery' capability from the MID Server record
D.Change the MID Server status to 'Down'
AnswerC

Capabilities restrict the type of work assigned.

Why this answer

Removing the 'Discovery' capability effectively prevents the MID Server from being assigned discovery jobs.

266
Multi-Selectmedium

Which TWO of the following are considered 'best practices' for pattern design?

Select 2 answers
A.Add comments to steps to describe logic
B.Hardcode all credentials in the pattern
C.Use extension sections for modular logic
D.Create one giant section for everything
E.Never use variables
AnswersA, C

Documentation helps other developers.

Why this answer

Keeping patterns modular and documenting the steps are essential practices.

267
MCQmedium

You need to store the result of a WMI query in a variable that can be accessed across different sections of the pattern. Which step type should you use?

A.Parse JSON
B.Table Transformation
C.Set Variable
D.Registry Extraction
AnswerC

Set Variable is the standard way to persist data into a named variable for later use.

Why this answer

The 'Set Variable' step allows you to capture output from previous steps and assign it to a variable that persists throughout the pattern execution.

268
MCQmedium

If a MID Server is 'Down', what happens to Discovery schedules assigned to it?

A.The discovery remains in a 'Ready' state.
B.The discovery job will fail or not execute.
C.The schedule automatically switches to another MID.
D.The schedule runs on the next available MID Server.
AnswerB

No MID means no execution.

Why this answer

Discovery will not run if the assigned MID server is offline, as there is no path to the target network.

269
MCQeasy

Where can you view the 'Version' of the MID Server?

A.In the System Properties
B.On the MID Server record
C.In the ECC Queue
D.In the Discovery Schedule
AnswerB

The version field is populated on the record.

Why this answer

The MID Server record provides the current version of the software.

270
MCQhard

How does Discovery handle the identification of a device that has had its IP address changed since the last discovery?

A.It deletes the old CI and creates a new one.
B.It uses Identification Rules to match the device based on hardware attributes.
C.It requires a manual merge in the CI list.
D.It fails because the IP address does not match.
AnswerB

Identification rules handle reconciliation.

Why this answer

Discovery uses Identification rules based on unique hardware attributes (like serial numbers) to reconcile the CI, regardless of IP changes.

271
MCQmedium

You need to ensure that Discovery only scans specific ports for a particular set of Linux servers. Where should you configure this customized port list to override the default Shazzam probe settings?

A.In the Discovery Behavior record
B.In the Discovery Schedule record
C.In the MID Server capability list
D.In the Discovery Range set
AnswerA

Behaviors allow you to associate specific Port Probes with a discovery process.

Why this answer

Port Probes are defined within a Discovery Behavior, which allows you to specify a custom Port Probe record containing the specific ports to be scanned.

272
MCQeasy

Which UI tool is used to visualize the pattern execution flow?

A.Discovery Dashboard
B.Pattern Designer
C.Service Mapping view
D.CI Class Manager
AnswerB

The Pattern Designer provides the graphical interface for building and debugging patterns.

Why this answer

The Pattern Designer includes a graphical interface that displays the steps and flow of the pattern.

273
MCQmedium

During Discovery, a switch is identified, but its related interfaces are not appearing in the CMDB. What is the first thing you should check?

A.Identification Rule for the interface class
B.MID Server capacity
C.Discovery Schedule timing
D.Discovery Error Log
AnswerA

If the IRE cannot identify the interface CI, it cannot create the relationship link.

Why this answer

If the CI is identified but relationships are missing, the identification rule for the relationship (contained in the payload) is usually the cause.

274
Multi-Selecthard

Which THREE actions should you take when troubleshooting a discovery process that is failing to populate the 'Serial Number' field for a specific class of routers?

Select 3 answers
A.Increase the Discovery timeout value
B.Review the Identification Rule for the router class
C.Check the Reconciliation Rule for the serial number attribute
D.Check the Pattern Designer output for the serial number variable
E.Modify the MID Server cluster configuration
AnswersB, C, D

The rule must include the serial number as an identifier for the match to work.

Why this answer

Troubleshooting involves verifying the pattern execution, the identification rule logic, and the reconciliation rule settings.

275
MCQmedium

You notice that Discovery is creating duplicate CIs for Windows servers. Which CMDB feature should you investigate first to ensure Discovery correctly identifies existing CIs?

A.Identification Rules
B.Discovery Schedules
C.Transform Maps
D.Data Preserver
AnswerA

Identification rules are the primary mechanism for matching and preventing duplicates.

Why this answer

The Identification and Reconciliation Engine (IRE) uses identification rules to prevent duplicates by matching incoming data against existing CIs based on defined criteria.

276
MCQmedium

When using multiple MID Servers for load balancing, what is the best way to group them?

A.Create a MID Server Cluster.
B.Use the 'MID Load Balancer' application.
C.Update the config.xml on each server to point to the same instance node.
D.Assign them the same IP range.
AnswerA

Clusters are the correct mechanism for load balancing.

Why this answer

MID Server Clusters allow you to group MID Servers for load balancing and failover.

277
Multi-Selectmedium

Which TWO of the following are true about the 'Discovery Status' module?

Select 2 answers
A.It is the only place to define IP ranges
B.It provides detailed phase-by-phase information
C.It automatically fixes CMDB errors
D.It keeps a history of all discovery runs
E.It is used to manage credentials
AnswersB, D

Shows Shazzam/Class/etc.

Why this answer

It provides a historical log of all discovery runs and detailed information about what occurred during each phase.

278
MCQmedium

You notice that Discovery is failing to detect devices in a new subnet. What is the first thing you should verify in the Discovery configuration?

A.The MID Server status.
B.The Credentials.
C.The Classifier record.
D.The Discovery IP Range.
AnswerD

The range must exist for discovery to trigger.

Why this answer

Ensuring the IP range is defined in the Discovery Schedule is essential for the scan to target the subnet.

279
Multi-Selectmedium

Which TWO of the following are valid CI relationship types that can be created in a pattern?

Select 2 answers
A.Runs on
B.Depends on
C.Owned by
D.Created by
E.Updated by
AnswersA, B

A common relationship type.

Why this answer

Patterns support standard CMDB relationships like 'Runs on' or 'Depends on'.

280
Multi-Selecthard

Which TWO of the following can be used to troubleshoot a MID Server that is not responding?

Select 2 answers
A.Check the MID Server logs
B.Restart the ServiceNow instance
C.Run a full system scan
D.Check the ECC Queue for errors
E.Clear the CMDB cache
AnswersA, D

Provides detailed runtime errors.

Why this answer

Checking the MID Server logs and the ECC Queue status are the primary ways to diagnose communication issues.

281
MCQeasy

What is the primary function of the 'CI Class Manager'?

A.To monitor network traffic.
B.To create new Discovery users.
C.To manage class hierarchy, identification, and reconciliation rules.
D.To update Discovery patterns.
AnswerC

It provides a unified interface for defining and managing the configuration of all CMDB CI classes.

Why this answer

CI Class Manager is the centralized UI for managing class hierarchy, identification rules, and reconciliation rules.

282
MCQmedium

You need to ensure that a specific MID Server only performs WMI discovery and ignores SSH tasks. How do you configure this?

A.Create an Access Control List (ACL) on the ECC Queue
B.Assign only the 'WMI' capability in the 'Capabilities' related list
C.Set the 'Discovery Source' field to 'WMI'
D.Modify the 'Supported Protocols' field on the MID Server record
AnswerB

Capabilities filter the types of work a MID Server will pull from the ECC Queue.

Why this answer

Capabilities are used to restrict the types of tasks a MID Server will accept. Removing the SSH capability ensures the MID Server ignores those jobs.

283
MCQmedium

What happens in the CMDB when a 'Reconciliation Rule' identifies a conflict between two data sources?

A.The system automatically creates a new CI.
B.The system prompts the user to choose.
C.The data source with the higher priority value updates the CI attribute.
D.Both values are stored as an array.
AnswerC

Reconciliation rules prioritize data sources; higher priority sources successfully update the attribute.

Why this answer

The rule determines which source 'wins' based on the priority value assigned to the data sources; the loser is ignored for that attribute.

284
MCQmedium

If you want to ensure that a Discovery Schedule runs exactly once every 24 hours starting at a specific time, which setting do you use?

A.Run: On Demand
B.Run: Periodically
C.Run: Weekly
D.Run: Daily
AnswerD

Daily is the correct setting for fixed interval runs.

Why this answer

Setting the 'Run' field to 'Daily' allows you to define the start time and frequency.

285
MCQhard

If a MID Server's 'Service' is running but the MID Server is 'Down' in the instance, what should you inspect?

A.The network connectivity and agent.config settings
B.The user's password in the instance
C.The MID Server's local disk space
D.The number of Discovery Schedules
AnswerA

Network issues prevent the heartbeat from reaching the instance.

Why this answer

If the service is up but the record is down, there is likely a network communication block or a configuration mismatch in agent.config.

286
MCQhard

What is the purpose of the 'mid.snmp.port' parameter?

A.To secure the connection
B.To set the heartbeat port
C.To configure the MID Server's web interface
D.To set the default port for SNMP discovery
AnswerD

This parameter is used to influence SNMP communication settings.

Why this answer

This parameter defines the port the MID server listens on for SNMP traps or communicates via, depending on the discovery configuration.

287
MCQeasy

What is the primary function of the 'MID Server' application in ServiceNow?

A.To act as a gateway for communication between the instance and the local network
B.To handle user authentication
C.To replace the need for firewalls
D.To store all network data
AnswerA

It facilitates secure communication and data collection across firewalls.

Why this answer

The MID Server acts as a bridge between the instance and the internal network for data collection.

288
Multi-Selectmedium

When configuring Data Sources for CMDB reconciliation, which TWO of the following are true regarding the behavior of the Identification and Reconciliation Engine (IRE)?

Select 2 answers
A.Data source importance determines which source takes precedence during a reconciliation conflict.
B.Custom data sources require a new Identification Rule for every CI class.
C.IRE ignores data sources that are not explicitly defined in the Identification Rules.
D.Discovery always has higher priority than manual CMDB updates by default.
E.The IRE allows for the creation of 'Reconciliation Rules' to define which attributes a data source is allowed to write to.
AnswersA, E

Source priority levels are used by the IRE to determine which data source wins when multiple sources provide conflicting attribute values.

Why this answer

The IRE uses source priority and data source configuration to manage conflicting attribute data.

289
MCQhard

You have a situation where a CI is being updated, but you don't know which data source is responsible. Where can you look to find the authoritative source for each attribute?

A.CMDB Reconciliation Rules
B.CI relationship graph
C.Discovery schedule settings
D.Discovery log
AnswerA

Reconciliation rules define the priority of data sources for CI attributes.

Why this answer

Reconciliation rules allow an administrator to define which sources are permitted to update specific CI attributes.

290
MCQhard

A MID Server reports 'Up' but is not processing any jobs. What is the most likely cause?

A.The MID Server is in a cluster
B.The MID Server is not validated
C.The MID Server is paused
D.The MID Server is missing the 'Discovery' capability
AnswerC

A paused MID Server maintains a heartbeat but ceases processing ECC queue items.

Why this answer

If a MID Server is paused, it will remain up but will not poll for work from the ECC Queue.

291
MCQmedium

What is the purpose of the 'MID Server Properties' module?

A.To define individual server IP addresses
B.To store user passwords
C.To list all discovery jobs
D.To manage global configuration properties for all MID Servers
AnswerD

System properties are global configurations.

Why this answer

This module allows you to define system-wide properties that influence all MID Servers.

292
MCQmedium

A Discovery administrator needs to ensure that only specific CI classes are populated by Discovery. Where should this configuration be managed to prevent unauthorized CI creation?

A.Discovery > Properties
B.Discovery Definition > CI Classifications
C.CMDB Health > Dashboard
D.Identification and Reconciliation > Identification Rules
AnswerD

These rules control which attributes identify a CI and govern the insertion or update of records into the CMDB.

Why this answer

The Discovery CI classification process uses Identification and Reconciliation rules to determine how CIs are created and updated in the CMDB.

293
Multi-Selecthard

Which THREE of the following are standard Discovery phases that can be seen in the 'Discovery Status' record?

Select 3 answers
A.Incident Creation
B.Notification
C.Exploration
D.Classification
E.Shazzam
AnswersC, D, E

Valid phase.

Why this answer

The four phases are Shazzam, Classification, Identification, and Exploration. Any three of these are valid.

294
MCQhard

You are implementing a new discovery tool and want to ensure it integrates seamlessly with existing CMDB identification rules. What is the first step?

A.Delete all existing CIs.
B.Disable all existing identification rules.
C.Review existing Identification Rules to ensure they support the new tool's incoming CI data.
D.Use a new CI class for all data from the new tool.
AnswerC

This prevents duplicate CI creation by ensuring the new tool aligns with existing identification logic.

Why this answer

You must check existing Identification Rules to see if the new tool's data can be mapped using existing identifiers.

295
Multi-Selectmedium

Which TWO of the following are true regarding the Shazzam phase?

Select 2 answers
A.It gathers detailed CI attributes
B.It is used to identify which ports are open
C.It updates the CMDB directly
D.It is the first phase of the Discovery process
E.It performs credential validation
AnswersB, D

Shazzam probes the network for open ports.

Why this answer

Shazzam is the first phase and is used to identify which ports are open on discovered IPs.

296
MCQmedium

Which of the following is true about 'Identification Sections'?

A.They must be the first section in the pattern.
B.They are optional.
C.They don't support regex.
D.They can only be used once per pattern.
AnswerA

Identification sets the primary CI context for the rest of the pattern.

Why this answer

An identification section must contain at least one step that identifies the CI.

297
MCQeasy

What is the purpose of the 'MID Server Validation' process?

A.To check for the latest software version
B.To provide a security handshake between the instance and the MID Server
C.To verify the network speed to the instance
D.To confirm the MID Server has enough RAM
AnswerB

Validation verifies the MID Server identity using a certificate handshake.

Why this answer

Validation ensures that the MID Server is trusted by the instance and authorized to execute commands.

298
MCQhard

What happens if a pattern execution encounters an error in a step that is marked as 'Continue on error'?

A.The error is logged, and the pattern restarts.
B.The entire pattern execution stops.
C.The pattern proceeds to the next step in the sequence.
D.The pattern skips to the next section.
AnswerC

The 'Continue on error' flag allows the execution flow to bypass the failure.

Why this answer

The 'Continue on error' flag allows the discovery to proceed to the next step despite failure.

299
MCQhard

A pattern is failing to map a specific attribute because the command used returns multi-line output. What is the standard way to handle this in a Discovery Pattern?

A.Use a MID Server script file to process the output.
B.Ignore the attribute.
C.Change the command to only return a single line.
D.Use a 'Parse' step with a Regular Expression (Regex) to extract the specific value.
AnswerD

Regex is the standard tool in patterns for parsing strings, including multi-line results.

Why this answer

Patterns use parsing steps (like Regex or Split) to convert multi-line output into structured attribute data.

300
Multi-Selectmedium

Which TWO settings can be managed via the MID Server 'Capabilities' feature?

Select 2 answers
A.Managing user access
B.Filtering scan types (e.g., WMI, SNMP)
C.Configuring proxy connections
D.Restricting discovery work
E.Setting the memory limit
AnswersB, D

Capabilities are used to assign specific protocol handling.

Why this answer

Capabilities allow you to restrict work (like discovery) and manage specific scan types (like WMI).

Page 3

Page 4 of 5

Page 5

All pages