Project Organization Flashcards

1
Q

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

A

Sequence

Sequences are used when there’s clear succession of steps without too many conditions.

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

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

A

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)

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

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

A

The application that is being automated

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

What are the principles an UiPath implementation should follow?

Choose all the options that apply.

Unattended

Floating

Extensible

Efficient

Reliable

Maintainable

A

Extensible

Efficient

Reliable

Maintainable

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

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

A

False

Values entered in the Properties panel take precedence over the values entered in the Activity Project Settings menu.

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

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.

A

Define properties at project level and apply them to all activities part of project dependencies.

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

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

A

out_CurrentDate

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

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

A

Using more than one application

Having sets of activities serving different purposes in the same project

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

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

A

Sequence

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