Enhance Your Career With Available Preparation Guide for CIS-Discovery Exam
Get Special Discount Offer of CIS-Discovery Certification Exam Sample Questions and Answers
Average Salary for Certified Implementation Specialist - Discovery (CIS Discovery) Exam Certified Professional
The average salaries of CIS Discovery Exam certified professional in different countries is stated below:
- United States: 66,500 USD
- Europe: 55,000 Euro
- India: 4,00,000 INR
ServiceNow CIS-Discovery certification exam is designed for professionals who work with ServiceNow Discovery and want to validate their skills and knowledge of the tool. Certified Implementation Specialist - Discovery certification exam is intended for IT professionals, system administrators, and service desk managers who are responsible for managing the discovery process within their organization. Certified Implementation Specialist - Discovery certification program offers various benefits, including improved knowledge and skills, better job opportunities, and higher salaries. By becoming a ServiceNow CIS-Discovery certified professional, you can demonstrate your expertise in ServiceNow Discovery, which can help you stand out in the job market and advance your career.
To prepare for the ServiceNow CIS-Discovery Certification Exam, individuals are advised to review the exam blueprint, which outlines the topics covered in the exam, and practice using the ServiceNow Discovery application in a lab environment. Individuals can also take advantage of ServiceNow's training courses and resources, such as the Discovery Fundamentals course, to further develop their skills and knowledge of the Discovery application.
NEW QUESTION # 48
Which method for deleting specific CIs is not discovered in 30 days?
- A. Data Policy
- B. Service Mapping
- C. UI Policy
- D. Scheduled Job
Answer: A
NEW QUESTION # 49
What is the purpose of the Discovery Configuration Console?
Response:
- A. Configuration of Discovery debug logs and other properties
- B. Enable/Disable the discovery of Devices(Windows,Unix) , Applications & Include/Exclude the discovery of installed Software (Correct) based on filters
Answer: B
NEW QUESTION # 50
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.)
- A. Find Matching URL operation with Target Variable
- B. Get Process operation with correct Port
- C. Parse File operation with Regular Expression parsing strategy
- D. Parse File operation with Delimited Text parsing strategy
Answer: C,D
Explanation:
A horizontal discovery pattern is a series of operations that tell Discovery how to find and identify an application on a host1. To extract the build and version numbers from the config file, the pattern can use either of the following methods:
* Parse File operation with Delimited Text parsing strategy: This operation reads the content of a file and splits it into fields based on a delimiter character. The pattern can specify the delimiter as a space and the fields to extract as the second and fourth ones from the first line of the file2.
* Parse File operation with Regular Expression parsing strategy: This operation reads the content of a file and matches it against a regular expression. The pattern can specify the regular expression as app build (\d+\.\d+\.\d+\.\d+) version (\d+\.\d+) and the groups to extract as the first and second ones from the first line of the file2.
References:
* 1: Patterns and horizontal discovery - Product Documentation: Tokyo - ServiceNow
* 2: Parse File operation - Product Documentation: San Diego - ServiceNow
NEW QUESTION # 51
Which part of Agent Client Collector must be configured to run osquery commands on a CI?
* Policies
- A. Credential-less Discovery
- B. Check
- C. Infrastructure Patterns
- D. ACC Websocket Endpoint
Answer: D
Explanation:
A check is a part of Agent Client Collector that defines the osquery commands to run on a CI and the frequency of execution. A check can also specify the conditions for generating alerts or events based on the osquery results.
References1: Agent Client Collector - Product Documentation: San Diego - ServiceNow2: Agent Client Collector for Visibility - Product Documentation: San Diego - ServiceNow
NEW QUESTION # 52
Which of the following are the results of executing the WMI Query?
Choose 3 answers
- A. A tabular variable named 'more_process_info'.
- B. A scalar variable named 'PageFaults'.
- C. A scalar variable named 'PeakVirtualSize'.
- D. A scalar variable named 'MaximumWorkingSetSize'.
- E. A tabular variable named 'WMI Query',
- F. A tabular variable named 'Win32 Process'.
Answer: A,C,D
NEW QUESTION # 53
What related list on a classifier dictates which Horizontal Pattern probe is launched?
- A. Classification Criteria
- B. Pattern probes
- C. Triggers probes
- D. Discovery Log
Answer: B
NEW QUESTION # 54
Probe to pattern migration is only support for the release and later.
Response:
- A. probes cannot be migrated to patterns
- B. madrid
- C. new York
- D. london
Answer: C
NEW QUESTION # 55
Which of the following must be configured to allow a MID Server to access servers using WinRM? (Choose two.)
- A. JEA Properties set to True
- B. MID Server Parameters Add WinRM
- C. MID Servers must be configured as a trusted source with DNS
- D. MID Servers need to be added to the WinRM Group policy on the Servers
Answer: B,D
Explanation:
To allow a MID Server to access servers using WinRM, the following configurations are required:
* MID Servers need to be added to the WinRM Group policy on the Servers: This enables the servers to accept WinRM connections from the MID Servers and grant them the necessary permissions to execute commands and scripts1.
* MID Server Parameters Add WinRM: This enables the MID Server to use WinRM as a protocol for Discovery and Orchestration and specify the WinRM port, authentication method, and encryption settings2.
References:
* Configure Windows servers for WinRM
* MID Server Parameters Add WinRM
NEW QUESTION # 56
In the horizontal discovery patterns, which 2 of the below are variables available by default?
Response:
- A. CI Type on the Discovery Pattern form
- B. windows_cmdb_ci
- C. computer_system
- D. infrastructure_system
Answer: A,C
NEW QUESTION # 57
A network device has both an SSH port and an SNMP port open. Discovery tries the SSH probe first and it fails. This triggers the SNMP probe, which succeeds. Discovery uses SNMP first for subsequent discoveries on that device.
What discovery functionality allows the above to happen?
- A. IP service affinity
- B. Credential affinity
- C. Classification
- D. MID Server affinity
Answer: B
Explanation:
Credential affinity is an association between a set of credentials and a device on your network. When Discovery or Orchestration first attempts to access a device, they try all available credentials until a valid one is found. Once a valid credential is found, it is recorded in the dscy_credentials_affinity table, and further discovery processes rely on this information. If the credentials are modified or changed, the process will be repeated until a valid credential is found and updated in the same table. Credential affinity allows Discovery to use the most efficient and successful credential for each device, and avoid unnecessary credential failures.
References: Credential affinity for Discovery and Orchestration, Credential Management in ServiceNow discovery
NEW QUESTION # 58
Which choice best describes the Reconciliation process?
- A. The process of normalizing applications, to allow the data to be used by Software Asset Management.
- B. The process of reconciling a deleted Cl, if it is identified as a duplicate. The result is stored in de-duplication tasks.
- C. The process of reconciling Cis and Cl attributes by allowing only designated authoritative data sources to write to the CMDB at the Cl table and attribute level.
- D. The process of reconciling uniquely identifying Cis. to determine if the Cl already exists in the CMDB or if it is a newly discovered Cl.
Answer: C
Explanation:
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. References = ServiceNow CMDB documentation, particularly the sections on CI data management and reconciliation processes.
NEW QUESTION # 59
Which choice best describes how to use a Behavior for discovery?
- A. The Behavior checkbox on a CI.
- B. The Behavior drop-down menu on a Discovery IP Range.
- C. The Behavior drop-down menu on a Discovery Status.
- D. The MID Server selection method on a Discovery Schedule.
Answer: B
Explanation:
A Behavior is a set of rules that determines which MID Servers launch which types of probes during a Discovery1. It can be assigned to a Discovery IP Range, which is a range of IP addresses that Discovery scans for CIs2. By using the Behavior drop-down menu on a Discovery IP Range, one can control how Discovery behaves for each IP address in that range3. The other options are not related to using a Behavior for discovery. The MID Server selection method on a Discovery Schedule is a way to specify which MID Servers are eligible to run Discovery for a given schedule4. The Behavior drop-down menu on a Discovery Status is a way to filter the Discovery Status records by the Behavior used. The Behavior checkbox on a CI is a way to indicate whether the CI was discovered using a Behavior or not.
References: 1: Discovery behaviors 2: Discovery IP ranges 3: Assign a behavior to an IP range 4: MID Server selection method : Discovery Status : Behavior field on the cmdb_ci table
NEW QUESTION # 60
Choose 3 most accurate descriptions of ServiceNow Discovery.
Response:
- A. It is a fundamental ingredient in a solution for eliminating service outages.
- B. It is an extensive platform capable of tracking and documenting all commitments between service providers, IT services, and customers.
- C. It allows users to create an up-to-date, accurate single system of record for IT infrastructure. Both in public clouds and on-premises.
- D. It identifies IP-enabled configuration items (CIs) and maps dependencies between them then creates and maintains them in the ServiceNow Configuration Management Database (CMDB).
Answer: A,C,D
NEW QUESTION # 61
Which operation is used to change from the default credentials to any other appropriate credentials in a horizontal pattern?
- A. Alternate credentials
- B. Alternate user
- C. Change credentials
- D. Change user
Answer: D
NEW QUESTION # 62
What network protocol is needed to discover windows devices and what should be the permissions of the user?
Response:
- A. 1) SSH Protocol with username/password, or private key
2) Root or Sudo privileges must be granted - B. 1) SNMP Protocol with community string
- C. 1) WMI Protocol with username/password
2) Domain Administrator permission
Answer: C
NEW QUESTION # 63
Which method is used by Discovery to determine if a Host IP is active or alive?
- A. Classification
- B. Port Scan
- C. Ping
- D. Traceroute
Answer: C
Explanation:
Discovery uses the ping method to determine if a host IP is active or alive. Ping is a network utility that sends an ICMP echo request packet to a target IP address and waits for an ICMP echo reply packet. If the target IP address responds, it means that the host is active or alive12.
:
1: ServiceNow Discovery Documentation, Discovery Process section
2: ServiceNow Discovery Overview, page 8
NEW QUESTION # 64
......
Updated CIS-Discovery Dumps Questions Are Available For Passing ServiceNow Exam: https://pass4sure.examcost.com/CIS-Discovery-practice-exam.html

