Matheus Uta
Test por , creado hace más de 1 año

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.

161
0
0
Matheus Uta
Creado por Matheus Uta hace casi 2 años
Cerrar

ServiceNow CAD (Certified Application Developer)

Pregunta 1 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

  • GlideRecord and current

  • GlideUser and GlideRecord

  • GlideSystem and GlideRecord

  • GlideSystem and current

Explicación

Pregunta 2 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 3 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

  • Publisher

  • Specialist

  • Provider

  • Consumer

Explicación

Pregunta 4 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

  • Catalog Client Scripts and Catalog UI Policies

  • UI Scripts and UI Actions

  • UI Scripts and Record Producer Scripts

  • Client Scripts and UI Policies

Explicación

Pregunta 5 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

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

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

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

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

Explicación

Pregunta 6 de 6

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación