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

ServiceNow CAD - Certified Application Developer - ServiceNow

Page: 7 / 8
Total 264 questions

Which one of the following is NOT a purpose of application scoping?

A.

Provide a relationship between application artifacts

B.

Provide a way of tracking the user who developed an application

C.

Provide a namespace (prefix and scope name) to prevent cross application name collisions

D.

Provide controls for how scripts from another scope can alter tables in a scoped application

Which actions can a Business Rule take without scripting?

A.

Set field values and query the database

B.

Set field values and add message

C.

Set field values and write to the system log

D.

Set field values and generate an event

Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?

A.

Class Map

B.

Flow Design

C.

Dependency View

D.

Business Service Map

Which of the following statements is true about Guided Application Creator?

A.

The global scope option is turned on by default

B.

A scope application user role is automatically created

C.

Default access controls are automatically created

D.

The welcome screen appears every time a new application is created

Which database operations can be controlled with Application Access? (Choose 2 answers)

A.

Update

B.

Create

C.

Execute

D.

Query

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

A.

Configure the page in the Module that opens the Record Producer.

B.

Write a script in the Record Producer’s Script field: producer.redirect = '';.

C.

Create an application property to store the URL.

D.

Write an after Business Rule script for the Record Producer’s table: window.redirect = '';.

What is the GlideForm Client-side scripting object?

A.

gs_form

B.

gs.form

C.

sn.form

D.

g_form

What is a function of an update set in ServiceNow Studio?

A.

To group configuration changes for transfer between instances

B.

To track and monitor system performance metrics

C.

To create new custom applications

D.

To manage configurations directly in a production environment

For your implementation the following tables are extended from each other:

• Incident table is extended from Task table

• Super Incident table is extended from Incident table

In this situation, which table(s) are Parent. Child and Base tables?

Choose 5 answers

A.

Incident table is a Child table

B.

Incident table is a Parent table

C.

Task table is a Child table

D.

Super Incident table is a Child table

E.

Super Incident table is a Parent table

F.

Task table is a Base table

G.

Task table is a Parent table

What are the features of Flow Designer?

Choose 3 answers

A.

Add stages to a flow

B.

Call a flow from another flow or subflow

C.

Test a flow using the "Run as" feature

D.

Support Java Scripting code to test conditions that trigger the flow. Eg Run a flow from a Catalog item

E.

Perform form field data validation at client side