ServiceNow CAD Practice Test - Questions Answers, Page 14
List of questions
Question 131
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the Event Registry?
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
Question 132
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What are the features of Flow Designer?
Choose 3 answers
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
Question 133
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
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
Question 134
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What Module Link type is used to access an Application Properties page?
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
Question 135
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Is it possible to change an application's scope?
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
Question 136
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
How is access to Application Menus and Modules controlled?
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.
Question 137
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
Explanation:
https://developer.servicenow.com/dev.do#!/reference/api/paris/server_legacy/c_GlideSystemAPI#r_GS-nowNoTZ
Question 138
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
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
Question 139
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the ServiceNow App Repository?
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
Question 140
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
Question