ServiceNow CIS-Discovery Practice Test 1

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.)
Tomcat does not extend the Application Server table
Tomcat table extends the Application Server table
Tomcat table is a child of the Application Server table
Tomcat table is a parent of the Application Server table
To create a custom horizontal pattern to discover an operating system that is not discovered by the base installation patterns, the following steps are necessary1:
Select a CI Type: This defines the type of configuration item (CI) that the pattern will discover and create or update in the CMDB. For an operating system, the CI Type should beOperating Systemor a subtype of it.
Select Infrastructure Pattern Type: This defines the type of pattern that will be used to discover the CI. For an operating system, the Infrastructure Pattern Type should beOperating Systemor a subtype of it.
Define the pattern logic: This consists of adding operations, variables, and conditions to the pattern to specify how the discovery process will identify and classify the operating system. For example, the pattern can use probes and sensors to query the target device for information such as name, version, vendor, etc.
Test and publish the pattern: This involves verifying that the pattern works as expected and does not cause any errors or conflicts with other patterns. Once the pattern is tested, it can be published and activated for discovery.
The mid.discovery.max_pattern_payload_size property defines the maximum overall size for the returned payload that comes from patterns. This property is set on the MID Server and applies to all patterns that run on that MID Server. If the payload size exceeds this limit, the pattern execution fails and an error message is logged in the ECC queue.The default value of this property is 10 MB1.