ServiceNow Certified Application Developer v1.0 (CAD)

Page:    1 / 9   
Total 131 questions

Can inherited fields be deleted from a table?

  • A. Yes, select the red X in the left-most column in the table definition
  • B. Yes, but only if they are text fields
  • C. Yes, but only if there has never been any saved field data
  • D. No, inherited fields cannot be deleted from a child table


Answer : A

Reference:
https://community.servicenow.com/community?id=community_question&sys_id=691888a9db12ff004819fb24399619f8

What is the purpose of the Application Picker?

  • A. Select an application to run
  • B. Select an application as a favorite in the Application Navigator
  • C. Choose an application to edit and set the Application Scope
  • D. Choose an application to download and install


Answer : A

Reference:
https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/reference/r_ManagingApplications.html

What are Application Files in a ServiceNow application?

  • A. An XML export of an application's table records
  • B. CSV files containing data imported into an application
  • C. ServiceNow artifacts comprising an application
  • D. XML exports of an application's Update Set


Answer : D

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

Which one of the following is NOT true for Modules?

  • A. Modules open content pages
  • B. Access to Modules is controlled with roles
  • C. Every Module must be part of an Application Menu
  • D. Every Module must be associated with a table


Answer : D

Reference:
https://community.servicenow.com/community?id=community_question&sys_id=bf40c435db7abf80414eeeb5ca9619b3

A graphical view of relationships among tables is a <blank>.

  • A. Schema map
  • B. Dependency view
  • C. Graphical User Interface
  • D. Map source report


Answer : A

Reference:
https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html

Which one of the following is true for the Application Picker?

  • A. All custom application scope and the Global scope appear in the Application Picker
  • B. All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
  • C. Only custom applications appear in the Application Picker
  • D. Only downloaded applications appear in the Application Picker


Answer : A

Reference:
https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/task/t_SelectAnAppFromTheAppPicker.html

When creating an application through the Guided Application Creator, which of the following is a user experience option?

  • A. Portal
  • B. Mobile
  • C. Self-service
  • D. Workspace


Answer : B

Reference:
https://docs.servicenow.com/bundle/quebec-application-development/page/build/guided-app-creator/concept/guided-app-creator.html

When writing a Client Script to provide feedback targeted at a specific field, which method should be used?

  • A. g_form.showInfoMessage()
  • B. g_form.showFieldMsg()
  • C. g_form.addInfoMessage()
  • D. g_form.addFieldMsg()


Answer : B

Reference:
https://docs.servicenow.com/bundle/paris-application-development/page/script/client-scripts/concept/client-script-best-practices.html

Which actions can a Business Rule take without scripting?

  • A. Set field values and write to the system log
  • B. Set field values and generate an event
  • C. Set field values and add message
  • D. Set field values and query the database


Answer : C

Reference:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/orlando/new_to_servicenow/ app_store_learnv2_scripting_orlando_business_rule_actions

Which server-side object provides methods for working with dates when writing a script in a privately scoped application?

  • A. GlideDateTime
  • B. GlideRecord
  • C. GlideSystem
  • D. current


Answer : A

Reference:
https://developer.servicenow.com/dev.do#!/reference/api/paris/server_legacy/c_GlideSystemAPI#r_GS-nowNoTZ

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

  • A. Create an application property to store the URL
  • B. Configure the page in the Module that opens the Record Producer UI
  • C. Write an after Business Rule script for the Record Producer's table: window.redirect = "<URL>";
  • D. Write a script in the Record Producer's Script field: producer.redirect = "<URL>";


Answer : D

Reference:
https://docs.servicenow.com/bundle/orlando-it-service-management/page/product/service-catalog-management/concept/c_PopulatingRecordData.html

Identify characteristic(s) of a Record Producer. (Choose three.)

  • A. All records created using this strategy are inserted into the Requested Item [sc_req_item] table.
  • B. Each field prompts the user with a question rather than a field label.
  • C. They must be scripted.
  • D. You can script behaviors of fields in the user interface.
  • E. Graphics can be included on the user interface.


Answer : BCD

Which server-side API debug log method is available for scoped applications?

  • A. gs.log()
  • B. gs.info()
  • C. gs.debuglog()
  • D. gs.print()


Answer : B

Reference:
https://developer.servicenow.com/dev.do#!/learn/courses/paris/app_store_learnv2_scripting_paris_scripting_in_servicenow/ app_store_learnv2_scripting_paris_server_side_scripting/app_store_learnv2_scripting_paris_debugging_business_rules

Which script types execute on the server? (Choose three.)

  • A. Business Rule
  • B. Client Scripts
  • C. UI Policies
  • D. Script Actions
  • E. Scheduled Jobs


Answer : ACD

Reference:
https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_17Scripts.html

What is the best UX format to use for lists and forms?

  • A. Forms
  • B. Lists
  • C. Standard
  • D. Classic


Answer : B

Reference:
https://docs.servicenow.com/bundle/quebec-platform-user-interface/page/use/using-lists/concept/c_UseLists.html

Page:    1 / 9   
Total 131 questions