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

Câu 32: UiADAv1: UiPath Automation Developer Associate v1.0

A developer has created a data table. "dt_Users", as shown in the following exhibit: After scraping the data from a web application the developer wants to assign each row in the "dt_Users" variable to a Dictionary variable, "DictUsers". In addition, the developer wants to assign the user IDs to the keys and the userna…

Nội dung câu hỏi

A developer has created a data table. "dt_Users", as shown in the following exhibit: After scraping the data from a web application the developer wants to assign each row in the "dt_Users" variable to a Dictionary variable, "DictUsers". In addition, the developer wants to assign the user IDs to the keys and the usernames to the values inside a For Each Row activity. How should the Assign activity be configured?

Minh họa câu hỏi Minh họa câu hỏi

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. DictUsers(CurrentRow(1).ToString) = CurrentRow(0).ToString — đáp án hiện tại
  2. B. CurrentRow(1).ToString = DictUsers(CurrentRow(0).ToString)
  3. C. DictUsers(CurrentRow(0)) = DictUsers(CurrentRow(1).ToString)
  4. D. DictUsers(CunrentRow(1).ToString) = DictUsers(CurrentRow(0).ToString)

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ề