UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 61


A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment.

Which variable type is best suited for TransactionItem in this scenario?

Show Answer
Correct Answer: C

When automating a process that involves processing transactions within an Excel table using the REFramework, each row in the Excel table can be considered as a single transaction. The best suited variable type for TransactionItem in this scenario is System.Data.DataRow, as it corresponds to a single row of data within a DataTable and allows easy access to the specific data columns in that row, facilitating the processing of each transaction individually.

Discussion

1 comment
Sign in to comment
AndresPC
Aug 13, 2024

C is the correct answer