
[2024年12月]更新のPEGACPSA23V1日本語問題集には100%厳密検証された問題と解答で合格保証もしくは全額返金
合格させるPegasystems PEGACPSA23V1日本語試験には練習テスト問題集豪華お試しセット
質問 # 58
目標間隔が経過したときに割り当ての緊急度を 100 に調整するようにサービス レベルを構成します。割り当ての緊急度は、期限と期限経過間隔にどのような影響を与えますか?
- A. 緊急度の値は設定どおりに増加し続けます。
- B. 割り当てが完了するまで、サービス レベルの処理は停止されます。
- C. 緊急度値は 100 のままですが、その他のサービス レベルの処理は続行されます。
- D. 最大緊急度に達したことがユーザーに通知されます。
正解:A
解説:
When a service level's goal interval lapses and the urgency is adjusted to 100:
B: Urgency value continues to increment as configured. In Pega, urgency levels can continue to increase based on additional factors configured within the service level. This includes the urgency escalation that may occur at the deadline and passed deadline intervals. The adjustment to 100 does not cap the urgency; instead, it sets a new baseline from which further increments may occur as defined by the service level settings.
質問 # 59
新入社員のハードウェア機器を構成するアプリケーションで、マネージャーはドロップダウン リストからラップトップ モデルを選択します。使用可能なラップトップ モデルのリストは外部システムで管理されており、時間の経過とともに変更される可能性があります。このドロップダウン リストのデータ ソースとして、次のどれを使用しますか。
- A. データページ
- B. データ変換
- C. データテーブル
- D. ローカルリスト
正解:A
解説:
In scenarios where a dropdown list needs to dynamically reflect data that could change over time, such as a list of laptop models maintained in an external system, using a data page is the best approach. Data pages in Pega are designed to retrieve and cache data from various sources, including external systems. They are ideal for scenarios where data needs to be up-to-date and reflected in UI elements like dropdown lists. Data pages can be configured to refresh as needed, ensuring that the dropdown always displays the current set of available models.
質問 # 60
フィールド値ルールを使用してアプリケーション コンテンツのどの部分をローカライズしますか?
- A. ハーネスルール上のロゴやその他の画像
- B. 段落ルール内のユーザー指示
- C. 対応ルール内のユーザーが編集可能なテキスト
- D. セクションルールのラベルとドロップダウン値
正解:D
解説:
Field Value rules in Pega are used primarily for localizing user interface elements:
A: Labels and drop-down values on a section rule. Localizing these elements ensures that applications can adapt to different languages and regional settings, enhancing user accessibility and usability across diverse geographical locations.
質問 # 61
Integration Designer を使用して外部データ ソースを構成しています。REST、Dev、Stage、および Prod エンドポイント URL と、データ ソースの名前があります。外部データ ソースを構成するには、他にどのような情報が必要ですか?
- A. 設定されたURLが接続を拒否した場合のバックアップエンドポイントURL
- B. 外部データソースを使用するデータビュー
- C. ソースデータが保存されているデータベースの名前
- D. データとREST応答フィールドのマッピング計画
正解:D
解説:
When configuring an external data source using the Integration Designer in Pega, essential information includes:
C: A plan for mapping the data and REST response fields. Effective integration with an external data source requires a clear mapping plan to align the data structure of the source with the data model of the Pega application. This includes configuring how the REST API responses are parsed and how individual data fields are mapped to the properties in Pega.
質問 # 62
従業員がタイムシートを提出するためのアプリケーションを作成します。従業員は特定の週の勤務時間、休暇時間、病欠時間を入力します。入力フォームで、従業員は入力した合計時間の概要を確認できます。従業員がタイムシートを提出すると、アプリケーションには従業員の残りの休暇時間と病欠時間が表示されます。
ユーザーが時間を入力するフォームを構成するには、週の合計時間を計算するための最適な構成オプションを選択します。
- A. When ルールを使用します。勤務時間、休暇時間、病欠時間の値が変わると、合計時間も変わります。
- B. 手続き型処理を使用します。勤務時間、休暇時間、病欠時間の値が変更され、ユーザーがフォームを送信すると、合計時間が変更されます。
- C. データ変換を使用します。ユーザーがフォームを入力すると、データ変換によって、勤務時間、休暇時間、病欠時間のプロパティの合計が決定されます。
- D. 宣言型処理を使用します。勤務時間、休暇時間、病欠時間の値が変わると、合計時間も変わります。
正解:D
解説:
To automatically calculate the total hours worked, including vacation and sick time, on a timesheet entry form:
B: Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change. Declarative processing in Pega is ideal for this situation as it allows the total hours to automatically update whenever the constituent values change. This approach ensures real-time accuracy and reduces the need for manual recalculations or procedural coding.
質問 # 63
購入リクエストの金額に応じて、承認はユーザーから融資担当者、次に部長、最後に副社長へとカスケードされます。融資担当者はユーザーのマネージャーです。部長は融資担当者のマネージャーです。副社長は部長のマネージャーです。カスケード承認を構成するために使用できる 2 つのアプローチはどれですか? (2 つ選択してください)
- A. 承認者を決定するための意思決定ツリールールを備えた権限マトリックスに基づく承認
- B. ワークバスケットマネージャを使用して承認者を決定する、報告構造に基づく承認
- C. 承認者を決定するための決定表ルールを含む、権限マトリックスに基づく承認
- D. 報告構造と条件に基づいて承認し、各オペレータのマネージャへの報告を使用して承認者を決定します。
正解:C、D
解説:
To configure cascading approvals in a scenario where approvals move up through an organizational hierarchy (user to loan officer to director to vice president), two effective methods include using an Authority Matrix in conjunction with a Decision Table and leveraging the reporting structure with conditional logic. A Decision Table allows for the definition of approval rules in a structured, tabular format, which is ideal for setting different approval thresholds based on the purchase amount. Using the reporting structure with "when" conditions allows the system to dynamically determine the next approver based on the employee's direct reporting line, ensuring that each approval level is adhered to according to organizational hierarchy.
質問 # 64
オンデマンド交通アプリケーションには、会話設定データ タイプがあります。顧客がアプリケーションを使用して乗車をリクエストするときに、ドライバーと会話したいか、それとも沈黙を希望するかなど、会話設定を指定できます。会社の利害関係者は、会話設定データの分析に関心があります。
会話設定データ タイプはどのように取得されますか?
- A. ローカル レコード システム
- B. 外部記録システム
- C. 記録システムがない
正解:C
解説:
For an on-demand transportation application collecting conversation preferences from customers, the nature of the data-preferences stated during the booking process-suggests it is generated dynamically rather than stored in a pre-existing database.
* B. No system of record: This option acknowledges that conversation preferences are specified by customers in real-time and are specific to each ride request, rather than being pulled from a pre-established database (local or external). The data is generated by user input within the application itself and used for analysis without necessitating a traditional system of record for storage.
A local system of record (A) refers to data stored within the application's database but is more relevant for static or semi-static data rather than dynamic preferences. An external system of record (C) is used for data that the application retrieves from outside sources, which does not
質問 # 65
チームがケースを解決しながらより速くコミュニケーションを取り、より効率的に情報を共有できるようにする 2 つのコラボレーション ツールはどれですか? (2 つ選択してください。)
- A. ウィジェット
- B. ダッシュボード
- C. タグ
- D. パルス
正解:C、D
解説:
Collaboration tools that enhance team communication and information sharing:
C: Tags. Tags allow users to categorize and reference specific information within cases, making it easier for teams to search and communicate about case-related topics efficiently.
D: Pulse. Pulse is a social collaboration tool within Pega that enables team members to communicate in real-time, share information, and collaborate directly within the context of a case.
質問 # 66
顧客はカラー オプションを利用できますが、オプションは画面上で利用可能であり、ポップアップには表示されません。
色オプションを構成するにはどのオプションを使用しますか?
- A. ラジオボタン
- B. チェックボックス
- C. ドロップダウン
- D. オートコンプリート/テキストフィールド
正解:C
解説:
In this scenario, the requirement is to present color options to a customer without a popup, directly on the screen. The most suitable UI control for this situation is a dropdown. A dropdown allows users to see all available options upon interaction, occupies minimal screen space when not in use, and effectively groups single-option selections in a compact form. This approach avoids the potential clutter of radio buttons or checkboxes for numerous options and is more user-friendly than an autocomplete/text field for a fixed set of choices like colors.
質問 # 67
ケースで有効なデータが使用されることを保証する 2 つの要件はどれですか? (2 つ選択してください。)
- A. データはローカルで取得されます。
- B. データはデータ型に編成されます。
- C. データはビジネス ロジックに適合します。
- D. データは正しいフィールド タイプです。
正解:C、D
解説:
To ensure that valid data is used in a case:
A: The data fits the business logic. Valid data must align with the business rules and logic of the application, ensuring that the data used in case processing is appropriate for the business context.
C: The data is the correct field type. Having data that is of the correct field type is fundamental to ensuring that the application processes and stores information accurately. This includes ensuring that dates, numbers, text, and other data types are used in their respective fields appropriately.
質問 # 68
要件は次のとおりです: ビジネス ゲストがホテルをチェックアウトする場合、ゲストは企業割引を受けるためにホテルのレビューを完了する必要があります。要件を満たすケース タイプ関係を選択します。
- A. チェックアウト リクエストをホテル レビューの子ケースとして設定します。
- B. チェックアウトリクエストとホテルレビューの両方をトップレベルのケースとして設定します。
- C. チェックアウト リクエストのスピンオフ ケースとしてホテルのレビューを構成します。
- D. ホテルレビューをチェックアウトリクエストの子ケースとして設定します。
正解:D
解説:
To satisfy the requirement that a business guest must complete a hotel review to receive a corporate discount at checkout, the relationship between the checkout process and the hotel review process must be appropriately configured.
* D. Configure hotel review as a child case of the checkout request: This configuration establishes the hotel review
質問 # 69
出張承認には、申請者のマネージャー、部門 VP、および合計金額に応じて会計担当者の承認が必要です。このユース ケースを満たす構成はどれですか。
- A. レポートマネージャを使用したカスケード承認
- B. 割り当てられたユーザーを識別するためのルールを使用したカスケード承認
- C. 権限マトリックスを使用したカスケード承認
- D. ワークグループ マネージャーを使用したカスケード承認
正解:C
解説:
For a travel authorization that requires a hierarchical approval process involving the requestor's manager, division VP, and possibly an accountant based on the total amount, a structured and flexible approval mechanism is necessary.
* C. Cascading approval using an authority matrix: This configuration allows for the definition of approval authority levels and conditions in a centralized matrix. It can accommodate complex approval hierarchies and conditional logic (such as the need for an accountant's approval based on the total amount). An authority matrix provides the flexibility to dynamically determine the appropriate approvers based on case data, making it well-suited for implementing the specified approval process.
Cascading approval using when rules (A) could tailor the process but lacks the structured and centralized management of approvers offered by an authority matrix. Cascading approval directly through reporting lines (B and D) might not flexibly accommodate the conditional requirement for an accountant's approval.
質問 # 70
顧客保証サービス リクエストのルーティングを構成しています。サービス担当副社長によるレビューが必要なベータ版およびリリース版製品の保証サービス リクエストを除き、すべての保証サービス リクエストは保証解決グループにルーティングされます。保証サービス リクエストを確認するために割り当てルーティングを構成するにはどうすればよいでしょうか。
- A. リクエストがベータ リリースに関するものである場合は、ベータ リリースの熟練グループに割り当てをルーティングします。
それ以外の場合は、割り当てを保証解決グループにルーティングします。 - B. 割り当てをサービス担当副社長にルーティングします。サービス担当副社長は、必要に応じて割り当てを保証解決グループにルーティングします。
- C. ベータ リリース製品のサービス担当副社長に電子メール通知を送信する保証解決グループに割り当てをルーティングします。
- D. リクエストがベータ リリースに関するものである場合は、割り当てをサービス担当副社長にルーティングします。それ以外の場合は、割り当てを保証解決グループにルーティングします。
正解:D
解説:
For routing customer warranty service requests, particularly when different routing rules apply based on product status:
D: Route the assignment to the vice president of service when the request is for the beta release.
Otherwise, route the assignment to the warranty resolution group. This routing strategy is efficient for handling cases where special attention is required by higher management (e.g., the vice president of service) for beta and release products, ensuring that such cases are escalated appropriately while other standard warranty requests continue to be processed by the usual resolution group. This setup optimizes the handling process by directing cases based on their specificity and importance.
質問 # 71
ボイスオーバー リクエストのケース タイプには、スクリプト編集とスクリプト録音の 2 つのタスクが含まれます。チームは、スクリプト編集タスクを編集者に、スクリプト録音タスクを俳優にルーティングするように求められています。
どのアプローチがこの要件を満たしますか?
- A. Dev Studio で、1 つの作業キューを参照する 2 つの新しい作業グループを作成します。
- B. 編集者用と俳優用の 2 つの新しい作業キューを作成します。
- C. 両方のペルソナに対して 1 つのワーク グループを作成し、そのワーク グループにルーティングします。
- D. 新しい作業キューを 1 つ作成し、タスクをタイプ別に分割します。
正解:B
解説:
Routing tasks to specific groups within an organization is a common requirement in case management systems. For the scenario involving voice over requests with distinct tasks for editors and actors, creating separate work queues for each group is the most straightforward and effective approach.
* A. Create two new work queues, one for editors and one for actors: This option allows for the segregation of tasks based
質問 # 72
期限を過ぎたサービス レベル アグリーメント (SLA) を構成するためにどのスタジオを使用していますか?
- A. アプリスタジオ
- B. 予測スタジオ
- C. 開発スタジオ
- D. 管理スタジオ
正解:C
解説:
Service Level Agreements (SLAs) with specific configurations like passed deadlines are typically set up in a more technical environment within Pega:
C: Dev Studio. Dev Studio provides advanced configuration capabilities needed for setting up complex SLAs, including those involving deadlines. It offers the tools required to define and manage the intricate aspects of SLAs that impact the processing timelines of cases.
質問 # 73
チャネル インターフェイスに関する次の記述のうち正しいものはどれですか。
- A. すべてのユーザーに同じチャネル インターフェースが表示されます。
- B. チャネル インターフェイスを作成すると、Agg Studio にデフォルトの作業キューが作成されます。
- C. チャネル インターフェースは、ビジネス要件を満たすユーザー インターフェースです。
- D. ペルソナには固有のチャネル インターフェースが必要です。
正解:C
解説:
A statement about channel interfaces:
D: Channel interfaces are user interfaces that meet business requirements. Channel interfaces in Pega are tailored to fit the specific needs of a business process or user group, ensuring that the user interface supports the business goals and provides an effective means of interaction for the end-users.
質問 # 74
......
2024年最新の有効なPEGACPSA23V1日本語テスト解答Pegasystems試験PDF:https://www.jpntest.com/shiken/PEGACPSA23V1-JPN-mondaishu