Integration
- What are the different processing modes in service packages and how it will be useful?
There two types of processing modes as Stateful and Stateless. Stateful means the pages created by the service call will not be automatically cleared and it will be available for the next service call where as in the case of stateless, the pages will be cleared.
- What is the use of Access Groups in the service packages?
With the help of Access Group we will get access to the application and through which we will be able to access rulesets and rules.
- In service how you would authenticate a user?
Mainly
Explain previous project's class structure
Can we call an activity from a data transform?
What are the parameters of pxCallActivity function?
How to call a decision table from a data-transform?
What is declarative join in report definitions?
What is the difference between Connect-Rest and Service-Rest?
How can we show different content to different users in the same access group?
What is the difference between RDB methods and Obj-methods?
How do we handle SSL errors in services/connectors?
When do we use job schedulers and queue processors. Explain using examples?
What is a component in Pega? and why does Pega encourage built on application based development rather than just following Enterprise class structure?
How to access the Parent class case data from the child case context?
We can refer by the keyword - pyWorkCover and access the pyWorkPage of the parent.
What is a Declare On Change rule?
If we need to invoke some process, we can use this on change declarative rule type which is available under Decision in class explorer. We can call an activity on change of some property. Make sure to change the activity type to On Change in the Advanced tab in the Activity rule.
What is a Declare Trigger and when do we use it?
We use Declare Trigger whenever we need to declaratively call some business process on changes on data tables. For example, If the email address is updated in Customer Details table the respective user should be notified. This rule should be defined in the respective data class under the Decision category.( Make sure the activity type is changed to Trigger)