Matheus Uta
Quiz by , created more than 1 year ago

This quiz is based on "https://vceguide.com/" quiz, using answers from the COMMENTS and SEARCHING SERVICENOW RESOURCES. DO NOT take this quiz as a 100% correct resource for your exam.

135
0
0
Matheus Uta
Created by Matheus Uta over 1 year ago
Close

ServiceNow CAD (Certified Application Developer)

Question 1 of 6

1

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

Select one of the following:

  • GlideRecord and current

  • GlideUser and GlideRecord

  • GlideSystem and GlideRecord

  • GlideSystem and current

Explanation

Question 2 of 6

1

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

Select one of the following:

  • Create a Catalog Category, open the category, and select the Add New Record Producer button

  • Use the Record Producer module then add and configure all variables manually

  • Open the table in the Table records and select the Add to Service Catalog Related Link

  • Open the table’s form, right-click on the form header, and select the Create Record Producer menu item

Explanation

Question 3 of 6

1

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

Select one of the following:

  • Publisher

  • Specialist

  • Provider

  • Consumer

Explanation

Question 4 of 6

1

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

Select one of the following:

  • Catalog Client Scripts and Catalog UI Policies

  • UI Scripts and UI Actions

  • UI Scripts and Record Producer Scripts

  • Client Scripts and UI Policies

Explanation

Question 5 of 6

1

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

Select one of the following:

  • g_user.hasRole() and current.isNewRecord()

  • gs.hasRole() and current.isNewRecord()

  • g_user.hasRole() and current.isNew()

  • gs.hasRole() and current.isNew()

Explanation

Question 6 of 6

1

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

Select one of the following:

  • table.*will grant access to every field in a record

  • table.None will grant access to every record on the table

  • table.field will grant access to a specific field in a record

  • table.id will grant access to a specific record on the table

Explanation