Servicenow CAD practice test - 4

 1. 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


2. Which one of the following is part of the client-side scripting API?

A. workflow.scratchpad

B. GlideUser object (g_user)

C. current and previous objects

D. GlideSystem object (gs)


3. Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

A. GlideRecord and current

B. GlIdeUser and GlideRecord

C. GlideSystem and GlideRecord

D. GlideSystem and current


4. Which one of the following is true for GlideUser (g_user) methods?

A. Can be used in Client Scripts and UI Policies only

B. Can be used in Business Rules only

C. Can be used in Client Scripts, UI Policies, and UI Actions

D. Can be used in Business Rules, and ScriptsIncludes


5. 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


6. 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()


7. 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


8. 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')


9. When a ServiceNow instance requests information from a web service, ServiceNow is

the web service:

A. Publisher

B. Specialist

C. Provider

D. Consumer


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

A. previous

B. GlideSystem

C. g_scratchpad

D. current

No comments:

Post a Comment

Featured Post

How to configure field style of any fields