Pass the ServiceNow Certified Application Developer CAD Questions and answers with CertsForce

Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions
Questions # 31:

Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:

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?

Options:

A.

field1, field2. andfield3


B.

field3 only


C.

field 1 andfield3


D.

All fields except field3


Expert Solution
Questions # 32:

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?

Options:

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 = '';.


Expert Solution
Questions # 33:

What is required to link a ServiceNow application to a Git repository?

Choose 3 answers

Options:

A.

URI


B.

ACL


C.

User name


D.

URL


E.

Application name


F.

Password


Expert Solution
Questions # 34:

Which of the following CANNOT be debugged using the Field Watcher?

Options:

A.

Business Rules


B.

Script Includes


C.

Client Scripts


D.

Access Controls


Expert Solution
Questions # 35:

When configuring a REST Message, the Endpoint is:

Options:

A.

The commands to the REST script to stop execution


B.

The URI of the data to be accessed, queried, or modified


C.

Information about the format of the returned data


D.

The response from the provider indicating there is no data to send back


Expert Solution
Questions # 36:

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.

Options:

A.

a, b, c, and d


B.

b, c, and d


C.

a, b, and d


D.

a, b, and c


Expert Solution
Questions # 37:

Which items are valid UI Action types in ServiceNow? (Choose 3 answers)

Options:

A.

Workflow action


B.

Record navigation button


C.

Form choice


D.

Form button


E.

List banner button


Expert Solution
Questions # 38:

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

Options:

A.

An Application Properties page is a common landing page for an application.


B.

Application users know to go to the Application Properties page to change the appearance of an application.


C.

Application Properties allow a developer to override the application properties inherited from ServiceNow.


D.

Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts.


Expert Solution
Questions # 39:

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?

Options:

A.

You must create Access Controls to prevent all other application scopes from creating configuration records on an application’s data tables rather than using Application Access


B.

Set the Accessible from field value to All application scopes and de-select the Can create option


C.

Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option


D.

Set the Accessible from field value to This application scope only


Expert Solution
Questions # 40:

What do you click when you have made modifications to your report, and you want to see the results without saving?

Options:

A.

Execute


B.

Preview


C.

Run


D.

Test


E.

Try it


Expert Solution
Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions