Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 60

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?

    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
AndresPCOption: C

C is the correct answer