UiPath Advanced RPA Developer (UiARD) — Question 68
A developer is building an automation for a rental car company as part of a larger project initiative. The high-level process steps are as follows:
1. Get emails from the company-wide Reservations Microsoft Outlook Inbox account
2. Extract the rental reservation data from the current email
3. Add individual rental reservation data to the Orchestrator queue
4. Login to the rental car company's desktop application
5. For each Queue Item:
a. Navigate to the Reservations section from the Rental Requests section b. Add the rental reservation data into the Reservations section c. Close the current reservation
6. Log out and dose the company's application
The developer decides to use the Dispatcher/Performer model for the automation. Which steps will be included in the Dispatcher process?
Answer options
- A. 1-3
- B. 1-4
- C. 4-6
- D. 5-6
Correct answer: A
Explanation
The Dispatcher process is responsible for collecting data and placing it into the Orchestrator queue, which corresponds to steps 1 through 3. Steps 4 through 6 involve logging into the application and processing each reservation, which would be handled by the Performer. Therefore, options B, C, and D are incorrect.