Latest ServiceNow CAD Dumps for success in Actual Exam Nov-2022 [Q17-Q41]

Share

Latest ServiceNow CAD Dumps for success in Actual Exam Nov-2022]

Realistic CAD 100% Pass Guaranteed Download  Exam Q&A

NEW QUESTION 17
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

  • A. GlideSystem and current
  • B. GlideUser and GlideRecord
  • C. GlideSystem and GlideRecord
  • D. GlideRecord and current

Answer: D

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

 

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

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

Answer: B

 

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

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

Answer: C

 

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

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

Answer: D

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

 

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

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

Answer: B

 

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

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

Answer: B

 

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

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

Answer: C

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

 

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

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

Answer: B

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

 

NEW QUESTION 25
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

  • A. REST messages
  • B. Workflow
  • C. Script Include
  • D. Table

Answer: D

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

 

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. ${gs.<property name>}
  • B. ${property name>.getDisplayValue()}
  • C. ${event.<property name>}
  • D. ${current.<property name>}

Answer: B

 

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

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

Answer: A

 

NEW QUESTION 28
Modules must have a Link type. Which one of the following is a list of Link types?

  • A. Assessment, List of Records, Separator, Timeline Page
  • B. Assessment, List of Records, Content Page, Roles
  • C. List of Records, Content Page, Order, URL (from arguments:)
  • D. List of Records, Separator, Catalog Type, Roles

Answer: A

Explanation:
Explanation
Explanation/Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/ navigation_and_ui/reference/r_ModuleLinkTypes.html

 

NEW QUESTION 29
Which one of the following is NOT required to link a ServiceNow application to a Git repository?

  • A. URL
  • B. User name
  • C. Password
  • D. Application name

Answer: D

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

 

NEW QUESTION 30
Which one of the following is true for a Script Include with a Protection Policy value of Protected?

  • A. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
  • B. The Protection policy option can only be enabled by a user with the admin role
  • C. Any user with the protected_edit role can see and edit the Script Include
  • D. The Protection Policy is applied only if the glide.app.apply_protection system property value is true

Answer: B

 

NEW QUESTION 31
Here is the Business Rule script template:

This type of JavaScript function is known as:

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

Answer: B

 

NEW QUESTION 32
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. b, c and d
  • C. a, b, 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 33
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

  • A. Transform Map
  • B. Cl Relationship Builder
  • C. Data Sources
  • D. Business Service Management Map

Answer: A

Explanation:
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.
Reference: https://community.servicenow.com/community?
id=community_question&sys_id=69fc8369db9cdbc01dcaf3231f961935

 

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

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

Answer: C

 

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

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

Answer: C

 

NEW QUESTION 36
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

  • A. Transform Map
  • B. Cl Relationship Builder
  • C. Data Sources
  • D. Business Service Management Map

Answer: A

Explanation:
Explanation
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.

 

NEW QUESTION 37
Which one of the following client-side scripts apply to Record Producers?

  • A. UI Scripts and UI Actions
  • B. UI Scripts and Record Producer Scripts
  • C. Catalog Client Scripts and Catalog UI Policies
  • D. Client Scripts and UI Policies

Answer: C

 

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

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

Answer: B

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

 

NEW QUESTION 39
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.debug()
  • B. gs.error()
  • C. gs.warn()
  • D. gs.log()

Answer: D

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

 

NEW QUESTION 40
Identify the incorrect statement about Delegated Development in ServiceNow.

  • A. Administrators can grant the developer access to security records.
  • B. Administrators can grant non-admin users the ability to develop global applications.
  • C. Administrators can specify which application file types the developer can access.
  • D. Administrators can grant the developer access to script fields.

Answer: C

 

NEW QUESTION 41
......

Accurate CAD Answers 365 Days Free Updates: https://www.examslabs.com/ServiceNow/ServiceNow-Certification/best-CAD-exam-dumps.html

CAD DUMPS Q&As with Explanations Verified & Correct Answers: https://drive.google.com/open?id=1_WyIqlN-z0luktjqOkvd8FRUHFQ6gDqr