Pega PRPC Development Fundamentals
Fundamental concepts of Pega/PRPC development including class structure, RuleSets, design standards, and development tools like Tracer
Questions
Question 1 Multiple Choice (Single Answer)
Classes that end in “-” must be abstract by convention
- Classes that end in “-” must be abstract by convention
- Abstract classes can not have instances
- Concrete classes must belong to a class group
- A class group must always have at least one key
Question 2 Multiple Choice (Single Answer)
Pool Deals with
- Organization
- Division
- Unit
- None of the above
Question 3 Multiple Choice (Single Answer)
PegaRULES Process Commander has an ultimate base class called __________ from which all other classes are derived. This class has properties and activities that are available to all PegaRULES Process Commander applications
- "$baseclass"
- "@baseclass"
- pegabaseclass
- pzBaseClass
Question 4 Multiple Choice (Single Answer)
A RuleSet is
- Any set of rules
- The set of rules and data that comprise your application
- A related group of business rules
- no rules
Question 5 Multiple Choice (Single Answer)
According to PRPC Standards of Design, which of the following should be followed
- ProcessFlow, Class Structure,User Interface, Properties
- ProcessFlow, ClassStructure, Properties, User Interface
- Structure, Properties, User Interface, ProcessFlow
- Class Structure, ProcessFlow, User Interface
Question 6 Multiple Choice (Single Answer)
A Top-level Class
- Inherits from @baseclass
- Inherits from Work-
- Contains most of your business logic
- Is usually the same as a “bottom level” class
Question 7 Multiple Choice (Single Answer)
A Classgroup
- Is any set of related work objects
- Causes the system to store the instances corresponding to two or more concrete classes that have a common key format in a single database table
- Is unrelated to your application’s Reporting requirements
- None of the above
Question 8 Multiple Choice (Single Answer)
Which tool is used by the user to check for the Parameter values in the flow?
- Parameter Page
- Rules Inspector
- Tracer
- Clipboard