Pegasystems PEGACPSSA23V1テストエンジン練習テスト問題、試験問題集
100%無料PEGACPSSA23V1日常練習試験には145問があります
質問 # 73
An application includes the following set of circumstanced instances of a decision table.
You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.
How do you implement this change?
- A. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.
- B. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.
- C. Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.
- D. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.
正解:A
質問 # 74
A form must support accessibility.
How do you enable a user to specify a date?
- A. Use a calendar control that displays an entire year.
- B. Use a calendar control that displays an entire month.
- C. Configure a text box to allow date entry.
- D. Provide separate controls for month, day, and year.
正解:B
解説:
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. References: Pega User Interface Design Guide - Accessibility.
質問 # 75
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.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?
- A. Create a single access role for both doctors and nurses, and set the modify action to 1.
- B. Create a single access role for both doctors and nurses, and set the modify action to 5.
- C. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1.
- D. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.
正解:B
解説:
To allow both doctors and nurses to modify cases while complying with the identified security requirements, the best approach is to create a single access role for both doctors and nurses (C) and set the modify action to
5. This configuration grants both user groups the necessary permissions to modify cases throughout the case life cycle. By using a single access role with a high level of access for modifications, the application simplifies role management while ensuring that both doctors and nurses can perform their duties effectively, without compromising the security and integrity of patient cases.References: Pega Community documentation on Access Role to Object and case management best practices.
質問 # 76
Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?
- A. Delete stored SQL procedures that have been updated.
- B. Remove old cases to reduce the size of a database table.
- C. Delete any properties exposed in table columns from the BLOB.
- D. Remove unused rules caches maintained on the system.
正解:B
解説:
The Purge/Archive wizard in Pega Platform is appropriately used to remove old cases to reduce the size of a database table (B). Over time, completed or resolved cases can accumulate in the system, leading to large table sizes that can negatively impact application performance. By archiving these cases, you can move them out of the primary database tables into an archive, and by purging, you can delete cases that are no longer needed. This process helps maintain optimal database performance and manage storage costs effectively.Reference: Pega Community documentation on the Purge/Archive wizard and database maintenance best practices.
質問 # 77
You perform a major skim on the ruleset ABC:02-02-01 to ABC:03-01-01.
In the Answer area, select the ruleset versions that the skim operation uses to copy rules into ABC:03-01-01.
正解:
解説:
Explanation:
The major skim operation copies rules from the highest minor version of the current major version of a ruleset to create a new major version. In this scenario, the ruleset being skimmed is ABC:02-02-01, indicating that the current major version is 02.
Given this, the ruleset versions that would be used by the skim operation to copy rules into ABC:03-01-01 would be the highest minor versions within the major version 02.
* 02-01-01: This is not the highest minor version (since we have 02-02-01), so it would not be used. The answer should be "No."
* 01-02-01: This is from a different major version (01), so it would not be used. The answer should be
"No."
* 02-01-05: Despite having a higher patch version, it belongs to the minor version 01 within the major version 02. Since we have a higher minor version 02, this would not be used. The answer should be
"No."
Only the highest minor version from the current major version (in this case, 02-02-01) is used for the skim operation to create the new major version ABC:03-01-01. If the ruleset version 02-02-01 were listed, the correct answer would be "Yes" for that version, but as it is not listed, none of the provided ruleset versions would be used in this skim operation.
質問 # 78
Which statement about operator records is true?
- A. An operator record must have a default work group.
- B. Operator records must have an authorized manager.
- C. Adding an operator record in Dev Studio creates an access group in App Studio.
- D. Operator records in Dev Studio are known as personas in App Studio.
正解:D
質問 # 79
On which type of rule can you configure edit validate rules?
- A. Activities
- B. Flow actions
- C. Properties
- D. Case types
正解:C
解説:
Edit validate rules are associated with properties to validate the property value when a user inputs data. Edit validate rules contain a Java function that is called to check the property value for correctness. Reference: Pega Platform Help - Edit validate rules.
質問 # 80
How do you ensure that only a manager can run a specific flow action?
- A. Add a validate rule to the flow action form to determine whether the user is a manager.
- B. Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.
- C. Add an Access When condition to the flow action to determine whether the user is a manager.
- D. Add a pre-processing activity to the flow action form to determine whether the user is a manager.
正解:B
解説:
To ensure that only a manager can run a specific flow action, the best approach is to add a privilege to the flow action form (B) and then assign this privilege to a role that is exclusive to managers. This role is then associated with the access group designated for managers. Privileges provide a granular level of security that can be used to control access to specific actions within a Pega application, such as executing a flow action. By leveraging privileges, you can ensure that only users with the manager role, who possess the necessary privilege, can execute the flow action, thereby enforcing the desired level of access control.Reference: Pega Community documentation on privileges, roles, and access groups.
質問 # 81
Application Settings allow you to____________.
- A. simulate data in an environment for testing purposes
- B. execute connectors in parallel to improve performance
- C. automate the application migration process
- D. store references to an external system connected to an application
正解:D
解説:
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.
質問 # 82
Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.
正解:
解説:

質問 # 83
What two actions must you perform to create a class join in a report definition? (Choose Two)
- A. Add a parameter for each property in the class you want to join.
- B. Add an association rule to match key values.
- C. Select the type of match for key values.
- D. Create a prefix for the joined class.
正解:C、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.
質問 # 84
An assignment service-level agreement (SLA) is configured with the following details:
*Initial urgency: 15
*Assignment ready: Timed delay of 2 hours
*Goal: 1 hour and increase urgency by 10
*Deadline: 2 hours and increase urgency by 15
*Passed deadline: 1 hour, increase urgency by 10, and limit events to 10 Assuming no other urgency adjustments, what is the assignment urgency 4.5 hours after the case reaches the assignment?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
At 4.5 hours after the case reaches the assignment, the SLA would have passed the goal and deadline, and entered the passed deadline period. The initial urgency is 15, the goal adds 10 (total 25), and the deadline adds 15 (total 40). After the passed deadline, the urgency increases by 10 every hour up to a limit of 10 events. By 4.5 hours, there would have been two passed deadline events, adding 20 to the urgency, leading to a total urgency of 60. Reference: Pega Platform Help - Service Level Agreements.
質問 # 85
Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)
- A. Use grid layouts rather than repeating dynamic layouts to display tabular data.
- B. Set the importance for columns in repeating dynamic layouts.
- C. Limit text fields to a width of 200 pixels.
- D. Set the width for layouts in percentages.
正解:B、D
解説:
To prevent horizontal scrolling on mobile devices, setting the importance of columns allows for the most critical information to be shown first, potentially hiding less important columns on smaller screens. Using percentage widths for layouts ensures that the layout adapts to the screen width, which can also help prevent horizontal scrolling. Reference: Pega UI design best practices for mobile devices.
質問 # 86
An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:
If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?
- A. Instances of all Work- derived classes
- B. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
- C. Instances of MyCo-HR-SelfService-Work
- D. Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
正解:D
解説:
When a report is created in a class group (MyCo-HR-SelfService-Work), it will return instances of its child classes (MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense) unless those child classes are stored in different database tables due to class table inheritance or other data storage configurations. Reference: Pega official documentation on reporting and class groups.
質問 # 87
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. Run the mashups on the same thread.
- B. Define identical URLs for each mashup.
- C. Load both mashups simultaneously.
- D. Identify unique names for each mashup.
正解:D
解説:
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.
質問 # 88
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day.
How do you implement this use case?
- A. Create one scheduled job and set its run schedule to multiple times a day.
- B. Create batches of orders and send each batch for processing when it gets full.
- C. Create scheduled jobs, one for each run, that can process accumulated orders.
- D. Create a queue processor that can process orders received by the company.
正解:A
解説:
To fulfill orders received during the peak season in December and process the orders in batches multiple times a day, you would create a queue processor that can process orders received by the company. Queue processors are designed to handle asynchronous, high-volume processing, which is suitable for the described use case.
References: Pega official documentation on queue processors.
質問 # 89
Which two tasks are required to build a mobile app from a Pega Platform application? (Choose Two)
- A. Configure access to the Pega Mobile Build Server.
- B. Create a certificate set.
- C. Configure access to Dev Studio.
- D. Set up push notifications to developers.
正解:A、B
解説:
Building a mobile app from a Pega Platform application requires configuring certain key components for security and connectivity. Creating a certificate set (A) is essential for securing the app, ensuring that communications between the mobile app and the server are encrypted and authenticated. Configuring access to the Pega Mobile Build Server (B) is necessary for the app build and distribution process, allowing the Pega application to package and deploy mobile apps through Pega's cloud-based build service.Reference: Pega Community documentation on mobile app development and deployment.
質問 # 90
......
有効な問題最新版を試そうPEGACPSSA23V1テスト解釈PEGACPSSA23V1有効な試験ガイド:https://jp.fast2test.com/PEGACPSSA23V1-premium-file.html