Interview Questions

1.    What is the difference between Page-Validate and Property-Validate methods?
2.    Where assignments will be stored in pega rules database?
3.    What is StepStatusGood, StepStatusFail rules?
4.    Where can i see the paramater values in the clipboard ( values ..) i am passing one activity to other ?
5.    Difference between activity and utility
6.    How to import rules using pzinskey
7.    How to make any rule as a favorite to your manager
8.    If I have 3 different work objects in my application, how to store them in three different tables?
9.    Where assignments will be stored in pega rules database?
10.                What is the difference between Page-Validate and Property-Validate methods?
11.                Difference between obj-open and obj-open-by-handled
12.                Performance of our work in the pega is measured using?
13.                Inheritance concept in the pega (rules, class)
14.                How to connect to different pega applications?
15.                Difference between obj-list, rdb-list?
16.                How to store the instance of the class in a specific database
17.                default data table where the instance of the class are store (how it will search ) pc_work
18.                how can i store the instance of the class in the data base
19.                How to see values of the local variables of the activity.
20.                In routing activity if i use workbasket name instead of work list name .. when can i know it is wrong (run time, complile time)
21.                In Routing activity what is the default property used to route the object
22.                Different type of flows. Explain in scenario based where u used and worked
23.                how to send multiple correspondences at a time
24.                how to end the workobject in the activity ( method used to kill the work object)
25.                How to call an Activity from Java Script?
26.                How to pass parameters to the activity using the java, JavaScript?
27.                How to get a property value from clipboard using Java step?
28.                How a user’s ruleset list is formed ( the logic )?
29.                How to expose the column in the blob… of the database
30.                Difference between forke and decision shape
31.                Which activity do we use in Obj-List-View to customize the search results
32.                What is the diifference between Abstract Class and Concrete class
33.                What is different types of inheritence?
34.                What is a Product?
35.                What is work party?
36.                What is Split-Join?
37.                What Covers and Folders?
38.                What is Ticket?
39.                What is Split-ForEach?
40.                What is clipboard?
41.                What is skimming?
42.                What is pz* properties?
43.                What is pyWorkPage?
44.                What is declared page?
45.                Types of inheritance
46.                What is py* properties?
47.                What is AES?
48.                What is spin-off?
49.                What is forward and backward chaining
50.                what is PAL?
51.                What is difference between BRE and BPM?
52.                what is the work object?
53.                How do we use Tracer? Trace by rule
54.                what is Clipboard?
55.                what is FlowAction?
56.                where the work object Stored?
57.                how to create Class , class group?
58.                What is BPM?
59.                what is The Class structure?
60.                What is the difference between Folder and Cover?
61.                what is the Harrness ?Section?
62.                what is the Sma?
63.                what is the Declare expression?

64.                Access group?How to create Access group?

Advanced Pega Interview Questions and Answers 

1.Splitjoin,Splif​​for​​each​​and​​spin​​off(Didnt​​work​​on​​this)

2.Whatis​​Access​​Group,WorkPool,Work​​group,Application

AccessGroup​​:​​It​​specifies​​Work​​pool,​​Production​​ruleset​​and​​Roles​​of​​application
CWS:Administrators,XISWorkflow:Technicians,
XISWorkflow:TeamManagers,XISWorkflow:Developers

Work​​Pool:​​Its​​nothing​​but​​class​​group.
​​ ​​ Xchanging-Insurance-CWS-Claim
​​ ​​ Xchanging-Insurance-CWS-Maintance

Work​​Group:​​It's​​a​​work​​group​​which​​is​​assigned​​to​​work​​basket​​and​​to​​a​​manager.

Work​​basket:​​organization,​​division,​​unit​​and​​work​​group.

3.Differencebetween​​work​​list​​and​​work​​basket
Workbasket:​​organization,​​division,​​unit​​and​​work​​group.

4.Wherewe​​configure​​portals
weconfigure​​in​​access​​group​​settings​​in​​default​​portal​​layout.

5.whatare​​types​​of​​portals
Developers,Manager,work​​manager,​​work​​user​​and​​user.

6.whatis​​difference​​between​​Ruleset​​and​​ruleset​​version.
Setof​​Rules,

7.whatare​​types​​of​​rule​​sets​​which​​are​​specified​​in​​the​​application​​rule​​sets
Ans:-Applicationrulesets,Production​​and​​branch​​rule​​sets.
branchrul​​set​​is​​doing​​for​​parallal​​processing​​work.
Oncedevelopement​​is​​comepleted​​in​​the​​branch​​then​​they​​can​​merge​​the​​branch​​rule​​set
intoapplication​​rulesset.

8.Whatis​​organisation,division​​and​​unit

9.Connectiontwo​​application​​using​​Buitl​​on​​APplication​​ontion​​while​​creating​​new application.

10.What​​are​​types​​of​​Inheritance
Twotypes​​of​​inheritance,
Patterninheritance​​​:​​ itwill​​look​​up​​for​​based​​on​​-’
DirectInheritance​​:​​It​​will​​directly​​look​​for​​properties​​in​​the​​parent​​class​​given​​at
creationof​​Child​​class.

11.Rule​​sets​​presendnce​​in​​application
12.Whatis​​class​​and​​work​​object
13.Whatis​​abstarct​​and​​concrete​​class
Typesof​​Classes:
1.  ConcreteClasses​​:
●        Itholds​​persistent​​objects​​known​​as​​instances.
●        Shoulddefine​​the​​type​​of​​work​​being​​performed,​​Names​​must​​not​​​end​​with​​a
dash(-).
Abstract​​Classes:​​​
Abstractclasses​​can​​contain​​any​​rule​​type.
Allstandard​​classes​​are​​abstract​​classes​​and​​must​​end​​with​​a​​dash​​(-).

14.whatis​​the​​out​​of​​box​​functionality
Ans:Ruleswhich​​are​​created​​by​​pegasystems​​for​​the​​product(Pre​​defined​​rules).

15.Canwe​​customize​​out​​of​​box​​rules:Yes​​we​​can​​customize​​but​​its​​not​​gud​​practise​​to
customizeout​​of​​the​​box​​rules​​always.

16.Whatis​​property​​and​​types/Modes​​of​​properties.
Single

17.whatis​​px,py​​and​​pz​​properties.....Canwe​​edit​​all​​these​​properties
Ans:px,pzproperties​​we​​cant​​eidt​​but​​we​​can​​edit​​py​​properties.

18.Whatis​​pzInsKey----ClassNamePrimary​​Key​​of​​the​​Class

19.Classstructure
20.Didu​​use​​any​​frame​​work​​in​​yr​​application:No
21.Whatis​​difference​​between​​Primary​​and​​pyWorkPage
22.Whatis​​Edit​​Input​​In​​property
23.Whatis​​blob
24.Howto​​expose​​the​​properties
25.Whatis​​Export​​and​​Import​​functionality
26.Whatis​​Product​​and​​product​​patch
27.Whatis​​delegated​​rule​​and​​how​​can​​delegate​​a​​rule​​to​​end​​user
28.Whatis​​data​​tranform
29.Whichis​​better​​to​​perform​​processing​​activities​​or​​Data​​transform.

Ans:Asmuch​​as​​we​​can​​use​​data​​transform​​as​​pega​​recomended​​if​​it​​is​​simple​​steps withoutobj-browseand​​etc.

30.Whatare​​debugging​​tools​​in​​pega
31.Whatare​​pages​​available​​in​​clipboard.
32.Canwe​​see​​local​​varibles​​and​​parameter​​in​​the​​clipboard​​and​​tracer.ve
33.Howcan​​set​​the​​watch​​variablez​​in​​tracer
34.Whatis​​Remote​​Tracer
35.Checkall​​options​​in​​tracer
36.Whatis​​Edit​​input/Edit​​validate
37.Whatis​​client​​side​​and​​server​​sside​​validation
38.Whatare​​types​​of​​flows
39.Whatis​​the​​diffrence​​b/w​​process​​flow​​and​​screen​​flow
40.Checkall​​shapes​​in​​flows

41.Howto​​call​​validate​​rule:
Ans:Flowactionand​​activities​​using​​Property-Valodateor​​Obj-Validate

42.Whatis​​correspondence​​and​​how​​invoke​​Correspondence
Ans:UsingCall​​SendEmailNotification​​in​​activity OrCall​​CorrNew

43.CheckProperty-Set-Corr
44.SLA
45.Ticketsand​​Workparties
46.Whatis​​difference​​b/t​​Decision​​table/Tree​​and​​Map​​value
47.Canwe​​call​​decision​​table​​from​​tree​​and​​vice​​versa
48.Whatis​​Declarative​​rule
49.Whatis​​Declare​​expression
50.Whatis​​Forward​​and​​backward​​changing​​and​​where​​we​​configure​​this​​changing
51.whatis​​Declare​​on​​change​​and​​trigger​​and​​constraints​​and​​when​​rules
52.Whatis​​harness​​and​​types​​of​​harness
53.Whatare​​types​​of​​flow​​actions
54.Checkvalidate​​and​​action​​tab​​in​​flow​​action
55.Whatissection​​and​​check​​all​​options​​in​​section
56.Whatis​​portal​​and​​types​​of​​portals
57.Whatis​​skin​​whree​​we​​configure​​skin​​rules.

58.Skimming(typesof​​Skimming)
Ans:Toimprove​​the​​performance​​we​​can​​do​​skimming​​and​​major​​and​​minor​​skimming​​in pega

59.Aboutconnect​​soap​​and​​service​​soap
60.Whatis​​difference​​b/t​​XML​​Satrem​​and​​parse​​XML
61.Reprots
ListView​​:
​​​​​tabularformat​​report,
Settingtabs:​​Dispaly​​fields,​​Content​​-​​where​​we​​mention​​Criteria(Conditions)(A
andB​​or​​C​​and​​D)​​and​​Activity​​Name.

Ex:SearchClaims,​​SearchBrokers

SummaryView​​:
Summarizedview​​report.
Settingtabs​​:​​Content​​-​​where​​we​​mention​​Criteria(conditions),​​Drill​​down​​-
wherewe​​mention​​in​​drill​​down​​drop​​down​​list​​to​​Detailed​​view,​​List​​view,​​Summary View.

ReportDefination:

Canview​​summarized​​,​​list​​and​​Chats​​in​​these​​kind​​of​​reports.
Settingtabls:​​Design​​-​​Column​​Names​​with​​Customized​​function​​(fx),​​Charts​​-

Pie,bar,​​pyramid​​,​​Need​​to​​drop​​columns​​in​​Chart​​preview.​​​Dataaccess​​-​​where​​we defineJoins.

62.Activity
a)Typesof​​activities
63)Circumstance
64)Whatis​​Libray​​and​​function
65)Previelages,Security,AccessRole​​Obj,Access​​Roles
66)Whatis​​Agent​​and​​types​​of​​agents

67)whatis​​Duynamic​​systems​​ettings



5 comments: