Exam UiARD All QuestionsBrowse all questions from this exam
Question 168

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?

    Correct Answer: A

    In the Dispatcher/Performer model, the Dispatcher is responsible for collecting and queuing data for later processing. Steps 1-3 involve getting emails, extracting rental reservation data, and adding that data to the Orchestrator queue, which are all actions that pertain to preparing data for processing by the Performer. Therefore, only steps 1-3 should be included in the Dispatcher process.

Discussion
sur_bhi123456789Option: A

A is the correct ans.

[Removed]Option: A

Correct Answer is A. We use Dispatcher until adding items to the Queue

LarcAi_TrainingOption: A

Correct Answer A