PRPC Inteview Questions-Part1
1. How can u maintain/improve performance while using activities?
2. Did u suggest any changes in ur project to improve Performance?
3.What is the use of RDB methods when u have OBJ Methods?
4. what are server side validations?
5. In the escalation activity of SLA if we want to start a flow how do u do that? And if we want it to go to an assignment then how to do that?
6. Client side validation – what are the out of box facilities u have in UI to perform Client side validations.
7. Is database table name Case-Sensitive?
8. There is dynamic select and it is mapped to a Declare page. So when a value will be stored on a declare page.?
9. There is a repeating Layout with some 3 rows. How can u make only one row as read only.?
Labels: CSA, CSSA, LSA, Pega, Pega Group, Pega Interview Questions and Answers, Pega Material, Pega Recent Questions, Pega Tutorial, Pega Tutorials, PRPC
9 Comments:
Answers for PRPC Inteview Questions-Part1:
1.Remove pages where ever u don't need them.Use Page-Copy only when needed.Try to merge when needed.Write your activity with out assumptions.So better to give preconditions where ever needed.Error handling,Page messaging is very important part of the activity.
2.Yes i suggested to use declare pages in dynamic select for big list of drop downs.
3.Where ever composite logic is needed like stored procedures etc....then i would go with RDB methods
4.Validate Rule,Calling validation methods in post activity and page messages all comes under server side validation(which will be used when the form is submitted)
5.There is a method caleld Flow-New...u can use this in activty when needed.
6.Property level validations will come under client side validations
7.Yes this is case sensitive
8.When the dynamic select is first loaded..From the next time onwards it will not fetch again from data base
9.Yes this is possible using a read only condition in repeating layout.For a grid this is not possible
Post a Comment
Subscribe to Post Comments [Atom]
<< Home