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.
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.
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.
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