record producer forms can contain graphics and movies
Record producer variables map to table fields
record producers are used to insert and update records for a single table
UI Policies are applicable for record producer - ANSWER UI Policies are applicable for rec-
ord producer
record producer forms can contain graphics and movies
Record producer variables map to table fields
What ways can a form field be made read-only?
UI Policy
UI Actions
Client Scripts
Business Rules
Field Attributes - ANSWER UI Policy
UI Actions
Client Scripts
Field Attributes
What roles are available in ATF ( Automated test framework)?
atf_test_admin
1
,atf_test_config
atf_test_designer
atf_test_user - ANSWER atf_test_designer
atf_test_admin
Identify 4 servicenow platform capabilities which allow you to build with no code or pro
code?
App engine studio
Automated test framework
Data masking
Randomizer
Performance analytics and reporting
Web services
Scripts - ANSWER App engine studio
Automated test framework
Web services
Scripts
Which apis require the transformation service plugin to be activated. select 3
GlideImportSetTransformer()
TransformerRuleList()
TransformerDefinition()
GlideTransformLog()
Transformer() - ANSWER TransformerRuleList()
TransformerDefinition()
Transformer()
2
, when debugging a script a developer can log breakpoints or conditional logpoints to log
messages to the console at specific lines, and remove logpoints when they are done debug-
ging them. which system property must be set to true to enable logpoints - ANSWER
glide.debug.log_point
Which javascript mode allows you to create a declare variables in a server-side script using
"let" instead of "var"? - ANSWER ECMAScript 2021 (ES12) mode
gs.log() - ANSWER gs.log()
If your application is linked to source control, you can migrate completed update sets to
source control history. True or False - ANSWER true - https://docs.servicenow.com/bun-
dle/tokyo-application-development/page/build/applications/concept/migrate-update-set-
history.html
in the ServiceNow REST API , which method can be used instead of GET to return a response
without a response body - ANSWER HEAD
Where in flow designer can users access information about actions that are added to the
flow? - ANSWER flow designer help panel
ServiceNow studio includes which 3 capabilities?
load new integration hub spokes
perform code search
customize a flow action
integrate with source control
3