ExamGecko
Home Home / ServiceNow / CAD

ServiceNow CAD Practice Test - Questions Answers, Page 14

Question list
Search
Search

What is the Event Registry?

A.
A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated
A.
A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated
Answers
B.
A Workflow which is launched every time an Event is generated; used to debug Events
B.
A Workflow which is launched every time an Event is generated; used to debug Events
Answers
C.
The method used in server side scripts to generate Events and pass parameters
C.
The method used in server side scripts to generate Events and pass parameters
Answers
D.
The Event Log which lists all Events that have been generated
D.
The Event Log which lists all Events that have been generated
Answers
Suggested answer: A

Explanation:

The Event Registry is a table that stores the definitions of all the Events that can be triggered or processed by the ServiceNow system1.The Event Registry allows ServiceNow to react when Events are generated by executing actions such as sending notifications, running scripts, or starting workflows2.The Event Registry also provides information about the Event parameters, description, and source3.

Reference=1: Event Registry - ServiceNow Docs2: Event Management - ServiceNow Docs3: Event Registry form - ServiceNow Docs

What are the features of Flow Designer?

Choose 3 answers

A.
Add stages to a flow
A.
Add stages to a flow
Answers
B.
Call a flow from another flow or subflow
B.
Call a flow from another flow or subflow
Answers
C.
Test a flow using the 'Run as' feature
C.
Test a flow using the 'Run as' feature
Answers
D.
Support Java Scripting code to test conditions that trigger the flow. Eg Run a flow from a Catalog item
D.
Support Java Scripting code to test conditions that trigger the flow. Eg Run a flow from a Catalog item
Answers
E.
Perform form field data validation at client side
E.
Perform form field data validation at client side
Answers
Suggested answer: A, B, C

Explanation:

Flow Designer is a no-code platform capability that lets you automate business processes in a single drag-and-drop design environment. Some of the features of Flow Designer are:

Add stages to a flow: You can define the stages of a flow to track its progress and status. Stages can be used to group actions, subflows, and conditions into logical units.

Call a flow from another flow or subflow: You can reuse existing flows or subflows by calling them from another flow or subflow. This allows you to modularize your automation and avoid duplication of logic.

Test a flow using the ''Run as'' feature: You can test a flow using the ''Run as'' feature to specify the user context and input parameters for the flow execution. This helps you to verify the functionality and performance of your flow before publishing it.

Flow Designer -- No-Code Workflows - ServiceNow

Flow Designer - ServiceNow

Flow Designer Data Sheet - ServiceNow


What data types of Flow Designer variables are supported to store record data and complex data?

Choose 3 answers

A.
Label data type
A.
Label data type
Answers
B.
Integer
B.
Integer
Answers
C.
Array. Reference
C.
Array. Reference
Answers
D.
Choice
D.
Choice
Answers
E.
String
E.
String
Answers
Suggested answer: B, C, E

Explanation:

Flow Designer variables can store record data and complex data using the following data types:

Integer: A whole number that can be used in mathematical operations.

Array: A collection of items that can be accessed by their index or iterated over using a For each action.

String: Any kind of text, such as email addresses or the text contents of a file.

Define and Use Data Types in a Flow (Flow Designer)

Variable data types - Power Automate | Microsoft Learn

Product Documentation | ServiceNow

What Module Link type is used to access an Application Properties page?

A.
URL (from Arguments)
A.
URL (from Arguments)
Answers
B.
HTML (from Arguments)
B.
HTML (from Arguments)
Answers
C.
Script (from Arguments)
C.
Script (from Arguments)
Answers
D.
Single Record
D.
Single Record
Answers
Suggested answer: A

Explanation:

A Module Link type defines how the module opens in the content pane when the user clicks on it in the navigation pane1.The URL (from Arguments) link type allows you to specify a URL that opens the Application Properties page for the selected application2.The URL can include arguments that are evaluated at runtime, such as the application name or scope3.

Reference=1: Module link types - ServiceNow Docs2: Application properties - ServiceNow Docs3: URL (from Arguments) - ServiceNow Docs

Is it possible to change an application's scope?

A.
Yes, but only from global scope to private scope
A.
Yes, but only from global scope to private scope
Answers
B.
Yes it's possible.
B.
Yes it's possible.
Answers
C.
No, it's not possible.
C.
No, it's not possible.
Answers
D.
Yes. but only from private scope to global scope
D.
Yes. but only from private scope to global scope
Answers
Suggested answer: B

Explanation:

It is possible to change an application's scope in ServiceNow, either from global to private or from private to global. However, changing the scope of an application may affect its functionality and compatibility with other applications. Therefore, it is recommended to test the application thoroughly before and after changing its scope.

How To Change Application Scope In ServiceNow - YouTube

How to move Custom Scoped Applications bettween instances - ServiceNow

Steps to switch a scoped application from your company's application repository to update sets - ServiceNow

How to change the application (scope) of a SLA Definition without needing to recreate the SLA Definition - ServiceNow

Advantages of Scoped Applications in ServiceNow - QualityClouds

How is access to Application Menus and Modules controlled?

A.
Access Controls
A.
Access Controls
Answers
B.
Application Rules
B.
Application Rules
Answers
C.
Client Scripts
C.
Client Scripts
Answers
D.
Roles
D.
Roles
Answers
Suggested answer: D

Explanation:

Roles are used to control access to applications and modules in the application navigator. Each application menu or module has a role field that specifies which role is required to view it. Users who do not have the specified role or a role that contains it will not see the application menu or module. Roles can also be used to control access to other features and capabilities in ServiceNow, such as tables, fields, scripts, and workflows.

Reference=Enable or disable an application menu or module,Grant a role access to applications and modules,Controlling access to applications and modules.

Which server-side object provides methods for working with dates when writing a script in a privately scoped application?

A.
GlideDate Time
A.
GlideDate Time
Answers
B.
current
B.
current
Answers
C.
GlideRecord
C.
GlideRecord
Answers
D.
GlideSystem
D.
GlideSystem
Answers
Suggested answer: A

Explanation:

https://developer.servicenow.com/dev.do#!/reference/api/paris/server_legacy/c_GlideSystemAPI#r_GS-nowNoTZ

Which are reasons an application could be developed on the ServiceNow platform?

Choose 3 answers

A.
It uses forms extensively to interact with data.
A.
It uses forms extensively to interact with data.
Answers
B.
It needs workflow to manage processes.
B.
It needs workflow to manage processes.
Answers
C.
It requires reporting capabilities.
C.
It requires reporting capabilities.
Answers
D.
It requires low-level programming libraries.
D.
It requires low-level programming libraries.
Answers
E.
It uses multimedia features.
E.
It uses multimedia features.
Answers
Suggested answer: A, B, C

Explanation:

The ServiceNow platform is designed to create applications that use forms, workflow, and reporting to solve business problems. Forms are used to interact with data stored in tables, workflow is used to automate and orchestrate processes, and reporting is used to visualize and analyze data. The platform does not require low-level programming libraries or multimedia features, as it provides standard tools and technologies for application development.

Reference=ServiceNow Certified Application Developer Exam Specification,Application Development Platform -- ServiceNow

What is the ServiceNow App Repository?

A.
A Request table
A.
A Request table
Answers
B.
Another name for update sets
B.
Another name for update sets
Answers
C.
A database containing ServiceNow apps
C.
A database containing ServiceNow apps
Answers
D.
A collection of files in a Git database
D.
A collection of files in a Git database
Answers
Suggested answer: C

Explanation:

The ServiceNow App Repository is a central repository for all scoped applications that are published by all ServiceNow customers. It enables ServiceNow customers to upload and distribute applications between their instances. It also provides entitlements and version control for the applications.

ServiceNow application repository

Application Development Platform -- ServiceNow

App Repo - ServiceNow Developer Blog

When a custom table is created, which access control rules are automatically created?

Choose 4 answers

A.
update
A.
update
Answers
B.
read
B.
read
Answers
C.
execute
C.
execute
Answers
D.
create
D.
create
Answers
E.
delete
E.
delete
Answers
F.
write
F.
write
Answers
Suggested answer: B, D, E, F
Total 199 questions
Go to page: of 20