Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

ServiceNow CAD - Certified Application Developer - ServiceNow

Page: 6 / 9
Total 285 questions

Which server-side API debug log method is available for scoped applications?

A.

gs.print()

B.

gs.log()

C.

gs.debuglog()

D.

gs.info()

(What is the primary purpose of an application scope?)

A.

To manage the data storage and backup for applications

B.

To define the boundary that isolates an application's resources from others

C.

To allow one application to automatically update another's resources without restrictions

D.

To control the user interface design for an application

Which one of the following is true for this script fragment?

g_user.hasRole(,x_my_app_user');

A.

The method returns true if the currently logged in user has the x_my_app_user role or the admin role

B.

The method returns false only if the currently logged in user has the x_my_app_user role

C.

There is no g_user.hasRole() method

D.

The method returns true only if the currently logged in user has the x_my_app_user role

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

A.

Application Manager

B.

Application Fulfiller

C.

Application Super User

D.

Application Admin

Which of the following statements does NOT apply when extending an existing table?

A.

The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields

B.

The new table inherits the functionality built into the parent table

C.

The new table inherits all of the fields from the parent table

D.

You must script and configure all required behaviors

Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.

Which fields are available in the Exportitem table?

A.

ItemCountry, Number

B.

Only ItemName, ItemQty

C.

ItemName, ItemQty, and ItemCountry

D.

Only ItemCountry

Which ATF test step is used to set up a specific user profile for testing purposes?

A.

Impersonation

B.

Create a role

C.

Create a user

D.

Create a group

Which is the base table of the configuration management database hierarchy?

A.

cmdb_rel_ci

B.

ucmdb

C.

cmdb_ci

D.

cmdb

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

A.

previous

B.

GlideSystem

C.

g_scratchpad

D.

current

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, and d

B.

b, c, and d

C.

a, b, and d

D.

a, b, and c