PRPC Rules and Configuration

Test your knowledge of PegaRULES Process Commander (PRPC) including rules, classes, flows, harnesses, properties, activities, and configuration concepts.

20 Questions Published

Questions

Question 1 True/False

Purpose of Application rule is to define an ordered set of Rule Sets and versions that together identify the parts of a Process Commander application

  1. True
  2. False
Question 2 Multiple Choice (Multiple Answers)

Auto generated html option available in the following rules (Choose 2)

  1. a. Section
  2. b. HTML fragment
  3. c. Flow Action
  4. d. Harness
  5. e. Property
  6. f. HTML Property
Question 3 Multiple Choice (Single Answer)

There are basically four ways to get into another flow from current flow. These are

  1. a. Called Flow
  2. b. Spin-off Flow
  3. c. Split for Each
  4. d. Split Join
  5. e.All of the above
  6. f. None of the above
Question 4 True/False

Access groups are instances of the class Data-Admin-Operator-AccessGroup

  1. True
  2. False
Question 5 Multiple Choice (Multiple Answers)

Report can be generated for which of the following (choose three)

  1. a. Rule-
  2. b. Code-
  3. c. Assign-
  4. d. Data-
Question 6 True/False

All the classes except @baseclass should have directed inheritance

  1. True
  2. False
Question 7 Multiple Choice (Multiple Answers)

Where we can use when condition in an activity? (Choose 2)

  1. a. Precondition
  2. b. Transition
  3. c. Step Method
  4. d. Parameter
  5. e. Loop
Question 8 Multiple Choice (Multiple Answers)

Rule can be Created with Quick create (Choose 2)

  1. a. Decision Tree
  2. b. Map Value
  3. c. When
  4. d. Decision Table
  5. e. Property
Question 9 Multiple Choice (Single Answer)

These are the Classes mapping to respective tables Class Table Work-Object PC_Work Work- PC_Work Policy-Admin-Work PC_PolAdmin If a new class created under “Policy-Admin-Work” class group which table it will be saved.

  1. a. PC_Work
  2. b. PC_Other
  3. c. PC_PolAdmin
  4. d. Base Table
Question 10 Multiple Choice (Single Answer)

There are 5 fixed values to be prompted for a field in user interface. What is to be selected in Table edit tab of the property?

  1. a. Local List
  2. b. RemoteList
  3. c. FieldValue
  4. d. ClassKey
Question 11 Multiple Choice (Single Answer)

“Transition” part is used in an activity

  1. a. To transfer control to another activity
  2. b. Evaluated before each step is executed
  3. c. Is automatically enabled when activity created
  4. d. True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.
Question 12 Multiple Choice (Multiple Answers)

Assignment smart shape can have following properties (Select 4)

  1. a. Router activity
  2. b. Assignment activity
  3. c. Local action
  4. d. CorrName
  5. e. Confirmation Note
Question 13 Multiple Choice (Single Answer)

When covered object is in transaction what is the page created for work cover

  1. a. pyCoverPage
  2. b. pyWorkCover
  3. c. pyCover
  4. d. pyWorkPage
Question 14 Multiple Choice (Single Answer)

What is a best practice for creating work class and cover class?

  1. a. They should be in different rule sets since they are 2 distinct classes
  2. b. They should be in same rule set
  3. c. It’s not a good practice to create flows in cover class
  4. d. Always add covered objects from cover
Question 15 Multiple Choice (Multiple Answers)

When using Organization set up wizard, If ABC is entered as the Organization, what users will it be creating? (Choose 3)

Question 16 True/False

Embedded pages can be incorporated in to a nested embedded pages

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

Developer1 added custom code to a rule-html-section removing auto-generated HTML check box. Developer2 clicked Auto-generated HTML check box later and saved the same rule. Then what happened to custom code that developer1 entered?

  1. a)Custom code will be there.
  2. b) Custom code is removed when Auto Generated HTML check box is checked again.
  3. c) Custom code will be commented when Auto Generated HTML check box is checked again.
  4. d) Cannot check Auto Generated HTML check box once it is unchecked.
Question 18 Multiple Choice (Single Answer)

What is true about “NewDefaults” standard activity?

  1. a)Used to set the initial static values when a work object is created.
  2. b) In PRPC product it is a place holder activity (Dummy activity)
  3. c) Can incorporate functionality that needs to be implemented before displaying harness new.
  4. d) A , B and C
  5. e) B and C
  6. f) Only C
Question 19 Multiple Choice (Single Answer)

StartDate property is a single value date property. When that property is shown to the user in perform harness, customer says he/she wants to have icon alongside that property. What is the Rule-HTML-Property that the property needs to refer?

  1. a) Date
  2. b) Date-Icon
  3. c) Date-Calendar
  4. d) Date-Time- Calendar
Question 20 Multiple Choice (Multiple Answers)

Properties (availability Yes) with same name can be created in… (Choose 3)

  1. a) Same rule set in the same class
  2. b) Same rule set in the different classes
  3. c) Different rule sets in the same class
  4. d) Different rule sets in the different classes