Updated Sep-2021 Exam Engine or PDF for the ServiceNow CAD test to help you quickly prepare for the ServiceNow exam! [Q10-Q29]

Share

Updated Sep-2021 Test Engine or PDF for the ServiceNow CAD test to help you quickly prepare for the ServiceNow exam!

Full CAD Practice Test and 60 unique questions with explanations waiting just for you, get it now!

NEW QUESTION 10
Here is the Business Rule script template:

This type of JavaScript function is known as:

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

Answer: B

 

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

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

Answer: C

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 12
Which of the following statements does NOT apply when extending an existing table?

  • A. The new table inherits all of the fields from the parent table
  • B. The new table inherits the functionality built into the parent table
  • C. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
  • D. You must script and configure all required behaviors

Answer: B

 

NEW QUESTION 13
Which one of the following is true for GlideUser (g_user) methods?

  • A. Can be used in Business Rules only
  • B. Can be used in Client Scripts, UI Policies, and UI Actions
  • C. Can be used in Client Scripts and UI Policies only
  • D. Can be used in Business Rules, and Scripts Includes

Answer: B

Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI

 

NEW QUESTION 14
When configuring a module, what does the Override application menu roles configuration option do?

  • A. Admin is given access to the module even if Access Controls would ordinarily prevent access
  • B. Self-Service users can access the module even though they do not have roles
  • C. Users with access to the application menu can see the module even if they don't have the module role
  • D. Users with the module role but without access to the application menu access the module

Answer: C

 

NEW QUESTION 15
Which one of the following is true regarding Application Scope?

  • A. All applications are automatically part of the Global scope
  • B. Any developer can edit any application
  • C. Developers can choose the prefix for a scope's namespace
  • D. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts

Answer: C

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

 

NEW QUESTION 16
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.

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

Answer: A

Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569

 

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

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

Answer: D

 

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

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

Answer: B

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

 

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

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

Answer: B

 

NEW QUESTION 20
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 21
Which source control operation is available from BOTH Studio and the Git Repository?

  • A. Create Branch
  • B. Edit Repository Configurations
  • C. Apply Remote Changes
  • D. Stash Local Changes

Answer: B

 

NEW QUESTION 22
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:

  • A. Requires reporting capabilities
  • B. Uses forms extensively to interact with data
  • C. Needs workflow to manage processes
  • D. Requires "as-is" use of low-level programming libraries

Answer: D

 

NEW QUESTION 23
Which of the following objects does a Display Business Rule NOT have access to?

  • A. g_scratchpad
  • B. previous
  • C. current
  • D. GlideSystem

Answer: B

 

NEW QUESTION 24
Which one of the following is part of the client-side scripting API?

  • A. workflow.scratchpad
  • B. current and previous objects
  • C. GlideSystem object (gs)
  • D. GlideUser object (g_user)

Answer: B

 

NEW QUESTION 25
To see what scripts, reports, and other application artifacts will be in a published application:

  • A. Open the list of Update Sets for the instance
  • B. Examine the Application Files Related List in the application to be published
  • C. Open the artifact records individually to verify the value in the Application field
  • D. Enter the name of the Application in the Global search field

Answer: A

Explanation:
Explanation
Explanation/Reference: https://community.servicenow.com/community?
id=community_article&sys_id=d2dce665dbd0dbc01dcaf3231f9619fe

 

NEW QUESTION 26
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

  • A. ${event.<property name>}
  • B. ${property name>.getDisplayValue()}
  • C. ${gs.<property name>}
  • D. ${current.<property name>}

Answer: B

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

 

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

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

Answer: B

 

NEW QUESTION 28
What is a Module?

  • A. A web-based way of providing software to end-users
  • B. A group of menus, or pages, providing related information and functionality to end-users
  • C. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
  • D. A way of helping users quickly access information and services by filtering the items in the Application Navigator

Answer: D

 

NEW QUESTION 29
......

Get Latest CAD Dumps Exam Questions: https://drive.google.com/open?id=1Xinnnu3i9RPEQPP4i4dMdTnkXsD7FB_w

Full CAD Practice Test and 60 unique questions with explanations waiting just for you, get it now: https://www.itexamdownload.com/CAD-valid-questions.html