How can an administrator modify the layout of a form using Table Builder?
Answer : A
Table Builder is a ServiceNow feature that allows administrators to modify table structures, configure forms, and manage relationships within a visual interface.
When modifying form layouts in Table Builder, administrators can:
Add, remove, or rearrange fields on the form.
Create new form sections to organize fields logically.
Configure default values and field properties.
Manage related lists and relationships between tables.
Option B (Changing the database schema) is incorrect because modifying form layouts does not require schema changes (though Table Builder can modify schemas, it's not necessary for layout changes).
Option C (Editing system scripts) is incorrect because form layout changes do not require scripting.
Option D (Altering the page header theme) is incorrect because themes affect the UI appearance, not form structure.
Reference: ServiceNow Platform Fundamentals -- Table Builder & Form Configuration
Which options are available in the Data Visualization configuration panel for how the data will be presented? (Choose 2 answers)
Answer : A, D
What options can you see, when you fight click on a Cl, from the Cl dependency view map?
Choose 3 answers
Answer : A, B, C
The CI Dependency View Map in ServiceNow is a graphical representation of the relationships and dependencies between Configuration Items (CIs) within the Configuration Management Database (CMDB). Right-clicking on a CI in the Dependency View provides additional options for analyzing its impact and history.
Correct Answers
A . View Affected CIs
Shows all CIs impacted by the selected CI.
Example: If a database server goes down, this option lists all applications and services affected.
B . View Related Tasks
Displays tasks (e.g., Incidents, Changes, Problems) associated with the selected CI.
Example: Viewing all open Incidents related to a server CI.
C . View Recent Outages
Shows recently reported outages linked to the selected CI.
Useful for analyzing recurring issues or identifying historical failures.
Incorrect Answer Choices
D . View Cases
Cases are used in Customer Service Management (CSM), not in CMDB CI dependency maps.
E . View Knowledge
While Knowledge Articles may reference a CI, this is not an option in the CI Dependency View Map.
ServiceNow Documentation: CI Dependency Views
CMDB Best Practices: Understanding CI Relationships
Data Policy can enforce mandatory data on import.
Answer : A
A Data Policy in ServiceNow is used to enforce mandatory and read-only field conditions for data that is entered manually through forms or imported into the system.
How Data Policies Enforce Mandatory Data on Import:
Data Policies apply to data coming from external sources, such as imports, web services (API), and integrations.
If a field is set as mandatory in a Data Policy, records cannot be imported unless that field contains a value.
This ensures data integrity by preventing incomplete or invalid data from entering the system.
Example Scenario:
If an administrator configures a Data Policy to make the 'Caller' field mandatory on the Incident table, any imported incidents without a Caller value will be rejected.
Why 'True' is the Correct Answer:
Data Policies enforce mandatory fields for both UI entry and imports.
Why 'False' is Incorrect:
If Data Policies did not enforce mandatory fields on imports, incomplete records could enter the system, leading to data integrity issues.
Reference from CSA Documentation:
ServiceNow Documentation: Data Policies
CSA Exam Guide: Covers Data Policy enforcement for UI forms and imports.
Thus, the correct answer is: A. True
What do you click when you have made modification to your report, and your want to see the results without saving?
Answer : C
In ServiceNow Reporting, when modifying a report, users can preview the results without saving by clicking the 'Run' button. This executes the report with the current settings and displays the updated results before committing any changes.
Correct Answer
C . Run
The 'Run' button allows users to execute the report immediately to see updated results.
It helps users verify if filters, conditions, or visualizations are correct before saving the report.
Example: If a user changes the date range on an incident report, clicking 'Run' updates the chart without saving the report permanently.
Incorrect Answer Choices
A . Execute
There is no 'Execute' button in ServiceNow Reporting.
'Execute' is used in scripting (e.g., Business Rules, Scheduled Jobs), not for reports.
B . Try it
Not a valid option in ServiceNow Reporting.
Possibly confused with 'Try It' in Flow Designer or Catalog Items.
D . Test
'Test' is used in Workflows, Business Rules, and Flow Designer, not in reports.
E . Preview
There is no 'Preview' button for running reports.
'Preview' is typically used in UI Policies and Forms.
ServiceNow Documentation: Creating and Running Reports
ServiceNow Reporting Guide: Modifying Reports in Report Designer
What is a key difference between Reporting and Performance Analytics?
Answer : A
The key difference between Reporting and Performance Analytics (PA) is how they handle data over time.
Reporting
Shows real-time data from tables.
Runs queries on data at the moment the report is generated.
Cannot analyze historical trends unless data is manually stored.
Used for static reports, lists, charts, or dashboards.
Performance Analytics (PA)
Captures snapshots of data at scheduled intervals (e.g., daily, weekly).
Tracks trends and KPIs (Key Performance Indicators) over time.
Helps organizations forecast and analyze historical patterns.
Used for business intelligence and proactive decision-making.
Incorrect Answer Choices
B. Performance Analytics can show trends; Reports cannot.
Reporting can show trends using aggregated data (e.g., grouped by date), but PA is specifically designed for tracking trends over time.
C. Reports can be run on a scheduled basis; Performance Analytics cannot.
Both Reports and PA can be scheduled to run at regular intervals.
D. Performance Analytics data can be published to Dashboards; Reports cannot.
Reports can be published to dashboards, just like Performance Analytics.
E. Performance Analytics shows KPIs; Reporting does not.
Reports can display KPIs using calculated metrics and aggregations, but PA is optimized for KPI tracking over time.
Official CSA Documentation Reference:
Performance Analytics vs. Reporting
ServiceNow Reporting Overview
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Answer : C