Question 6 of 122

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

Suggested Answer

The suggested answer is A, D.

For Quick Discovery, a MID Server is necessary to facilitate communication between the ServiceNow instance and the devices being discovered. A Target IP is also essential to specify the particular device or network range that needs to be discovered.

Community Votes5 votes
ADSuggested
100%
Question 7 of 122

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

Suggested Answer

The suggested answer is C.

In order to use Debug from the Pattern Designer, you must have the admin role. This role is essential because it grants the necessary permissions to access and utilize Debug Mode within the Pattern Designer, ensuring you can test pattern steps and verify variable values effectively. Without the appropriate permissions, you would not be able to initiate Debug Mode.

Community Votes20 votes
BMost voted
80%
CSuggested
20%
Question 8 of 122

A discovery runs against a Windows Server returning the following attribute values for the first time: name = WindowsSN1 serial_number = 12321
A subsequent discovery runs 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?
Answer

Suggested Answer

The suggested answer is A.

In a discovery process, the serial number is considered a unique identifier for devices. Since both discoveries returned the same serial number (12321), it suggests that they are referring to the same underlying hardware. As a result, a Windows Server CI would be created on the first discovery and then updated with the new name (WindowsSN2) on the subsequent discovery. Therefore, only one CI should be created and updated, not two separate entries.

Community Votes10 votes
ASuggested
90%
B
10%
Question 9 of 122

Which choice represents the three best ways of extending Discovery?
Answer

Suggested Answer

The suggested answer is D.

Classifiers, Probes & Sensors, and Discovery Patterns are the three best ways of extending Discovery. Classifiers help in categorizing the discovered items, Probes & Sensors collect data from various sources, and Discovery Patterns allow the identification and mapping of specific configurations and relationships. These elements work together to create a comprehensive discovery process.

Community Votes6 votes
DSuggested
100%
Question 10 of 122

SNMP Credentials require which of the following?
Answer

Suggested Answer

The suggested answer is C.

SNMP (Simple Network Management Protocol) credentials typically require read community strings, which are used to allow access to read-only information from network devices. These strings act as passwords to allow or deny access to the SNMP data. Write community strings are used for write access, which is typically less common for regular monitoring purposes. Usernames are not part of SNMP versions before SNMPv3, and port 135 is unrelated to SNMP, as SNMP uses ports 161 and 162.

Community Votes2 votes
CSuggested
100%