UiPath-ADAv1日本語 無料問題集「UiPath Automation Developer Associate v1 Exam (UiPath-ADAv1日本語版)」
開発者は、以下に示すワークフローで使用される 3 つの変数を作成しました。

手順: ベスト プラクティスに基づいて、次の図に示すドロップダウン リストから各変数タイプの正しいスコープを選択します。


手順: ベスト プラクティスに基づいて、次の図に示すドロップダウン リストから各変数タイプの正しいスコープを選択します。

正解:

Explanation:
Name = Age Variable type = Double Scope = Body of For Each Row
Name = TimeonThePlanet Variable type = Time Span Scope = Sequence - Yes, Can Vote Name = dt_NamesBirthdays Variable type = DataTable Scope = Voter Registration The reason for choosing these scopes is to keep the variables in the innermost scope where they are used and to avoid unnecessary clutter and duplication in the Variables panel. You can learn more about variable scope in UiPath from the following sources:
* Variable scope - Studio - UiPath Community Forum
* How Variable Scope Works in UiPath - Video Tutorials - UiPath Community Forum
* How to pass variables as UiPath arguments example - TheServerSide
* Best Practices: Select Variables scope - UiPath Community Forum