CAD Exam Topic 3 Flashcards
server side manages
databases and backend
what is not a debug strategy
for client side scripts
gs.log()
which plugin activates virtual
agent related plugins
glide virtual agent
true or false adding a user to a
notifications who will receive
section means the user will re-
ceive the notification.
false the user can manage their notification
preferences
valid data types for applica-
tion properties
- string
- short string
- true/false
- data format
do ui policies require script-
ing
no
what are some of the benefits
of extending an existing table
such as the task table when
creating a new application
- use existing fields with no modifications
- existing logic from the parent table will be
automatically applied to the new table
methods useful in access
control scripts works on serv-
er side only
gs.hasRole() and current.isNewRecord()
client side scripts that apply
to record producers
catalog client scripts, catalog ui policies
which objects can you use in
a scheduled script execution
script
Glide System and Glide Record
true or false custom applica-
tion developers are required
to create custom embedded
help for every role in a custom
application
false
what happens if no embedded
help is available for a page
a default embedded help page is displayed
what method is used to re-
trieve system property
gs.getProperty()
A sequence of activities for
automating processes in ap-
plications is achieved by
workflow
how do you run a test as a
different user
- use the create a user test step
- use the impersonate test step
what is the purpose of the al-
low configuration option on
the application access setting
of a scoped application
out of scope application can create busi-
ness rules for the table
what is not a method used
for logging messages in a
server side script for privately
scoped applications
gs.log()
rue or false a fields database
name can be changed after its
been created
false
can a scheduled job be used
to run a client side script
everyday
no
The Client Script Types:,
onLoad, onChange, onSubmit, onCellEdit
what objects can be used in
inbound action scripts
current, email and event
true or false update sets
track customizations where
the table has an “update sync
dictionary attribute
true
a display business rule
doesn’t have access to previ-
ous
previous
when using performance an-
alytics application which kind
of KPI signals are used to
make decisions that support
long term workflow stability
anti-signals
which certificate based au-
thentication methods can be
enabled so that users can log
into the service portal
- common access card
- personal identity verification
true or false when a refer-
ence field is added to a table,
it stores the number or the
display value of the reference
record in the database
false the reference field contains sys_id of
the reference record
when creating an application
via guided application creator
what is not an experience op-
tion
portal
what is a spoke in servicenow
a scoped application containing flow de-
signer content for an application or record
type
purpose of integration hub in
servicenow
enable execution of third party API as a part
of a flow when a specific event occurs in
ServiceNow
what is agent intelligence in
ServiceNow
machine learning used component in Ser-
viceNow used to set certain value based on
historical data.
what roles are available in ATF
- atf_test_admin
- atf_test_designer
what is the order of execution
for client side code
- ui script
- client script
- ui policy action
- ui policy script
what type of field is used to
add information, instructions
or separation
annotation
what is the order for an ACL
- role
2, condition - script
what are the ux options avail-
able in guided application cre-
ator
classic and moble
In what version was flow de-
signer introduced
kingston
true or false when creating a
class and prototype the script
include name must match
class name
true
what property is used to allow
creation of applications using
guided application creator in
global scope
sn_g_app_creator.allow_global
what are the parts of a flow
designer
- data panel
- flow trigger
- flow action
- execution
what is the purpose of virtual
agent in servicenow
automate different functions in servicenow
using a chatbot
can you repurpose extended
table fields
yes you can change the label for any ex-
tended table
access to a module is con-
trolled by
roles
which APIs require the trans-
formation service plugin to be
activated
- transformerDefinition()
- transform()
- transformerRuelList()
where in flow designer can
users access information
about actions that are added
to the flow
flow designer help panel
how are flow variables ac-
cessed in the flow designer
data panel
as data pills
delegated development and
deployment was enhanced to
allow admins to grant non_ad-
mins what
non admins can develop, deploy and delete
an application
how often does the system
delete flow designer related entries from var_dictionary
table if not used in a year
monthly
what is true about guided ap-
plication creator
- globally scoped applications can be cre-
ated - Microsoft edge and IE11 are not support-
ed browsers
which API provides methods
to translate text into multiple
languages in real time
dynamic translation
the getcurrentDomainID()
method is part of what scoped
class
scoped domain
which script debugger feature
helps filter debugging search-
es to quickly narrow down
script problems
script tracer
what capacity in the servi-
cenow application can be con-
figured to allow end users to
intercept and resolve submit-
ted incidents when using vir-
tual agent
incident auto-resolution
what plugin is needed in order
to translate the content of a
catalog item to multiple lan-
guages
localization framework plugin
what feature in automated test
framework skips the step of
manually opening a browser
during testing
headless browser
which api(s) are activated by
default and do not require plu-
gin activation separately
CI/CD and GlideSystem Run level