總網頁瀏覽量

星期四, 12月 20, 2018

UiPath RPA Academy "Lesson 13 - Project Organization" 之學習心得 PART13

Lesson 13 - Project Organization

最後一趴~最近顛簸、事多...快快突破啊!!!









What type of arguments can you use in a workflow?

Global
In/Out
Out
In

How can you extract data from an invoked workflow?

By using In/Out arguments.
By using In arguments
By using Out arguments.
By using the Output property of the Invoke Workflow File activity.

What is considered a best practice in large projects?

Testing workflows independently
Breaking a large process in smaller workflows
Encapsulating most used activities in single-activity workflows that can be invoked from other workflows.
Giving descriptive names to variables and workflows

Which of the following phrases are true regarding Project Organization?

Saves time for all team members
Should be handled at the end of the implementation
Is a constant concern of the robot developer

What can you use to add more details about the process in the workflow itself?

The Use Flowchart activity
The Comment Out activity
The Comment activity
Adding activity annotations

When is it recommended to use nested If activities inside workflows?

To replace Switch activities.
You should avoid using nested If activities.
Each time you must use a series of decisions.

How can you trigger another workflow from within your current one?

By using the Invoke Method activity.
By using the Open Application activity.
By using the Invoke Workflow File activity.
You cannot trigger another workflow.

Is “Workflow2.xaml” a good name for a reusable workflow?

No
Yes

As a best practice, how should workflows use a local desktop application?

By closing the application once it’s no longer needed.
By checking if the corresponding process is running and if not, opening the application by using the Open Application activity.
By using selectors to interact with the application.
By opening the application using the Click Image activity on the application’s desktop shortcut.

What activity is used to chain together multiple workflows in a single automation?

Sequence activity(X)
Open Application
Invoke Workflow File activity
Flowchart activity

What is the recommended layout for a sequence of UI interactions?

Decision
Sequence
Flowchart

Is notifying the user via a Message Box activity a good way to keep track of a workflow’s execution progress ?

No
Yes

Which of the following is a good example of a workflow name?

Workflow1.xaml
GetCustomerNumber.xaml
SAP_Process_Screen7.xaml
Workflow That Gets The Customer Number.xaml

What is the recommended layout to define business logic in a complex process automation?

For each(X)
Sequence
Decision
Flowchart

What is the recommended layout for sequential activities?

Flowchart
Sequence
Decision
For each

How can you manage passwords for an automation project?

With Windows Credential Manager
A config file(X)
With the Get Password activity


How should an RPA developer address runtime exceptions in the workflows?

By using Try/Catch blocks when invoking external workflow files
By logging any exception events

By using automatic recovery sequences inside the Catch blocks.


3 則留言:

Related Posts Plugin for WordPress, Blogger...