Sie sind auf Seite 1von 6

https://pdn.pega.com/sites/pdn.pega.com/files/help_v72/procomhelpmain.

htm#rule-/
rule-obj-/rule-obj-validate/main.htm%3FTocPath%3DReference%7CRule%2520types%7CVa
lidates%7C_____0
-------------------------------------------------Important Topics:
3- Circumstancing
4- Choose the right rule
5-Enterprise Class Structure
1- Data modelling basics
2- Property definition
3- Accessing data using declare pages
5- Data tables
4- Creating and editing rows
5- Adding decisions, sub flows, integration to rows
6- Routing
7- Using SLA's
8- Standard validation
9- Screen flows
14- Advanced data transforms
19- Flow modelling best practices
20- Activities, loops and common methods
MS Business rule
5- The Clipboard
5- Using the tracer
M$ UX (User interface)
-------------------------------------------------BOP Umbrella (OLD)
BOP Umbrella (NEW)
CAPE Renewals
IMBR
HomeTier & Losshandling
Third Party
Current Carrier
Agent Check List
ART
PL Knockout
QPP
Geo
RTR T-Station
Proprietary Symbol
01. What is the agents.
02. How to trace an Agent. :https://pdn.pega.com/troubleshooting-agents#TrcAgnt
Actvty
03. What is IAC, when did you use in the project. : https://pdn.pega.com/confi
guring-pega-web-mashup-authentication-composite-application
04. What is cover and covered objects: http://pegaraja.blogspot.com/2012/06/wha
t-is-cover.html
a cover is a work item in a concrete class derived from the Work-Cover- abstrac
t class.
05. Have you used spin-off shapes in your application, if so what is the case.
06. What are the type of log files we have
07. Do you know the concept of validation rules?
An Edit Validate rule is used more for pattern masking, for example a phone numb
er has a pattern of (###) ###-####, so you can use an Edit Validate rule to impl
ement. Therefore, when you reference an Edit Validate rule on a property, this p

attern is enforced wherever the property is used.


A Validate rule can do more, and can be used for performing conditional evaluati
on to validate fields. Since Validate rule require an explicit call to execute,
it is typically called in a Flow Action, after users have populated some values
via a Section rule. Therefore, the validation is done only when it is called in
a Flow Action.
08. How do you a log a message in PRPC? :https://processmaps.wordpress.com/2015
/04/21/pega-prpc-logging-best-practices/
09. Tell me about the locking concept in PRPC.
10. What is DWA (Direct Web Access).
11. What are PEGA Guardrails
12. What is the diff b/n Decision Table and decision tree
13. What is Declare expression
14. How do u connect to the Web service
Connector - Provides an interface from your application to an outside service. M
ost connectors execute synchronously, as part of a flow execution, when the work
item reaches a specific place.
Service - Provides an endpoint for a external client using elements within your
application. Service requests are processed in the background, not as part of a
flow.
Parse XML Rule - A mapping rule that accepts an XML stream and translates it's c
ontents into Process Commander property values.
XML Stream Rule - Constructs an XML stream from properties values within your ap
plication.
Listener - A rule that operates in the background and monitors a location (file
system, email, JMS queue) for requests and acts in a prescribed way once a chang
e in the monitored location is discovered.

15. What is xml file name created during connection of web-service


16. Why are u relocating to bang?
17. What is order of execution in Decision Table and decision tree
18. About the availability of rules.
19. Rule resolution algorithm: is an internal search algorithm used to find a be
st rule instance to apply in a situation.
20. Decision table and Decision Tree
21. Explain about DCO
22. What are the issues faced in Upgrading from 5.3 to 5.5
23. How do you purge the work objects? : System--> tools--> Purge\Archive
pc_work;
pc_assign_worklist;
pc_assign_workbasket;
pc_data_uniqueid;
pc_data_workattach;
pc_history_work;
pc_index_workparty;
pc_link_attachment;
pr_link_folder;
delete from pr_data where pxObjClass like '%DATA-CORR-%';
24. What is the role of the master agent
25. Do you have any idea about the AES?: https://pdn.pega.com/products/autonomic

-event-services-aes
26. Suppose I need to access the Google service, how can I achieve in pega.
27. What are the rules which are not rule resolved?
28. What is the actual usage of the blocked, with drawn, NO. When you use it?
29. What is the usage of Property-Alias rule
30. What are the various ways to restrict user to edit the rules.
31. How do you display an image dynamically in a list view rules based different
types of urgency.
32. Process cycle of IAC
33. What is the major difference between the Cover and Folder
34. How do you build a new Rule-Form
35. What is DCO? In how many ways you can create a new PRPC application.
36. What is a screen-flow.Difference between screen flow and process flow?
37. How do you provide SLA for the work-object? A : Model
What are the types of SLA? Where they can be defined?
--> Service level rules can be associated with a work object or an assignment.
--> For assignments, the service level rule is referenced in the Assignment Prop
erties panel of the assignment task.
--> For the overall work object, the service level rule is identified in the sta
ndard property .pySLAName, typically set up through a model for the class. (The
default value is the Default service level.)
38. In Connect Sql rule stored procedures are written in which tab?
39. Save,Browse,Delete etc tabs present in Sql rule.Which tab will be called whe
n?
40. What is the difference between work-object and work-type?
A work type is any concrete class derived from the Work- base class. For example
, the standard class named PegaSample-Task is a work type, as this class is deri
ved from the Work-Object- class (which in turn is derived from the Work- base cl
ass.)
41. What is the difference between Decision tree and Decision Table?
42. If you have work experience on Soap Service.What are the rules required for
Soap Service?
43. In which tab WSDL file will be generated in the Service Package?
44. About the debugging tools like Clipboard,Tracer etc.
45. About dynamic select.
46. declarative rules like declare constraint,onchane,trigger etc.
47. How do you expose a property?
48. What is the need of exposing a property?
49. DCO
50. How to use existing css in PEGA
1) what is the work object?
2) what is The Class structure?
3) how to create Class , class group?
4)Access group?How to create Access group?
5)what is the Harrness ?Section?
6)what is FlowAction?
7)what is Clipboard?
8)what is PAL?
9)what is the Sma?
10)what is Ticket?
11)what is the Declare expression?
Sunday, December 19, 2010Prpc interview question
HI.
This Pega interview questions.
1) wht is the work object?
2) wht is The Class structure?
3) how to create Class , class group?
$)Access group?How to create Access group?

wht is the Harrness ?Section?


FlowAction?
Clipboard?
PAL?
what is the Sma?
what is Ticket?
What is the Declare expression?
How do u debug the harness?
Is it possible to add a section with in a section?
Is it possible to add HTML form in a section?
Is it possible to add HTML rule in a HTML rule?
Where workbasket and work-list is used?
How to map work group in a table?
How to map Access-group?
About Rules Inspector?
Where routing flow is used and how it works?
About list view?
Describe Property-set method?
Diff between Obj-open & Obj-list?
About clipboard?
About HTML Fragments?
Diff b/w value-list and pagelist?
How do u know is SLA working or not?
Tell me the class structure in ur project?
Diff b/w work- & work-object- ?
What is flow-action?
How u create work object?
What is the use of Primary page?
Why u need class group?
What is work pool?
What is work basket?
Can u explain me the process for connecting with external database(step wise)?
What is SLA and how do u know whether it is working or nor?
How many types of SLA s are there?
Can we use obj-methods for external databases?
Explain Locking system in PRPc?
How can u validate a property?
Explain Forward chaining and Backward chaining?
Explain Declarative rules?
Explain Decision rules?
Diff b/w Obj-validate & Property-validate?
SOAP integration using PEGA --------- Techincal/Functional
Harness,HTML,Section rules----------- Technical
Activities----------------------------Technical
Agents--------------------------------Technical
Pega Guadrials
SMART BUILD methodology
Debugging tools(tracer, PAL etc)------In depth
Exception Handling--------------------Various ways
Declarative rules-----------Expressions, triggers, onchange etc
Reports creation--------------List Views/Summary Views/Charts/Graphs
Rule Resolution-------------Advantages/Disadvantages
CACHE mechanism
Performance Evaluation----------Using PAL, SMA(System Mgmt App)
prconfig,prlogging xmls -----------Idea on configuration
Pega application deployment on various servers like DEV/QA/PROD
Differences between V5.x and V4.2
Migration of Rules
Test cases generation using V5.4
Unit testing from developer perspective

Various type of flows, flow shapes, flow actions


Security
Accessgroups,portal,operators profile,workbaskets,worklists,workmanager,classgro
up
Work-, Embed- and Data- classes
Roles, Privileges-------Creation and Manage
Decision Trees/Decision Maps/Decision Tables---Creation and differences among th
em
Column exposing and the advantage of it
Pega DB schema--------pc_work,pr_other,pc_link etc
Application Accelrator, Rules Inspector
SOAP integration using PEGA --------- Techincal/Functional
Harness,HTML,Section rules----------- Technical
Activities----------------------------Technical
Agents--------------------------------Technical
Pega Guadrials
SMART BUILD methodology
Debugging tools(tracer, PAL etc)------In depth
Exception Handling--------------------Various ways
Declarative rules-----------Expressions, triggers, onchange etc
Reports creation--------------List Views/Summary Views/Charts/Graphs
Rule Resolution-------------Advantages/Disadvantages
CACHE mechanism
Performance Evaluation----------Using PAL, SMA(System Mgmt App)
prconfig,prlogging xmls -----------Idea on configuration
Pega application deployment on various servers like DEV/QA/PROD
Differences between V5.x and V4.2
Migration of Rules
Test cases generation using V5.4
Unit testing from developer perspective
Various type of flows, flow shapes, flow actions
Security
Accessgroups,portal,operators profile,workbaskets,worklists,workmanager,classgro
up
Work-, Embed- and Data- classes
Roles, Privileges-------Creation and Manage
Decision Trees/Decision Maps/Decision Tables---Creation and differences among th
em
Column exposing and the advantage of it
Pega DB schema--------pc_work,pr_other,pc_link etc
Application Accelrator, Rules Inspector
SOAP integration using PEGA --------- Techincal/Functional
Harness,HTML,Section rules----------- Technical
Activities----------------------------Technical
Agents--------------------------------Technical
Pega Guadrials
SMART BUILD methodology
Debugging tools(tracer, PAL etc)------In depth
Exception Handling--------------------Various ways
Declarative rules-----------Expressions, triggers, onchange etc
Reports creation--------------List Views/Summary Views/Charts/Graphs
Rule Resolution-------------Advantages/Disadvantages
CACHE mechanism
Performance Evaluation----------Using PAL, SMA(System Mgmt App)
prconfig, prlogging xmls -----------Idea on configuration
Pega application deployment on various servers like DEV/QA/PROD
Differences between V5.x and V4.2
Migration of Rules
Test cases generation using V5.4
Unit testing from developer perspective

Various type of flows, flow shapes, flow actions


Security
Accessgroups,portal,operators profile,workbaskets,worklists,workmanager,classgro
up
Work-, Embed- and Data- classes
Roles, Privileges-------Creation and Manage
Decision Trees/Decision Maps/Decision Tables---Creation and differences among th
em
Column exposing and the advantage of it
Pega DB schema--------pc_work,pr_other,pc_link etc
Application Accelrator, Rules Inspector

Das könnte Ihnen auch gefallen