Free CAD Exam Braindumps (page: 26)

Page 25 of 70

What is the purpose of the Application Picker?

  1. Select an application to run
  2. Select an application as a favorite in the Application Navigator
  3. Choose an application to edit and set the Application Scope
  4. Choose an application to download and install

Answer(s): C

Explanation:

https://docs.servicenow.com/bundle/tokyo-application-
development/page/build/applications/concept/c_ApplicationPicker.html



Which method is used to retrieve Application Property values in a script?

  1. gs.getProperty()
  2. g_form.getAppProperty()
  3. g_form.getProperty()
  4. gs.getAppProperty()

Answer(s): A

Explanation:

https://developer.servicenow.com/dev.do#!/learn/learning- plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_use_application_prop erties



Which of the following statements is NOT true for the Form Designer?

  1. To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
  2. To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
  3. To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
  4. 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.

Answer(s): A

Explanation:

https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form- administration/concept/c_FormDesign.html



Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

  1. The application needs to send weekly email reminders to requestors for all records on a table
  2. The application needs to run a clean up script on the last day of every month
  3. The application needs to query the database every day to look for unassigned records
  4. The application needs to run a client-side script at the same time every day

Answer(s): D

Explanation:

An example of when an application might not use a Scheduled Script Execution (Scheduled Job) is when the application needs to run a client-side script at the same time every day. A Scheduled Script Execution is a server-side script that runs on a specified schedule and performs some action on the server or database. A client-side script runs on the user's browser and cannot be scheduled by ServiceNow. The other options are examples of when an application might use a Scheduled Script Execution, such as sending email reminders, running a clean up script, or querying the database for unassigned records.


Reference:

Scheduled Script Execution, Client scripts






Post your Comments and Discuss ServiceNow® CAD exam with other Community members:

CAD Discussions & Posts