Flow Designer Flashcards

(22 cards)

1
Q

What role does trigger play in a flow?

A

A. It specifies where the flow should execute.

B. It specifies what the flow should execute.

C. It specifies when the flow should execute. 1st answer T1 Correct

D. It specifies why the flow should execute.

Description what and why Assign a trigger to a flow (servicenow.com)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Action Designer user for?

A
  1. A. Create and edit subflows by designing inputs and adding action steps
  2. B. Enables a user to launch the design environment to create and edit actions—-1st answer in T1
  3. C. Creates reusable components that can be used inside if Flow Designer or elsewhere in the platform.
  4. D. Populates data pill values that can be used used by other flows, subflows, and actions.

Flow designer roles table: User access to Flow Designer (servicenow.com)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following options are characteristics of a subflow?

A

A. Provides customers with self-service opportunities.

B. Contains inputs and outputs that pass data to and from the subflowT2

C. Sequences reusable actions that can be started from a flow, a subflow or a script—1st answer T1

D. Organizes configuration activitesinto categories

E. Sequences reusable actions that run each time a trigger condition is met

Subflows (servicenow.com)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the main purpose of flow logic?

Flow logic (servicenow.com)

A

A. it allows the system scheduler to determine when to execute the flow

B. It provides users the option to manually select the time the flow should launch

C. It is the programming structure to make decisions, branch, and make logical choices based on user input.—1st answer T1

D. it enables the developer to keep the flow organized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following are benefits of flow designer?

Flow Designer (servicenow.com)

A

A. reduces development costs by providing a library of reusable flow components created by ServiceNow developers

B. Drag and Drop interface for building a mobile friendly self-service experience for users

C. Process owners and developers can create, operate, and troubleshoot flows from a single interface

D. Natural languages used to assist no code users configure flow components without having to know how to script

E. Develop, share and reuse custom flow components with everyone via the HI Service Portal T1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which Run Trigger option must be selected for the flow to execute every time the trigger condition is met?

Architecture Overview (servicenow.com)

A

A. Only if not currently running

B. Once

C. Always T1 &T2

D. for Each unique change

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which Definition best describes and action step?

Action Designer (servicenow.com)

A

A. Single reusable operation within and action

B. Process of adding a custom action to a flow for testing

C. The Maximum limit of actions a flow can have by default

D. Data variables that represent the results of the action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following steps is NOT performed when a flow is processed?

Architecture Overview (servicenow.com)

A

A. The systems creates and entry in the event queue

B. The system builds a process plan from the flow

C. The system stores the execution details in a record in the log (syslog) table

D. The system runs the process plan using the record that triggered the flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an action responsible for in a flow?

A

A. It specifies when the flow should execute. 1st answer T1

B. It specifies why the flow should execute.

C. It specifies where the flow should execute.

D. It specifies what the flow should execute. correct

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following are valid trigger types?

A

A. Record-Based

B. Notification-based

C. application based

D. Schedule based

E. Condition based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following are components of an action?

Action Designer (servicenow.com)

A

A. Transitions

B. Outputs

C. Inputs

D. activities

E. Steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What occurs every time an action is added to a flow?

Flow Designer data (servicenow.com)

A

A. the data pane empties

B. the data pill picker selects fields using a reference lookup method

C. Data pills are created to capture runtime variables correct

D. The end user receives an email notification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following are benefits of testing flows in the design environment?

A

A. Breakpoint can be set and removed

B. Multiple tests can be run against the same test record

C. Changes made to records while testing flows are not saved to the database

D. Triggers are simulated which automatically begin the execution of the flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which is it considered good practice to always create Flow Designer content within a scoped application vs. the Global scope?

A

A. Scoped applications can be share with anyone in thew ServiceNow community by publishing them to the application repository

B. Scope helps categorize content and makes it easier to maintain and release

C. Scope protects an application and its artifacts from damage to, or from other applications

D. Scope limits access to the Flow Designer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are action outputs?

A

A. Data variables that represent the results of the action

B. Data variables the action requires to being processing

C. Data variable used within the action

D. Data Variable available to the parent flow after the Subflow completes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

For a flow to be available for execution in the instance, it must be…

A

A. Activated

B. Saved

C. updated

D. Published

17
Q

Which roles grant full access to all Flow Designer features in every application scope?

User access to Flow Designer (servicenow.com)

A

A. admin T1

B. Flowdesigner delegate developer

C.flow_operator

D. flow_Designer

E. workflow_admin

18
Q
  1. What is used to pass data between a flow and a subflow?
A

A. input and ouputs**

B. Activities

C. An Action

D. the Scratchpad

19
Q
  1. Which of the following are characteristics of an action?
A

A. automates processes outside of a ServiceNow instance

B. Action logic can be used to conditionally branch and execute and integration

C. Enables execution of third party communication API’s

D. Reusable operations for automating system features

E. pre-set configurations that specify when a flow should execute

20
Q
  1. Which of the follwoing are chartacteristics of a flow?
A

A. Automates business logic for an application or process

B. An automated sequence of actions that runs each time a condition is met

C. Performs the same predefined process every time it executes

D. An automated series of client scripts that can be used to control screenflow

E. A reusable operations used to automate the progress of a project

21
Q
  1. Why are subflow properties important?

Subflows (servicenow.com)

A

A. they specify the data available to the subflow when it starts T2

B. they can set a protection policy as well specify th Run As setting.

C. They are the first step in the process T1

D. They specify data available to actions in the subflow

22
Q
  1. What are subflow inputs responsible for?
A

A. The timing details of when a subflow should execute

B. They specify the data available to the subflow when it launches

C. the execution details of what the subflow should execute

D. Specify the data available to the parent flow after the subflow completes