CAD Exam Topic 3 Flashcards

(55 cards)

1
Q

server side manages

A

databases and backend

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is not a debug strategy
for client side scripts

A

gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

which plugin activates virtual
agent related plugins

A

glide virtual agent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

true or false adding a user to a
notifications who will receive
section means the user will re-
ceive the notification.

A

false the user can manage their notification
preferences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

valid data types for applica-
tion properties

A
  1. string
  2. short string
  3. true/false
  4. data format
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

do ui policies require script-
ing

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are some of the benefits
of extending an existing table
such as the task table when
creating a new application

A
  1. use existing fields with no modifications
  2. existing logic from the parent table will be
    automatically applied to the new table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

methods useful in access
control scripts works on serv-
er side only

A

gs.hasRole() and current.isNewRecord()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

client side scripts that apply
to record producers

A

catalog client scripts, catalog ui policies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

which objects can you use in
a scheduled script execution
script

A

Glide System and Glide Record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

true or false custom applica-
tion developers are required
to create custom embedded
help for every role in a custom
application

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what happens if no embedded
help is available for a page

A

a default embedded help page is displayed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what method is used to re-
trieve system property

A

gs.getProperty()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A sequence of activities for
automating processes in ap-
plications is achieved by

A

workflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how do you run a test as a
different user

A
  1. use the create a user test step
  2. use the impersonate test step
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is the purpose of the al-
low configuration option on
the application access setting
of a scoped application

A

out of scope application can create busi-
ness rules for the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

what is not a method used
for logging messages in a
server side script for privately
scoped applications

A

gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

rue or false a fields database
name can be changed after its
been created

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

can a scheduled job be used
to run a client side script
everyday

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

The Client Script Types:,

A

onLoad, onChange, onSubmit, onCellEdit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

what objects can be used in
inbound action scripts

A

current, email and event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

true or false update sets
track customizations where
the table has an “update sync
dictionary attribute

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

a display business rule
doesn’t have access to previ-
ous

24
Q

when using performance an-
alytics application which kind
of KPI signals are used to
make decisions that support
long term workflow stability

25
which certificate based au- thentication methods can be enabled so that users can log into the service portal
1. common access card 2. personal identity verification
26
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
27
when creating an application via guided application creator what is not an experience op- tion
portal
28
what is a spoke in servicenow
a scoped application containing flow de- signer content for an application or record type
29
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
30
what is agent intelligence in ServiceNow
machine learning used component in Ser- viceNow used to set certain value based on historical data.
31
what roles are available in ATF
1. atf_test_admin 2. atf_test_designer
32
what is the order of execution for client side code
1. ui script 2. client script 3. ui policy action 4. ui policy script
33
what type of field is used to add information, instructions or separation
annotation
34
what is the order for an ACL
1. role 2, condition 3. script
35
what are the ux options avail- able in guided application cre- ator
classic and moble
36
In what version was flow de- signer introduced
kingston
37
true or false when creating a class and prototype the script include name must match class name
true
38
what property is used to allow creation of applications using guided application creator in global scope
sn_g_app_creator.allow_global
39
what are the parts of a flow designer
1. data panel 2. flow trigger 3. flow action 4. execution
40
what is the purpose of virtual agent in servicenow
automate different functions in servicenow using a chatbot
41
can you repurpose extended table fields
yes you can change the label for any ex- tended table
42
access to a module is con- trolled by
roles
43
which APIs require the trans- formation service plugin to be activated
1. transformerDefinition() 2. transform() 3. transformerRuelList()
44
where in flow designer can users access information about actions that are added to the flow
flow designer help panel
45
how are flow variables ac- cessed in the flow designer data panel
as data pills
46
delegated development and deployment was enhanced to allow admins to grant non_ad- mins what
non admins can develop, deploy and delete an application
47
how often does the system delete flow designer related entries from var_dictionary table if not used in a year
monthly
48
what is true about guided ap- plication creator
1. globally scoped applications can be cre- ated 2. Microsoft edge and IE11 are not support- ed browsers
49
which API provides methods to translate text into multiple languages in real time
dynamic translation
50
the getcurrentDomainID() method is part of what scoped class
scoped domain
51
which script debugger feature helps filter debugging search- es to quickly narrow down script problems
script tracer
52
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
53
what plugin is needed in order to translate the content of a catalog item to multiple lan- guages
localization framework plugin
54
what feature in automated test framework skips the step of manually opening a browser during testing
headless browser
55
which api(s) are activated by default and do not require plu- gin activation separately
CI/CD and GlideSystem Run level