Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 8 question 89 discussion

Actual exam question from UiPath 's UiARD
Question #: 89
Topic #: 8
[All UiARD Questions]

A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?

  • A. In the new state in the Main.xaml that transitions from Init.
  • B. In the InitAllApplications.xaml workflow.
  • C. In the Get Transaction Data state in the Main.xaml.
  • D. In the Ina state of the Main.xaml in the First Run sequence.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jpmena6
1 year, 4 months ago
Selected Answer: D
It's in the init state but it's bad written
upvoted 1 times
Hamossa
10 months, 3 weeks ago
The answer C 100% from the academy. Please revise before misleading people
upvoted 1 times
...
...
Aryan12345
1 year, 4 months ago
Selected Answer: C
Get transaction Data state
upvoted 1 times
...
Engineer24
1 year, 4 months ago
Selected Answer: C
Sorry the answer is C. https://academy.uipath.com/learningpath-viewer/8411/1/509650/30
upvoted 3 times
...
karthikreddy7850
1 year, 5 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
Engineer24
1 year, 7 months ago
Selected Answer: B
Summary Robotic Enterprise Framework configured and optimized to get the input data from a tabular data source, such as an Excel or CSV file. Overview This template can be used as a starting point for automating processes where the input data comes from an Excel file or other tabular data. The project was created starting from the standard Robotic Enterprise Framework, available in UiPath Studio starting with version 2018.1. Several changes were made: TransactionItem variable type changed to DataRow, instead of QueueItem. Input data is read in the Init state and kept in memory in the TransactionData variable. GetTransactionData workflow was changed accordingly to get a DataRow from input data based in Transaction Number.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...