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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

WorkPool is

  1. Collection of WorkGroups
  2. Collection of similar Work Objects
  3. Collection of ClassGroup
  4. None of the above
Question 2 Multiple Choice (Single Answer)

Which are the Roles defined as per PRPC

  1. Process Architect
  2. System Administrator
  3. System Architect
  4. All of the above
Question 3 Multiple Choice (Single Answer)

System Architect works with

  1. Properties
  2. Flows
  3. Harness
  4. Correspondence Rules
Question 4 Multiple Choice (Single Answer)

Which Default Property Types cannot be modified

  1. px
  2. py
  3. A and B
  4. pz
Question 5 Multiple Choice (Single Answer)

Which one of the following statements is true ?

  1. Covered work objects inherit from Cover-Object- class
  2. Ordinary work objects inherit from the Work-Object- class
  3. Folders may contain only one covered work object
  4. Folders may be a work object
Question 6 Multiple Choice (Single Answer)

Which of the following is the best way to update a property in an activity step ?

  1. Use the Java method
  2. AtSetValue(PropertyName, Value)
  3. Use the Property-Set method
  4. {PropertyName INPUT}
Question 7 Multiple Choice (Single Answer)

Which one of the following rules may be locked and unlocked ?

  1. Rule-RuleSet-Version
  2. Rule-RuleSet-Name
  3. Rule-RuleSet-List
  4. Rule-RuleSet-ProCom
Question 8 Multiple Choice (Single Answer)

Which one of the following rules would be most appropriate to use for displaying a count of New, Open, Pending and Resolved work objects ?

  1. Rule-Obj-Count
  2. Rule-Obj-ListView
  3. Rule-Obj-SummaryView
  4. Rule-Obj-GroupBy
Question 9 Multiple Choice (Single Answer)

Which one of the following properties is found on the pxRequestor page ?

  1. pxFlowInsKey
  2. pxAssignmentKey
  3. pxUserIdentifier
  4. pyID
Question 10 Multiple Choice (Single Answer)

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 ?

  1. create a new flow and check Creates a New Work Object
  2. create a new work class and clear the cache
  3. create a new work class and update the HTML containing the selection list
  4. create a new flow and update the value of pyFlowType in the work class model
Question 11 Multiple Choice (Single Answer)

The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))

  1. Rule-Declare-DecisionTable
  2. Rule-Declare-Expressions
  3. Rule-Declare-Trigger
  4. Rule-Declare-OnChange
Question 12 Multiple Choice (Single Answer)

What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers

  1. Data-Admin-Operator-ID
  2. Rule-Obj-Operator
  3. Rule-Obj-ListView
  4. Rule-Access-Role-Name
Question 13 Multiple Choice (Single Answer)

__________ is the conventional name for the page that contains a covering work object

  1. pyWorkPage
  2. pyObjectCover
  3. pyObjectWork
  4. pyWorkCover
Question 14 Multiple Choice (Single Answer)

Use Edit Input rules (Rule-Edit-Input) to

  1. convert input data to a standard format
  2. test prperty values
  3. perform a database INSERT
  4. define and enforce comparison relationships among property values
Question 15 Multiple Choice (Single Answer)

Which of the following is mandatory while creating a class

  1. Pattern Inheritance
  2. Direct Inheritance
  3. Both
  4. None of the above
Question 16 Multiple Choice (Single Answer)

External systems access PRPC application data and processes using

  1. Services
  2. Connectors
  3. Servers
  4. All the above
Question 17 Multiple Choice (Single Answer)

Correspondence Types are of type

  1. Rule-Obj-Corr
  2. Rule-CorrType
  3. Rule-Obj-CorrType
  4. Rule-Corr
Question 18 Multiple Choice (Single Answer)

Status of a work object is represented by:

  1. pyTaskStatus
  2. pyWorkStatus
  3. pyStatusWork
  4. pyWorkObjectStatus
Question 19 Multiple Choice (Single Answer)

Work Objects are created during

  1. Starter Flows
  2. Primary Flows
  3. Secondary Flows
  4. Sub Flows
Question 20 Multiple Choice (Single Answer)

Prerequisite rule set for all initial application rulesets

  1. Not necessary to have a prerequisite for initial application rulesets
  2. PegaApp
  3. Pega-Rules
  4. Pega-ProCom