Get instant access to CAD Practice Tests 2021 Free Updated Today! Welcome to download the newest PassLeader CAD PDF dumps ( 60 Q As) NEW QUESTION 15 Modules must have a Link type. Which one of the following is a list of Link types? A. List of Records, Content Page, Order, URL (from arguments:) B. Assessment, List of Records, Content Page, Roles C. Assessment, List of Records, Separator, Timeline Page [...]

Get instant access to CAD Practice Tests 2021 Free Updated Today! [Q15-Q32]

Share

Get instant access to CAD Practice Tests 2021 Free Updated Today!

Welcome to download the newest PassLeader CAD PDF dumps ( 60  Q&As)

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

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

Answer: C

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

 

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

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

 

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. admin
  • B. source_control_admin
  • C. git_admin
  • D. source_control

Answer: A,D

 

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

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

 

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

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

Answer: D

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

 

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

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

Answer: A

 

NEW QUESTION 21
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.hasRoleFromList('catalog_admin')
  • B. g_user.hasRole('catalog_admin')
  • C. g_user.hasRoleExactly('catalog_admin')
  • D. g_user.hasRoleOnly('catalog_admin')

Answer: D

 

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

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

Answer: D

 

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

 

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

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

 

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

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

Answer: B

 

NEW QUESTION 26
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

  • A. Specialist
  • B. Publisher
  • C. Consumer
  • D. Provider

Answer: C

 

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

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

 

NEW QUESTION 28
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.

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

Answer: C

 

NEW QUESTION 29
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 30
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

  • A. Create a prototype object from the new class
  • B. Script the function(s)
  • C. Create a class
  • D. Identify the table

Answer: D

 

NEW QUESTION 31
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 32
......

Aug-2021 Latest Exam4Free CAD Exam Dumps with PDF and Exam Engine: https://www.exam4free.com/CAD-valid-dumps.html

Premium Quality ServiceNow CAD Online dumps: https://drive.google.com/open?id=1fw8ADPrdlkN3yqK6HH41u6sU5zrw81dp