Building a REFramework Project with Tabular Data Flashcards
During the whiteboarding of the process, which of the following information should you/the developer must consider?
Choose all the options that apply
Workflow name
Workflow file size
Pre-condition
List of activities
Description
Post-action
Arguments
State(s)
Workflow fname
Pre-condition
Description
Post-action
Arguments
State(s)
A developer builds a process using the REFramework template. The process must read the transaction data from the Excel file. Where should the maximum number of retries for the transaction item be set?
Choose one of the options below
In the Settings sheet of the Config file
In the Constants sheet of the Config file
In the Orchestrator Queue
In an Orchestrator Asset which is referenced in the Assets sheet of the Config file
In the Constants sheet of the Config file
A developer changes the TransactionItem data type in the Main.xaml file of a project built using the REFramework. What two states does this change affect?
Choose all of the options that apply
Initialization
Get Transaction Data
Process Transaction
End Process
Get Transaction Data
Process Transaction
Considering a standard implementation of the REFramework template, what two statements are true for CloseAllApplications.xaml and KillAllPRocesses.xaml?
Choose all of the options that apply
CloseAllApplications.xaml is used to log out and close the target applications.
CloseAllApplications.xaml is used to force-close the target applications.
KillAllProcesses.xaml is used to log out and close the target applications.
KillAllProcesses.xaml is used to force-close the target applications.
CloseAllApplications.xaml is used to log out and close the target applications.
KillAllProcesses.xaml is used to force-close the target applications.
In the REFramework template, which variable is used to store the collection of read data, when an Orchestrator queue isn’t in use?
Choose one of the options below
TransactionData
TransactionItem
TransactionID
TransactionNumber
TransactionData
The data required for a process is contained in a single Excel file with one sheet and multiple columns. A REFramework project is used to automate the process. Orchestrator is not used for this process. In this case, what type of data will be stored in the TransactionItem variable?
Choose one of the options below
QueueItem
String
DataTable
DataRow
DataRow
In which workflow of the REFramework template should the logic to check the Business rule be added?
Choose one of the options below
InitAllApplications
GetTransactionData
SetTransactionStatus
Process
Process
An automation was created using the REFramework template modified for tabular data with the following parameters:
MaxConsecutiveSystemExceptions = 4
MaxRetryNumber = 1
We ran the process and received a third consecutive system exception while processing the second transaction item.
What is the next expected behavior of an automation in this scenario?
Choose one of the options below
The process is terminated.
The second transaction item is retried.
The third transaction item is started.
The fourth transaction item is started.
The second transaction item is retried.
A developer is building an execution report in a REFramework implementation with tabular data. The report must include the transaction identifier and the transaction status. Which workflow would be the best place to include logic for reporting?
Choose one of the options below
InitAllSettings.xaml
InitAllApplications.xaml
GetTransactionData.xaml
SetTransactionStatus.xaml
SetTransactionStatus.xaml
What workflow does the Given section of the InitAllApplicationsTestCase invoke?
Choose one of the options below
InitAllSettings workflow
GetTransactionData.xaml
SetTransactionStatus.xaml
Prcoess.xaml
InitAllSettings workflow
In a REFramework project, the TransactionItem type is set to MailMessage. Which type is a valid option for TransactionData?
Choose one of the options below
DataTable
List(of String)
List(of MailMessage)
QueueItem
List(of MailMessage)
A developer wants to configure the REFramework template to build a linear process. Which argument’s value do they need to monitor in GetTransactionData.xaml?
Choose one of the options below
in_TransactionItem
in_TransactionNumber
in_Config
out_GetTransactionData
in_TransactionNumber
In a REFramework project, if the TransactionData is an Array of Strings, what will be the type for TransactionItem?
Datarow
Queueitem
String[]
String
String
Review question: an error is encountered during the execution of the GetTransactionData state in a REFramework process. The number of retries exceeds the maximum, what state will be executed next?
Get Transaction Data
End Process
Process Transaction
Initialization
End Process
When building a REFramework project, is it possible to use both tabular data for the TransactionItem and Orchestrator assets?
Yes. Assets can be used independently from Queues.
No. Orchestrator Assets can only be used when QueueItems are used.
Yes. Assets can be used independently from Queues.