CAD Exam Topics 1 Flashcards

(80 cards)

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
How many application menus can an application have
As many as the application design requires
26
What syntax is used in a record producer script to ac- cess values from record pro- ducer form fields
producer.varaiblename
27
What method prints a mes- sage on a blue background to the top of the current form by default
g_form.addInfoMessage()
28
a scoped application contain- ing flow designer content ded- icated to a particular applica- tion is called
a spoke
29
what is a module
a way of helping users quickly access infor- mation and services by filtering the items in the application navigator
30
which source control opera- tion is available for both stu- dio and the git repository
edit repository configuration
31
What is not required to link a ServiceNow application to a GIT repository
application name
32
What is not a method used used for logging messages in a server-side script for a pri- vately scoped application
gs.log()
33
if the create module field is selected when creating a table what is the new modules de- fault behavior.
display a list of all records from the table
34
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.
Set the accessible from field value to this application scope only
35
What are 3 ui policy actions for a field
Mandatory, read only, visible
36
Are fix scripts server side or client side
Server side
37
when do fix scripts execute
when applications are installed or updated
38
what should you use to move an application between in- stances
a repository
39
what role is required to edit access controls
security_admin and elevated privileges
40
how do ACLs search
most specific to most generic
41
where can protection policies be applied
ui actions, script includes
42
what are protection policies
Safeguard intellectual property by making artifact logic read only or not visible
43
are protection policies applied when migrated using an up- date set
No
44
can you create properties for reference fields
no, reference fields require the use of refer- ence tables
45
what is an application proper- ty
sets application values from an applications properties page
46
what is the process for creat- ing application properties
1. create a system property category 2. add properties 3. order properties 4. create properties module
47
What does it mean to register an event
the ServiceNow processes are able to rec- ognize and react to the event
48
Can Servicenow respond to events that are not registered
no
49
what does a notification weight of 10 mean
the notification is skipped
50
What does the weight of a no- tification mean
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
what is the easiest way to cre- ate a record producer
Click the add to service catalog related link on a table record
52
Are scripts on a record pro- ducer server side or client side
server side
53
True or false g_user.has('x_foo_app_user') returns true for the admin role
True
54
True or false an application menu can have a maximum of 10 modules
false
55
True or false it is best practice to develop in global scope.
false
56
What is not true when extend- ing an existing table
you must script and configure all required behavior
57
What restricts application re- sourses from other applica- tions
application access settings
58
true or false all the records created using a record pro- ducer are inseted in the requested items(sc_req_item) table
false
59
default scope for all custom applications
private
60
what record is generated to in- dicate something has occured in ServiceNow
event record
61
how is access to applica- tion menus and modules con- trolled
roles
62
True or false the scope of an application can be changed at any time.
false
63
the baseline behavior of a table in a privately scoped ap- plication is
all application scopes can read from the table
64
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?
Auto Map Matching Fields
65
what module line type is used to access an application prop- erties page.
url
66
what can be used to default the current date/time in a scoped application.
new GlideDateTime().getDisplayValue()
67
an email notification triggered using
trigger condition or events
68
while debugging security rules what does the blue color code indicate.
that the ACL is already in the cache and does not need to be re-evaluated
69
application files in a Servi- ceNow application are
artifacts comprised in the ServiceNow ap- plication
70
purpose of source control in- tegration
allows application developers to integrate with git source control repositories to save and manage multiple versions of a sub-pro- duction instance
71
True or false the form design- er can be used to design list layouts
false
72
true or false a new section can be added to a form using one of the field type in the form designer
false
73
True or false actions can be triggered using business rules apart form events
false
74
what is a module
the functionality within an application menu such as opening a new record in the same or separate window
75
True or false removing a field from the form designer deletes it from the database
false
76
true or false any code changes done in a checked out workflow version are ap- plied to all ServiceNow users triggering the Workflow
false
77
What protects applications by identifying and restricting ac- cess to application files and data
application scope
78
true or false team dashboards provide a central place to manage all team development activities on your instance.
true
79
True or false an application owns its tables and deter- mines whether other applica- tions can access resources from them
true
80
What must evaluate to true to grant a user access to applica- tion table records.
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.