CAD 2 Flashcards

(25 cards)

1
Q

Not available forREST API
a. COPY
b. PUT
c. POST
d. GET

A

a. COPY

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

REST Response can be:
a. JSON
b. XML
c. None of the above
d. Both

A

d. Both

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

How can you determine if an application is not a good fit with ServiceNow?
a. Data can be modeled in a relational database
b. Require reporting capability
c. Need workflow to manage processes
d. Requires access to proprietary libraries that do not have an API

A

d. Requires access to proprietary libraries that do not have an API

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

Developers _____ create application file records directly from the Application File table.
a. DO NOT
b. Do

A

a. DO NOT

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

which is a valid field type?
a. Date/Time
b. Time
c. Date
d. Date & Time

A

a. Date/Time

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

How to access the field in Record producer
a. obj.field_name
b. Object
c. Producer.field_name
d. record_producer.field_name

A

c. Producer.field_name

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

When a new field is added to the form ,it is added to the list view by default?
a. False
b. TRUE

A

a. False

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

What are the role Permissions required for source control?
a. admin_control
b. Source_admin
c. source_control_admin
d. admin

A

b. Source_admin
d. admin

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

Mobile UI consists of
a. Favorites
b. App navigator
c. Content frame
d. both a & b

A

d. both a & b

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

Tabs are only appear when ______section
a. At least 2 sections
b. more than 2 sections
c. Zero sections
d. one section

A

a. At least 2 sections
b. more than 2 sections

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

Which of the following report types supports multiple datasets?
i. Bar
ii. Pie
iii. Boxline
iv. Area
a. i, iii, iv
b. i, ii, iv
c. i, ii
d. all

A

a. i, iii, iv

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

Which one is not true
a. g_form.showFieldMessage() -> blue, below the field
b. g_form.addInfoMessage() � >blue, top
c. g_form.addErrorMessage() �> red, top
d. g_form.showFieldMsg() -> blue, below the field

A

a. g_form.showFieldMessage() -> blue, below the field

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

The role require to perform Unit testing
a. atf_test_admin
b. atf_test_designer
c. atf_admin_test
d. atf_admin

A

a. atf_test_admin
b. atf_test_designer

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

Can field watcher check 2 fields at once?
a. False
b. TRUE

A

a. False

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

Which of the following allows a user to edit the field values in a list without opening the form?
a. Data Editor
b. Form Designer
c. Edit Menu
d. List Editor

A

d. List Editor

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

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the access control list for table.NONE read access control for users with the admin and itil roles table.* read access control for users with the admin role, table.field3 read access control for users with the itil role. which field or fields can a user with the itil role read?
a. field3 only
b. filed1 and field3
c. all fields except field 3
d. field1, field2, field3

A

a. field3 only

17
Q

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
a. Application admin
b. Application Fulfiller
c. Application manager
d. Application super user

A

a. Application admin

18
Q

For Email notifications triggered by events, the user triggering the event always receives the email notification.
a. True
b. False

19
Q

Which one of the following database operations cannot be controlled with application access?
a. create
b. query
c. delete
d. update

20
Q

In what order should filter elements be specified?
a. Value, Operator, then field
b. Field, Operator, then value
c. Field, operator, then Condition
d. Operator, Condition, then Value

A

b. Field, Operator, then value

21
Q

Which of the following is a best practice for adding instructions to a form?
a. A populated read-only field
b. Related links to wiki pages
c. Annotations
d. A context menu UI action

A

c. Annotations

22
Q

What module link type is used to access an application properties page?
a. single record
b. URL ( from arguments)
c. HTML (from arguments)
d. scripts (from arguments)

A

b. URL ( from arguments)

23
Q

What is enabled when you elevate privileges?
a. Ability to create and modifyAccess Controls from the ACL
b. Ability to access and modify to system Properties>Security module
c. Ability to create and modify WS Security Profiles
d. Ability to create and modify SOAP Security Profiles

A

a. Ability to create and modifyAccess Controls from the ACL

24
Q

There is a basic strategy when creating a utils script include. Identify the step that does not belong.
a. identify the table
b. script the function(s)
c. create a class
d. create a prototype object from the new class

A

d. create a prototype object from the new class

25
When configuring the content email notification, which syntax should be used to reference the properties of an event triggering the notification? a. S(.getdisplayvalue()} b. S(gs.) c. S(event) d. S(current)
c. S(event)