Exam UiARD All QuestionsBrowse all questions from this exam
Question 118

A developer is building an automation for a rental car company. The company defined the steps as:

1. Get emails from the company-wide Reservations Microsoft Outlook Inbox account

2. Extract data from the current email and add it to the queue

3. Login to the rental car company's desktop application

4. Navigate to the Rental Requests section

5. For each Queue Item:

a. Navigate to the Reservations section from the Rental Requests section b. Add the booking details into the Reservations section c. Close the current reservation

6. Log out and close 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?

    Correct Answer: A

    In the Dispatcher/Performer model, the Dispatcher is responsible for gathering and dispatching work items to a queue, while the Performer is responsible for executing the work items from the queue. Steps 1 and 2 involve getting emails and extracting data to add to the queue. Therefore, these steps should be included in the Dispatcher process.

Discussion
Herman62639Option: A

Agree that the given answer is correct.

LarcAi_TrainingOption: A

The given answer is correct