[2025年05月11日] 最速合格には素晴らしいPEGACPSSA23V1無料テストPDF本日更新です [Q16-Q38]

Share

[2025年05月11日] 最速合格には素晴らしいPEGACPSSA23V1無料テストPDF本日更新です

無料でゲット!最新の2025年最新の有効な練習Certified Senior System Architect PEGACPSSA23V1問題と解答でテストエンジン


Pegasystems PEGACPSSA23V1 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • パフォーマンス: ここでは、パフォーマンス測定とシステムのデバッグについて説明します。このトピックには、システム イベントとパフォーマンス イベントを区別するためのログ ファイルの確認も含まれます。
トピック 2
  • ケース管理: ケース管理のセクションには、作業グループ、キュー、組織構造が含まれます。効率的なケース フローを実現するための並列ケース処理、ロック戦略、事前
  • 事後処理について説明します。サービス レベル契約構成も拡張および管理されます。
トピック 3
  • モバイル: このトピックでは、モバイル配信オプションを区別し、証明書セットを含むモバイル用アプリケーションを設計します。
トピック 4
  • アプリケーション開発: このトピックでは、エンタープライズ クラスのアプリケーションの作成と構造について説明します。ルールの解決、状況把握、および新規アプリケーション ウィザードの使用について理解を深めます。
トピック 5
  • レポート: レポートには、関連付けや結合を含む複数のデータ ソースを使用したレポートの設計が含まれます。
トピック 6
  • ユーザー エクスペリエンス: この短いトピックでは、Pega Web マッシュアップの作成と認証に焦点を当てます。

 

質問 # 16
When designing reports with multiple data sources, in which two ways is an association rule different from a class join? (Choose two.)

  • A. Class joins are unique to each report. Associations are reusable in any report.
  • B. Anyone with the appropriate permissions can use associations when creating reports in the User portal.
  • C. You can join multiple classes with class joins, while you cannot join multiple classes with associations.
  • D. A class join is required to add a filter condition to your report.

正解:A、B

解説:
An association rule differs from a class join in that it is a reusable rule that can be used by anyone with appropriate permissions when creating reports. This makes it available across multiple reports. Class joins, on the other hand, are specific to each report definition and are not reusable in the same way. Reference: Pega Reporting Guide - Associations vs. Joins.


質問 # 17
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)

  • A. Specify both classes in the Pages & Classes tab on the report definition.
  • B. Add the operator ID to the report definition as a parameter.
  • C. Use an association rule to join operator information to each case.
  • D. Configure a class join on the report definition to join operator information to each case.

正解:C、D

解説:
A: Configuring a class join on the report definition allows you to join the operator information to each case, enabling you to list the user ID of the manager associated with the operator who creates a time-off case.
C: Using an association rule to join operator information to each case accomplishes the same objective by defining a reusable join that can be referenced in multiple reports. Reference: Pega official documentation on report definitions and associations.


質問 # 18
Application Settings allow you to____________.

  • A. execute connectors in parallel to improve performance
  • B. store references to an external system connected to an application
  • C. automate the application migration process
  • D. simulate data in an environment for testing purposes

正解:B

解説:
Application Settings allow you to store references to an external system connected to an application. These settings can be used to manage environment-specific parameters such as URLs, file paths, and other data that may vary between development, testing, and production environments. Reference: Pega official documentation on application settings.


質問 # 19
A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?

  • A. Configure an error handling process that displays the error message and sends an email.
  • B. Configure an activity's input source as the error message and the output as an email.
  • C. Reuse the out-of-the-box ConnectionProblem error handling flow on the Service tab for the connector.
  • D. Create an error handler data transform that adds an error message to the data page and sends an email.

正解:A

解説:
The requirement is to handle an error when it occurs and perform two actions: display a message to the user and send an email to the administrator. This can be done by configuring an error handling process that encapsulates both actions. Typically, this would involve configuring a flow or an activity that runs when an error occurs, and it would handle both displaying the error message to the user and sending the email.
References: Pega Platform Help - Error Handling.


質問 # 20
As a best practice, in which situation do you use a keyed data page?

  • A. A user selects an image from a long list that updates often.
  • B. A user selects an emoji from a short list that updates often.
  • C. A user selects a replacement part from a long list that seldom changes.
  • D. A user selects a delivery option from a short list that rarely changes.

正解:C

解説:
A keyed data page is best used when a user selects a replacement part from a long list that seldom changes (B). Keyed data pages are designed to efficiently manage large amounts of data that do not change frequently by loading data specific to a key (like a part ID). This improves performance by caching the data and reducing the need to frequently query the source system for the same data.Reference: Pega Community documentation on data pages and caching strategies


質問 # 21
An assignment service-level agreement (SLA) is configured with the following details:
Initial urgency: 20
Assignment ready: Timed delay of 2 hours
Goal: 5 hours and increase urgency by 10
Deadline: 2 hours and increase urgency by 25
Passed deadline: 1 hour, increase urgency by 5, and limit events to 6
The case reaches the assignment at 9 AM on Wednesday.
Assuming no other urgency adjustments, what is the assignment urgency 6.5 hours after the case reaches the assignment?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C

解説:
The assignment urgency 6.5 hours after the case reaches the assignment with the given SLA configuration would be 95 (B). Here's the calculation: The initial urgency is 20. The case reaches the goal after 5 hours, adding 10 to the urgency, making it 30. Since the deadline is at 2 hours and has been exceeded by 4.5 hours, the urgency increases by 25, making it 55. Now, with the passed deadline events occurring every hour and increasing urgency by 5, after 1.5 hours, this would occur 1 additional time (since it's half an hour into the next hour), adding 5 to the urgency. Therefore, the total urgency after 6.5 hours is 20 (initial) + 10 (goal) + 25 (deadline) + 5 (passed deadline event) = 60. However, since the deadline urgency increase occurs at the 2-hour mark, the urgency would be 20 + 25 = 45 at 2 hours, and then after reaching the goal at 5 hours, additional 10 is added, making it 55, and then one passed deadline event adds 5 more, making the total 60. Since the deadline urgency is already accounted for at the 2-hour mark, it should not be added again after the goal.
Therefore, the correct total urgency would be 20 (initial) + 10 (goal) + 25 (deadline) + 40 (8 passed deadline events) = 95.References: Pega Community documentation on SLAs and urgency calculation.


質問 # 22
You are integrating two Pega Web Mashups into a client's mortgage loan financing page. What do you configure to successfully embed both mashups?

  • A. Identify unique names for each mashup.
  • B. Define identical URLs for each mashup.
  • C. Run the mashups on the same thread.
  • D. Load both mashups simultaneously.

正解:A

解説:
When integrating multiple Pega Web Mashups into a single page, it is necessary to identify unique names for each mashup to ensure that they are embedded and function independently without conflict on the client's page. References: Pega Platform Help - Pega Web Mashup.


質問 # 23
What two actions must you perform to create a class join in a report definition? (Choose Two)

  • A. Add an association rule to match key values.
  • B. Select the type of match for key values.
  • C. Add a parameter for each property in the class you want to join.
  • D. Create a prefix for the joined class.

正解:B、D

解説:
To create a class join in a report definition, you must select the type of match for key values (A) and create a prefix for the joined class (C). Selecting the type of match, such as Inner Join or Left Outer Join, determines how records from the primary class and the joined class are combined based on matching key values. Creating a prefix for the joined class helps in distinguishing properties from the joined class from those of the primary class, preventing naming conflicts and clarifying the report definition. These actions are fundamental steps in setting up class joins in report definitions to retrieve and display data from multiple related classes.Reference: Pega Community documentation on report definition and class joins.


質問 # 24
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?

  • A. Use a transition condition in the activity step invoking the connector.
  • B. Implement the logic in the connector's error handler flow.
  • C. Implement the logic in the data page's response data transform.
  • D. Customize the standard pxErrorHandlingTemplate data transform.

正解:B

解説:
To handle the unavailability of a system of record when using a SOAP connector, the most effective approach is to implement the retry logic in the connector's error handler flow. This flow can be configured to wait for a specified duration (in this case, an hour) before retrying the connection. If the system remains unavailable after the retry, the flow can then proceed to send a notification to the system administrator. This approach encapsulates the error handling logic within the connector's flow, making it reusable and maintainable.References: Pega Community documentation on connector error handling and SOAP connectors.


質問 # 25
In the hierarchy of a single organization, which statement about the relationship between organizational elements is true?

  • A. A unit can belong to multiple organizations.
  • B. A work group can have more than one manager.
  • C. A work queue belongs to a single operator record.
  • D. An operator record can belong to multiple units.

正解:B

解説:
In the organizational hierarchy of Pega Platform, a work group can indeed have more than one manager, allowing for shared management responsibilities and coverage. Reference: Pega Platform Help - Organization and Work Groups.


質問 # 26
What are the two most common ways to expose your application to an external system? (Choose Two)

  • A. Configure a signed certificate.
  • B. Create a connector linked to a data page.
  • C. Create a web service with the Service wizard.
  • D. Leverage the Pega API.

正解:C、D

解説:
The two most common ways to expose your application to an external system are to leverage the Pega API (B) and to create a web service with the Service wizard (D). The Pega API provides a set of out-of-the-box RESTful endpoints for performing operations within the Pega Platform. The Service wizard simplifies the creation of SOAP or REST services, enabling external systems to interact with Pega applications.Reference: Pega Community documentation on Pega API and Service wizard.


質問 # 27
Identify two options for passing data between a Pega application and a webpage containing a web mashup.
(Choose Two)

  • A. Use the attribute data-pega-event-onpagedata
  • B. Call the function pega.web.api.doAction()
  • C. Call a Pega API function from the host server
  • D. Use REST methods to call Pega microservices

正解:A、B

解説:
* A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.
* D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page. References: Pega official documentation on Pega Web Mashup methods and attributes.


質問 # 28
A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.
* Patients access cases on a read-only basis.
* Patients can only access their own cases.
* Doctors and nurses can modify cases throughout the case life cycle.
* Only doctors are allowed to write prescriptions.
What two steps, when performed together, allow you to ensure that patients can read, but not edit, cases? (Choose Two)

  • A. Configure an Access Role to Object rule with the open case action set to 1.
  • B. Configure an Access of Role to Object rule with the open case action set to 5.
  • C. Configure an access control policy condition to test whether the user is a patient.
  • D. Create an access group unique to patients.

正解:A、D

解説:
To ensure that patients can read but not edit cases in the hospital's ER case management system, two steps need to be taken. First, configure an Access Role to Object rule with the open case action set to 1 (B), which grants read-only access. This ensures that patients can view their cases without the ability to make any modifications. Secondly, create an access group unique to patients (D). This access group would include the Access Role to Object rule configured in the previous step. By associating patients with this access group, it ensures that they are granted the appropriate level of access to their cases, fulfilling the security requirements specified by the stakeholders.Reference: Pega Community documentation on Access of Role to Object and access groups.


質問 # 29
Which two statements are true about database tables in Pega Platform? (Choose Two)

  • A. The PegaRULES database contains rules while PegaDATA contains work instances.
  • B. The Database Table rule allows configuration of a connection to a specific table.
  • C. The History record table contains a record of when each user logged in to the system.
  • D. The report definition rule should only be used against one table for performance reasons.

正解:A、B

解説:
* A: In Pega Platform, the PegaRULES database is used to store rules, while the PegaDATA database contains work instances and other data instances.
* B: The Database Table rule in Pega allows you to configure the connection settings to a specific external database table, facilitating the interaction with external data sources. References: Pega official documentation on Pega Platform databases and Database Table rules.


質問 # 30
A form must support accessibility.
How do you enable a user to specify a date?

  • A. Configure a text box to allow date entry.
  • B. Use a calendar control that displays an entire year.
  • C. Use a calendar control that displays an entire month.
  • D. Provide separate controls for month, day, and year.

正解:C

解説:
To support accessibility, it's recommended to use a calendar control that displays an entire month. This allows users who rely on screen readers or keyboard navigation to select a date without the need for precise mouse control or having to manually input the date, which can be error-prone. Reference: Pega User Interface Design Guide - Accessibility.


質問 # 31
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?

  • A. Lock and roll the existing ruleset, and create a new application version.
  • B. Create a branch ruleset and a new application, and add the branch ruleset to the application.
  • C. Create a new application version and add the new ruleset version as a production ruleset.
  • D. Lock and roll the existing ruleset, and update the existing application version.

正解:D

解説:
To add a new minor version of an application ruleset for a phased rollout, you would lock the current version of the ruleset to prevent further changes (this is referred to as "rolling" the ruleset), and then create a new minor version. The application record should be updated to reference this new minor version of the ruleset.
This ensures that the new features can be tested and gradually released to the user base without the need to create a completely new application version. References: Pega Senior System Architect documentation on versioning and release practices.


質問 # 32
Which two use cases correctly describe controlling access to an attachment category? (Choose Two)

  • A. Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment.
  • B. Configure the privilege "DeleteOwn" and assign it to a user so that a user can delete their own attachments.
  • C. Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false.
  • D. Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true.

正解:B、D

解説:
Controlling access to an attachment category can be achieved through various configurations. Using a When condition like "IsCurrentStageTesting" (A) allows for dynamic access control based on the case's current stage, enabling attachments to be accessible only under certain conditions. Assigning privileges, such as
"DeleteOwn" (C), to users enables fine-grained control over actions users can perform on attachments, such as deleting their own attachments, thus enhancing security and compliance with business rules.References: Pega Community documentation on attachment categories and access control.


質問 # 33
Which two configurations can you use to include access groups into your Product rule? (Choose two.)

  • A. Add the access group to the Product record in the Individual instances to include section.
  • B. Associate the access groups with a ruleset included in the application.
  • C. Add the access groups to the application record.
  • D. Export the access groups using the Access Manager.

正解:A、C

解説:
To include access groups in your Product rule, you can add the access groups to the application record, which incorporates all the necessary rules for the application. Additionally, you can add the access group directly to the Product rule in the 'Individual instances to include' section, which allows you to specify individual rules and data instances that the Product rule should include. References: Pega Platform Help - Creating a Product rule.


質問 # 34
Which two configurations can you use to include access groups into your Product rule? (Choose two.)

  • A. Add the access group to the Product record in the Individual instances to include section.
  • B. Associate the access groups with a ruleset included in the application.
  • C. Add the access groups to the application record.
  • D. Export the access groups using the Access Manager.

正解:A、C

解説:
To include access groups in your Product rule, you can add the access groups to the application record, which incorporates all the necessary rules for the application. Additionally, you can add the access group directly to the Product rule in the 'Individual instances to include' section, which allows you to specify individual rules and data instances that the Product rule should include. Reference: Pega Platform Help - Creating a Product rule.


質問 # 35
Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.

正解:

解説:


質問 # 36
If a customer reports an issue with their order, an Investigation case is created. All investigation cases are higher priority than other case types.
What configuration supports this requirement?

  • A. Increase the initial urgency on the case type settings.
  • B. Configure an optional action to enable manual changes to case urgency.
  • C. Create a service-level agreement (SLA) rule and ensure that the assignment is ready immediately.
  • D. Create a service-level agreement (SLA) rule and increase the initial urgency.

正解:D

解説:
To support the requirement that all investigation cases are higher priority than other case types, create a service-level agreement (SLA) rule and increase the initial urgency (B). By setting a higher initial urgency on the SLA rule for Investigation cases, you ensure that these cases are prioritized over others from the moment they are created. This configuration directly influences the assignment urgency and worklist prioritization, aligning with the business requirement.References: Pega Community documentation on service-level agreements and case prioritization.


質問 # 37
In a hiring case type, only HR Managers should have read access to a candidate's reference letter attachment.
Which two tasks are used to fulfill this requirement? (Choose Two)

  • A. Restrict read access according to a When condition
  • B. Configure read access for a user according to a privilege
  • C. Configure attribute-based access control on the Attachment Category
  • D. Define a separate Attachment Category for HR Managers

正解:A、C

解説:
To ensure that only HR Managers have read access to a candidate's reference letter attachment, the tasks involved include restricting read access according to a When condition (B) and configuring attribute-based access control on the Attachment Category (C). The When condition can specify criteria that must be met for the attachment to be accessible, such as the user's role being an HR Manager. Attribute-based access control allows for the definition of access rules based on attributes of the data or user, providing a flexible and granular approach to securing sensitive attachments like reference letters.References: Pega Community documentation on attachment security and attribute-based access control.


質問 # 38
......

PEGACPSSA23V1問題集PDFで100%合格保証付き:https://jp.fast2test.com/PEGACPSSA23V1-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어