CAD Exam Topics 1 Flashcards

1
Q

Which of the following statements is true for the Form Designer?

a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.

b) To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.

c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.

d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

A

A, B, C

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

Which of the following are configured in an Email Notification?

a) Who will receive the notification.

b) What content will be in the notification.

c) When to send the notification.

d) How to send the notification.

A

A, B, C

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

To see what scripts, reports, and other application artifacts will be in a published application:

A. Enter the name of the Application in the Global search field

B. Open the list of Update Sets for the instance

C. Examine the Application Files Related List in the application to be published

D. Open the artifact records individually to verify the value in the Application field
A

B

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

Which one of the following is NOT a debugging strategy for client-side scripts?

A. g_form.addInfoMessage()
B. Field Watcher
C. jslog()
D. gs.log()
A

D

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

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

A. All access to this table via web services

B. Can create, Can update, and Can delete

C. Can read does not affect the availability of other Application Access fields

D. Allow configuration
A

B

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

Which of the following is NOT a trigger type in Flow Designer?

A. Outbound Email
B. Application
C. Record
D. Schedule
A

A

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

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

A. REST messages
B. Table
C. Script Include
D. Workflow
A

B

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

In an Email Notification, which one of the following is NOT true for the Weight field?

A. Only Notifications with the highest weight for the same record and recipients are sent

B. A Weight value of zero means that no email should be sent

C. The Weight value defaults to zero

D. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
A

B

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

Which of the following objects does a Display Business Rule NOT have access to?

A. previous
B. GlideSystem
C. g_scratchpad
D. current
A

A

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

Which of the following features are available to Global applications? (Choose two.)

A. Automated Test Framework
B. Source Control
C. Delegated Development
D. Flow Designer
A

A,D

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

Which one of the following is NOT a UI Action type?

A. List choice
B. Form button
C. List banner button
D. Form choice
A

D

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

Which of the following are true for reports in ServiceNow? (Choose three.)

A. Any user can see any report shared with them.
B. Can be a graphical representation of data.
C. All users can generate reports on any table.
D. Can be run on demand by authorized users.
E. Can be scheduled to be run and distributed by email.
A

BDE

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

Modules must have a Link type. Which one of the following is a list of Link types?

A. List of Records, Separator, Catalog Type, Roles
B. Assessment, List of Records, Separator, Timeline Page
C. List of Records, Content Page, Order, URL (from arguments:)
D. Assessment, List of Records, Content Page, Roles
A

B

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

One of the uses of the ServiceNow REST API explorer

A

Create sample code for sending REST re-
quests to ServiceNow

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

Which application allows
users to install multiple
applications, application-cus-
tomization or plugin at once

A

Continue integration and continuous deliv-
ery spoke batch install

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

What is true regarding appli-
cation scope

A

Applications downloaded from 3rd party
ServiceNow application developers cannot
have naming conflicts

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

What is the baseline behavior
of a table in a privately scoped
application

A

All application scopes can read from the
table

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

What is not a purpose of appli-
cation scoping

A

Provide control for how scripts from another
scope can alter tables in a scope applica-
tion

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

What are some of the consid-
erations to document as part
of the business process

A

Business problem, data input/output,
users/stakeholders and process steps

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

What is not true when apply-
ing an extension to an existing
table.

A

The new table inherits the functionality built
into the parent table

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

What cannot be debugged us-
ing the field watcher.

A

Script includes

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

What object can be used in in-
bound action scripts

A

current and email

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

What is part of the client side
scripting API

A

Glide user object (g_user)

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

Application developers con-
figure ServiceNow using in-
dustry standard JavaScript to

A

Extend an add functionality

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

How many application menus
can an application have

A

As many as the application design requires

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

What syntax is used in a
record producer script to ac-
cess values from record pro-
ducer form fields

A

producer.varaiblename

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

What method prints a mes-
sage on a blue background to
the top of the current form by
default

A

g_form.addInfoMessage()

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

a scoped application contain-
ing flow designer content ded-
icated to a particular applica-
tion is called

A

a spoke

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

what is a module

A

a way of helping users quickly access infor-
mation and services by filtering the items in
the application navigator

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

which source control opera-
tion is available for both stu-
dio and the git repository

A

edit repository configuration

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

What is not required to link
a ServiceNow application to a
GIT repository

A

application name

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

What is not a method used
used for logging messages in
a server-side script for a pri-
vately scoped application

A

gs.log()

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

if the create module field is
selected when creating a table
what is the new modules de-
fault behavior.

A

display a list of all records from the table

34
Q

How must application ac-
cess be configured to prevent
all other private application
scopes from creating configu-
ration records on an applica-
tion data table.

A

Set the accessible from field value to this
application scope only

35
Q

What are 3 ui policy actions
for a field

A

Mandatory, read only, visible

36
Q

Are fix scripts server side or
client side

A

Server side

37
Q

when do fix scripts execute

A

when applications are installed or updated

38
Q

what should you use to move
an application between in-
stances

A

a repository

39
Q

what role is required to edit
access controls

A

security_admin and elevated privileges

40
Q

how do ACLs search

A

most specific to most generic

41
Q

where can protection policies
be applied

A

ui actions, script includes

42
Q

what are protection policies

A

Safeguard intellectual property by making
artifact logic read only or not visible

43
Q

are protection policies applied
when migrated using an up-
date set

A

No

44
Q

can you create properties for
reference fields

A

no, reference fields require the use of refer-
ence tables

45
Q

what is an application proper-
ty

A

sets application values from an applications
properties page

46
Q

what is the process for creat-
ing application properties

A
  1. create a system property category
  2. add properties
  3. order properties
  4. create properties module
47
Q

What does it mean to register
an event

A

the ServiceNow processes are able to rec-
ognize and react to the event

48
Q

Can Servicenow respond to
events that are not registered

A

no

49
Q

what does a notification
weight of 10 mean

A

the notification is skipped

50
Q

What does the weight of a no-
tification mean

A

when multiple emails are simultaneous-
ly triggered for the same record and ad-
dressed to the same recipient the weight
determines which email is sent

51
Q

what is the easiest way to cre-
ate a record producer

A

Click the add to service catalog related link
on a table record

52
Q

Are scripts on a record pro-
ducer server side or client
side

A

server side

53
Q

True or false
g_user.has(‘x_foo_app_user’)
returns true for the admin role

A

True

54
Q

True or false an application
menu can have a maximum of
10 modules

A

false

55
Q

True or false it is best practice
to develop in global scope.

A

false

56
Q

What is not true when extend-
ing an existing table

A

you must script and configure all required
behavior

57
Q

What restricts application re-
sourses from other applica-
tions

A

application access settings

58
Q

true or false all the records
created using a record pro-
ducer are inseted in the
requested items(sc_req_item)
table

A

false

59
Q

default scope for all custom
applications

A

private

60
Q

what record is generated to in-
dicate something has occured
in ServiceNow

A

event record

61
Q

how is access to applica-
tion menus and modules con-
trolled

A

roles

62
Q

True or false the scope of an
application can be changed at
any time.

A

false

63
Q

the baseline behavior of a
table in a privately scoped ap-
plication is

A

all application scopes can read from the table

64
Q

Which utility is used to de-
termine if field names in an
Import Set match the field
names on the target table
when importing data into Ser-
viceNow?

A

Auto Map Matching Fields

65
Q

what module line type is used
to access an application prop-
erties page.

A

url

66
Q

what can be used to default
the current date/time in a
scoped application.

A

new GlideDateTime().getDisplayValue()

67
Q

an email notification triggered
using

A

trigger condition or events

68
Q

while debugging security
rules what does the blue color
code indicate.

A

that the ACL is already in the cache and
does not need to be re-evaluated

69
Q

application files in a Servi-
ceNow application are

A

artifacts comprised in the ServiceNow ap-
plication

70
Q

purpose of source control in-
tegration

A

allows application developers to integrate
with git source control repositories to save
and manage multiple versions of a sub-pro-
duction instance

71
Q

True or false the form design-
er can be used to design list
layouts

A

false

72
Q

true or false a new section can
be added to a form using one
of the field type in the form
designer

A

false

73
Q

True or false actions can
be triggered using business
rules apart form events

A

false

74
Q

what is a module

A

the functionality within an application menu
such as opening a new record in the same
or separate window

75
Q

True or false removing a
field from the form designer
deletes it from the database

A

false

76
Q

true or false any code
changes done in a checked
out workflow version are ap-
plied to all ServiceNow users
triggering the Workflow

A

false

77
Q

What protects applications by
identifying and restricting ac-
cess to application files and
data

A

application scope

78
Q

true or false team dashboards
provide a central place to
manage all team development
activities on your instance.

A

true

79
Q

True or false an application
owns its tables and deter-
mines whether other applica-
tions can access resources
from them

A

true

80
Q

What must evaluate to true to
grant a user access to applica-
tion table records.

A
  1. conditions configured in the access con-
    trols must evaluate to true
  2. scripts configured in the access control
    must evaluate to true
  3. a user has one of the roles specified in
    the required roles related list.