Pega PRCP Fundamentals

Quiz covering Pega Rules Process Commander concepts including rulesets, rules, properties, flows, work objects, and integration methods.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Ticket events impact

  1. All flows related to this work object which have the ticket
  2. All Flows related to work object which are being executed at that time and have the ticket
  3. One flow related to work object which is being executed at that time and have the ticket
  4. All flows related to the work object
Question 2 Multiple Choice (Single Answer)

ServiceLevel used to set SLA's comes under the following menu

  1. Technical
  2. SysAdmin
  3. Process
  4. Security
Question 3 Multiple Choice (Single Answer)

Following doesn't come under 'Event Types To Trace' tab of Tracer

  1. Flow
  2. Declare Constraint
  3. Declare Decision Tree
  4. Activity Steps
Question 4 Multiple Choice (Single Answer)

Main difference between Property-Map-Value method and Property-Map-ValuePair method is

  1. Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice
  2. Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass two row inputs
  3. Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass a single row input and single column input
  4. Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass multiple row inputs
Question 5 Multiple Choice (Single Answer)

External systems access PRPC application data and processes using

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

Correspondence Types are of type

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

Which can be specified repeated number of times (in SLA)

  1. Goal
  2. Deadline
  3. Late
  4. All of the above
Question 8 Multiple Choice (Single Answer)

What is correct sequence in SmartBuild

  1. Class Structure, Properties, User Interface, Activities
  2. Class Structure, Properties, Activities,User Interface
  3. Properties, Class Structure, User Interface, Activities
  4. Class Structure, Activities,Properties, User Interface
Question 9 Multiple Choice (Single Answer)

Pick a method used to display XML Formatted page

  1. Show-Page
  2. Show – XML
  3. Apply-Parse-XML
  4. Display – XML
Question 10 Multiple Choice (Single Answer)

How can different operators share the same workbasket

  1. Ids should be in same WorkGroup
  2. Ids should be in same Classgroup
  3. Ids should be in same WorkPool
  4. Ids should be in same AccessGroup
Question 11 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 12 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 13 Multiple Choice (Single Answer)

Rule-Obj-When is mapped to which shape

  1. Decision
  2. Logic
  3. Fork
  4. Ticket
Question 14 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 15 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 16 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 17 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 18 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 19 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 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