Interview Pega (2)
Interview Pega (2)
3. Explain the savable datapage & what are configuration we need to check?
Savable data page is one of the Mode in Data page, Where we can Save the data page in to Data base
A. Save data page flow shape, save data page method, Flow Action Action tab save datapage
option , In Single Page property Refer to data page
Parameterized datapage –are which datapage we get by hitting the data source each and every time
when we call.
Keyed Datapage – by passing keyed datapage we get a list of Data page on to the clipboard. If we call
the keyed datapage each and every time datapage will go to the clipboard and bring the data again it
won’t hit the database.
If the Work flow processing is part of transactional processing no need of calling writenow or commit
If Work flow processing is not being part of transactional processing Than we have to perform
Writenow - Performs an immediately Commit on specific differ queue Instance of Specific obj-save.
Commit – Commit methods perform a commit of entire Differ queue after performing all obj-save.
Property-Map-DecisionTable
16. Let suppose, We have a parent case & child case setup. I am working on the child case. Can you
work on the parent case when it was in default locking . can It be possible ?
17. You have a screen with Text input box, in that text input box, you can give the operator ID. Ie.,
opr1, opr2, opr3…. any valid operator & on submission of that particular screen your next assignment
should go to the operator which you have given on the screen.
If you have given multiple operator by giving separated commas like opr1, opr2 your next
assignment should go to single operator.
If it is a junk value given by the user then, your next assignment will go to generic workbasket.
18. I need to find the all the operators in the system who doesn’t have any assignment in their
worklist?
i have used join with Worklist and workbasket class. Below are the steps.
1) Create RD in Casetype class and add class join in data access tab as List- Assign-worklist and Basket
- Assign-Workbasket using "include all rows in this class" and pzinskey as condition
2) add filters for join class any property value to is null. example : List.pxAssignedOperatorID "is null"
and Basket.pxAssignedOperatorID "is null"
19. I need to find all the items in my worklist as well as the work basket which are assigned on me?
pxassignedoperatorid
20. Do you know about Property-Optimisation ?
Property- right click on the property and you find a option ‘optimizing for reporting’
Pagelist - Go to Pagelist
PRPC create Declare Index table referring optimized pagelist property values.
21. I am tracing an activity & I need to trace a page which is present inside that activity. But, the thing
is that was not in stepPage. It could be present under property-set /or Some where in the when
condition. I need to trace that page how can you do it?
22. Have you worked on any of the background processor. Ie., Agents, Job Scheduler & Q-Processor.
27. I have a case & that case we have a property code called country . anything France, India, USA,
Australia …
Now, every user has their definite AccessGroup which is specific to country.
Now, I want to put a Restriction in such a same way.
So, that if I am India user. I should not work on / or I should not get access of the case where
country = India.
If I am of Australian user I should not get the case where Country = Australia.
For same country cases I should not be able to access. ?