Saturday, February 27, 2016

PEGA Interview questions 2


1.What is the difference between Page-Validate and Property-Validate methods?

2.What is difference between Edit validate and Edit Input rules? 

3.Where assignments will be stored in pega rules database?

4.Where work objects will be stored ?

5.If I have 3 different work objects in my application, how to store them in three different tables?

6.What is StepStatusGood, StepStatusFail rules?

7. How to make any rule as a favorite to your manager

8. Where can i see the paramater values in the clipboard ( values ..) i am passing one activity to other ?

9. How to import rules using pzinskey

10. Difference between activity and utility

11. Difference between obj-open and obj-open-by-handled

12. Inheritance concept in the pega (rules, class)

13. Performance of our work in the pega is measured using?

14. How to connect to different pega applications?

15. How to store the instance of the class in a specific database

16. Difference between obj-list, rdb-list?

17. How to see values of the local variables of the activity.

18. how can i store the instance of the class in the data base

19. default data table where the instance of the class are store (how it will search ) pc_work

20. In Routing activity what is the default property used to route the object

21. In routing activity if i use workbasket name instead of work list name .. when can i know it is wrong (run time, complile time)

22. Notify

23. ticket: explain any senarion u used

24. table used for add note

25. Default activity used to create work object

26. Different type of flows. Explain in scenario based where u used and worked

27. work object ID.. how to create.. activites ued to create, or methods Work ID:

28. how to send multiple correspondences at a time

29. How to call an Activity from Java Script?

30. how to end the workobject in the activity ( method used to kill the work object)

31. how to call an activity from the java, java script

32. How to pass parameters to the activity using the java, JavaScript?

33. How can I pass page as the parameter to the activity using java, JavaScript?

34. How to call an Activity from Java step?

35. How to get a property value from clipboard using Java step?

36. How to restrict the harness, section to particular user

37. List different functions used to call an activity from java script.

38. How a user’s ruleset list is formed ( the logic )?

39. How to connect external java application without using connect-java

40. Spinoff // split join explain

41. Privileges usage…

42. Decision / fork usage… Scenarios Decision:

43. How to expose the column in the blob… of the database

44.What is a class group?

45.Difference between forke and decision shape

46.Differentiate Obj-Browse and Obj-List-View

47.Differentiate Obj-List-View and Obj-Summary-View

48.Which activity do we use in Obj-List-View to customize the search results

49.What is the use of pyDefault model?

50.Differentiate Decision table, Decision tree, Map value and Map value pair

PEGA Interview questions 1


1.What is REST? Why we need to use REST. What is the difference between REST and SOAP?
2. What are different types of Flows?
3. What is the class of clipboard page?
4. What are the different pages in clipboard.
5. What are different property types.
6. What is the scenario when we use value list.
7. What are different activity types.
8. How can u create work object using activity.
9. What is the difference between spin off and split join?
10. What are the shapes which are available in start flow and do not appear in sub flow.
11. How do u handle exceptions in flows?
12. How do u restrict user not to edit the decision table.
13. What is map value? When we use map value.
14. Explain declarative rules with examples.
15. What is the difference between property validate and page validate?
16. What is availability of rules?
17. Explain availability of rules with example.
18. What is Rule resolution algorithm? How PRPC finds rules.
19. What is circumstance? How u do circumstance of a rule.
20. What is a product rule? How u will create that.
21. What is the difference between when and fork in flow.
22. How work object will be created. By default which table it will be stored. How to change the table which is mapped?
23. How do we find out which class mapped to which table.
24. How external database connected to PRPC. How tables are connected to different classes.
25. How to expose a property? What are different ways to expose it.
26. What is unexposed property? Where that value stored?What is the column which will store the values.
27. How to retrieve data from BLOB?
28. What are different validations in PRPC.
29. What is an agent.
30. What is Data agent and what is rule agent.
31. How to trace an agent.
32. What is the difference between thread, node and requestor?