Project Organization Flashcards
Which workflow layout should be used when there’s clear succession of steps without any conditions?
Choose one of the options below.
Sequence
Flowchart
State Machines
Sequence
Sequences are used when there’s clear succession of steps without too many conditions.
Which factors should be considered as breakdown criteria for workflows?
Choose 4 of the options below.
The application that is being automated
Workflow reusability in other projects
Complexity of each workflow
The purpose of a certain operation (login, processing, reading a document using OCR, and so on)
Compatibility of the project
Variables and data types used in the workflow
The application that is being automated
Workflow reusability in other projects
Complexity of each workflow
The purpose of a certain operation (login, processing, reading a document using OCR, and so on)
Which of the following criteria can be considered breakdown criteria for splitting large workflows?
Choose one of the options below.
The data types used
The length of each workflow
The application that is being automated
The length of timeout properties
The application that is being automated
What are the principles an UiPath implementation should follow?
Choose all the options that apply.
Unattended
Floating
Extensible
Efficient
Reliable
Maintainable
Extensible
Efficient
Reliable
Maintainable
Values entered in the Activity Project Settings menu take precedence over values entered in the Properties panel.
Choose one of the options below.
False
True
False
Values entered in the Properties panel take precedence over the values entered in the Activity Project Settings menu.
Which of the following can you do using the Activity Project Settings menu?
Choose one of the options below.
Set the language and theme for your project.
Define properties at project level and apply them to all activities part of project dependencies.
Manage the sources for your project.
Set the name and folder for your project.
Define properties at project level and apply them to all activities part of project dependencies.
We want to send a current date value outside of an invoked workflow. What is a good name for the argument?
Choose one of the options below.
io_CurrentDate
out_CurrentDate
in_CurrentDate
CurrentDate
out_CurrentDate
Which factors should be considered as criteria for breaking down a project into different workflows?
Choose all the options that apply
Using decision points inside automation projects
Using more than one application
Having sets of activities serving different purposes in the same project
Using more than one application
Having sets of activities serving different purposes in the same project
We want to create a robot that searches for weather information daily and then creates a report based on it. What is the best type of workflow to use?
Choose one of the options below.
Sequence
State Machines
Flowchart
Sequence