ServiceNow cad practice test

Certified Application Developer - ServiceNow Training and Certification Exam


Question 1

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
Answer:

A

Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/concept/c_UsefulSchedulingScripts.html

Discussions
0 / 600

Question 2

Which one of the following is the fastest way to create and configure a Record Producer?

  • A. Create a Catalog Category, open the category, and select the Add New Record Producer button
  • B. Use the Record Producer module then add and configure all variables manually
  • C. Open the table in the Table records and select the Add to Service Catalog Related Link
  • D. Open the tables form, right-click on the form header, and select the Create Record Producer menu item
Answer:

A

Discussions
0 / 600

Question 3

When a ServiceNow instance requests information from a web service, ServiceNow is the web
service:

  • A. Publisher
  • B. Specialist
  • C. Provider
  • D. Consumer
Answer:

D

Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/web-services/reference/r_AvailableWebServices.html

Discussions
0 / 600

Question 4

Which one of the following client-side scripts apply to Record Producers?

  • A. Catalog Client Scripts and Catalog UI Policies
  • B. UI Scripts and UI Actions
  • C. UI Scripts and Record Producer Scripts
  • D. Client Scripts and UI Policies
Answer:

A

Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/concept/c_CatalogClientScriptCreation.html

Discussions
0 / 600

Question 5

Which of the following methods are useful in Access Control scripts?

  • A. g_user.hasRole() and current.isNewRecord()
  • B. gs.hasRole() and current.isNewRecord()
  • C. g_user.hasRole() and current.isNew()
  • D. gs.hasRole() and current.isNew()
Answer:

B

Reference:
http://servicenowmypath.blogspot.com/2017/

Discussions
0 / 600

Question 6

When configuring an Access Control which has no condition or script, which one of the following
statements is NOT true?

  • A. table.*will grant access to every field in a record
  • B. table.None will grant access to every record on the table
  • C. table.field will grant access to a specific field in a record
  • D. table.id will grant access to a specific record on the table
Answer:

A

Discussions
0 / 600

Question 7

What are some of the benefits of extending an existing table such as the Task table when creating a
new application?
a) You can repurpose existing fields by simply changing the label.
b) Use existing fields with no modifications.
c) Existing logic from the parent table will be automatically applied to the new table.
d) All of the parent table records are copied to the new table.

  • A. a, b, c, and d
  • B. a and b
  • C. b and c
  • D. a, b, and c
Answer:

C

Discussions
0 / 600

Question 8

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

  • A. You must create Access Controls to prevent all other application scopes from creating configuration records on an applications 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
Answer:

A

Reference:
https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/concept/c_ExampleGrantingAccessToConfigRecs.html

Discussions
0 / 600

Question 9

If the Create module field is selected when creating a table, what is the new modules default
behavior?

  • A. Open an empty form so new records can be created
  • B. Open a link to a wiki article with instructions on how to customize the behavior of the new module
  • C. Display an empty homepage for the application
  • D. Display a list of all records from the table
Answer:

D

Discussions
0 / 600

Question 10

Which one of the following is NOT a method used for logging messages in a server-side script for a
privately- scoped application?

  • A. gs.log()
  • B. gs.error()
  • C. gs.warn()
  • D. gs.debug()
Answer:

A

Reference:
https://community.servicenow.com/community? id=community_
QUESTION:&sys_ id=bd71cb29db98dbc01dcaf3231f9619c6

Discussions
0 / 600
To page 2