Pega Questions
Pega Questions
1.Duplicate Search
Pega Platform™ provides the search duplicate cases process to help users identify and
resolve duplicate cases. This process is implemented in the case life cycle as a Search
duplicate cases step. When a case enters the step, the system uses basic
conditions and weighted conditions to compare specific property values with cases
already present in the system.
2.Persist case
When you use a persist case automation shape the data will be persisted in the database
3.Wait shape
It is an automation shape that can be configured to pause case processing .
Wait type Case dependency and timer
4. How to display a section in another section – Using Embedded section
5. How to copy data from one page list to another page list
Using Append to – For same class
Using Append Map to – for different class
6.Live UI/ UI Inspector: It is a developer tool to examine and edit the rule structure at the
runtime
7.Tracer Tool: It allows you to capture and view the events that occur during case processing
8.Clipboard: It is used to store the cache data where we can view and edit the data
9.Obj Methods:
19.services: Allows you to expose the data and the functionality of the application to an
external system
Format of response: XML, Json
20.Inbound data:
21.Outbound data:
22.Where do you configure data transform?
Flow Action, Data page, Activity, Section, data propagation, data transform, SLA,Connector,
23.How do you handle exceptions in activity
Data Page (pxErrorHandlingTemplate - Data transform)
24.Types of activities (13-Don’t say the count)- found under the security tab of the acrivity
• Activity
• Assembler
• Assign
• Asynchronous
• Load Data Page
• Locate
• Notify
• OnChange
• Route
• Rule Connect
• Trigger
• Utility
• Validate
25.Types of flows
Process flow, Screen flow
34.What is declarative processing – Involves the monitoring of the application and when an
event occurs execution of the rule is triggered
Types – Expressions, Constraints, Triggers, Onchange, Index, Declarative page
Ex: Declare expression, Declare constraint
35.What is procedural processing – It should be invoked explicitly when it is needed
Ex: Data Transform, Activity
36.What is situational processing –
Ex: Circumstancing
40.Purpose of pyDefault Data transform – To set default field values when the case is
created
41.What is section – Building block of an UI
42.Data transform in an activity
44. SLA – Assignment ready type: Immediate or delayed and dynamically defined on a
property
45.What is standard agent
46.Deferred save – The page that you want to Obi-Save is not immediately saved to the
database but sent as an insert or update and then commit
47.What is an agent-
48.What is file listener – Read the files coming from the external applications
tabs in file listener – properties, process, error, history
49.What is BPM?
53. Difference between edit validate – to validate the patterns using java code
validate rule – comparing the values of a property against certain conditions
54.Handle exceptions using flow rule – connection problem flow
55.Different actions in data transform(refer academy)
56.What is local action (doesn't advance the flow)
It is like an optional action for a particular step
57.What is a step-in stage?
Organization
Division
Implementation
Framework
difference between append and map to (page list properties can be from two different
classes)
what is background processing (done on server side)
multiple times (job scheduler - executed independently-advanced agents)