Questions for the CAD were updated on : Dec 01 ,2025
What data types of Flow Variables are supported to store record data?
Choose 3 answers
A, B
Which of the following objects does a Before Business Rule have access to in a script?
B
Which one of the following is true about client-side scripted security?
B
What is the purpose of the coalesce field when importing data?
B
When troubleshooting and debugging notifications, where do you navigate to see if an email was
sent in response to an event?
C
What records are used to track cross-scope applications that request access to an application?
B
Which of the following is true about g_scratchpad?
Choose 2 answers
C,D
Exportitem table is extended from Item table with the additional column of ItemCountry added. The
Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
C
Which client-side scripts apply to Record Producers? (Choose 2 answers)
B,C
What is the GlideForm Client-side scripting object?
D
An application called My App has a table, MyAppTable, with the following Application Access
configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
C
What intuitive development interface guides users through the initial application development
process?
B
What functionality is supported by Flow Designer?
C
For Application Access, there is a configuration option called "Allow access to this table via web
services." Which one of the following statements is true when this option is selected?
B
Explanation:
In ServiceNow, the "Allow access to this table via web services" option within the Application Access
settings determines whether the table can be accessed through web service protocols, such as REST
and SOAP. When this option is selected, it permits the table to be accessible via web services;
however, it does not override existing permissions. The user or system making the web service
request must still have the appropriate permissions (such as roles and access controls) to perform
operations on the table's records.
Option A: Incorrect. If the "Allow access to this table via web services" option is not selected, the
table is not accessible via web services, regardless of user permissions.
Option B: Correct. Enabling this option allows the table to be accessed via web services, but the user
must have the correct permissions to access the table's records.
Option C: Incorrect. This option applies to all web service protocols, including both SOAP and REST.
Option D: Incorrect. This option controls overall web service access to the table; specific operations
(create, read, update, delete) are governed by user permissions and access controls.
Which one of the following is a benefit of creating an Application Properties page for each
application you develop?
D
Explanation:
Creating an Application Properties page in ServiceNow provides a centralized location where
developers or administrators can configure settings that influence the behavior of an application.
This approach offers several benefits:
Dynamic Configuration: By exposing certain parameters through an Application Properties page,
administrators can adjust the application's behavior in response to changing requirements or
environments without altering the underlying code or application artifacts.
Simplified Maintenance: Having a dedicated properties page reduces the need for direct
modifications to scripts or configurations, thereby minimizing the risk of introducing errors. It also
streamlines the process of updating settings, as changes can be made through the user interface.
Enhanced Flexibility: Developers can design applications with configurable options, allowing for
greater adaptability across different