Free Pegasystems PEGACPSSA23V1 Exam Actual Questions

The questions for PEGACPSSA23V1 were last updated On Nov 19, 2024

Question No. 1

Offline support requires which two configurations? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, B

For offline support, it's necessary to have the access groups configured to allow offline access to users so that the correct rules and data can be synchronized to the user's device. In addition, the case types must be configured to function properly in an offline environment, ensuring that users can create, update, and submit cases without a network connection. Reference: Pega Mobile Client Developer Guide.


Question No. 2

Which two options do you consider when creating a pre-processing data transform? (Choose Two)

Show Answer Hide Answer
Correct Answer: A, D

When creating a pre-processing data transform, you should consider the timing of the commit for the flow action and the effect if the flow action is reloaded. These factors can impact how the data transform processes data and how it integrates with the flow action's lifecycle. Reference: Pega Platform Help - Data Transforms.


Question No. 3

Which two situations are likely to negatively impact application performance? (Choose Two)

Show Answer Hide Answer
Correct Answer: A, C

Generating report data based on several properties stored in the BLOB (Binary Large Object) can impact performance because it requires full database table scans. Using SQL query tools or activities to archive case data before purging tables can also negatively impact performance, as they may not be optimized for the Pega Platform's data structures. Reference: Pega Platform Help - Performance Best Practices.


Question No. 4

A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).

How do you ensure that the correct pattern is entered when the user exits the field?

Show Answer Hide Answer
Correct Answer: C

To ensure that the correct pattern is entered for a part number field, configure an edit validate rule and reference it from the property rule for the field. The edit validate rule can be set up to check that the first two characters are letters and the last four are digits. Reference: Pega official documentation on property rules and edit validate rules.


Question No. 5

An assignment service-level agreement (SLA) is configured with the following details:

Initial urgency: 20

Assignment ready: Timed delay of 1 hour

Goal: 5 hours and increase urgency by 10

Deadline: 8 hours and increase urgency by 20

Passed deadline: 2 hours, increase urgency by 20, and limit events to 5

Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment?

Show Answer Hide Answer
Correct Answer: B

Sixteen hours after the case reaches the assignment, the assignment urgency is calculated as follows: Initial urgency (20) + Urgency after goal (10) + Urgency after deadline (20) + Urgency after passing the deadline (2 hours passed, urgency increases by 20, and this event repeats for the limit of 5 times, so 20x5=100). Adding these together: 20 + 10 + 20 + 100 = 150. However, since none of the options matches this calculation, there might be an error in the given options or a misinterpretation of the question. Based on the provided options, 90 would be the closest, indicating a possible oversight in the question. Reference: Pega official documentation on Service Level Agreements (SLAs) and urgency calculations.