Lesson 13 - Project Organization
Sequence
Single choice
(137) What is the recommended layout for sequential activities?
Sequence (√) Decision Flowchart For each
Single choice
(138) What is the recommended layout for a sequence of UI interactions?
Flowchart Decision Sequence (√)
Flowchart
Single choice
(139) What is the recommended layout to define business logic in a complex process automation?
Flowchart (√) Sequence For each Decision
workflow
activity
Invoke Workflow File activity
Single choice
(140) How can you trigger another workflow from within your current one?
By using the Open Application activity.
By using the Invoke Method activity.
By using the Invoke Workflow File activity. (√)
You cannot trigger another workflow.
Single choice
(141) What activity is used to chain together multiple workflows in a single automation?
Open Application
Sequence activity
Flowchart activity
Invoke Workflow File activity (√)
Multiple Choice
(142) What can you use to add more details about the process in the workflow itself?
Adding activity annotations (√)
The Comment Out activity
The Use Flowchart activity
The Comment activity (√)
local desktop application
Multiple Choice
(143) As a best practice, how should workflows use a local desktop application?
A. By opening the application using the Click Image activity on the application’s desktop shortcut.
B. By checking if the corresponding process is running and if not, opening the application by using the Open Application activity. (√)
C. By using selectors to interact with the application. (√)
D. By closing the application once it’s no longer needed. (√)