CAD Exam Topic 3 Flashcards

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

A

previous

24
Q

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

A

anti-signals

25
Q

which certificate based au-
thentication methods can be
enabled so that users can log
into the service portal

A
  1. common access card
  2. personal identity verification
26
Q

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

A

false the reference field contains sys_id of
the reference record

27
Q

when creating an application
via guided application creator
what is not an experience op-
tion

A

portal

28
Q

what is a spoke in servicenow

A

a scoped application containing flow de-
signer content for an application or record
type

29
Q

purpose of integration hub in
servicenow

A

enable execution of third party API as a part
of a flow when a specific event occurs in
ServiceNow

30
Q

what is agent intelligence in
ServiceNow

A

machine learning used component in Ser-
viceNow used to set certain value based on
historical data.

31
Q

what roles are available in ATF

A
  1. atf_test_admin
  2. atf_test_designer
32
Q

what is the order of execution
for client side code

A
  1. ui script
  2. client script
  3. ui policy action
  4. ui policy script
33
Q

what type of field is used to
add information, instructions
or separation

A

annotation

34
Q

what is the order for an ACL

A
  1. role
    2, condition
  2. script
35
Q

what are the ux options avail-
able in guided application cre-
ator

A

classic and moble

36
Q

In what version was flow de-
signer introduced

A

kingston

37
Q

true or false when creating a
class and prototype the script
include name must match
class name

A

true

38
Q

what property is used to allow
creation of applications using
guided application creator in
global scope

A

sn_g_app_creator.allow_global

39
Q

what are the parts of a flow
designer

A
  1. data panel
  2. flow trigger
  3. flow action
  4. execution
40
Q

what is the purpose of virtual
agent in servicenow

A

automate different functions in servicenow
using a chatbot

41
Q

can you repurpose extended
table fields

A

yes you can change the label for any ex-
tended table

42
Q

access to a module is con-
trolled by

A

roles

43
Q

which APIs require the trans-
formation service plugin to be
activated

A
  1. transformerDefinition()
  2. transform()
  3. transformerRuelList()
44
Q

where in flow designer can
users access information
about actions that are added
to the flow

A

flow designer help panel

45
Q

how are flow variables ac-
cessed in the flow designer
data panel

A

as data pills

46
Q

delegated development and
deployment was enhanced to
allow admins to grant non_ad-
mins what

A

non admins can develop, deploy and delete
an application

47
Q

how often does the system
delete flow designer related entries from var_dictionary
table if not used in a year

A

monthly

48
Q

what is true about guided ap-
plication creator

A
  1. globally scoped applications can be cre-
    ated
  2. Microsoft edge and IE11 are not support-
    ed browsers
49
Q

which API provides methods
to translate text into multiple
languages in real time

A

dynamic translation

50
Q

the getcurrentDomainID()
method is part of what scoped
class

A

scoped domain

51
Q

which script debugger feature
helps filter debugging search-
es to quickly narrow down
script problems

A

script tracer

52
Q

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

A

incident auto-resolution

53
Q

what plugin is needed in order
to translate the content of a
catalog item to multiple lan-
guages

A

localization framework plugin

54
Q

what feature in automated test
framework skips the step of
manually opening a browser
during testing

A

headless browser

55
Q

which api(s) are activated by
default and do not require plu-
gin activation separately

A

CI/CD and GlideSystem Run level