[Feb-2022] The Best ServiceNow Certification Study Guide for the CAD Exam [Q30-Q47]

Share

[Feb-2022] The Best ServiceNow Certification Study Guide for the CAD Exam

CAD certification guide Q&A from Training Expert ValidVCE

NEW QUESTION 30
Which one of the following is NOT a debugging strategy for client-side scripts?

  • A. gs.log()
  • B. g_form.addInfoMessage()
  • C. Field Watcher
  • D. jslog()

Answer: A

 

NEW QUESTION 31
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

  • A. g_user.hasRoleExactly('catalog_admin')
  • B. g_user.hasRoleOnly('catalog_admin')
  • C. g_user.hasRoleFromList('catalog_admin')
  • D. g_user.hasRole('catalog_admin')

Answer: B

 

NEW QUESTION 32
What syntax is used in a Record Producer script to access values from Record Producer form fields?

  • A. producer.field_name
  • B. current.field_name
  • C. producer.variablename
  • D. current.variable_name

Answer: C

 

NEW QUESTION 33
Which of the following methods prints a message on a blue background to the top of the current form by default?

  • A. g_form.showFieldMessage()
  • B. g_form.addInfoMessage()
  • C. g_form.addInfoMsg()
  • D. g_form.showFieldMsg()

Answer: D

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ reference/r_DisplayFieldMessages.html

 

NEW QUESTION 34
One of the uses of the ServiceNow REST API Explorer is:

  • A. Convert SOAP Message functions to REST methods
  • B. Create sample code for sending REST requests to ServiceNow
  • C. Find resources on the web for learning about REST
  • D. Practice using REST to interact with public data providers

Answer: B

Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/learn/courses/newyork/ app_store_learnv2_rest_newyork_rest_integrations/ app_store_learnv2_rest_newyork_inbound_rest_integrations/ app_store_learnv2_rest_newyork_introduction_to_the_rest_api_explorer

 

NEW QUESTION 35
Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b)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.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

  • A. b, c, and d
  • B. a, b, and c
  • C. a, b, c, and d
  • D. a, b, and d

Answer: B

 

NEW QUESTION 36
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

  • A. Set the Accessible from field value to This application scope only
  • B. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access
  • C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
  • D. Set the Accessible from field value to All application scopes and de-select the Can create option

Answer: B

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html

 

NEW QUESTION 37
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

  • A. Flow
  • B. Action
  • C. Bundle
  • D. Spoke

Answer: D

Explanation:
A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set of core actions to automate Now Platform processes. You can add application-specific core actions by activating the associated spoke.
Reference: https://community.servicenow.com/community?
id=community_blog&sys_id=7b3af354db93ab80afc902d5ca9619bc

 

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

  • A. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
  • B. Create a Catalog Category, open the category, and select the Add New Record Producer button
  • C. Open the table in the Table records and select the Add to Service Catalog Related Link
  • D. Use the Record Producer module then add and configure all variables manually

Answer: B

Explanation:
Explanation/Reference:

 

NEW QUESTION 39
Which of the following methods prints a message on a blue background to the top of the current form by default?

  • A. g_form.showFieldMessage()
  • B. g_form.addInfoMessage()
  • C. g_form.addInfoMsg()
  • D. g_form.showFieldMsg()

Answer: D

 

NEW QUESTION 40
Which of the following is NOT a trigger type in Flow Designer?

  • A. Application
  • B. Schedule
  • C. Outbound Email
  • D. Record

Answer: C

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/ reference/flow-triggers.html

 

NEW QUESTION 41
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?

  • A. gs.warn()
  • B. gs.log()
  • C. gs.error()
  • D. gs.debug()

Answer: B

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

 

NEW QUESTION 42
When configuring a REST Message, the Endpoint is:

  • A. The response from the provider indicating there is no data to send back
  • B. The commands to the REST script to stop execution
  • C. The URI of the data to be accessed, queried, or modified
  • D. Information about the format of the returned data

Answer: C

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/outbound- rest/reference/r_RESTMessageElements.html

 

NEW QUESTION 43
Here is the Business Rule script template:

This type of JavaScript function is known as:

  • A. Scoped
  • B. Constructor
  • C. Anonymous
  • D. Self-invoking

Answer: A

Explanation:
Explanation

 

NEW QUESTION 44
In an Email Notification, which one of the following is NOT true for the Weight field?

  • A. A Weight value of zero means that no email should be sent
  • B. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
  • C. The Weight value defaults to zero
  • D. Only Notifications with the highest weight for the same record and recipients are sent

Answer: A

 

NEW QUESTION 45
One of the uses of the ServiceNow REST API Explorer is:

  • A. Convert SOAP Message functions to REST methods
  • B. Create sample code for sending REST requests to ServiceNow
  • C. Find resources on the web for learning about REST
  • D. Practice using REST to interact with public data providers

Answer: B

 

NEW QUESTION 46
Which of the following is NOT supported by Flow Designer?

  • A. Test a flow with rollback
  • B. Use Delegated Developer
  • C. Call a subflow from a flow
  • D. Run a flow from a MetricBase Trigger

Answer: A

 

NEW QUESTION 47
......


For more info visit:

Certified Application Developer - ServiceNow Training and Certification

ServiceNow Web Assessor

Now Learning

ServiceNow Training and Certification

ServiceNow CAD

ServiceNow Certification Program FAQ

 

The Best ServiceNow CAD Study Guides and Dumps of 2022: https://torrentpdf.validvce.com/CAD-exam-collection.html