Matheus Uta
Quiz von , erstellt am 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.

129
0
0
Matheus Uta
Erstellt von Matheus Uta vor mehr als ein Jahr
Schließen

ServiceNow CAD (Certified Application Developer)

Frage 1 von 6

1

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

Wähle eine der folgenden:

  • GlideRecord and current

  • GlideUser and GlideRecord

  • GlideSystem and GlideRecord

  • GlideSystem and current

Erklärung

Frage 2 von 6

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 3 von 6

1

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

Wähle eine der folgenden:

  • Publisher

  • Specialist

  • Provider

  • Consumer

Erklärung

Frage 4 von 6

1

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

Wähle eine der folgenden:

  • Catalog Client Scripts and Catalog UI Policies

  • UI Scripts and UI Actions

  • UI Scripts and Record Producer Scripts

  • Client Scripts and UI Policies

Erklärung

Frage 5 von 6

1

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

Wähle eine der folgenden:

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

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

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

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

Erklärung

Frage 6 von 6

1

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

Wähle eine der folgenden:

  • 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

Erklärung