usnarayana.wordpress.com

Saturday, August 1, 2015

What is the importance of prerequisite Rule set.

What is the importance of prerequisite Rule set?

ANS: Before creating a rule sets we need to use prerequisite rule set. We have to use this rule set as a service(like header file) which contains all services.

Tuesday, May 26, 2015

In which scenario we can use Screen Flow and Sub Flow ?

In which scenario we can use Screen Flow and Sub Flow ?


ANS:  Best example for screen flow is filling the application form which consists of several pages, each page is dependent on the other pages.. if a user is in 6th page and would like traverse to 3 page it is done using screen flows only.. thru screen flows we collect all information and this collected information is given to work object finally...
SUB FLOW: It is to reduce complexity, here we cant traverse once the it is submitted we cannot go back.

Thursday, April 2, 2015

What is the difference between column exposing and report optimizing???

What is the difference between column exposing and report optimizing???

  • Column exposing can be done manually using sql query or by using report optimization pega option.
  • Both are same only.. The ultimate aim is to have all the fields which are used as criteria from the DB

Tuesday, March 24, 2015

What is the difference between Implementation Layer and Framework Layer?

What is the difference between Implementation Layer and Framework Layer?

Framework Layer consist generic rules which represents the base structure of an application.
Framework layer rules can be reused in implementation rules.

Implementation Layer consists of specific rules to an implementation.

Implementation layer can reuse All the Enterprise, Division and Framework layer rules.

Sunday, March 8, 2015

What is the difference between work basket and work list?.

What is the difference between  work basket and work list?.

Work List :Work list contains the tasks assigned to the individual Person

Work Basket: Work Basket will contain the Tasks assigned to the group of individuals in the project..

Thursday, March 5, 2015

what is the use of Authenticate and May Start check boxes?

what is the use of Authenticate and May Start check boxes?

  •  If May Start check box is selected means the activity can executed on its own .if it is not selected activity is should be called by other activity.

  • Authenticate means when the external user is trying to access the activity if check box is selected he has to be a authenticate user with PRPC credentials. If it is unchecked any one can access the activity.

Tuesday, March 3, 2015

HOW TO TRACE AN AGENT?

HOW TO TRACE AN AGENT?

  • Goto-->SMA--> Agent Mgmt-> select agent which u want to trace--> delay it
  • open request mgmt and select that, which 4th column showing waiting mess.. select n trace it

Monday, March 2, 2015

What is the difference between edit-input and edit-validate rules?

What is the difference between edit-input and edit-validate rules?

  •  Edit-validate :edit-validate rule is used to validate property value using java code. 

  •   Edit- input : edit -input rule converts user entered data into required format.


                                    we need to write java code for this transformation.

Wednesday, February 25, 2015

The Most Popular PEGA Interview Questions and Answers, PegaSystems Interview Questions, Pega PRPC Interview Questions



1.      In which area u are familiar in prpc
2.      What is a flow
3.      What are the types of activities
4.       How do u call A activity from B activity in same class
5.      How do u call two activities in different rulesets
6.      Can we implement polymorphism concept in pega, suppose a method used to calculate area of triangle and the same method can calculate area of square with diff parameters---YES PLOLYM CAN BE IMPLEMENTED
 
7.      Where  the instances of work objects will be stored---pc_work
8.      Can we store the instances in other tables how
9.      Whats the diff bet decision table and decision tree
10.  Whats the diff bet database mapping and datatable mapping
11.  When can we use internal database and external database
12.  Whats the difference bet obj and rdb methods
13.  When a work object will be created
14.  What are different debugging tools and how u have used in ur projects
15.  Can we trace a local variables in tracer
16.  What is an agent and what are diff modes in agents---periodic and recurring
17.  How do u provide security in prpc and how u have implemented in ur projects
18.  What is slA
19.  What are diff types of reports
20.  How to call a list view in an activity----obj-list view
21.  What is a class structure and plz draw ur project class structure
22.  Have u develop any action using java in prpc
23.  Whats the diff bet pagelist and page group
24.  What is a declare page what are diiff modes of operation and scopes of declare page
25.  How to add properties in declare page
26.  Name some predefined rulesets

Tuesday, January 20, 2015

pega interview questions capgemini for experiened

Capgemini Interview:2.30PM

1) How do you trace Agent?
2)Difference between Standard Agent and Advanced Agent?

3)What is difference between Obj-Open and Obj-Open-By-Handel?

4)Spin Off

5)Difference Exit Activity and End-activity?

6)what is Tabbed Harness?

7) what is Declare Page?

8)What is Requestore in the Pega?

9)SLA?

10)Do know ReportDefenition?

11) Is it possible to call one list view to anther list view

12) is it possible call Summeryview to ListView?

Yes

13)what is Declare-Index in the Pega?


14)What is Watch Variable in the tracer how many variable trace at time?

15)difference between Primary key and PzINS Key?

16)Difference between obj-validate and Edit-validate?

17)what is Temp work-object?

18) What is the difference between Standard flow and Screen Flow? using which flow we can able to create work-object?

is it possible to create TEMP work object using Standard Flow?

19)What is Declare Constraint?

20) how many types of inheritance available in the Pega ? why one Inheritance?

21) How do implement localization using pega?

22)What is differed Save?