You are on page 1of 3

1/12/2015

PRPCInterviewQuestions|Pega4u

Pega4u
Pega,Php,Sap,Html,JavaScript,CSS
DeveloperExperiences

PRPCInterviewQuestions
PostedonMarch6,2014byRahman

1. 1.DifferentiateObjbrowse,ObjListview
Objbrowse:
1.Betterperformance
2.Selectslistofrecordsbasedonexposedcolumnsaswhereclause
3.Doesnthavejoins
4.Createitwhereverrequired
ObjListView
1.LessperformancewhencomparedtoObjBrowse
2.Selectslistofrecordsbasedonexposedcolumnsaswhereclause
3.Hasjoins
4.Onetimecreationandcallwhereverrequired
2. DifferencebetweenObjListViewandObjSummaryView
ListView
1.Pagination:Listviewhaspagination
SummaryView
1.Doesnthavepagination
2.HasGroupBy
3.Wecandrilldownthroughreport
4.cancallListView,SummaryviewfromSummaryViewreport
5.CanperformAggregatefunctionoperationslikeCount,CountDistinct,Sum,Average,Max,Min
6.ThresholdsIfthissummaryviewruleistopresentaninteractivechartandyouwantthecharttoinclude
colorcodedranges,definethemhere.
7.Wehavechartfunctionality
3. WhatistheuseofpyDefaultmodel
Wecanspecifyinprocesstabofflowformsothatwhenworkobjectcreatesitwillapplydefaultvaluestowork
objects.ItisusedasconstructorinJavatoinitializeworkobjects.
4. Howdoyousetprivilegeforflowaction
Wedohave2methodstosetprivilege.Morecanexistaswell.
Firstmethod:SpecifyWhenruleinSecuritytabofflowactionform.
Inthatwhenrulewecangiveconditionbasedonaccessgroup
Secondmethod:Specifyingclassgroup
5. Differencebetweenforkeanddecisionshape
Forkeisusedtoimplementsimplewhenruleswhereasdecisionshapeisusedtoimplementdecisiontableand
decisiontrees.
http://www.pega4u.in/pega4u/2014/03/06/prpcinterviewquestions/

1/3

1/12/2015

PRPCInterviewQuestions|Pega4u

6. Howtocreateascreenflow
1.Tomakeascreenflow,createanewflowruleandselectScreenFlowintheTemplatefield.
2.Ascreenflowrulecannotbeastarterflowrule.Usearegularflowtocreatetheworkobject.Thencallthe
screenflowasasubflow.
3.ThestandardharnessruleWork.PerformScreenFlowisbydefaultusedtopresenttheassignmentsina
screenflowrule.YoucanoverridethisrulethestandardharnessrulesWork.TabbedScreenFlowand
Work.TreeNavigationprovidealternativepresentations.
4.Ascreenflowrulemusthaveatleastonetaskmarkedasentrypoint.Typically,screenflowruleshave
multipletasksmarkedasentrypointstheseareplacesintheflowthatausercanreturntousingtheBack
button.
5.Ascreenflowcanoperateonatemporaryworkobject,onethatisneversavedtothedatabase.
7. Differentiatescreenflowandastandardflow
Screenflow
1.Cannotbeastarterflow
2.OnlyOneoperatorisinvolved(cannotroutetootheroperators)
StandardFlow
1.Canbeastarterflow
2.Morethanoneoperatorscanbeinvolved
8. Nameafewtypesofflowsanduses
1.Aflowrulethatcontainsnoassignments,andsocanexecutefromstarttoendwithouthumaninput,is
knownasastraightthroughprocess.
2.Aflowrulethatconsistsonlyofassignmentsordecisionsandmeetsothercriteriaisknownasascreenflow.
3.Aflowthatcreatesanewworkobjectiscalledastarterflow.
4.Aflowthatiscalledbyanotherflowisknownasasubflowthecallingflowiscalledparentflow.Processing
ofasubflowissynchronous,meaningthatthecallingflowexecutionpausesforthedurationofthesubflow.
WhenthesubflowexecutionreachesaFlowEndshape,thecallingflowcancontinue(ifadditionaltasksare
present).
9. Typesofflowaction
Aflowactionisachoiceavailabletousersasaninterimorfinaldispositionofanassignmenttheyprocess.
EachflowactionisdefinedbyaninstanceoftheRuleObjFlowActionruletype.
Flowactionsareoftwotypes:1.ConnectorflowactionsappearaslinesonVisiopresentationinthe
Diagramtabofaflowrule.Alineexitsfromanassignmentshapeandendsatthenexttaskintheflow.At
runtime,userschooseaconnectorflowaction,completetheassignment,andadvancetheworkobjectalong
theconnectortothenexttask.
2.Alocalflowaction,whenselectedatruntime,causestheassignmenttoremainopenandonthecurrent
usersworklist.LocalflowactionsarerecordedintheAssignmentPropertiespanelandarenotvisibleonthe
Visioflowdiagram.
Forexample,consideranapplicationthatsupportsworkflowsforemployeerecruiting.Whenperformingan
assignmentthatrequirestheemployeetoassessthequalityofacandidate(basedonaresumeandapplication
form),theemployeerecordshisjudgmentsandreasonsintheapplication,andthenchoosesoneofthreeflow
actionslabeledAdvance,Reject,andMoreInfo.Theseflowactionsmayrequiredifferentinputfieldsandmay
usedifferentformdisplays.
Whencreatingaflowthatincludesconnectorflowactions,developerscanassociatealikelihoodvalueor
percentagebetween1and100foreach.Typicallythisisabeforethefactopinionabouttheestimated
http://www.pega4u.in/pega4u/2014/03/06/prpcinterviewquestions/

2/3

1/12/2015

PRPCInterviewQuestions|Pega4u

percentageoftimesusersareexpectedtochoosethatflowactionatruntime.
10. HowdoyoureferaclipboardpagefromJavaStepinanactivity?
Inactivitysteps,myStepPageistheobjectofclassClipboardPage.Itreferstothepagethatwasdefinedasthe
steppageforthatparticularstep.
Wecanusesomethinglike:
tools.getActive().getParentPage()
11. px,pyandpzwhataretheseprefixesmeant
Standardpropertynamesareprefixedwithpx,py,orpz.Yourpropertynamesmustnotstartwiththese
prefixes.Thetablebelowdescribeseachoftheseprefixes.
px:Computedpropertiesthatusersmayseeonaform,butuserscannotdirectlyenterorchangevalues(such
aspxCreateDateTime).
py:Propertiesthatuserscanenterorchangewithdirectinput(suchaspyDescription).
pz:Propertiesthatarereservedforinternaluse(suchaspzInsKey).Userscannotsee,enter,orchangepz
properties.
12. howtocreateworkpartiesfromanactivity?
Wecanuse
workaddWorkObjectParty
ThisentrywaspostedinPegaAlerts,Technologyandtaggedinterview,PegaInterviewQuestions,PRPC.Bookmarkthepermalink.

Pega4u
ProudlypoweredbyWordPress.

http://www.pega4u.in/pega4u/2014/03/06/prpcinterviewquestions/

3/3

You might also like