Saturday 11 May 2013

Certification Materials


1.CSA

2.CSSA

3.CLSA

Friday 10 May 2013

Semantric Space Pega Interview Questions

    1. What are the fields in the properties panel of an assignment shape?

    2. Where can we call the activities in a flow action?

    3. What is Class structure of your Project? Explain about the project Flow?

    4. What is the Rule availability?

    5. What is the Final availability and how can change availability of Rule?

    6. Can you Override Final rule?

    7. What is the rule resolution Algorithm and can you tell me how it works or search?

    8. How it works in the while in Inheritance rule?

    9. Can you tell me the direct inheritance and Pattern inheritance?

    10. What is the Work object?

    11. Where is the work object stored?

    12. Can you change the Work object table?

    13. What are the standard properties?


Wipro Pega Interview Questions

  1. What is SMA?

  2. Differentiate Obj-Open Vs Obj-Browse

  3. How do you handle exceptions

  4. Differentiate the usage of Assignment Shape and Router shape

  5. Where do you define default values

  6. What is the primary key of pc_assign_worklist


TCS Pega Interview Questions

  • Difference between Java and Pega 

  • Guardrails of Pega 

  • What do you mean by Build for Change 

  • Difference between page and pagelist 

  • why we use connect-soap and can we use it to connect external database 

  • why we use connect-sql 

  • how many shapes you know in pega. 

  • what do you mean by calculate and edit declaratively not procedurally 

  • what are tickets give scenario where you used tickets

  • What are the 6 R’s


IBM Pega Interview Questions

1)    What is the Flow Action? Explain about the FlowAction?

2)    What is the Activity?

3)    Explain Obj-open, Obj-Save?

4)    What is the Model?

5)    What is the Harness? Section?

6)    What is Split-Join?

7)    Types of inheritance?

8)    What is the use of property-set Method?

9)    Diff b/w Decision Table and Decision tree?

10)Declare expression and Declare constraints?


IGate Pega Interview Questions

 1) How do you expose a property?

2)    What is the need of exposing a property?

3)      About obj-open,obj-save?

4)      Difference obj-list, Obj-browse?

5)      rdb-open, rdb-save?

6)      What is a screen flow?

7)      Difference between screen flow and process flow?

8)      What is Split-ForEach?

9)      Difference between page and page list?

10)   what is the work object?Where it is Stored?Can We Change The Table?

11)   What is a class group?


Pega Interview Questions

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

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

3. How to import rules using pzinskey

4. Difference between activity and utility

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

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

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

8. How to connect to different pega applications?

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

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

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

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

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

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

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

16. Notify

17. ticket: explain any senarion u used

18. table used for add note

19. Default activity used to create work object

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

21. Covers and folders (question will be like scenario base. like I have one object A in it 10 test case objects .. if 10 test case are passed ..A should close how can I achieve this functionality.

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

23. how to send multiple correspondences at a time

24. How to call an Activity from Java Script?

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

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

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

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

29. How to call an Activity from Java step?

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

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

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

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

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

35. Spinoff // split join explain

36. Privileges usage…

37. Decision / fork usage… Scenarios Decision:

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


1) what is the work object?

2) what is The Class structure?

3) how to create Class , class group?

4)Access group?How to create Access group?

5)what is  the Harrness ?Section?

6)what is FlowAction?

7)what is Clipboard?

8)what is PAL?

9)what is  the Sma?

10)what is  Ticket?

11)what is  the Declare expression?


Pega Interview Questions




1)What is Access Group?

2)What is different types of inheritence?

3)What is the diifference between Abstract Class and Concrete class

4)What is work party?

5)What is a Product?

6)What Covers and Folders?

7)What is Split-Join?

8)What is Split-ForEach?

9)What is Ticket?

10)What is skimming?

11)What is clipboard?

12)What is pyWorkPage?

13)What is pz* properties?

14)What is py* properties?

15)What is declared page?

16)What is spin-off?

17)Types of inheritence

18)What is AES?

19)How do we use Tracer? Trace by rule

20)What is forward and backward chaining

21)What is BPM?

22)What is difference between BRE and BPM?

23)What is the difference between Folder and Cover?

Certified System Architect Interview Questions




Difference between Java and Pega ?
 
Guardrails of Pega 
?

What do you mean by Build for Change 
?

Difference between page and pagelist 
?

why we use connect-soap and can we use it to connect external database 
?

why we use connect-sql 
?

how many shapes you know in pega. 
?

what do you mean by calculate and edit declaratively not procedurally 
?

what are tickets give scenario where you used tickets
?
What are the 6 R's?
 

Pega Certification Questions

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

    Page-Validate method is used to validate all the properties present on a page. If a page has embedded pages, this method works recursively to validate all the properties. This method consumes lot of system resources and takes more time. If you want to validate specific properties use Obj-Validate method with Rule-Obj-Validate rule.  
    Property-Validate method is used to impose restrictions on a property value. Use Edit validate rule along with Property-Validate method to impose restrictions. You can validate multiple properties using Property-Validate method.
  2. What is difference between Edit validate and Edit Input rules? 

    Edit Validate : Use edit validate rule to validate the property value using java code. Edit validate rules can be used property-validate, Rule-Obj-Validate and Property rules.
    Edit Input : Edit input rules converts user entered data into required format. For example is the user enters date MM/DD/YYYY format, edit input rule coverts this date into DD-MMM-YYYY (required format). Again we need to write java code for this transformation.
  3. Where assignments will be stored in pega rules database?

    Work List related  assignments are stored in pc_assign_worklist.
    Work basket related assignments are stored in pc_assign_workbasket.
  4. Where work objects will be stored ?

    Work Objects are stored in pc_work table by default. however if you want to store the work objects in a user created table, follow the below mentioned steps.
    • Create a schema similar to pc_work table. (The best thing is to copy the pc_work schema and modify the table name and constraints name if any)
    • Change the class group mapping (Data-Admin-DB-Table) to the newly created table.
  5. If I have 3 different work objects in my application, how to store them in three different tables?

    Open/Create the Data-Admin-DB-Table instance for each class and mention the table name. By doing this the individual work objects will be stored in the new table you mentioned in the Data-Admin-DB-Table instance. This is a best practice if there too many object instances for each class.
  6. What is StepStatusGood, StepStatusFail rules?

    StepStatusGood is a when condition defined in @baseclass, this when rule checks whether the value of pxMethodStatus property is "Good".
    StepStatusFail is a when condition defined in @baseclass, this when rule checks whether the value of pxMethodStatus property is "Fail".

Pega Interview Questions

  • 1)      How do you expose a property?

  • 2)      2) What is the need of exposing a property?

  • 3)      About obj-open,obj-save?

  • 4)      Difference obj-list, Obj-browse?

  • 5)      rdb-open, rdb-save?

  • 6)      What is a screen flow?

  • 7)      Difference between screen flow and process flow?

  • 8)      What is Split-ForEach?

  • 9)      Difference between page and page list?


Interview Questions Pega

  • How do u debug the harness?
  • Is it possible to add a section with in a section?
  • Is it possible to add HTML form in a section?
  • Is it possible to add HTML rule in a HTML rule?
  • Where workbasket and work-list is used?
  • How to map work group in a table?
  • How to map Access-group?
  • About Rules Inspector?
  • Where routing flow is used and how it works?
  • About list view?
  • Describe Property-set method?
  • Diff between Obj-open & Obj-list?

Pega interview Questions and answers


Pega Interview Questions