You are on page 1of 13

{200+} Pega Interview Questions And Answers Pdf

Free Download
By venkatesh - April 13, 2017

Pega Interview Questions / Pega Real Time Interview Questions / Pega Interview Questiona
And Answers For Experiend and Freshers / Pega PRPC Interview Questions : Pega software is
developed by Pegasystems. Before Introducing pega interview questions we are discussing and
explaining about Pega technology, what Pega, how Pega program will work so you can just go
through this information and later you can find Pega most frequently asked interview questions
below. Process Commander is a business process management solution that combines a patented
enterprise rules engine with tools for developing, deploying, and evolving enterprise-wide business
applications. Process Commander automates the business decisions and processes that drive work
to completion. Your developers use Process Commander to build standalone applications and to
integrate Process Commander applications with your existing legacy systems. Pegas Standard
Project Roles:Work users are the end users of our applications. They create and resolve work. For
example, a CSR is a work user. Work managers manage the work users.

They typically do what the work users do, plus things like managing workloads, monitoring activity
and accessing reports.Business architects capture application requirements and define business
processes. Sometimes they are called business analysts or system analysts.System architects are
responsible for building the majority of our applications. Sometimes they are called application
developers, application architects or just developers.There are other roles in addition to these
four primary roles and your roles may be unique to your company. Also, an operator may have more
than one role, for example you may be a business architect and a work manager. Pegasystems
provides the following documents for Pega RULES Process Commander.

Pega RULES Process Commander Introduction :

It provides an overview of the architecture, concepts, and features of Process Commander. Pega
RULES Process Rules Engine Introduction provides an overview of the business rules engine,
the development portal, concepts, and features of rules and rule forms. Pega RULES Process
Commander Designing Your Application with Smart Build describes the design methodology
essential for systems and technical staff to develop applications according to best practices. Pega
RULES Process Analyzer User Guide describes how to install and use Process Analyzer, an
optional component that provides online analytical processing (OLAP) data for Process
Commander.Authentication in Pega RULES Process Commander provides an overview of
Process Commander system authentication, including external methods; and. describes how to
configure each authentication option. Pega RULES Process Commander Integrating with
External Systems supports IT professionals who plan, design, build, and test the interfaces with
other systems that can be used with a Process Commander application.
Pega

Pega Interview Questions And Answers Pdf Free Download

1. How Do u implement Covers in your application?

2. What is Rule Resolution?

3. What is the Guardrails?

4. What is the difference between Exit Activity and End Activity?

5. How do you call another activity from current activity

6. What do you mean by validation?How many types of validations are available in PRPC?

7. Tell about Availability in Resolution(Yes,No/Draft,Blocked,Final and withdrawn)?

8. What is Forward Chaining and Backward Chaining and how do you define backward chaining in
Rule-Dec-Expression?

9. What is params and local parameters?

Ans : parameters used to called activity

10. Does data- follows Rule Resolution?

11. What is Pattern and Direct Inheritance?

12. If we use select * from emp SQL Query in open tab in Connect Sql rule, is this going to work or
not?

Ans its going to work, but it retriew only first record of the table.

13. How do u create object in java?


Ans ClipboardPage pyPageList = tools.findPage(pagename)

14. How many types of Flow Actions are in PRPC?what is the difference?what are the standard Flow
Actions?

15. What are the flow shell do you used in your project?

16 .How do u call Stored Procedure in PRPC? Where do We define Stored Procedure in PRPC or
DataBase?

17. What are the Prerequisite to connect database from PRPC?

18. What are the integration services do you used in your application?what is service and connector?

SOAP,MQ,JMS,JAVA,.NET

19. What are the Standard harnesses?

20.What is ticket, how the ticket will raise in flow?

21. How many debugging tools available in prpc?

Ans: Clipboard,PAL,Tracer,System Management Application,Log Files

Clipboard:Break Conditions like Exception,Fail Status and Warn Status

22. How do we create word and PDF template in prpc?

23. How do we send correspondence dynamically?

Ans:1. Setting the property set value of pyEmail1

2. In repeating layout using pagelist /pagegroup we have define the class of data-
party and property is pyEmail1.

24. When should I use a decision tree versus decision table rule versus a map value rule?
25. What are types of the decision rules?

26. What are the types of Declarative rules?

27. Though we know that all the instances of all the Rule- hierarchy classes will have Versions,
instances of following classes will not have any version

Ans : Rule-Obj-Class, Rule-Ruleset-Name, Rule-Ruleset-Version, Rule-Access-Role-Obj, Rule-


Method

28. What are the rules do you implemented in your project

29. What are rules order in PRPC when first installed

30 What are the pre-requisite for developing an application

Ans : Organisation Structure, class Structure, flows

31. How do you expose the Properties in PRPC

32. what is the base class(ultimate baseclass) and how many abstract class are in prpc?

33. What is Abstract class and Concrete class?

34. Whats the role of the Activity in PRPC?

35. What is the use of $ANY in pages&classes tab in Activity?

36. What are the activity types?

37. User Interface category includes six rule types?

38. What is a declarative page?

39. What are different corr types?


Ans : Email, Fax, Mail and PhoneText.

40. What is a qualified Rule?

41. What is a Time Qualified Rule?

Ans : A time-qualified rule (also called a date-qualified or temporary rule) is a rule instance
that has a non-blank associated start date and time, end date and time, or both.

42. What is a Slice?

43. What is Privilege?

44. What is a Portal?

45. What is a Gadget?

46. What are the mandatory fields in operator-Id?

47. What is the purpose of GetUrgentWork button?

48. How do you pass multiple pages form one activity to another activity?

49. Whats the difference between pass-by-value,pass-by-reference?

Ans : pass-by-reference:The calling activity can provide input parameters to the


called activity, or it can share its own parameter page with the called activity, an approach
known as call-by-reference.

50 What are the Diff types of flows?

Ans : Straight Though Process(STP),Screen Flow,Regular Flow.

51. How do you implement security in pega

Ans : using Rule-Access-Role-Obj class instances.


52. What is OOTB?

Ans : out-of-the-box

53. What the diff between Tracer and clipboard?

54. How to expose entire flow as service?

Ans : In flow desing tab using Publish and Generate Services buttons we can expose the the
flow as service.

55. what is local customization in rulset and version.

56. What are different explores?

Ans : PRPC four kinds explores i.e

1)AppExplorer 2)Used by App 3)Class Explorer 4)Rules by Type

57. What is PRPC recommended class structure?

58. How many layers are recommended by PRPC?

59. Screen flows have five steeps.

60. Is screen flow can generate work objects? Can we route a screen flow?

61. What is the purpose of Broadcast option in Corr-new activity?

Ans : The CorrNew activity accepts an input parameter called Broadcast, which allows
correspondence to be sent to all the parties of the work object, rather than to just one party. (If
you check this parameter, the PartyRole parameter is ignored.)
62. Can we set verification levels in PRPC?

63. Difference between summary and history?

64. What is smarting?

65. How do u call a list view from an activity?

Ans : Call the Rule-Obj-ListView.ShowView, which runs the list view and displays the list view

66. What is a RuleSet

67. what are standard work parties

68.. What is a flow?

Ans : A flow rule is the fundamental representation of a business process in Process


Commander. A flow rule is an instance of the Rule-Obj-Flow rule type, which defines the
sequence of processing that your application applies to work objects

69. What is work flow?

70. What is obj-browse?

71. Diff b/n tracer & clipboard?

72. What is perform harness?

73. Advantages & Disadvantages of PRPC

REAL TIME PEGA-PRPC INTERVIEW QUESTIONS AND


ANSWERS
Here some of the real time pega prpc interview questions and answers with examples that are
frequently asked by various companies like Accenture, Ibm, Tcs, Infosys, Cognizant, Google, Hcl,
Vipro, Infotech, Deliotte and more.

Accenture Technology Solutions Pega Interview Questions


Accenture Technology Solutions Pega Interview Questions
And Answers :

1. What are the Application Servers that PRPC supports?


2. What is Assignment in PRPC?
3. How do u create MQ in PRPC?
4. What is the Class Hierarchy in PRPC?
5. What are all needed for Correspondence ( Pre-requisites)?
6. What are Custom Activities?
7. How do u implement SLA?
8. How do u map a class to a DB table?
9. Is it necessary to create Operator IDs in PRPC for each Work User/External Customer to send
Correspondence?
10. What does u know about Rule Resolution?
11. Difference between Obj-List and RDB-List?

HCL Technologies Pega Interview Questions And Answers :


1. What is an assignment?
2. When we actually use an assignment in a workflow?
3. Can an assignment be completed manually, automatically (without Human intervention) or BOTH?
4. What is Forward chaining and Backward chaining?
5. What are the OUT-OF-BOX solutions youve used in your project?
6. In which situations do you use OUT-OF-BOX solutions?
7. What are the workparties youve created for your application?
8. What is the role of Underwriter in your application?
9. Which DB you are using for your project?
10. As Derby is such a small DB, why do u prefer going for a Derby DB in a real-time
project Implementation?
11. When you disable the Pega-ProCom: Correspondence & SLA events agent for sending
correspondence, where these emails/correspondence is stored?
12. When Pega-ProCom: Correspondence & SLA events agent is disabled? Is it possible to see
the Correspondence rules that are there in the queue persistent in a DB,What and when to use
SLAS?
13. What is an Access-group?
14. What is a Workbasket, Workpool and Workgroup?
15. What is the diff bet Rule and a Ruleset?
16. What is your role in the project?
17. What are the technical issues you faced during the implementation of the Project?

CTC Pega Interview Questions And Answers :

1. Is class Group is necessary to create work object?


2. What are the steps to connect External database?
3. What is harness? What are the various types of harness available in prpc?
4. How do you create the work object?
5. What is the SOAP? How to expose PRPC as a server?
6. What are the types of class structure do you create in your application?
7. While creating class group if we didnt mention key name is it going display error it will save?
8. How do you call another activity from current activity?
9. Other than above what is the other way to the call another activity?

JP Morgan chase Pega Interview Questions And Answers :


1. How do u call list view from a activity?
2. Is screen flow can generate work objects?
3. How do u pass more than one page to another activity?
4. What is primary page and step page?
5. Whats the different between connector flow and local flow action?
6. What is harness?what are the types of harness?explain about each one?
7. What is the list view and summary view?
8. How can u pass the control from step 4 to step 2 in activity, if possible how can achieve?
9. How many flow shapes r there in PRPC?
10. Types of Activities?
11. Whats the differences between utility shape and notify shape?
12. What is work basket?
13. Where u can identify the work object id?
14. Is list view and summary view will take inputs from the user?
15. How do u make flow actions read only in flow?
16. What are the step involve in mq to implement server side?

Semantric Space Pega Interview Questions And Answers

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 Pega Interview Questions And Answers


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 And Answers

1. Difference between Java and Pega


2. Guardrails of Pega
3. What do you mean by Build for Change
4. Difference between page and pagelist
5. why we use connect-soap and can we use it to connect external database
6. why we use connect-sql
7. how many shapes you know in pega.
8. what do you mean by calculate and edit declaratively not procedurally
9. what are tickets give scenario where you used tickets
10. What are the 6 Rs

IBM Pega Interview Questions And Answers

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?

Some More Information About Pega RULES :


Pega RULES Process Commander Application Developer Help provides contextual information
about Process Commander. Access help by clicking the Help link on the Portal or on the toolbar.
Pega Developer Network (a section of the Pega systems Support Network located at www.pega.
com/support) provides technical notes and tips for using Pega RULES Process Commander.
PegaRULES Process Commander Installation Instructions (located on the installation media). Pega
RULES Process Commander Upgrade Instructions (located on the installation media). Pega
RULES Process Commander Release Notes (located on the installation media).

Pega DISTRIBUTION MANAGER (IOS) for Pega RULES Process Commander Installation and
Operations Guide. ega DISTRIBUTION MANAGER (IOS) for Pega RULES Process Commander
Release Notes Other Articles of Interest You can find the following documents and technical
papers of interest in the PDN. Using Performance Tools explain how to use the performance
analyzer (PAL) tool. System Management Application Reference describes the features of and
the information displayed by the System Management application.Configuration Settings Reference
Guide describes all the configuration settings held in the prconfig.xml file.

Pega RULES Process Simulator User Guide explains how to install and use Process Simulator, an
optional component that simulates Pega RULES Process Commander business processes.
Pegasystems Autonomic Event Services Guide describes how to set up and use the Pega
systems Autonomic Event Services (PegAES) tool, which provides troubleshooting information when
developing and testing applications. As with any Web or enterprise application deployed in an
application server, you start and stop Process Commander using the procedure determined by the
application server software. WebSphere or Web Logic Use the application servers administrator
console to start and stop Process Commander. Tomcat Use the startup and shutdown .sh or .bat
files located in the bin directory of the Tomcat installation directory to start and stop Process
Commander.

Summary

Reviewer allinterviewquestions

Review Date 2017-04-13

Reviewed Item Pega Interview Questions

Author Rating

You might also like