UiPath-ADAv1日本語試験無料問題集「UiPath Automation Developer Associate v1 Exam (UiPath-ADAv1日本語版) 認定」
提供されている展示では、yyyy-mm-dd 形式を使用した「期限」フィールドの表現が表示されます。

パフォーマー ワークフローを実行する 1 台のロボットによってキュー アイテムがどの順序で処理されるべきですか?


パフォーマー ワークフローを実行する 1 台のロボットによってキュー アイテムがどの順序で処理されるべきですか?

正解:

Explanation:
The Queue Items should be processed by a single robot executing a Performer workflow in the following order:
* EmployeeID1
* EmployeeID4
* EmployeeID8
* EmployeeID3
* EmployeeID6
* EmployeeID9
* EmployeeID5
* EmployeeID2
* EmployeeID7
A queue is a container that holds an unlimited number of items that can be processed by a robot1. A queue item can have a deadline and a priority, which affect the order in which the robot retrieves the items from the queue2. The Performer workflow is a part of the REFramework template that processes the queue items using the Get Transaction Item activity3. The order of queue execution is determined by the following rules4:
* Items that have a deadline are processed first, in order of priority and according to the set deadline for items with the same priority.
* Items that have no deadline are processed next, in order of priority and according to the rule First In, First Out for items with the same priority.
Based on these rules and the exhibit, the order of queue execution is as follows:
* EmployeeID1 has the earliest deadline (2050-01-01) and high priority, so it is processed first.
* EmployeeID4 has the same deadline as EmployeeID1, but normal priority, so it is processed second.
* EmployeeID8 has the same deadline and priority as EmployeeID4, but it was added later to the queue, so it is processed third.
* EmployeeID3 has the next earliest deadline (2050-01-02) and high priority, so it is processed fourth.
* EmployeeID6 has the same deadline as EmployeeID3, but normal priority, so it is processed fifth.
* EmployeeID9 has the same deadline and priority as EmployeeID6, but it was added later to the queue, so it is processed sixth.
* EmployeeID5 has no deadline, but high priority, so it is processed seventh.
* EmployeeID2 has no deadline and normal priority, so it is processed eighth.
* EmployeeID7 has no deadline and low priority, so it is processed ninth.
開発者は REFramework テンプレートを使用してプロセスを自動化しています。「SetTransactionStatus」ファイルには、次の一連のアクティビティがあり、最後のログ メッセージ アクティビティが開発者によって追加されました。

「ログ フィールドの追加」アクティビティと「ログ フィールドの削除」アクティビティの構成を以下に示します。
トランザクション ログ フィールドの追加 (成功)


開発者はプロセスを実行し、最初のトランザクションの引数値が次であることに気付きます。
in_TransactionID = "07/18/2023 10:27:29"
io_トランザクション番号 = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "更新リクエスト"
最初のトランザクションでアクティビティ「ログ メッセージが完了しました」を実行すると、成功したとみなして表示されるログ メッセージの詳細は次のうちどれですか?

「ログ フィールドの追加」アクティビティと「ログ フィールドの削除」アクティビティの構成を以下に示します。
トランザクション ログ フィールドの追加 (成功)


開発者はプロセスを実行し、最初のトランザクションの引数値が次であることに気付きます。
in_TransactionID = "07/18/2023 10:27:29"
io_トランザクション番号 = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "更新リクエスト"
最初のトランザクションでアクティビティ「ログ メッセージが完了しました」を実行すると、成功したとみなして表示されるログ メッセージの詳細は次のうちどれですか?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
次の自動化手順を検討してください。
* Webブラウザを開きます。
* データをスクレイピングします。
* データを Microsoft Excel に保存します。
* Webブラウザを閉じます。
UiPath のベスト プラクティスに従って、Try Catch アクティビティのどのセクションで、ステップ 2 (データ スクレイピング) またはステップ 3 (Microsoft Excel へのデータの保存) で発生した例外に関係なく、ステップ 4 (Web ブラウザーを閉じる) が実行されるようにしますか。
* Webブラウザを開きます。
* データをスクレイピングします。
* データを Microsoft Excel に保存します。
* Webブラウザを閉じます。
UiPath のベスト プラクティスに従って、Try Catch アクティビティのどのセクションで、ステップ 2 (データ スクレイピング) またはステップ 3 (Microsoft Excel へのデータの保存) で発生した例外に関係なく、ステップ 4 (Web ブラウザーを閉じる) が実行されるようにしますか。
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)