Servicenow Certified System Administrator CSA · Free Practice Question Easy
Question 46
What does the first-page results column in the Search Signal Event table contain?
Select 2 Answers from the below options.
-
A
Table name
-
B
sys_id
-
C
Record type
-
D
Table relationship
Reveal correct answers
Correct answers: A, B
Explanation
The Search Signal Event [sys_search_signal_event] table stores signal data produced when users submit a search.
The first-page results column in the Search Signal Event table contains table names and sys_id's for records returned on the first page of results for a search.
It is a JSON array of objects in which each node represents a single result returned on the first page of results for the search. The resulting order is preserved.
Each object includes a unique record identifier (sys_id) of a result and the table where the result is located.
Note: The first page results are not updated when you refine a search.
Screenshot: First page results for the search queries on the Search Signal Event table

Learning Domain: Platform Overview and Navigation - ServiceNow Platform Overview
First introduced: Paris release (modified in Quebec release)
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
