Pega Process Commander (PRPC) - Classes, Rules & Inheritance
Quiz covering Pegasystems Process Commander concepts including class structures, rule types (Agents, Harness, Declarative rules), inheritance models, and application development best practices
Questions
Which of the following is mandatory while creating a class
- Pattern Inheritance
- Direct Inheritance
- Both
- None of the above
Trigger rule is performed when
- Database Save
- Database Update
- Database Deletion
- All of the above
What is the Pattern Inheritance parent for MICO-Finance-
- Mico-Finance
- Finance-
- Mico-Finance-
- All of the above
Following example belongs to which Declarative Rule Type. ActualExpense("December") is never greater than BudgetExpense("December").
- a) Rule-Declare-Index
- b) Rule-Declare-Expressions
- c) Rule-Declare-OnChange
- d) Rule-Declare-Constrains
- e) Rule-Declare-Trigger
Which of the following can only return a Boolean value?
- (a) Decision map
- (b) Decision tree
- (c) Decision table
- (d) When rule
Which of these steps is NOT involved in localizing an application?
- (a) Presenting user interface in different languages
- b) Handling currency
- c) Defining an alternate business calendar
- d) a & c
- e) None of the above
_________ and __________ are useful formats for organizing and presenting class structure showing hierarchy.
- a. Outlines, tree diagrams
- b. Flow charts, class structures
- c. Comments, documentation
- d. Business rules, work flows
The approach which establishes a place to store properties and other rules that apply across several leaf classes is called:
- a) Cross-Class Approach
- b) Streamlined Process
- c) Top-Down Approach
- d) Application Accelerator
Class that corresponds in name to a class group and has a corresponding data instance Data-Admin-DB-ClassGroup is known as:
- a) Cover
- b) Container
- c) Parent
- d) None of the above
Which of the following classes is/are abstract:
- a) PegaRP-Work-Object-Admin-
- b) PegaRP-Data-ProductArea
- c) PegaRP-Work-Object-Admin
- d) PegaRP-Work-Project
- e) All of the above
Give the correct sequence for creating classes for this particular example: @baseclass I. PegaRP- II. PegaRP-Data- III. PegaRP-Data-Product- IV. PegaRP-Work- V. PegaRP-Work-Object- VI. PegaRP-Work-Object-Admin- VII. PegaRP-Work-Project- VIII. PegaRP-Work-Project-Inquiry-
- a) I, II, IV, III, V, VII, VI, VIII
- b) I, IV, V, VI, VII, VIII, II, III
- c) I, IV, II, V, VII, III, VI, VIII
- d) I, II, IV, V, VII, III, VI, VIII
The system can create classes derived from the base classes of Work- and Data-, and also the following base classes:
- a) Link-
- b) Assign-
- c) Index-
- d) A & B
- e) All of the above
Process Commander offer RuleTypes that automates the decision of when to perform the processing is based on one of the following:
- a) Declarative Model
- b) HTML Fragment
- c) Decision Tree
- d) Decision Table
Harness rules are of what type?
- a. Rule-HTML-Harness
- b. Rule-Harness-HTML
- c. Rule-Obj-HTML
- d. Rule-HTML
Access to RuleSets can be granted in all but one of these ways:
- (a) For the entire Organization
- (b) For a Division
- (c) For an Org Unit
- (d) By Job Function (via access groups)
Which statement about local variables is true?
- (a) They are stored on the clipboard as temporary variables
- (b) They exist only within the context of an activity
- (c) They can be stored in the database
- (d) They are stored in a named page that is created automatically
Agent rules define:
- a. Background processing
- b. Trigger or wake-up interval
- c. Activities to execute upon wake-up
- d. All of the above
- e. None of the above
Strive for no more than __ Assignment or Processing shapes per flow shell.
- a. 5
- b. 10
- c. 15
- d. 20
For short medium lists which change often following should be specified in TableEdit tab of Property
- a. Local List
- b. Field Value
- c. Remote List
- d. Prompt List
What is correct sequence in SmartBuild
- (a) Class Structure, Properties, User Interface, Activities
- (b) Class Structure, Properties, Activities,User Interface
- (c) Properties, Class Structure, User Interface, Activities
- (d) Class Structure, Activities,Properties, User Interface