Exam UiARD All QuestionsBrowse all questions from this exam
Question 217

A developer is automating an HR process which uses employee data. The business requirement is that each transaction should be uniquely identified by the employee ID number and is only uploaded to the Orchestrator queue once.

What is a recommended best practice to meet this requirement?

    Correct Answer: A

    To ensure that each transaction is uniquely identified by the employee ID number and is only uploaded to the Orchestrator queue once, it is essential to create a queue with 'Enforce unique references' enabled. In the process, the Reference property of the Add Queue Item activity should be set to the employee ID number. This guarantees that only unique transactions based on employee ID are added to the queue, thereby meeting the business requirement.

Discussion
titanium192Option: A

Answer = A