ServiceNow CIS-Discovery Practice Test - Questions Answers, Page 2

List of questions
Question 11

For the Parse Variable pattern operation, what is required to have two different parsing methods to populate variables?
Two different Debug Mode sessions.
A tabular and a scalar variable.
Two different steps.
Two different Define Parsing selections on the same step.
The Parse Variable pattern operation allows you to extract information from the output of a previous operation and save it in a variable. You can choose from different parsing methods, such as JSON File, XML File, Regular Expression, or Custom Script. To have two different parsing methods to populate variables, you need to use two different steps, each with a different Define Parsing selection. For example, you can use one step to parse a JSON file and another step to parse an XML file. You cannot use two different parsing methods on the same step, as the Define Parsing selection is unique for each step.
Parse command output: This article explains how to use the Parse command output operation and the different parsing methods available.
Pattern Designer: Parse Variable - JSON File gives error: This article provides a troubleshooting tip for using the JSON File parsing method.
Examples of EVAL scripts used in Discovery patterns: This article provides some examples of custom scripts that can be used for the Custom Script parsing method.
Question 12

Which best describes Discovery schedule of type Configuration Item?
Verifies Configuration Item data from the scanned IP ranges against the data in the CMDB.
Creates only a list of discovered IPs in both IPv4 and IPv6 formats.
Collects complete information from the scanned IP ranges and sends it to the CMDB.
Directly populates records in the assets table.
A Discovery schedule of type Configuration Item collects complete information from the scanned IP ranges and sends it to the CMDB. This type of schedule runs a series of probes and sensors to identify and classify the devices and applications on the network, and to create or update the corresponding configuration items in the CMDB. A Discovery schedule of type Configuration Item can also run patterns to discover more details and relationships about the configuration items.
ServiceNow Discovery Overview
Create a Discovery schedule
Discovery schedule types
Question 13

When installing a MID Server on a Windows platform, which right must be associated when creating a Service Account?
Local Admin
Domain Admin
MID Server User Role
Log on as service
The Service Account for the MID Server must have the Log on as service right on the Windows platform. This right allows the MID Server to run as a Windows service and communicate with the ServiceNow instance. The Service Account does not need to have local or domain admin rights, as these are not required for the MID Server functionality. The MID Server User Role is a role on the ServiceNow instance, not on the Windows platform, and it is used to control the access and permissions of the MID Server on the instance.
Correcting MID Server Windows service account user and permissions
What is a ServiceNow MID Server and how does it work?
Configure Windows MID Server service credentials
Question 14

Which of the below choices are needed for Quick Discovery? (Choose two.)
MID Server
Discovery Schedule
PID
Target IP
Quick Discovery is a wizard that helps you get up and running with Discovery quickly. It discovers both physical and logical components, including virtual machines, servers, storage, databases, applications, and more. To use Quick Discovery, you need to have a MID Server installed and configured, and provide a target IP range or subnet to scan. You do not need to create a Discovery Schedule or a PID for Quick Discovery.
Question 15

In order to use Debug from the Pattern Designer, you must have what?
a proxy server
a discoverable CI
the admin role
Service Mapping installed
Debug mode is a feature of the Pattern Designer that allows you to test and troubleshoot your patterns in real time. To activate Debug mode, you need to have the admin role or a role that includes the pattern_designer_debug permission.Debug mode is not available for users who only have the pattern_designer_read permission1.
Question 16

A discovery runs against a Windows Server returning the following attribute values for the first time:
name = WindowsSN1 serial_number = 12321
A subsequent discovery is ran against a different Windows Server returning the following attribute values: name = WindowsSN2
serial_number = 12321
With only base system CI Identifiers configured, which of the following is true?
A Windows Server CI is created, then updated with WindowsSN2 as the name.
Two Windows Sewer CIs are created, with WindowsSN1 AND WindowsSN2 for names.
Two Windows Server CIs are created, without serial_number values.
A Windows Server CI is created, then updated with WindowsSN1 as the name.
Create a Discovery CI classification - Product Documentation: Tokyo - Now Support Portal
Identification rules - Product Documentation: Tokyo - Now Support Portal
ServiceNow IRE: Identification Rules Explained --- Cookdown
According to the ServiceNow Discovery documentation, the base system CI Identifiers for Windows Server class are name and serial_number. These are the attributes that Discovery uses to uniquely identify a Windows Server CI. If both attributes match an existing CI, Discovery updates that CI. If only one attribute matches, Discovery creates a new CI. If neither attribute matches, Discovery also creates a new CI. In this scenario, the serial_number is the same for both Windows Servers, but the name is different. Therefore, Discovery will create two separate CIs, one with WindowsSN1 as the name and one with WindowsSN2 as the name.
Question 17

Which choice represents the three best ways of extending Discovery?
Orchestration, Classifiers, Discovery Patterns
Fingerprinting, Classifiers, Discovery Patterns
Orchestration, Classifiers, Probes & Sensors
Classifiers, Probes & Sensors, Discovery Patterns
Classifiers, Fingerprinting, Probes & Sensors
ServiceNow Discovery can be extended in three main ways: Classifiers, Probes & Sensors, and Discovery Patterns. Classifiers are used to identify the type of device or application that is being discovered, based on the information returned by a probe. Probes are commands or scripts that are executed on the target device or application to collect data. Sensors are scripts that process the data collected by probes and create or update configuration items (CIs) in the CMDB. Discovery Patterns are graphical representations of the discovery process that can be customized or created to discover specific types of devices or applications, using classifiers, probes, and sensors as building blocks.
Discovery overview - Product Documentation: Vancouver - Now Support Portal
Create a Discovery CI classification - Product Documentation: Vancouver - Now Support Portal
Discovery probes and sensors - Product Documentation: Vancouver - Now Support Portal
Discovery patterns - Product Documentation: Vancouver - Now Support Portal
Question 18

SNMP Credentials require which of the following?
write community strings
usernames
read community strings
port 135 access
SNMP credentials are used by Discovery to communicate with devices that support the Simple Network Management Protocol (SNMP). SNMP credentials do not include a user name, just a password, called the community string. The default read-only community string for many SNMP devices is public, and Discovery will try that automatically.Enter the appropriate SNMP credentials if they differ from the public community string1.
Question 19

Which choice will populate the Location field for a discovered CI?
Location field for a Discovery Schedule
Location field for a parent CI Type
Location field for a Port Probe
Location report from the Discovery Dashboard
The Location field for a discovered CI is populated by the Location field of the Discovery Schedule that triggered the discovery of that CI. This is done by the DiscoverySensor script, which gets the location ID from the Discovery Schedule and passes it to the Shazzam probe, which then updates the cidata with the location information. The Location field for a parent CI Type, a Port Probe, or a Discovery Dashboard report does not affect the Location field for a discovered CI.
Question 20

What role is needed by the MID Server's user account to interact with a ServiceNow instance?
mid_server
discovery_admin
sm_mid
mid_discovery
The MID Server's user account must have the mid_server role to interact with a ServiceNow instance. This role allows the MID Server to access protected tables and perform discovery and orchestration tasks on behalf of the instance. The other roles are not related to the MID Server functionality. The discovery_admin role is for configuring and managing discovery, the sm_mid role is for using the Service Mapping MID Server, and the mid_discovery role is for running discovery probes and sensors.
Setting up MID Server user and role
Configure Windows MID Server service credentials
Correcting MID Server Windows service account user and permissions
Question