アカデミーのクイズREFramework

アカデミーのREFrameworkのこちらの最後のクイズ(CheckYourKnowledge)について、
答えは1なのですが、4も起こりえると思います
このような問題が本番のADP試験で出た場合は、どちらを選ぶべきなのでしょうか・・


<問題文>
初期化状態では、必要なアプリケーションがすべて初期化され、プロセスに必要な設定が読み込まれています。次に実行される遷移はどれですか?

以下のオプションのいずれかを選択してください。

1遷移: 成功 次の状態: トランザクション データの取得
2遷移: 新規トランザクション 次の状態: トランザクションの処理
3遷移: データなし 次の状態: プロセスの終了
4遷移: システム例外 次の状態: プロセスの終了

Hi @chantee

The answer would be First option

In the initialization state of a UiPath process, if all required applications have been initialized and the necessary settings for the process have been loaded successfully, the next logical step is to proceed to the step where the process retrieves the transaction data using Get Transaction Data. Therefore, the correct transition would be: Transition 1: Success Next state: Retrieving transaction data

Hope you understand!!

1 Like

ありがとうございました。
問題文を日本語に翻訳して解いていたせいか、
問題文を正確に理解できていなかったようです。

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.