[May-2024] Exam CIS-Discovery: New Brain Dump Professional - PassTestking
Free CIS-Discovery Exam Dumps to Improve Exam Score
NEW QUESTION # 21
A Discovery Schedule contains a /24 subnet IP Range and a Shazzam batch size of 5000. How many times will a Shazzam probe be launched during discovery?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
NEW QUESTION # 22
The CMDB contains which of the following record types? (Choose two.)
- A. Configuration Item (CI)
- B. Model
- C. Asset
- D. Relation Type
Answer: A,D
Explanation:
The CMDB contains records of configuration items (CIs) and their relationships. A CI is any component that needs to be managed in order to deliver an IT service, such as a server, an application, or a user. A relation type defines the nature of the connection between two CIs, such as depends on, uses, or contains. A model is a template for a CI that defines its attributes and default values. An asset is a tangible or intangible resource that is tracked and managed by the organization, such as a laptop, a license, or a contract.
References:
* Configuration Item (CI) types: Attributes and relationships
* What is a configuration management database (CMDB)?
* CSA Challenge Questions Flashcards
NEW QUESTION # 23
What does the MID Server need to collect vCenter events?
- A. MID SNMP Trap Listener extension
- B. Firewall
- C. vCenter probes
- D. vCenter Event Collector extension
Answer: D
Explanation:
The vCenter Event Collector is a MID Server extension that listens for vCenter-related events and updates the CMDB accordingly. The event collector allows the CMDB to be updated with changes to virtual machines (VMs), in addition to the updates detected by Discovery1.
References:
* 3: Product Documentation | ServiceNow
NEW QUESTION # 24
Which of the below choices are kinds of variables used in discovery patterns? (Choose three.)
- A. Global
- B. Fixed
- C. Temporary
- D. CI attributes
- E. Prefix
Answer: A,C,D
NEW QUESTION # 25
Where can you change the port number to protocol mapping for various protocols (WMI, SSH) for discovery. For Eg, if a company does SSH on a port other than the default port 22, where would you make a change in servicenow.
Response:
- A. Discovery Definition -> Probes
- B. Discovery Definition -> Functionality Definitions
- C. Discovery Definition -> Port Probes
- D. Discovery Definition -> IP Services
Answer: D
NEW QUESTION # 26
Which of the following have the Correct Protocol to Port Mapping.
Response:
- A. WMI- 135
- B. SNMP-161
- C. WMI-22
- D. SSH-22
- E. SSH-161
Answer: A,B,D
NEW QUESTION # 27
It is advisable for a MID Server to have access to ______ .
Response:
- A. servicenow.com
- B. install.service-now.com
- C. docs.servicenow.com
- D. installservicenow.com
Answer: B
NEW QUESTION # 28
Which of the below choices are horizontal pattern types? (Choose two.)
- A. Hardware
- B. Infrastructure
- C. Application
- D. Software
Answer: B,C
NEW QUESTION # 29
In general, Discovery can provide which of the following kinds of application relationships? (Choose two.)
- A. mid server to target
- B. application to application
- C. host to application
- D. tcp to udp
Answer: B
Explanation:
Discovery can provide information about the relationships between configuration items (CIs), including applications and hosts. Application relationships are the connections between applications that run on different hosts or servers, such as web servers, databases, load balancers, etc. Host relationships are the connections between applications and the hosts or servers that they run on, such as Windows, Linux, Unix, etc. Discovery can identify these relationships using various methods, such as probes, sensors, patterns, file-based discovery, etc. Discovery can also create and update these relationships in the CMDB, using the Depends on::Used by or Runs on::Runs relationship types.
References: Discovery Relationship Creation, Application Discovery Mapping Overview, IT Discovery - Application Dependency Mapping
NEW QUESTION # 30
Which of the below choices are needed for Quick Discovery? (Choose two.)
- A. MID Server
- B. Discovery Schedule
- C. Target IP
- D. PID
Answer: A,C
Explanation:
Quick Discovery is a wizard that helps you get up and running with Discovery quickly. It discovers both physical and logical components, including virtual machines, servers, storage, databases, applications, and more. To use Quick Discovery, you need to have a MID Server installed and configured, and provide a target IP range or subnet to scan. You do not need to create a Discovery Schedule or a PID for Quick Discovery.
References: ServiceNow Discovery Data Sheet, Discovery Quick Start
NEW QUESTION # 31
specifies the CI attributes that a data source is authorized to update for a given CMDB table and prevents unauthorized data sources from overwriting the attribute values.
Response:
- A. Discovery Rules
- B. Reconciliation Definition
- C. Event Rules
- D. CI Identifier Rules
Answer: B
NEW QUESTION # 32
Based on the image, which of the following is true?
Value $name_details[1].exec_info+"-"+$process.executableDir
- A. This Value cannot be used in a pattem step.
- B. There is a scalar varlable labeled '1'.
- C. This is from a WMI query operation step.
- D. There is a tabular varlable named 'name_details'.
Answer: B
Explanation:
The image provided shows a ServiceNow expression used to concatenate two pieces of information. The
$name_details[1] suggests that 'name_details' is an array or a list variable, and we're accessing the second element (considering indexing starts at 0). This indicates that 'name_details' is not a tabular variable but rather a list or an array, and there is a scalar value labeled '1' which is being used to index this array. The 'exec_info' and 'executableDir' are likely attributes or properties of the objects within the 'name_details' array and
'$process' object, respectively. There is no indication that this is from a WMI query operation step, nor is there any inherent reason why this value could not be used in a pattern step. ServiceNow Discovery patterns can use such expressions to extract and concatenate data during the discovery process.
NEW QUESTION # 33
Which of the below choices are kinds of variables used in discovery patterns? (Choose three.)
- A. Global
- B. Fixed
- C. Temporary
- D. CI attributes
- E. Prefix
Answer: A,C,D
Explanation:
Variables are used in discovery patterns to store and manipulate data that is collected or calculated during the discovery process. There are three kinds of variables used in discovery patterns12:
* CI attributes: These are variables that correspond to the attributes of the configuration item (CI) type that the pattern is discovering. For example, name, serial_number, manufacturer, etc. CI attributes are used to populate the CI record in the CMDB with the information gathered by the pattern.
* Temporary: These are variables that are created and used within the pattern, but are not stored in the CMDB. For example, $result, $output, $user_var, etc. Temporary variables are used to store and manipulate data such as the output of a command, the value of a parameter, or the result of a calculation.
* Global: These are variables that are defined in the global scope and can be accessed by any pattern. For example, $mid, $target, $ip_address, etc. Global variables are used to store and access data that is common to all patterns, such as the MID Server, the target device, or the IP address.
References:
* 1: ServiceNow Discovery Documentation, Pattern Variables section
* 2: ServiceNow Discovery Overview, page 11
NEW QUESTION # 34
Where is the Shazzam probe placed at the beginning of horizontal discovery?
Response:
- A. In a request in the ECC queue.
- B. In the Discovery Log.
- C. In a request in the Target.
- D. In the Pattern Log.
Answer: A
NEW QUESTION # 35
For the Set Parameter Value operation, which of the following is used in the syntax to declare a constant, unchanging Value?
- A. Dollar sign
- B. Brackets
- C. Quotes
- D. Hash tag
Answer: C
NEW QUESTION # 36
Select True/False: Application pattern debugging requires both MD and host IP.
Response:
- A. False
- B. True
Answer: B
NEW QUESTION # 37
What is the recommended method of consolidating duplicate CIs?
- A. Ignore Duplicate CI
- B. Event CI Remediation
- C. Manual CI Remediation
- D. Duplicate CI Remediator
Answer: D
NEW QUESTION # 38
If discovery does not get past classification phase, what can be the issue?
Response:
- A. Code Error
- B. Firewall Ports not open
- C. Authentication
Answer: C
NEW QUESTION # 39
Choose 3 most accurate descriptions of ServiceNow Discovery.
Response:
- A. It allows users to create an up-to-date, accurate single system of record for IT infrastructure. Both in public clouds and on-premises.
- B. It identifies IP-enabled configuration items (CIs) and maps dependencies between them then creates and maintains them in the ServiceNow Configuration Management Database (CMDB).
- C. It is a fundamental ingredient in a solution for eliminating service outages.
- D. It is an extensive platform capable of tracking and documenting all commitments between service providers, IT services, and customers.
Answer: A,B,C
NEW QUESTION # 40
For CMDB Health, relationships can be which of the following choices? (Choose three.)
- A. Recommended
- B. Stale
- C. Required
- D. Duplicate
- E. Orphan
Answer: B,D,E
Explanation:
CMDB Health measures the quality of the data in the CMDB by testing it against predefined rules and metrics. One of the categories of these rules is Correctness, which tests the data against data integrity rules such as identification rules, orphan CI rules, and stale CI rules1. These rules help identify and flag the existing CMDB relationships that are not compliant with the suggested relationships2.
* Duplicate relationships are those that have more than one relationship of the same type between the same two CIs3. For example, if a server CI has two relationships of type "Depends on" with the same network CI, it is a duplicate relationship.
* Stale relationships are those that have not been updated for a specified period of time3. For example, if a server CI has a relationship of type "Runs on" with a virtual machine CI that has not been discovered for more than 60 days, it is a stale relationship.
* Orphan relationships are those that are missing a defined relationship within the CMDB3. For example, if a server CI has no relationship of type "Depends on" with any network CI, it is an orphan relationship.
References: 1: CMDB Health - Customer Success - ServiceNow 2: CMDB health Dashboard: "Relationships not compliant with suggested relationships" calculation - Support and Troubleshooting - Now Support Portal 3: Maintain a healthy CMDB - ServiceNow
NEW QUESTION # 41
What are the different ways of extending discovery.
Response:
- A. Discovery Patterns
- B. None of these
- C. Probes and Sensors
- D. Classifiers
Answer: A,C,D
NEW QUESTION # 42
Which choice best describes the Reconciliation process?
- A. 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.
- 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 normalizing applications, to allow the data to be used by Software Asset Management.
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 # 43
......
Powerful CIS-Discovery PDF Dumps for CIS-Discovery Questions: https://www.passtestking.com/ServiceNow/CIS-Discovery-practice-exam-dumps.html
2024 Realistic CIS-Discovery Dumps Exam Tips Test Pdf Exam Material: https://drive.google.com/open?id=1OvSJXSsYQXl9nzn_8RRu0Yq3hMCYa8g5