Process-Automation Practice Test
Updated On 1-Jan-2026
79 Questions
What can an Administrator do from within the flow error email?
A. Schedule an inspect Query in the originating org.
B. Launch a debugger in Flow Builder
C. View the full name of the run-as user in the email.
D. View all errors across all active flows
Which three building blocks are used to create a Flow?
A. Resources
B. Screens
C. Connectors
D. Elements
E. Process
C. Connectors
D. Elements
There are 3 main “building blocks” of any Flow:
- Elements are the individual building blocks of the Flow. These perform logical actions such as assignments, decisions, or loops. There are also data elements that will query the database or commit record changes.
- Connectors determine which element leads to which. Winter ‘21 enables Auto-Layout, and connects the Elements together automatically.
- Resources are the individual variables of data that are to be used in a Flow – these can be strings of text, numbers, records, formulae, or collections.
How is a flow interview described?
A. It is a reflective instance of a flow.
B. It is a special connector between two elements
C. It is a running instance of a flow.
D. It is a debug instruction.
Explanation: A flow interview in Salesforce is essentially a running instance of a flow, initiated when a user or an automated process starts the flow. Each time a flow is executed, a new flow interview is created, representing the execution context of that particular instance. This includes the tracking of variable values, decisions made within the flow, and the progress of the user or process through the flow's elements. Flow interviews are crucial for understanding how individual runs of a flow operate, including debugging and monitoring the flow's execution. Salesforce documentation on "Flow Interviews" provides a comprehensive overview of how flow interviews work, their role in the execution of flows, and how they can be monitored and managed within the Salesforce environment.
Which Process Builder component determines when a process runs?
A. Criteria
B. Trigger
C. Action
D. Screen
Which of the following three statements are correct regarding Flow interviews?
A. A flow interview always runs n single instance of n flaw.
B. Any flow interviews that are not in use should be deleted go that user's pending list includes only interviews that they ..
C. Users can use browser's Back or Forward buttons to navigate through a flow
D. Only those flow interviews can be deactivated that have been paused at least once.
E. A single flow can have up to 50 different versions.
C. Users can use browser's Back or Forward buttons to navigate through a flow
E. A single flow can have up to 50 different versions.
| Page 1 out of 16 Pages |