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

ServiceNow CAD - Certified Application Developer - ServiceNow

Page: 1 / 9
Total 285 questions

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

A.

g_form getUserID()

B.

g_form getUserSysy

C.

gs.getUserSysID()

D.

gs.getUserID()

When selecting the Target table for an import which tables can you select?

Choose 3 answers

A.

Tables outside of ServiceNow

B.

Related tables, using Dot Walk

C.

Tables which allow write access to other applications

D.

Tables within the global scope

E.

Tables within the existing application scope

Which tool is used to define relationships between fields in an import set table and a target table?

A.

Field Transformer

B.

Schema Map

C.

Transform Schema

D.

Transform Map

When designing and creating a form, what do you create to organize fields on a form?

A.

Related lists

B.

Tabs

C.

Sections

D.

Buttons

Tables that extend a table do what?

A.

Sometimes inherit the parent's fields

B.

Automatically update the application scope

C.

Do not inherit the parent's fields

D.

Inherit the parent's fields

(What is the GlideForm client-side scripting object?)

A.

gs_form

B.

sn.form

C.

gs.form

D.

g_form

While on an Incident record, how would you add a Tag for "Special Handling" to the record?

A.

Click on the More options (...) icon, click Add Tag, type Special Handling, press enter

B.

On the Tag field, select Special Handling from the choice list

C.

On the Special Handling field check the box

D.

Click on the Context menu, select Add Tact, type Special Handling. press enter

Which of the following methods prints a message on a blue background to the top of the current form by default?

A.

g_form.addInfoMsg()

B.

g_form.addInfoMessage()

C.

g_form.showFieldMessage()

D.

g_form.showFieldMsg()

Where can GlideUser (g_user) methods be utilized within ServiceNow?

A.

Client Scripts and UI Policies only

B.

Business Rules only

C.

Business Rules, and Script Includes

D.

Client Scripts, UI Policies, and UI Actions

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

A.

g_form.hasRoleExactly(‘admin’)

B.

gs.hasRole(‘admin’)

C.

g_form.hasRole(‘admin’)

D.

gs.hasRoleExactly(‘admin’)