Interview questions for Peg

Peg career paths are divided into two main categories, one of them is technical and the other is business. The technical roles are system architect, decisioning consultant and marketing consultant. The business roles include business architect and data scientist. Pega has a market share of about 1.4% and used by top companies like Verizon, Signa, Nike, TD, etc. Finance, Insurance, Technical, Business Services, Healthcare and Manufacturing are the top industries in which pega is mainly used.

1. What is Pega and Why Pega?

Pega is a popular BPM Tool which majorly concerned in Customer engagement and digital process automation. Pega eliminates coding, simplifies the process by making use of inbuilt functionalities, and mainly stands for reusing the existing rules and modifying accordingly.

2. Brief about Pega?

Pega is platform where user can develop applications, integrate with external system and implement mobility, manage case life cycle, decision management can be done, implement DevOps and Robotic Automation, extensive User Interface Design, Reporting etc Pega built on Java and latest version is Pega 8.2 also it stands for Build for Change.

3. What are the Certifications available for Developers in Pega?

CSA – Certified System Architect Basic level of certification as entry level for developer CSSA – Certified Senior System Architect Expert in building, judging, leading the team with good technical aspects LSA – Lead System Architect Leader of development who is thorough with all the functionalities and implements accordingly.

4. Explain in brief about the configuration of a summary view?

Summary views are used to create reports which are grouped by certain criteria and can be later drilled down.
A Summary view can be configured as follows:
• Applies to the class of summary view will be taken as the database table map for the search criteria
• The category is used to know under which tab the report should come.
• Criteria are used in the where the class (this can be asked to a user by enabling prompt user)
• Group by and field functions (like count) are used for initial display. If we have more than one group by it is Displayed one after another on clicking +
• Drill down fields are used to display the fields when we click on the assignment.
• The format is used to tell how to format the display and charts can also be used

5. What is the difference between ListView and SummaryView?

A summary view rule defines a two-level report display, presenting summary counts, totals or averages to be displayed initially, and allowing users to click a row to drill down to supporting detail for that row. Summary view rules support interactive charts, trend reports, and the use of AJAX for pop-up Smart Info windows.
A summary view rule is an instance of the Rule-Obj-SummaryView rule type. This rule type is part of the Reports category. A list view rule, an instance of the Rule-Obj-ListView rule type, defines a report. Users can personalize list view reports easily and interact with them. Use the Report wizard to define list view reports and link them to our portal

6. What are the Developer Tools in Pega?

Designer Studio and Pega Express.

7. How do we fetch the data from two different tables without using two different tables?

Write a database View. In this view logically combine the Two different tables. Create a class for this logically combined Table. Write the ListView. Applies to class is class of the Combined table. So we can refer the properties of both the tables in list view.

8. How do we Troubleshoot or Trace an Agent?

• < env name=”agent/enable” value=”true” />Verify the above tag in prconfig file. Value of the above tag is true or false.
• In Agent Schedule, schedule tab verifies the checkbox Enable this agent is Checked or Not. And also verify the Enabled? The checkbox is checked or Not.
• The same thing also checks in Agents Rule.
• In Tracer, we can trace the particular operator or particular Agent.
• In prsysmgmt portal, In Agent Management select the particular Agent and Delay the Agent and then run the Tracer

9. What are the Debugging tools available in Pega?

Tracer, Clipboard, SMA and PLA.

10. What are the types of Flow Actions?

A flow action rule controls how users interact with work object forms to complete assignments. Each flow action is defined by an instance of the Rule-Obj-FlowAction rule type.
Flow actions are of two types:
Connector flow actions appear as lines on Visio presentation in the Diagram tab of a flow rule. A line exits from an assignment shape and ends at the next task in the flow. At runtime, users choose a connector flow action, complete the assignment, and advances the work object along the connector to the next task.
A local flow action, when selected at runtime, causes the assignment to remain open and on the current user’s work list. Local flow actions are recorded in the Assignment Properties panel and are not visible on the Visio flow diagram.

11. What id DataPage and what are its scope?

Data Page is Single Page or Page list where it stores the data that system needs to populate work item properties for its calculation or for other processes. Thread – Collection of Pages Requestor – Collection of Threads Node – It associates with multiple requestors.

12.  Name different types of requestors?

Browser requestor – Starts with letter ‘H’ Batch requestor – Starts with letter ‘B’ Application requestor – Starts with letter ‘A Portal requestor – Starts with letter ‘P’.

13. What is Portal and where it will be configured?

Portal is an Interface that appears for the user (Developer / End User) and portal can be configured in Access Group. Ex: Developer portal, manager portal, user portal, admin portal.

14.  What is reports and why it is used for?

Report is a rule in pega, where it mainly used by managers to review and verify the data and also to visualise the overall progress. List view and Summary view are the popular views in pega.

15. Explain the operation of Activity-End method?

Use the Activity-End method to cause the system to End the current activity and all calling activities.
Ex: if Alpha calls Beta, which calls Gamma, which calls Delta, which performs the Activity-End method, all four activities are ended.

16. What is the difference between Call and Branch?

The Call instruction calls another specified activity and executes it. When that activity completes, control returns to the calling activity. Use the Branch instruction to find another specified activity and branch to it without a return. When the system executes a Branch step, control transfers to another activity found through rule resolution. Execution of the original activity pauses. When the branched activity ends, processing of the current activity also ends. No steps after the Branch step are executed.

leave your comment


Your email address will not be published. Required fields are marked *