Blue Prism AD01日本語日常練習試験は2024年最新のに更新された189問あります
有効問題を試そう!AD01日本語試験で実際の試験問題と解答
質問 # 40
データ項目「ループカウンタ」は数値データ項目であり、初期値は0です。データ項目「最大ループ」は数値データ項目であり、初期値は10です。
2つのステージは次のように構成されます。

ページが実行されるときに、ループアゲインステージは何回実行されますか?
- A. ループは無限大になります
- B. 0
- C. 1
- D. 2
正解:A
質問 # 41
Excel VBO を使用してデータを収集する順序として正しいのは次のうちどれですか?
- A. インスタンスの作成 > Excel の表示 > ワークシートをコレクションとして取得 > ワークブックを閉じる
- B. ワークブックを開く > ワークシートをコレクションとして取得 > ワークブックを閉じる
- C. インスタンスの作成 > ワークブックを開く > ワークシートをコレクションとして取得 > ワークブックを閉じる
- D. Excel を表示 > ワークブックを開く > ワークシートをコレクションとして取得 > ワークブックを閉じる
正解:C
解説:
* Excel VBO Workflow:
* The correct order to perform operations using the Excel VBO involves creating an instance, opening the workbook, performing actions (like getting the worksheet as a collection), and then closing the workbook.
* Correct Order:
* Create Instance: Initializes the Excel application instance.
* Open Workbook: Opens the specified Excel workbook.
* Get Worksheet as a Collection: Reads the worksheet data into a collection.
* Close Workbook: Closes the workbook after operations are completed.
References:
* Blue Prism documentation on Excel VBO and its actions.
質問 # 42
次のプロセスフローを調べます。
'Customer Credits'コレクションには、次のデータが含まれています。
「顧客アカウントクレジット」ループは、「顧客クレジット」コレクションをループするように構成されています。
'Total Credits'データ項目は、初期値が0の数値データ項目として構成されます。
'Get Total Credits'計算ステージには、次の式が含まれています。
ページが実行された後の合計クレジットデータ項目の値はどうなりますか?
- A. 0
- B. 1
- C. 2
- D. 内部例外:「ループステージ名の不一致」がスローされます
正解:D
質問 # 43
次のプロセスフローを検討してください。
Decision JA "プロパティは次のとおりです。
決定 "B"プロパティは次のとおりです。
決定 "C"プロパティは
プロセスが実行されるとどうなりますか?
- A. フローは計算ステージ「A」を通過します
- B. フローは計算ステージ「C」を通過します
- C. 例外がスローされます
- D. フローは計算ステージ「B」を通過します
正解:C
質問 # 44
作業キュー内のケースが処理を待っていることを示すものは次のうちどれですか?
- A.

- B.

- C.

- D.

正解:C
質問 # 45
ブループリズムプロセスから取られた以下の抜粋を調べてください。
Get NextItemステージの[Outputs]タブを以下に示します。
「返品されたアイテム」の正しい表現は何ですか?決定段階、ワークキューアイテムが返されたかどうかを確認しますか?
- A. Item ID < > ""
- B. [Customer Data] < > NULL
- C. ([Customer Data].Rows) > 0
- D. [Item ID] < > ""
- E. [Customer Data] < > ""
正解:D
解説:
* The 'Item Returned?' Decision stage needs to check if a Work Queue item was returned.
* The correct check for this is if the Item ID is not an empty string.
* The expressions involving Customer Data are not appropriate for this specific check.
* Therefore, the correct expression is [Item ID] <> "".
Feel free to ask if you have any more questions or need further assistance!
質問 # 46
BluePrismプロセスから取得した次のリカバリフローを調べます。
'Exception Type'データ項目には初期値がなく、データ型はテキストです。
計算段階の「例外タイプの保存」は、現在の例外タイプを「例外タイプ」データ項目に出力します。
これを実現するために、「例外タイプの保存」段階でどの式を使用しますか?
正解:
解説:
ExceptionDetail
Reference:
https://bpdocs.blueprism.com/bp-6-8/en-us/helpExceptions.htm
質問 # 47
環境変数の値はどのように更新できますか? (該当するものをすべて選択)
- A. System Managerで値を更新する
- B. Credential Managerの値を更新する。
- C. 内部-環境変数ビジネスオブジェクトを使用
- D. コントロールルームの値を更新する
- E. Blue Prism Server構成を変更する
正解:A
質問 # 48
Centrix Data Solutions注文システムの注文領域を操作する場合、[移動]ボタンの上にあるフィールドに注文メニューオプションを入力する必要があります。
Application Modellerのメニューオプションフィールド要素は、次のように構成されています。
メニューオプションのフィールド要素を一貫して認識できるようにするには、どの属性のチェックを外す必要がありますか?
- A. 画面表示
- B. 有効
- C. クラス名
- D. 表示
- E. ウィンドウテキスト
正解:E
質問 # 49
Blue Prism 開発者は、ACME コンサルティング用の旅行リクエスト フォームをレビューするプロセスを作成しています。このプロセスの一環として、開発者はリクエスト内のどのフィールドも空白でないことを確認する必要があります。
ベスト プラクティスに従って、開発者はこのロジックをどこに作成する必要がありますか?
- A. Process Studio: ビジネス オブジェクトの検証ページを呼び出すメイン ページ上のアクション
- B. Object Studio 検証ロジックを含む作成リクエスト オブジェクト内の別のページ
- C. Process Studio、検証ロジックを含むプロセス内の別のページ
- D. Object Studio フォームの検証専用のビジネス オブジェクト
正解:C
解説:
Following best practices for Blue Prism development, it is essential to keep validation logic separate from the core business process to enhance maintainability and clarity. This approach ensures that validation is modular and can be easily updated or reused.
* Process Studio, a separate page within the process containing validation logic (Option B): This is the best practice for implementing validation logic. By creating a separate page within the Process Studio, the validation logic remains organized and distinct from other parts of the process. This approach allows for easy updates and debugging.
The other options are less ideal for the following reasons:
* Object Studio a business object dedicated to validating the form (Option A): While this is a valid approach, it is generally better to keep validation within the process logic rather than creating a separate object solely for validation.
* Process Studio: an action on the main page calling a Business Object's Validation page (Option C)
1: This complicates the process unnecessarily by involving an additional business object.
* Object Studio a separate page within the create request object containing validation logic (Option D): Keeping validation within the Object Studio ties it too closely to the specific object, making it less flexible and reusable.
ReferencesRefer to Blue Prism's best practices documentation on process design, which emphasizes modularity and separation of concerns.
質問 # 50
展示品をご参照ください。
開発者は、Citrix 環境内で SAP Windows ベースのアプリケーションを自動化しています。アプリケーション ウィンドウに同じラベルとボタンが 2 つあるため、[文書番号] フィールドを識別して強調表示するときに重複一致が見つかるという問題があります。
開発者は、Surface Automation を使用して正しいフィールドを識別するためにどのスパイ モードを使用する必要がありますか?
- A. ブラウザ
- B. 地域
- C. Win32
- D. アプリケーション ナビゲータ
正解:B
解説:
In a Citrix environment, where traditional spying modes might not work effectively due to the nature of remote desktop applications, Surface Automation techniques are used. The Region mode allows you to define specific areas of the screen to interact with, making it suitable for environments where duplicate elements are present.
* Region (Option D): This spy mode allows you to define a specific area on the screen and interact with elements within that region. This is particularly useful in Citrix environments where other spy modes might fail to differentiate between duplicate elements.
The other options are less effective in this scenario:
* Win32 (Option A): This mode is used for traditional Windows applications but might not work well in a Citrix environment.
* Browser (Option B): This mode is designed for web-based applications and is not suitable for Windows applications in Citrix.
* Application Navigator (Option C): This mode is not typically used for surface automation in Citrix environments.
ReferencesConsult Blue Prism's documentation on surface automation techniques and best practices for automating applications in Citrix environments.
質問 # 51
次のプロセスフローを調べます。
Loop Ordersループは、Ordersコレクションをループするように構成されています。
「注文処理」ページは何回実行されますか?
- A. わかりません。ループカウンターはありません。
- B. 0
- C. ループは無限になります
- D. 1
正解:B
解説:
Loop Orders is configuring to the Orders collection and as per the diagram in the order collection there are 15 rows so the loop is run till 15 times and the process order page will executed 15 times.
質問 # 52
トレーニング注文システム内でオプションを入力すると、関連するオプション番号が以下のようにオプション番号フィールドに入力されます。オプション番号入力フィールドはBlue Prismでスパイされています。
次の属性セットがApplication Modellerによって返されました。
Blue Prismに対する要素の一貫した可視性を確保するために、チェックを外すことができる属性はどれですか?
- A. 画面表示
- B. クラス名
- C. 可視
- D. ウィンドウテキスト
正解:D
解説:
Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text.
質問 # 53
Windowsアプリケーションを自動化する場合、グローバル送信キーイベントを実行するように構成されているステージのタイプは何ですか?
- A. 書き込みステージ
- B. ノートステージ
- C. 読み取りステージ
- D. ステージをナビゲート
正解:D
解説:
理由:グローバル送信キーイベントとグローバルキーは、ナビゲートステージを通過しません。
質問 # 54
Order Systemアプリケーションが正常に起動し、BluePrismがアプリケーションを次の画面に移動しました。
画面とのインターフェースをさらに行う前に、この画面に焦点が合っていることを確認する必要があります。[新規注文]画面にフォーカスを合わせるための正しい構成はどれですか?
A)
B)
C)
D)
- A. 展示物B
- B. 展示物D
- C. 展示物C
- D. 展示物A
正解:B
解説:
For window application to ensure the new screen is in focus We need to activate the New screen as not the application
質問 # 55
次の Blue Prism プロセス図を調べてください。
「新しい日付」データ項目は日付データ型であり、初期値はありません。
以下に「計算ステージのプロパティ」ウィンドウが表示されます。
「新しい日付の作成」ステージを実行するとどうなりますか?
- A. 「New Dale」データ項目の値には今日の日付が含まれます
- B. 今日の日付に 1 年が加算され、結果が新しい日付のデータ項目に保存されます。
- C. 今日の日付に 1 週間が追加され、結果が「新しい日付」データ項目に保存されます。
- D. 今日の日付に 1 か月が追加され、結果が「新しい日付」データ項目に保存されます。
正解:B
解説:
* Understanding the Calculation Stage:
* The calculation stage in Blue Prism is used to perform calculations and store the result in a specified data item.
* The expression used in the calculation stage is DateAdd(0, 1, Today()).
* Analyzing the DateAdd Function:
* DateAdd(interval, number, date) is a function that adds a specified number of intervals to a given date.
* The first parameter (interval) specifies the type of interval to add. In this case, it is 0.
* The second parameter (number) specifies the number of intervals to add. In this case, it is 1.
* The third parameter (date) specifies the starting date. In this case, it is Today().
* Interval Values in DateAdd Function:
* In Blue Prism, the DateAdd function uses specific interval values:
* 0 for years
* 1 for months
* 2 for days
* 3 for hours
* 4 for minutes
* 5 for seconds
* Given that the interval parameter is 0, it means that the function will add years.
* Conclusion:
* The DateAdd(0, 1, Today()) expression will add 1 year to today's date.
* Therefore, the result will be stored in the 'New Date' data item, and the correct answer is:
* A. 1 year will be added to today's date and the result stored in the 'New Date' data item.
References:
* Blue Prism Developer Documentation: Date Functions
* Blue Prism Training Material on Calculation Stages and Date Manipulation
質問 # 56
......
テストエンジンに練習AD01日本語テスト問題:https://jp.fast2test.com/AD01-JPN-premium-file.html