In which example would you use the application settings feature?
Correct : C
Application settings are used to point to external resources that can change without requiring changes to the application code. For example, a weather service application might use application settings to specify the URL of a web service for weather data. Reference: Pega Platform Help - Application Settings.
Start a Discussions
You are sending information to an external system of record by using a connector. What do you use to implement this requirement?
Correct : D
To send information to an external system of record using a connector, you would typically reference a connector from within a data transform. The data transform can manipulate the data as needed before it is sent out through the connector. Reference: Pega Platform Help - Connectors.
Start a Discussions
Which two configurations must you make when you add a Split for Each shape to your case life cycle? (Choose Two)
Correct : C, D
When adding a Split for Each shape to your case life cycle, you must specify the Page List or Page Group property that forms the basis of the split and define when the parent process resumes processing after the iterations of the subprocess are complete. Reference: Pega Platform Help - Case Design.
Start a Discussions
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.
Correct : B
The initial urgency is set at 20. At 5 hours, the urgency increases by 10 (total 30). At 8 hours, the urgency increases by 20 (total 50). After the deadline, the urgency increases by 20 every 2 hours, up to a limit of 5 events. By 16 hours, all 5 events have occurred, adding 100 to the urgency, leading to a total urgency of 150 (initial 20 + goal 10 + deadline 20 + passed deadline 100). Reference: Pega Platform Help - Service Level Agreements.
Start a Discussions
Which two options do you consider when creating a pre-processing data transform? (Choose Two)
Correct : 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.
Start a Discussions