RPA Blue Prism RPA 2 — Questions and Answers
Question 1: Which Blue Prism stage type is used to execute a specific action on a Business Object?
- Action Stage (Correct answer)
- Decision Stage
- Read Stage
- Navigate Stage
Correct answer: Action Stage
The Action Stage in Blue Prism Process Studio calls a specific action defined in a Business Object to interact with an application.
Question 2: What is a 'Decision Stage' used for in Blue Prism Process Studio?
- Evaluating a condition and branching the process flow based on true/false outcome (Correct answer)
- Making human-in-the-loop approval decisions
- Logging decision audit trails
- Deciding which bot to assign a work item to
Correct answer: Evaluating a condition and branching the process flow based on true/false outcome
A Decision Stage evaluates a logical condition and routes the process down a 'Yes' or 'No' path based on whether the condition is true or false.
Question 3: What does the 'Exception Stage' do in a Blue Prism process?
- Throws an exception to signal an error or unexpected condition in the workflow (Correct answer)
- Catches and handles errors from previous stages
- Skips over failed stages automatically
- Sends an alert email when an error occurs
Correct answer: Throws an exception to signal an error or unexpected condition in the workflow
The Exception Stage explicitly throws an exception within a Blue Prism process, which can be caught by a parent process or exception handler.
Question 4: In Blue Prism, what are 'Collections' used for?
- Storing and manipulating tabular data with rows and columns within a process (Correct answer)
- Grouping related Business Objects together
- Managing groups of bots in the Control Room
- Storing environment-specific configuration values
Correct answer: Storing and manipulating tabular data with rows and columns within a process
Collections are Blue Prism's data type for handling tabular (row-column) data structures, similar to a table or spreadsheet within automation logic.
Question 5: What is the purpose of 'Environment Variables' in Blue Prism?
- Storing configuration values that can be changed without modifying the process design (Correct answer)
- Variables used only during process development and testing
- System-level variables from the operating system
- Variables that define the bot's execution environment settings
Correct answer: Storing configuration values that can be changed without modifying the process design
Environment Variables in Blue Prism store values like URLs or file paths that can be updated in the Control Room without republishing the process.
Question 6: Which Blue Prism stage is used to pause a process for a specified period of time?
- Wait Stage (Correct answer)
- Delay Stage
- Pause Stage
- Sleep Stage
Correct answer: Wait Stage
The Wait Stage in Blue Prism pauses process execution until a specified condition is met or a timeout is reached.
Which Blue Prism stage type is used to execute a specific action on a Business Object?