Building a REFramework Project Flashcards
When whiteboarding your process workflows, what information should you take into account?
Choose all the options that apply
Component Name
Workflow file size
Pre-condition
List of activities
Description
Outcome
Arguments
State(s)
Component Name
Pre-condition
Description
Outcome
Arguments
State(s)
Should we use whiteboarding for all workflows in our REFramework project?
Choose one of the options below.
Yes, for all workflows including the ones built into the template.
No, only for the workflows which are specific to our business process.
No, only for the workflows which are specific to our business process.
In which sheet of the Config file would a developer create an entry for a Credential type asset?
Choose one of the options below
Settings
Constants
Assets
Variables
Settings
In which sheet of the Config file would a developer define a threshold value for a Business Rule?
Choose one of the options below
Settings
Constants
Assets
Variables
Settings
A system exception has occurred while processing a transaction. Which workflow calls CloseAllApplications.xaml as a result?
Choose one of the options below
RetryCurrentTransaction.xaml
TakeScreenshot.xaml
InitAllApplications.xaml
SetTransactionStatus.xaml
SetTransactionStatus.xaml
How can a developer retrieve the Queue item from the Orchestrator Queue?
Choose one of the options below.
By assigning three output variables in the Get Queue Items activity.
By configuring the Arguments collection in the Get Transaction Item activity.
By using the ‘SpecificContent’ property and supplying the name of the field as the Key.
By configuring the Get Asset activity.
By assigning three output variables in the Get Queue Items activity.
A developer has built an automation project to pull transactions from a queue. What should they make sure before test-running their project?
Choose one of the options below
That Queue Items are available in the Queue
That no Queue Items are available
That all target applications are closed
That Queue Items are available in the Queue
A developer wants to run the GeneralTestCase on the workflow files. What actions must they perform?
Choose one of the paired options below
- Add their paths to the Settings sheet, in the Config.xlsx file, along with their expected exception.
- In the ‘InitAllSettingsTestCase’ workflow, invoke the workflow file name for each entry in the Configuration file.
- Store their paths in separate Assets in Orchestrator and then add the Asset names in the ‘Assets’ sheet within the Config.xlsx file.
- In the ‘InitAllSettingsTestCase’ workflow, invoke the workflow file name for each entry in the Configuration file.
- Add their paths to the ‘Tests’ sheet along with their expected exception.
- In the ‘GeneralTestCase’ workflow, invoke the workflow file name for each entry in the Excel file.
- Add their paths to the ‘Tests’ sheet along with their expected exception.
- In the ‘CloseAllApplications’ workflow, invoke the workflow file name for each entry in the Excel file.
- Add their paths to the ‘Tests’ sheet along with their expected exception.
- In the ‘GeneralTestCase’ workflow, invoke the workflow file name for each entry in the Excel file.
What is the queue item processing order criterion when there are no deadline dates specified, and all the transactions have the same priority?
Choose one of the options below
Random Order
First In, Last Out
Last In, First Out
First In, First Out
First In, First Out
What constant must be configured to increase the number of times the automation retries to get a transaction item?
Choose one of the options below
LogMessage_GetTransactionData
RetryNumberGetTransactionItem
MaxRetryNumber
RetryNumberSetTransactionStatus
RetryNumberGetTransactionItem
The ‘Max number of retries’ for a Queue is set to 1. At runtime, the automation processing the queue encounters a Business Rule Exception for one of the transactions. What happens next?
Choose one of the options below
The automation execution terminates because of the Business Rule Exception.
The automation does not retry the faulty transaction and continues with the remaining ones.
The automation retries the transaction until it is successfully processed.
The automation retries the transaction once, right away even if there are other transactions in the queue with the same priority.
The automation does not retry the faulty transaction and continues with the remaining ones.
Which Config parameter allows developers to set a maximum number for allowed consecutive system exceptions?
Choose one of the options below
MaxConsecutiveSystemException
Postpone Transaction Item
Wait Queue Item
MaxRetryNumber
MaxConsecutiveSystemException
What activity does the REFramework use to update a transaction’s status when an Orchestrator queue is the transaction data source?
Choose one of the options below
Set Transaction Progress
Wait Queue Item
Set Transaction Status
Postpone Transaction Item
Set Transaction Status
Review Question: What is the purpose of the ConsecutiveSystemExceptions variable?
Choose one of the options below
Used to control the number of consecutive business exceptions.
Used to control the number of consecutive system exceptions.
Used to control the number of attempts of retrying the transaction processing in case of system exceptions.
Used during transitions between states to represent exceptions other than business exceptions.
Used to control the number of consecutive system exceptions.
In what sheet of the config file would a developer set the Max Retry Number?
Choose one of the options below
Constants
Settings
Variables
Assets
Constants