Free CAD Exam Braindumps (page: 4)

Page 3 of 70

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

  1. previous
  2. GlideSystem
  3. g_scratchpad
  4. current

Answer(s): A

Explanation:

A Display Business Rule has access to the current, g_scratchpad, and GlideSystem objects, but not the previous object. The previous object is only available to Before Business Rules4.


Reference:

Business Rule API
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/business- rules/concept/c_BusinessRules.html



Which of the following features are available to Global applications? (Choose two.)

  1. Automated Test Framework
  2. Source Control
  3. Delegated Development
  4. Flow Designer

Answer(s): A,D

Explanation:

Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and Delegated Development features are only available to scoped applications .


Reference:

[Global vs Scoped Applications], [Delegated Development]



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

  1. List choice
  2. Form button
  3. List banner button
  4. Form choice

Answer(s): A

Explanation:

A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting a form or running a script. The following are UI Action types:
List choice. This is a UI Action that appears as a choice list on a list of records. It can be used to perform an action on multiple records at once, such as deleting or updating them. Form button. This is a UI Action that appears as a button on a form. It can be used to perform an action on the current record, such as saving or approving it. List banner button. This is a UI Action that appears as a button on the banner of a list of records. It can be used to perform an action on the entire list, such as exporting or printing it.
The following is not a UI Action type:
Form choice. This is not a UI Action type, but a field type. A form choice is a field that displays a choice list on a form. It can be used to select a value from a predefined set of options, such as priority or state.


Reference:

UI Actions, Field Types


https://docs.servicenow.com/bundle/orlando-platform- administration/page/administer/list- administration/task/t_EditingAUIAction.html



Which of the following is NOT supported by Flow Designer?

  1. Call a subflow from a flow
  2. Test a flow with rollback
  3. Use Delegated Developer
  4. Run a flow from a MetricBase Trigger

Answer(s): B

Explanation:

Flow Designer is a graphical tool that allows users to automate processes in ServiceNow without coding. The following are supported by Flow Designer:
Call a subflow from a flow. This is a feature that allows users to invoke a subflow, which is a reusable unit of logic, from a flow. This can help simplify complex flows and avoid duplication of logic. Use Delegated Developer. This is a feature that allows administrators to delegate the development and maintenance of flows and actions to users who are not administrators. This can help distribute the workload and empower non-admin users to create automations. Run a flow from a MetricBase Trigger. This is a feature that allows users to trigger a flow based on a MetricBase query, which is a way of analyzing time-series data in ServiceNow. This can help automate actions based on data trends and patterns.
The following is not supported by Flow Designer:
Test a flow with rollback. This is not a feature of Flow Designer, but of Automated Test Framework (ATF), which is a tool that allows users to create and run automated tests on ServiceNow applications and features. ATF supports testing flows with rollback, which means reverting any changes made by the flow during the test execution.


Reference:

Flow Designer, Automated Test Framework


https://community.servicenow.com/community? id=community_QUESTION NO :&sys_id=b4d26e44db13ab409540e15b8a9619c9






Post your Comments and Discuss ServiceNow® CAD exam with other Community members:

CAD Discussions & Posts