
[May-2024] CIS-Discovery Exam Dumps Pass with Updated 2024 Certified Implementation Specialist - Discovery
Free CIS-Discovery Exam Dumps to Pass Exam Easily
NEW QUESTION # 27
Which are the core CMDB Tables in ServiceNow.
Response:
- A. cmdb_rel_ci
- B. cmdb_core_rel_ci
- C. cmdb_ci
- D. cmdb_core_ci
Answer: A,C
NEW QUESTION # 28
If the WMI service is not running on a host, it will prevent the discovery of which devices?
- A. Unix
- B. Network
- C. Windows
- D. Storage
Answer: C
Explanation:
The WMI service is a Windows service that enables remote management of Windows devices using the WMI protocol. The WMI service is required for Discovery to access the configuration and status information of Windows devices using WMI queries. If the WMI service is not running on a host, it will prevent the discovery of Windows devices, as Discovery will not be able to communicate with the WMI Collector or execute WMI queries on the target device123.
References:
* How to resolve a failure to communicate with the WMI Collector during top-down discovery - Support and Troubleshooting - Now Support Portal
* Windows discovery without 'domain admin' or 'local admin' privileges ? - Support and Troubleshooting - Now Support Portal
* Discovery - ServiceNow Elite
NEW QUESTION # 29
How do you create relationships between Cis in a horizontal pattern?
- A. By using the Create Relation/Reference operation.
- B. By using the Create Connections operation.
- C. Relationships are created automatically for each successful connection section.
- D. Relationships cannot be created via patterns.
Answer: A
Explanation:
In ServiceNow Discovery, relationships between Configuration Items (CIs) in a horizontal pattern are created using the "Create Relation/Reference" operation. This operation allows the pattern to define and establish relationships or references between discovered CIs, based on the information gathered during the discovery process. Options B and C are incorrect as relationships are not automatically created nor is it true that they cannot be created via patterns. Option D, "Create Connections," is not a standard operation in this context.
References = ServiceNow Discovery documentation, specifically the sections on creating and managing horizontal discovery patterns.
NEW QUESTION # 30
You should use ______ when using the SNMP Query operation.
Response:
- A. Scalar Variable Types
- B. the management information base (MIB) from the manufacturer of the device you are targeting
- C. the management Information Base (MIB) from the SNMP Browser in the step
- D. Multiple Variable Types
Answer: B
NEW QUESTION # 31
Which of the following properties define the maximum overall size for the returned payload that comes from patterns?
- A. cmdb.properties.payload_max_size
- B. glide.discovery.payload_max
- C. mid.discovery.max_payload_size
- D. mid.discovery.max_pattern_payload_size
Answer: D
NEW QUESTION # 32
For the Set Parameter Value operation, which of the following is used in the syntax to declare a constant, unchanging Value?
- A. Brackets
- B. Dollar sign
- C. Hash tag
- D. Quotes
Answer: D
Explanation:
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
NEW QUESTION # 33
Which of the following best describes the relationship between the Tomcat [cmdb_ci_app_server_tomcat] table and the Application Server [cdmb_ci_app_server] table? (Choose two.)
- A. Tomcat does not extend the Application Server table
- B. Tomcat table extends the Application Server table
- C. Tomcat table is a child of the Application Server table
- D. Tomcat table is a parent of the Application Server table
Answer: B,C
NEW QUESTION # 34
To populate variables with two different parsing methods in Parse Variable pattern operation it is necessary to have ______ .
Response:
- A. two different steps
- B. a scalar and a tabular variable
- C. two separate Define Parsing selections on a single step
- D. two separate Debug Mode sessions
Answer: A
NEW QUESTION # 35
What is the default thread count for a MID Server?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
Explanation:
The default thread count for a MID Server is 25. This means that the MID Server can run up to 25 worker threads simultaneously to execute the jobs assigned to it by the ServiceNow instance. The worker threads are divided into different thread pools based on the priority of the jobs. The MID Server can also adjust the thread count dynamically based on the system resources and the workload. The thread count can be configured by changing the MID Server parameters in the ServiceNow instance12. References = 1: MID Server Max Threads
- Worker Groups - Priority and Queues - ServiceNow 2: Product Documentation | ServiceNow
NEW QUESTION # 36
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. Get Process operation with correct Port
- B. Find Matching URL operation with Target Variable
- C. Parse File operation with Delimited Text parsing strategy
- D. Parse File operation with Regular Expression 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 # 37
Discovery finds and maps dependencies for the following types of storage devices. (Choose three.)
- A. Direct-attached storage (DAS)
- B. Redundant Array of Independent Disks (RAID)
- C. Storage area network (SAN)
- D. Multiple area network (MAN)
- E. Network-attached storage (NAS)
Answer: A,C,E
Explanation:
Discovery finds and maps dependencies for the following types of storage devices: Direct-attached storage (DAS), network-attached storage (NAS), or storage area network (SAN)1. NAS or SAN storage that is discovered via a Storage Management Initiative Specification (SMI-S) and Common Information Model (CIM) is also supported2. Discovery collects information about storage area networks from specialized devices, such as storage arrays and Fibre Channel (FC) switches, and creates specific references between the tables in the SAN3. Discovery does not support Multiple area network (MAN) or Redundant Array of Independent Disks (RAID) as types of storage devices.
References:
* 1: Storage device discovery
* 2: Storage Discovery via SMI-S and CIM
* 3: Discovery of storage area networks (SAN)
NEW QUESTION # 38
Which of the below is NOT a level of the IT Operations Management (ITOM) Product Suite?
Response:
- A. Enterprise
- B. Standard
- C. Corporate
- D. Professional
Answer: C
NEW QUESTION # 39
What role is needed by the MID Server's user account to interact with a ServiceNow instance?
- A. mid_discovery
- B. sm_mid
- C. mid_server
- D. discovery_admin
Answer: C
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.
References:
* Setting up MID Server user and role
* Configure Windows MID Server service credentials
* Correcting MID Server Windows service account user and permissions
NEW QUESTION # 40
For CMDB Health, relationships can be which of the following choices? (Choose three.)
- A. Orphan
- B. Recommended
- C. Required
- D. Stale
- E. Duplicate
Answer: A,D,E
NEW QUESTION # 41
One method for deleting specific CIs not discovered in 30 days is:
- A. Data Policy
- B. Service Mapping
- C. Scheduled Job
- D. UI Policy
Answer: C
Explanation:
One method for deleting specific CIs not discovered in 30 days is to use a scheduled job that runs a script to query the CMDB for CIs that have not been updated by Discovery for a certain period of time, and then delete them or mark them as retired. This method can help you keep your CMDB clean and accurate, and avoid having stale or obsolete CIs. You can configure the scheduled job to run at a specific frequency and time, and specify the criteria for selecting the CIs to delete.
References: Automated way to disable/retire CIs not updated for 45 days, ServiceNow CIS-Discovery Sample Questions
NEW QUESTION # 42
Installed Software on a CI, Processes running on a CI are gathered during which discovery phase?
Response:
- A. Identification
- B. Exploration
- C. Port Scan
- D. Classification
Answer: B
NEW QUESTION # 43
......
CIS-Discovery Exam Dumps, CIS-Discovery Practice Test Questions: https://www.freepdfdump.top/CIS-Discovery-valid-torrent.html
Free CIS-Discovery Study Guides Exam Questions and Answer: https://drive.google.com/open?id=1zpPOidGLvPmsvsVOdR_MMLIribrf5AFJ

