WorksheetsWeek 8 Brownbag Session
Total questions: 10
Worksheet time: 5mins
It enables users to automate any process via a web-based interface accessed in their browser.
Cloud Computing
Cloud RPA
Artificial Intelligence
Machine Learning
Serves as the Hub for all of your RPA robots.
Administration
Bot Runner
Control Room
Home
Is what the name implies – it runs robots on dedicated machines, its primary use is to run robots.
Bot Runner
Bot Creator
Control Room
User
Cloud RPA means RPA-as-a-service because it is a process automation software available via web that no need to downloads, nothing to install, and no software updates.
True
False
Is an environment in which a user can upload documents and do specific tasks in Training and Production process?
Learning Instances
Credentials
Activity
Devices
What type of project is the REFramework built on?
Flowchart
State Machine
Sequence
How should the Dispatcher & Performer model be applied?
Run independently on separate machines
Run on the same machine, at the same time
Run on the same machine, but not at the same time
What does a Dispatcher do?
It sends the data directly to be processed by the Performer.
It sends the processed data to the output files.
It reads the data and populates a queue.
What is the main improvement of the transactional type of process over the iterative type?
The processing is done in iterations.
Getting and processing the data are completely independent.
Data is processed immediately after being read.
Which are the main states of a typical REFramework project?
Dispatcher State, Get Transaction State, Process Transaction State, End State
Initial State, Transaction State, End State
Initial State, Get Transaction State, Process Transaction State, End State
