Latest ServiceNow CAD Exam questions and answers [Q10-Q29]

Share

Latest ServiceNow CAD Exam questions and answers 

NewPassLeader CAD  Exam Practice Test Questions (Updated 60 Questions)

NEW QUESTION 10
Which Report Type(s) can be created by right-clicking on a column header in a table's list?

  • A. Bar Chart
  • B. Bar Chart, Pie Chart, and Histogram
  • C. Bar Chart and Pie Chart
  • D. Bar Chart, Pie Chart, Histogram, and Line

Answer: A

 

NEW QUESTION 11
Which one of the following is NOT a UI Action type?

  • A. Form button
  • B. List choice
  • C. List banner button
  • D. Form choice

Answer: D

 

NEW QUESTION 12
Which one of the following is NOT a purpose of application scoping?

  • A. Provide controls for how scripts from another scope can alter tables in a scoped application
  • B. Provide a relationship between application artifacts
  • C. Provide a way of tracking the user who developed an application
  • D. Provide a namespace (prefix and scope name) to prevent cross application name collisions

Answer: A

 

NEW QUESTION 13
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 14
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

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

 

NEW QUESTION 15
How many applications menus can an application have?

  • A. As many as the application design requires
  • B. 1, which is used for all application modules
  • C. 2, one for an application's user modules and one for an application's administrator modules
  • D. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules

Answer: A

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAnApplicationMenu.html

 

NEW QUESTION 16
Which source control operation is available from BOTH Studio and the Git Repository?

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

Answer: D

 

NEW QUESTION 17
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)

  • A. git_admin
  • B. source_control_admin
  • C. source_control
  • D. admin

Answer: C,D

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

 

NEW QUESTION 18
Which of the following CANNOT be debugged using the Field Watcher?

  • A. Access Controls
  • B. Script Includes
  • C. Client Scripts
  • D. Business Rules

Answer: B

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html

 

NEW QUESTION 19
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

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/notification/task/ t_CreateANotification.html

 

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

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

Answer: B

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

 

NEW QUESTION 21
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

  • A. parent table
  • B. base table
  • C. child table
  • D. all tables

Answer: C

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

 

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

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

Answer: D

 

NEW QUESTION 23
Which of the following CANNOT be debugged using the Field Watcher?

  • A. Access Controls
  • B. Script Includes
  • C. Client Scripts
  • D. Business Rules

Answer: B

 

NEW QUESTION 24
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 25
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

 

NEW QUESTION 26
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

 

NEW QUESTION 27
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:
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.

 

NEW QUESTION 28
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 29
......

Pass Your ServiceNow Exam with CAD Exam Dumps: https://www.newpassleader.com/ServiceNow/CAD-exam-preparation-materials.html

Pass CAD Exam Info and Free Practice Test : https://drive.google.com/open?id=19tYxGGQhHUg8e-ZySKObk3KkPcLfvaB-