Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Pass Your Exam Easily! CIS-Discovery Real Question Answers Updated on Mar 28, 2026 [Q39-Q61]

Share

Pass Your Exam Easily! CIS-Discovery Real Question Answers Updated on Mar 28, 2026

Actual Questions Answers Pass With Real CIS-Discovery Exam Dumps


The CIS-Discovery certification exam is a challenging exam that requires a deep understanding of ServiceNow's Discovery application. To pass the exam, professionals must have hands-on experience with ServiceNow Discovery and a solid understanding of the application's architecture, data sources, and data collection strategies. CIS-Discovery exam also requires candidates to have a good understanding of IT asset management and configuration management best practices.

 

NEW QUESTION # 39
Which of the following MID Server Parameters cannot be modified through the platform UI?

  • A. mid.windows.management_protocol
  • B. mid.ssh.session_timeout
  • C. name
  • D. url

Answer: C

Explanation:
The MID Server parameters like 'mid.ssh.session_timeout', 'url', and 'mid.windows.management_protocol' can be modified through the ServiceNow platform UI under the MID Server configuration settings. These parameters control various aspects of the MID Server's operation, such as timeout settings for SSH sessions, the URL for the MID Server to communicate with the ServiceNow instance, and the management protocol to use for Windows servers, respectively. The 'name' of the MID Server, however, is not typically a parameter that can be changed through the UI as it is a unique identifier for the MID Server within the ServiceNow instance. Once a MID Server is registered with a name, that name is usually persistent and not intended to be modified through configuration settings.


NEW QUESTION # 40
With multiple CI data sources, which choice is the best for determining which source can update a CI attribute?

  • A. Transform Maps
  • B. Data Certification
  • C. Reconciliation Rules
  • D. Business Rules

Answer: C


NEW QUESTION # 41
A tabular variable in a discovery pattern ______ .
Response:

  • A. has each cell as Cl attribute
  • B. is a single column
  • C. is a single string
  • D. has each cell as a scalar variable

Answer: D


NEW QUESTION # 42
What network protocol is needed to discover linux/unix devices and what should be the permissions of the user?
Response:

  • A. 1) SNMP Protocol with community string
  • B. 1) SSH Protocol with userna me/password, or private key 2) Root or Sudo privileges must be granted
  • C. 1) WMI Protocol with username/password 2) Domain Administrator permission

Answer: B


NEW QUESTION # 43
Which service needs to be running on a host to detect a Windows device?
* WMI
* SSH

  • A. CIM
  • B. WinRM

Answer: B

Explanation:
For ServiceNow Discovery to detect a Windows device, the Windows Management Instrumentation (WMI) service needs to be running on the host. WMI is a Windows feature that provides a standardized way to access management information about operating system components and services. Discovery uses WMI to query Windows hosts for information about their hardware, software, and system configuration. SSH is used for Unix-like systems, WinRM is an alternative Windows management protocol, and CIM (Common Information Model) is a cross-platform standard; however, WMI is the primary service used for Windows device discovery.


NEW QUESTION # 44
Temporary variables available by default in the pattern designer.
Response:

  • A. computer_system and process
  • B. computer_system, hardware and process
  • C. computer_server, hardware and process

Answer: A


NEW QUESTION # 45
Which method is used by Discovery to determine if a Host IP is active or alive?

  • A. Traceroute
  • B. Ping
  • C. Classification
  • D. Port Scan

Answer: C


NEW QUESTION # 46
If discovery does not get past classification phase, what can be the issue?
Response:

  • A. Code Error
  • B. Authentication
  • C. Firewall Ports not open

Answer: B


NEW QUESTION # 47
Which of the following choices explain differences between Service Mapping and Discovery?

  • A. Discovery finds applications and devices on your network; Service Mapping monitors those devices.
  • B. Discovery requires agent installation to find hardware devices; Service Mapping requires agents for software.
  • C. Discovery addresses inventory-related use cases, while Service Mapping allows for the creation of accurate maps of application service topologies.
  • D. Discovery utilizes IP address ranges for initial discovery; Service Mapping uses entry points.

Answer: C,D


NEW QUESTION # 48
Which method is used by Discovery to determine if a Host IP is active or alive?

  • A. Traceroute
  • B. Ping
  • C. Classification
  • D. Port Scan

Answer: B

Explanation:
Discovery uses the ping method to determine if a host IP is active or alive. Ping is a network utility that sends an ICMP echo request packet to a target IP address and waits for an ICMP echo reply packet. If the target IP address responds, it means that the host is active or alive12.
References:
* 1: ServiceNow Discovery Documentation, Discovery Process section
* 2: ServiceNow Discovery Overview, page 8


NEW QUESTION # 49
key capabilities of a ServiceNow IT Operations Management (ITOM) Enterprise solution:
(Choose 2)
Response:

  • A. Proactively eliminating service outages
  • B. Managing hybrid clouds
  • C. Creating engaging user experience
  • D. Building new apps fast

Answer: A,B


NEW QUESTION # 50
Which of the following must be configured to allow a MID Server to access servers using WinRM?

  • A. Add the WinRM parameter on the target servers
  • B. Add a MID Server parameter mid.windows.management protocol to use WinRM
  • C. Set the JEA Property to True
  • D. Add the MID Servers as a trusted source with DNS

Answer: B

Explanation:
For a MID Server to access servers using Windows Remote Management (WinRM), it's necessary to specify that WinRM should be used as the protocol for Windows management. This is typically done by setting the appropriate MID Server parameter, such as mid.windows.management_protocol, to WinRM. This configuration tells the MID Server to use the WinRM protocol when communicating with the target servers for executing commands and collecting data. The answer is derived from understanding how ServiceNow Discovery uses MID Servers to perform remote operations and the need to configure these MID Servers appropriately to communicate using different protocols like WinRM. It is not sufficient to just add the WinRM parameter on target servers or simply add the MID Servers as a trusted source with DNS; the MID Server itself must be configured to use WinRM. Setting a 'JEA Property' to true is not relevant to the basic configuration of a MID Server for WinRM access.


NEW QUESTION # 51
Based on the image, which of the following is true?

Value $name_details[1].exec_info+"-"+$process.executableDir

  • A. This is from a WMI query operation step.
  • B. There is a tabular varlable named 'name_details'.
  • C. There is a scalar varlable labeled '1'.
  • D. This Value cannot be used in a pattem step.

Answer: C

Explanation:
The image provided shows a ServiceNow expression used to concatenate two pieces of information. The
$name_details[1]suggests that 'name_details' is an array or a list variable, and we're accessing the second element (considering indexing starts at 0). This indicates that 'name_details' is not a tabular variable but rather a list or an array, and there is a scalar value labeled '1' which is being used to index this array. The 'exec_info' and 'executableDir' are likely attributes or properties of the objects within the 'name_details' array and
'$process' object, respectively. There is no indication that this is from a WMI query operation step, nor is there any inherent reason why this value could not be used in a pattern step. ServiceNow Discovery patterns can use such expressions to extract and concatenate data during the discovery process.


NEW QUESTION # 52
If the WMI service is not running on a host, it will prevent the discovery of which devices?

  • A. Unix
  • B. Storage
  • C. Windows
  • D. Network

Answer: C


NEW QUESTION # 53
In Discovery, which one of the following causes a pattern to fail during discovery?
Response:

  • A. No parse variable operation used in a step
  • B. No pattern attached to a classification
  • C. No CI Identifier exists
  • D. No firewalls installed on the host

Answer: B


NEW QUESTION # 54
Based on the image, which of the following is true?

Value $name_details[1].exec_info+"-"+$process.executableDir

  • A. This is from a WMI query operation step.
  • B. There is a tabular varlable named 'name_details'.
  • C. There is a scalar varlable labeled '1'.
  • D. This Value cannot be used in a pattem step.

Answer: C

Explanation:
The image provided shows a ServiceNow expression used to concatenate two pieces of information. The
$name_details[1] suggests that 'name_details' is an array or a list variable, and we're accessing the second element (considering indexing starts at 0). This indicates that 'name_details' is not a tabular variable but rather a list or an array, and there is a scalar value labeled '1' which is being used to index this array. The 'exec_info' and 'executableDir' are likely attributes or properties of the objects within the 'name_details' array and
'$process' object, respectively. There is no indication that this is from a WMI query operation step, nor is there any inherent reason why this value could not be used in a pattern step. ServiceNow Discovery patterns can use such expressions to extract and concatenate data during the discovery process.


NEW QUESTION # 55
Which check box we need to select to process Shazzam probe among multiple MID Server in a cluster?
Response:

  • A. Shazzam cluster support
  • B. Shazzam Load Balance Support

Answer: A


NEW QUESTION # 56
When installing a MID Server on a Windows platform, which right must be associated when creating a Service Account?

  • A. MID Server User Role
  • B. Domain Admin
  • C. Log on as service
  • D. Local Admin

Answer: D


NEW QUESTION # 57
A network device has both an SSH port and an SNMP port open. Discovery tries the SSH probe first and it fails. This triggers the SNMP probe, which succeeds. Discovery uses SNMP first for subsequent discoveries on that device.
What discovery functionality allows the above to happen?

  • A. Credential affinity
  • B. MID Server affinity
  • C. IP service affinity
  • D. Classification

Answer: A

Explanation:
Credential affinity is an association between a set of credentials and a device on your network. When Discovery or Orchestration first attempts to access a device, they try all available credentials until a valid one is found. Once a valid credential is found, it is recorded in the dscy_credentials_affinity table, and further discovery processes rely on this information. If the credentials are modified or changed, the process will be repeated until a valid credential is found and updated in the same table. Credential affinity allows Discovery to use the most efficient and successful credential for each device, and avoid unnecessary credential failures.
References: Credential affinity for Discovery and Orchestration, Credential Management in ServiceNow discovery


NEW QUESTION # 58
Which of the choices have a higher chance of leading to lost data during CI reclassification? (Choose two.)

  • A. Upgrading
  • B. Switching
  • C. Downgrading
  • D. Identifying

Answer: C,D


NEW QUESTION # 59
What is the default thread count for a MID Server?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

Explanation:
The default thread count for a MID Server is 25. This means that the MID Server can run up to 25 worker threads simultaneously to execute the jobs assigned to it by the ServiceNow instance. The worker threads are divided into different thread pools based on the priority of the jobs. The MID Server can also adjust the thread count dynamically based on the system resources and the workload. The thread count can be configured by changing the MID Server parameters in the ServiceNow instance12. References = 1: MID Server Max Threads
- Worker Groups - Priority and Queues - ServiceNow 2: Product Documentation | ServiceNow


NEW QUESTION # 60
From an SNMP Query pattern operation, which of the choices are valid Variable Types? (Choose two.)

  • A. CI Type
  • B. Test
  • C. Scalar
  • D. Table

Answer: A,C


NEW QUESTION # 61
......


ServiceNow is a cloud-based platform that offers a range of IT service management (ITSM) and IT operations management (ITOM) solutions to businesses of all sizes. As part of its ITOM offerings, ServiceNow provides the CIS-Discovery (Certified Implementation Specialist - Discovery) certification exam for individuals who want to demonstrate their expertise in ServiceNow Discovery. Certified Implementation Specialist - Discovery certification is designed for IT professionals who are responsible for configuring, administering, and supporting the ServiceNow Discovery application.


ServiceNow is one of the most widely used cloud-based platforms for IT service management, offering a wide range of tools and services to help businesses streamline their operations. To ensure that their users have the skills and knowledge required to make the most of their platform, ServiceNow offers a range of certification exams, including the Certified Implementation Specialist - Discovery (CIS-Discovery) certification. CIS-Discovery exam is designed to test your knowledge of ServiceNow's Discovery application, which allows you to automatically discover and map your IT infrastructure.

 

New CIS-Discovery Dumps - Real ServiceNow Exam Questions: https://www.testsimulate.com/CIS-Discovery-study-materials.html