ServiceNow CIS-Discovery Practice Test - Questions Answers, Page 6
List of questions
Question 51

Refer to the exhibit.
Based on the following image, which of the following choices is also true about London Linux Servers?
It is a CMDB Group with Dashboard Group type.
It is a CMDB Group with Health Group type.
It is a Datacenter Group in London.
It is a CMDB Group with Default Group type.
London Linux Servers is aCMDB Group with Health Group type.A CMDB Group is a collection of configuration items (CIs) that share common characteristics or are related in some way1.A Health Group is a type of CMDB Group that is used to monitor and measure the health of a specific set of CIs based on predefined rules and metrics2.The image shows that London Linux Servers is selected from the CMDB Health Group List, which is a dropdown menu that displays all the Health Groups defined in the system3. The image also shows the Group Health tab, which displays the health scores and indicators for the selected Health Group.
Question 52

For the Set Parameter Value operation, which of the following is used in the syntax to declare a constant, unchanging Value?
Hash tag
Brackets
Quotes
Dollar sign
The Set Parameter Value operation is used to assign a value to a variable in a Discovery pattern1.The syntax for this operation is as follows2:
Set Parameter Value: <Variable Name> = <Value>
The<Value>can be either a constant or an expression. To declare a constant, unchanging value, one must use quotes around the value.For example2:
Set Parameter Value: $name = 'John'
This assigns the string ''John'' to the variable $name. The quotes indicate that the value is a constant and will not change. The other options, hash tag, brackets, and dollar sign, are not used to declare a constant value. They have different meanings in the syntax of the Set Parameter Value operation.A hash tag (#) is used to indicate a comment2.Brackets ([]) are used to access an element of an array or a map2. A dollar sign
Question 53

From an SNMP Query pattern operation, which of the choices are valid Variable Types? (Choose two.)
Test
Table
Scalar
CI Type
The SNMP Query pattern operation executes an SNMP query on a target device and stores the results in a variable. The Variable Type field determines the format of the results. There are two valid Variable Types for this operation: Table and Scalar. Table is used when the query returns multiple values, such as a list of interfaces or processes.Scalar is used when the query returns a single value, such as the system name or uptime12.
SNMP Query pattern operation - Product Documentation: San Diego - Now Support Portal
SNMP Query pattern operation - Product Documentation: Vancouver - ServiceNow
Question 54

Which choice best describes what happens when, by default, duplicate CIs are detected during identification and reconciliation?
A notification is sent to the CI owner.
An associated identification rule is created automatically.
Each set of duplicate CIs is added to a de-duplication task.
The next discovery is stopped for the CI that is duplicated.
When Discovery or Service Mapping identifies a CI that matches an existing CI in the CMDB, it checks whether the CIs are duplicates or not. If they are duplicates, Discovery adds them to a de-duplication task, which is a record that groups duplicate CIs and allows you to review and remediate them. You can use the Duplicate CI Remediator wizard to merge, flag, retire, or delete the duplicate CIs. By default, Discovery does not send notifications, create identification rules, or stop the next discovery for duplicate CIs.
Question 55

Which choice best describes a horizontal discovery pattern?
Steps that execute operations
Credential depot
Port scanning tool
Classifiers that execute probes
A horizontal discovery pattern is a set of steps that execute operations to identify, classify, and populate attributes for configuration items (CIs) of a specific category or class, such as infrastructure or application.A horizontal pattern can be applied to any operating system or platform that supports the required protocols and commands12.
Horizontal discovery patterns
Discovery pattern types
Question 56

A config file for an application has the following three lines:
Line 1: app build 1.2.3.4 version 5.14
Line 2: installation_dir=c:\opt\bin
Line 3: build_type=Server.
Which methods below will extract the build and version numbers from these lines using a horizontal discovery pattern? (Choose two.)
Question 57

The following shows part of the Windows OS - Servers pattern in Pattern Designer:
Which of the steps above use(s) a shared library?
Question 58

Which of the following is required for a MID Server to have access to automatically stay up-to-date with instance versions?
Question 59

When designing steps with operations requiring variables, it is best practice to do what?
Question 60

For what is File Based Discovery used?
Question