CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 28: UiASAPv1: UiPath Automation Solution Architect Professional v1.0

A Solutions Architect is creating the Solution Design diagram for a transactional process. The transactions represent Invoice Numbers that should be processed sequentially in two applications, and they are received and formatted as a table, in a CSV file. A transaction should only be processed once in each application…

Nội dung câu hỏi

A Solutions Architect is creating the Solution Design diagram for a transactional process. The transactions represent Invoice Numbers that should be processed sequentially in two applications, and they are received and formatted as a table, in a CSV file. A transaction should only be processed once in each application. E.g. if a System Exception occurs after Invoice ABC was processed in Application 1, when retrying the transaction Invoice ABC should only be processed in Application 2. The following metrics are known:Average Transaction Handling Time = 30 secondsAverage Volume per day = 3500 transactionsWhich of the following approaches is the most suitable for the process described above?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use two REFramework projects and Dispatcher – Performer model, with the following activities used in the Performer:Get Transaction Item -Set Transaction Progress -Set Transaction Status -Set the Queue Retry = True.
  2. B. Use two REFramework projects and Dispatcher – Performer model, with the following activities used in the Performer:Get Transaction item -Set Transaction Status -Set the Queue Retry = True.
  3. C. Use a single REFramework project with Transactionitem set as DataRow and TransactionData as DataTable. Use the internal REFramework retry mechanism and a Boolean variable to determine if a specific transaction was already processed in Application 1. — đáp án hiện tại
  4. D. Use a single REFramework project with TransactionItem set as DataRow and TransactionData as DataTable. Set the Queue Retry = True.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề