Pega PRPC Development - Fundamentals

Covers Pega PRPC concepts including RuleSets, Classes, Properties, Flows, Work Objects, and key development rules

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which method is used to modify px properties

  1. Property-Set
  2. They cannot be changed
  3. Property-Set-X
  4. Property-Set-Special
Question 2 Multiple Choice (Single Answer)

Cover and Covered object should belong to

  1. Same ClassGroup
  2. Same AccessGroup
  3. Same WorkPool
  4. None of the above
Question 3 Multiple Choice (Single Answer)

Rule-Obj-When is mapped to which shape

  1. Decision
  2. Logic
  3. Fork
  4. Ticket
Question 4 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 5 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 6 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 7 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 8 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 9 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 10 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
Question 11 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 12 Multiple Choice (Single Answer)

Trigger rule is performed when

  1. Database Save
  2. Database Update
  3. Database Deletion
  4. All of the above
Question 13 Multiple Choice (Single Answer)

What is the Pattern Inheritance parent for MICO-Finance-

  1. Mico-Finance
  2. Finance-
  3. Mico-Finance-
  4. All of the above
Question 14 Multiple Choice (Single Answer)

Status of a work object is represented by:

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

Which of the following is true regarding development RuleSets(Not standard rules)

  1. Rule sets can be maximum of 32 characters
  2. Rule sets can have spaces
  3. Rule sets can have Pega as prefix
  4. Rule sets name can have special characters and spaces
Question 16 Multiple Choice (Single Answer)

According to Ten Guard Rails of PRPC,application performance need to be monitored

  1. Daily
  2. Weekly
  3. Monthly
  4. Once in 3 months
Question 17 Multiple Choice (Single Answer)

How to display the values of property in a Drop Down (Like a Combo Box)

  1. Show List HTML property
  2. Prompt Select HTML Property
  3. Display Select HTML Property
  4. Any of the above
Question 18 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 19 Multiple Choice (Single Answer)

System Architect works with

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

Style Sheet templates are stored in which class

  1. RULE-FILE-STYLE
  2. RULE-FILE-CSS
  3. RULE-FILE-TEXT
  4. RULE-FILE-BINARY