Which choice best describes a horizontal discovery pattern?
Answer : B
In ServiceNow Discovery, a horizontal discovery pattern refers to the logical set of steps that the Discovery process executes to find CI information across the network. Each step in a horizontal discovery pattern performs specific operations such as running probes, executing commands, or querying databases to gather information about the configuration items (CIs). It's about expanding the breadth of discovery across devices and applications, rather than going in-depth into a specific CI's details, which would be vertical discovery. Classifiers, credential depots, and port scanning tools are part of the discovery process but do not describe the horizontal discovery pattern itself.
Which choice best describes the Reconciliation process?
Answer : C
The reconciliation process in ServiceNow refers to the method of ensuring data integrity and consistency in the Configuration Management Database (CMDB) by allowing only designated authoritative data sources to write or update information at the CI (Configuration Item) table and attribute level. This process helps maintain accurate and reliable data in the CMDB by controlling how and from where data is sourced and updated. The other options describe different processes or aspects of CMDB management and are not directly related to the reconciliation process. Reference = ServiceNow CMDB documentation, particularly the sections on CI data management and reconciliation processes.
When configuring the MID Server Service Settings, which of the following is not a valid MID Server name?
Answer : D
In configuring the MID Server Service Settings in ServiceNow, the MID Server name must adhere to certain naming conventions. Among the options provided, 'mid server1' (D) is not a valid MID Server name because it contains a space. MID Server names should not include spaces or special characters that are not typically used in naming conventions. Names like 'mymidserver1,' 'mid.server1,' and 'midserver1' are more in line with the standard naming practices. Reference = ServiceNow MID Server documentation, specifically the sections detailing MID Server configuration and naming conventions.
From the Discovery Status record, which of the following does a Device record contain?
Answer : A
From the Discovery Status record, a Device record in ServiceNow Discovery contains a link to the discovered Configuration Item (CI). This link provides direct access to the CI record that was discovered and processed during the discovery cycle. The Device record does not contain the contents of the CI, a link to the discovered Asset, or a link to the CMDB Health Dashboard. Reference = ServiceNow Discovery documentation, focusing on the details of Discovery Status records and the information contained within Device records.
What is the recommended method for excluding specific software from discovery on Windows and Unix Servers?
Answer : B
The recommended method for excluding specific software from discovery on Windows and Unix Servers in ServiceNow Discovery is by modifying the probes. Probes are the components in ServiceNow that collect data from devices. By modifying the probes, specific software can be excluded from the discovery process. Options A, C, and D are less direct methods for achieving this specific requirement. Reference = ServiceNow Discovery documentation, particularly in the sections related to probe configuration and modification.
Which of the choices are types of temporary variables in a discovery pattern?
Choose 2 answers
Answer : A, D
In the context of ServiceNow Discovery patterns, the types of temporary variables include Scalar/List and Tabular/Table. Scalar/List variables are used to store single values or lists of values, while Tabular/Table variables are used to store structured data in a table format. Command and SQL statement are not types of temporary variables; rather, they are types of operations or steps that can be used within a pattern to execute commands or SQL queries. Reference = ServiceNow Discovery documentation, especially sections related to Discovery Patterns and the use of temporary variables within patterns.
During the Port Scan phase what could the Warning level error "No results returned from probe." mean?
Answer : B
During the Port Scan phase in ServiceNow Discovery, the warning level error 'No results returned from probe' typically indicates a connectivity issue. This error often arises when a logical or physical firewall is blocking the connectivity between the MID Server and the target device. This prevents the probe from successfully scanning the ports and returning results. The other options, such as incorrect process classifier configuration, wrong credentials, or incorrect datasource precedence, would generally lead to different types of errors or issues in the discovery process. Reference = ServiceNow Discovery documentation, particularly the sections that deal with troubleshooting Port Scan issues and understanding common errors during Discovery phases.