Robotic Enterprise Framework Flashcards
In a standard Dispatcher/Performer implementation, which type of process updates the status of a queue item?
Choose one of the options below.
Dispatcher
Performer
Performer
The status of a queue item is typically updated when the item is processed. Performers do the processing.
If no data is found during the execution of the Get Transaction Data state, what state does the process transition to next?
Choose one of the options below.
Initialization
Process Transaction
End Process
Get Transaction Data
End Process
A developer has provided the queue folder name value in the Config file as well as an Input argument, as seen in the below screenshot. Which of the two will be used during process execution?
Choose one of the options below.
Both the Config file value and the Input argument value
The Config file value
The Input argument value
The Input argument value
A REFramework process that gets a transaction item from a specified Orchestrator queue can also make use of the RetryNumberGetTransactionItem and RetryNumberSetTransactionStatus parameters from the Config file.
Choose one of the options below.
Yes
No
Yes
What are the two transitions that leave the Get Transaction Data state?
Choose two of the options below.
Transition: New Transaction
Next state: Process Transaction
Transition: Success
Next state: Initialization
Transition: No Data
Next state: End Process
Transition: System Exception
Next state: End Process
Transition: New Transaction
Next state: Process Transaction
Transition: No Data
Next state: End Process
When building a Consumer with the REFramework which uses Orchestrator Queues, where would you set the MaxRetryNumber?
Choose one of the options below.
In the Settings sheet of the Config file.
In the Max # of retries field of the Orchestrator Queue.
In the Constants sheet of the Config file.
In the Constants sheet of the Config file along with the MaxConsecutiveSystemExceptions.
In the Max # of retries field of the Orchestrator Queue.
What will be the status of a Job in Orchestrator if the ShouldMarkJobAsFaulted parameter is set to TRUE and the maximum consecutive exceptions number is reached?
Choose one of the options below.
Faulted
Successful
Stopped
Suspended
Faulted
In which workflow does the AddLogFields activity generate the additional log fields Transaction Number and Transaction ID?
Choose one of the options below.
Retry Current Transaction
Init All Settings
Set Transaction Status
Process
Set Transaction Status
A transaction has failed because an input value exceeded the threshold set in the Config file. What type of exception has caused the transaction to fail?
Choose one of the options below.
Application Exception
Business Exception
Business Exception
Out of the box, this state first checks if the Stop button was triggered in UiPath Orchestrator. In what state is this logic implemented?
Choose one of the options below.
Initialization
Get Transaction Data
Process Transaction
End Process
Get Transaction Data
In which state is the TransactionItem object assigned to the variable?
Choose one of the options below.
Process Transaction
Get Transaction Data
End Process
Initialization
Get Transaction Data
Out of the box, what are the workflows that are invoked in the Initialization state in a REFramework project?
Choose three of the options below.
SetTransactionStatus
InitAllSettings
KillAllProcesses
TakeScreenshot
Process
InitAllApplications
InitAllSettings
KillAllProcesses
InitAllApplications
In which sheet of the Config file will you define a credential asset?
Choose one of the options below.
Assets
Constants
Settings
Settings
The automation tries to retrieve a new transaction item in the Get Transaction Data State, but all the transaction items have been already processed. Which transition will execute next?
Choose one of the options below.
1
Transition: No Data
Next state: End Process
2
Transition: Successful
Next state: Get Transaction Data
3
Transition: New Transaction
Next state: Process Transaction
4
Transition: System Exception
Next state: End Process
Transition: No Data
Next state: End Process
In the Initialization state, all the necessary applications have been initialized and the settings required for the process have been read. Which transition is executed next?
Choose one of the options below.
1
Transition: New Transaction
Next state: Process Transaction
2
Transition: No Data
Next state: End Process
3
Transition: Successful
Next state: Get Transaction Data
4
Transition: System Exception
Next state: End Process
3
Transition: Successful
Next state: Get Transaction Data