ExamGecko
Home / ServiceNow / CIS-Discovery / List of questions
Ask Question

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

Add to Whishlist

List of questions

Question 11

Report Export Collapse

For the Parse Variable pattern operation, what is required to have two different parsing methods to populate variables?

Two different Debug Mode sessions.

Two different Debug Mode sessions.

A tabular and a scalar variable.

A tabular and a scalar variable.

Two different steps.

Two different steps.

Two different Define Parsing selections on the same step.

Two different Define Parsing selections on the same step.

Suggested answer: C
Explanation:

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.

asked 27/11/2024
Xiaoyi Wu
45 questions

Question 12

Report Export Collapse

Which best describes Discovery schedule of type Configuration Item?

Verifies Configuration Item data from the scanned IP ranges against the data in the CMDB.

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.

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.

Collects complete information from the scanned IP ranges and sends it to the CMDB.

Directly populates records in the assets table.

Directly populates records in the assets table.

Suggested answer: C
Explanation:

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

asked 27/11/2024
Joe Moore
46 questions

Question 13

Report Export Collapse

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

Local Admin

Local Admin

Domain Admin

Domain Admin

MID Server User Role

MID Server User Role

Log on as service

Log on as service

Suggested answer: D
Explanation:

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

asked 27/11/2024
Kyaw Lin Thu
30 questions

Question 14

Report Export Collapse

Which of the below choices are needed for Quick Discovery? (Choose two.)

MID Server

MID Server

Discovery Schedule

Discovery Schedule

PID

PID

Target IP

Target IP

Suggested answer: A, D
Explanation:

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.

asked 27/11/2024
Carlotta Agape
46 questions

Question 15

Report Export Collapse

In order to use Debug from the Pattern Designer, you must have what?

a proxy server

a proxy server

a discoverable CI

a discoverable CI

the admin role

the admin role

Service Mapping installed

Service Mapping installed

Suggested answer: C
Explanation:

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.

asked 27/11/2024
Alois Braid
43 questions

Question 16

Report Export Collapse

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.

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 Sewer CIs are created, with WindowsSN1 AND WindowsSN2 for names.

Two Windows Server CIs are created, without serial_number values.

Two Windows Server CIs are created, without serial_number values.

A Windows Server CI is created, then updated with WindowsSN1 as the name.

A Windows Server CI is created, then updated with WindowsSN1 as the name.

Suggested answer: B
Explanation:

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.

asked 27/11/2024
Sebasteen Lawrance
50 questions

Question 17

Report Export Collapse

Which choice represents the three best ways of extending Discovery?

Orchestration, Classifiers, Discovery Patterns

Orchestration, Classifiers, Discovery Patterns

Fingerprinting, Classifiers, Discovery Patterns

Fingerprinting, Classifiers, Discovery Patterns

Orchestration, Classifiers, Probes & Sensors

Orchestration, Classifiers, Probes & Sensors

Classifiers, Probes & Sensors, Discovery Patterns

Classifiers, Probes & Sensors, Discovery Patterns

Classifiers, Fingerprinting, Probes & Sensors

Classifiers, Fingerprinting, Probes & Sensors

Suggested answer: D
Explanation:

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

asked 27/11/2024
Nathan Davies
42 questions

Question 18

Report Export Collapse

SNMP Credentials require which of the following?

write community strings

write community strings

usernames

usernames

read community strings

read community strings

port 135 access

port 135 access

Suggested answer: C
Explanation:

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.

asked 27/11/2024
Vasuki Pramod Kara
33 questions

Question 19

Report Export Collapse

Which choice will populate the Location field for a discovered CI?

Location field for a Discovery Schedule

Location field for a Discovery Schedule

Location field for a parent CI Type

Location field for a parent CI Type

Location field for a Port Probe

Location field for a Port Probe

Location report from the Discovery Dashboard

Location report from the Discovery Dashboard

Suggested answer: A
Explanation:

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.

asked 27/11/2024
Kehinde Ifarinde
49 questions

Question 20

Report Export Collapse

What role is needed by the MID Server's user account to interact with a ServiceNow instance?

mid_server

mid_server

discovery_admin

discovery_admin

sm_mid

sm_mid

mid_discovery

mid_discovery

Suggested answer: A
Explanation:

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

asked 27/11/2024
Joost Huggers
37 questions
Total 113 questions
Go to page: of 12