PRPC Platform Fundamentals
Test your knowledge of PRPC (Pega Rules Process Commander) platform concepts including rulesets, work objects, classes, properties, flows, services, and system architecture.
Questions
WorkPool is
- Collection of WorkGroups
- Collection of similar Work Objects
- Collection of ClassGroup
- None of the above
Which are the Roles defined as per PRPC
- Process Architect
- System Administrator
- System Architect
- All of the above
System Architect works with
- Properties
- Flows
- Harness
- Correspondence Rules
Which Default Property Types cannot be modified
- px
- py
- A and B
- pz
Which one of the following statements is true ?
- Covered work objects inherit from Cover-Object- class
- Ordinary work objects inherit from the Work-Object- class
- Folders may contain only one covered work object
- Folders may be a work object
Which of the following is the best way to update a property in an activity step ?
- Use the Java method
- AtSetValue(PropertyName, Value)
- Use the Property-Set method
- {PropertyName INPUT}
Which one of the following rules may be locked and unlocked ?
- Rule-RuleSet-Version
- Rule-RuleSet-Name
- Rule-RuleSet-List
- Rule-RuleSet-ProCom
Which one of the following rules would be most appropriate to use for displaying a count of New, Open, Pending and Resolved work objects ?
- Rule-Obj-Count
- Rule-Obj-ListView
- Rule-Obj-SummaryView
- Rule-Obj-GroupBy
Which one of the following properties is found on the pxRequestor page ?
- pxFlowInsKey
- pxAssignmentKey
- pxUserIdentifier
- pyID
To enter new work, a user selects a work type from the New selection list in the Process Work gadget of the navigation panel. How do you add another value to this list ?
- create a new flow and check Creates a New Work Object
- create a new work class and clear the cache
- create a new work class and update the HTML containing the selection list
- create a new flow and update the value of pyFlowType in the work class model
The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))
- Rule-Declare-DecisionTable
- Rule-Declare-Expressions
- Rule-Declare-Trigger
- Rule-Declare-OnChange
What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers
- Data-Admin-Operator-ID
- Rule-Obj-Operator
- Rule-Obj-ListView
- Rule-Access-Role-Name
__________ is the conventional name for the page that contains a covering work object
- pyWorkPage
- pyObjectCover
- pyObjectWork
- pyWorkCover
Use Edit Input rules (Rule-Edit-Input) to
- convert input data to a standard format
- test prperty values
- perform a database INSERT
- define and enforce comparison relationships among property values
Which of the following is mandatory while creating a class
- Pattern Inheritance
- Direct Inheritance
- Both
- None of the above
External systems access PRPC application data and processes using
- Services
- Connectors
- Servers
- All the above
Correspondence Types are of type
- Rule-Obj-Corr
- Rule-CorrType
- Rule-Obj-CorrType
- Rule-Corr
Status of a work object is represented by:
- pyTaskStatus
- pyWorkStatus
- pyStatusWork
- pyWorkObjectStatus
Work Objects are created during
- Starter Flows
- Primary Flows
- Secondary Flows
- Sub Flows
Prerequisite rule set for all initial application rulesets
- Not necessary to have a prerequisite for initial application rulesets
- PegaApp
- Pega-Rules
- Pega-ProCom