Exam UiARD All QuestionsBrowse all questions from this exam
Question 203

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:

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

Extract the rental reservation data from the current email

Add individual rental reservation data to the Orchestrator queue

Login to the rental car company's desktop application

For each Queue Item:

a. Navigate to the Reservations section from the Rental Requests section b. Add the rental reservation data to 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 Performer process?

    Correct Answer: C

    In the Dispatcher/Performer model, the Dispatcher is responsible for gathering and dispatching tasks to the Orchestrator queue, while the Performer is responsible for processing the tasks from the queue. Steps 1 to 3 involve getting emails, extracting rental reservation data, and adding the data to the Orchestrator queue, which are Dispatcher activities. Steps 4 to 6 involve logging into the rental car company's desktop application, processing each queue item, and then logging out and closing the application, which align with the Performer's responsibilities. Therefore, the steps included in the Performer process are 4-6.

Discussion
sur_bhi123456789Option: C

C is the right ans.