UiPath Advanced RPA Developer v1.0 Exam (UiARD) (UiPath-ARDv1日本語版) - UiPath-ARDv1日本語 Exam Practice Test

Get TransactionItemアクティビティを使用してOrchestratorQueuesからワークアイテムを要求する場合は、以下を指定する必要があります。
オプションは次のとおりです。
Correct Answer: B
この演習では、以下の手順を実行する UiPath オートメーションを作成します。
これを実現するには、開始テンプレートとして REFrameWork を使用し、UiPath 開発のベスト プラクティスに従います。
Correct Answer:
Here are the steps performed by the Robot:
1. Log in to https://www.acme-test.com.
2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.
3. For each page:
- Filter the records where Status is 'Open';
- Filter the records where Description is 'Calculate Client Security Hash';
- Filter the records where WIID is less than 600000;
- Append the resulting datatable into an Excel worksheet, you shouldn't worry about the headers and format of the output file.
Constraints to follow in the development, using the REFrameWork:
1. TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy).
2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password .
3. Create a separate workflow file for closing ACME.
3. Add the ACME_URL and ACME_Credential to the Config file.
4. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
5. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
6. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.
7. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets).
Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
ALL THE BEST!
開発者チームは、TFS リポジトリを使用して UiPath プロジェクトのバージョンを保存します。開発者の 1 人がプロジェクトを編集したいと考えています。その間、他の開発者がコードを変更しないようにするためのアクションは何ですか?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Webアプリケーションからのレポートのダウンロードにはさまざまな時間がかかりますが、ダウンロードが完了するとポップアップウィンドウが表示されます。プロセスを続行する前に、ファイルが完全にダウンロードされているかどうかを確認するにはどうすればよいですか?
オプションは次のとおりです。
Correct Answer: B
部分セレクターと完全セレクターの違いは何ですか?
Correct Answer: B
ワークフローの引数にはどのような方向性がありますか?
オプションは次のとおりです。
Correct Answer: A,B,C
開発者は、project.jsonで「main」属性がMain.xamlに設定されているオーケストレーションプロセスを確認していました。
ただし、プロセスは意図したとおりに一時停止していません。この問題の考えられる原因は何ですか?
Correct Answer: D
UiPath のセレクターに関する正しい記述を選択してください。
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
「dt1」という名前のデータテーブルの行を「dt2」という名前の別のデータテーブルに含める必要があります。
手順: [データ テーブルの各行] 画面の Invoke メソッドのドロップダウン リストから、[Invoke メソッド] の各フィールドの正しい値を選択します。次に、[パラメーター] 画面のドロップダウン リストから正しい値を選択して、このタスクを完了します。
Correct Answer:
UiPath Studio プロジェクトでは、プロパティ ValidateUnconnectedNodes がフローチャートで True に設定されています。このフローチャートのログ メッセージ アクティビティは、他のどのノードにも接続されていません。設計時のこの設定の動作は何ですか?
Correct Answer: C
PrimaryWorkflow.xamlからSecondaryWorkflow.xamlというワークフローファイルを呼び出しています。次に、ワークフローファイルの呼び出しアクティビティの[引数のインポート]パネルを示します。

さらに、以下は、SecondaryWorkflow.xamlの[引数]パネルを反映しています。

「SecondaryWorkflow.xaml」のログメッセージアクティビティを使用して、引数「in_WelcomeMessage」の値を出力します。
「PrimaryWorkflow.xaml」を実行すると期待される結果は何ですか?
Correct Answer: D
オーケストレーターは何に使われますか?
オプションは次のとおりです。
Correct Answer: D
Orchestratorで進行中のジョブを停止するためのベストプラクティスは何ですか?
オプションは次のとおりです。
Correct Answer: B
Simulate Type / Clickプロパティはいつ使用する必要がありますか?
オプションは次のとおりです。
Correct Answer: B
0
0
0
0