Pega PRCP Platform Fundamentals

Test your knowledge of Pegasystems PRPC (PegaRULES Process Commander) platform fundamentals including flow actions, activities, rules, classes, service levels, declarative rules, decision tables, tracing, methodology, models, attachments, backward chaining, integrator shapes, and lock mechanisms.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Guardrails say: “Your Flows must not contain more than 15 SmartShapes (Excluding Connectors/Routers)”. If use more than 15 smartshapes…

  1. a) Increase complexity and difficult to debug.
  2. b) Decrease Performance.
  3. c) Decreases clarity
  4. d) All the above - a, b and c
Question 2 Multiple Choice (Single Answer)

When a cover object has two covered work object as A, and B, then when the A is open for transaction what the locking mechanism is

  1. a. Both A and B is locked
  2. b. B is only locked
  3. c. A is only locked
  4. d. Neither A nor B is locked
  5. e. A and cover is locked
Question 3 Multiple Choice (Single Answer)

While keeping a work object in perform harness which is in a cover object the lock mechanism that applies

  1. a. Only cover object would be locked
  2. b. Only work object would be locked
  3. c. Both would be locked
  4. d. Either one would be locked
Question 4 Multiple Choice (Single Answer)

If integrator shape is used within a flow, what type of activity will it refer?

  1. a. Route
  2. b. Utility
  3. c. Connect
  4. d. Assign
  5. e. Locate
Question 5 True/False

Backward chaining provides the automatic calculation of the property by executing the declarative rule, when a value is needed for a property, rather than when inputs change. For example, if the Area property depends on the Length and Width property, then backword chaining causes the Area property to be recomputed each time the Area property is required/ referred

  1. True
  2. False
Question 6 True/False

The various standard attachments PRPC supports are a. File ( Data-WorkAttach-File) b. Note ( Data-WorkAttach-Note) c. Scanned document ( Data-WorkAttach-ScannDocument) d. Screenshot ( Data-WorkAttach-ScreenShot) e. URL ( Data-WorkAttach-URL)

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

Which is false about Model Chaining?

  1. a. It overrides properties
  2. b. It doesn’t override properties
  3. c. Calls super class model if super class modeling enabled
  4. d. Use identical names for the model
Question 8 Multiple Choice (Single Answer)

If organization setup wizard is used, what rules needs to create manually before running the setup wizard?

  1. a. Top level class
  2. b. Rule Set
  3. c. None
  4. d. Application Rule
Question 9 Multiple Choice (Multiple Answers)

How to initialize a property in a model rule? (Choose 4)

  1. a. Property reference in value field
  2. b. Literal Value
  3. c. Using Property-Set method
  4. d. Calling a Function
  5. e. Boolean Expression
Question 10 Multiple Choice (Single Answer)

Stages of Pega Systems approach are

  1. a. BVA,Elaboration,Conception,Construction,Transition
  2. b. BVA,Elaboration, Construction, Conception,Transition
  3. c. BVA,Conception,Elaboration,Transition,Construction
  4. d. BVA,Conception,Elaboration,Construction,Transition
Question 11 Multiple Choice (Single Answer)

Business Value assessment is

  1. a. The Business Value Assessment, a stage of the Pegasystems professional services project implementation methodology, defines the success factors and expected return on investment of the project. A business architect has a major role in this stage.
  2. b. The Business Value Assessment, a stage of the Pegasystems professional services project implementation methodology, defines the requirements of the project. A Tech Lead has a major role in this stage.
  3. c. The Business Value Assessment, a stage of the Pegasystems professional services project implementation methodology, defines the project plan and high level design.
  4. d. It is one of the frameworks.
Question 12 Multiple Choice (Multiple Answers)

An activity checked out and modified throwing an exception but not shown in the tracer, possible reasons could be (Choose 2)

  1. a. Personal Rule set is not selected in Tracer Options “Rule Set to trace”
  2. b. Exception have not been selected in Tracer Options “Events to Trace”
  3. c. Exception have not been selected in Trace Options “Break Conditions”
  4. d. Checked out rules are not traced in tracer tool.
Question 13 Multiple Choice (Single Answer)

How to refer the decision table? Decision table can be referred from three other rules

  1. a. From decision shape of flow rule
  2. b. In an activity you can evaluate the decision table using Property-Map-DecisionTable. By doing so, we can set a property value with the return value of the decision table
  3. c. Decision table can be referred from R-D-E
  4. d. All of the above
Question 14 Multiple Choice (Single Answer)

Which declarative rule is used to run an activity when the value of a specified property changes ?

  1. Declare Expressions
  2. Declare Constraint
  3. Declare Trigger
  4. Declare OnChange
Question 15 Multiple Choice (Single Answer)

Which two functions can be directly configured within a service level rule ?

  1. reset the value of a property, execute an activity upon reaching a deadline
  2. reset the value of a property, generate an error message
  3. reset the value of a property, increase work object urgency upon reaching a goal
  4. execute an activity upon reaching a deadline, increase work object urgency upon reaching a goal
Question 16 Multiple Choice (Single Answer)

What standard class that can be used for an 'Originator' party ?

  1. Data-Operator-Party
  2. Data-Party-Operator
  3. Party-Data-Operator
  4. Party-Operator-Data
Question 17 Multiple Choice (Single Answer)

As a best practice which step should be added to the end of this activity 1. Page-New 2. Obj-Open 3. Property-Set 4. Call UpdateStatus

  1. Page-Remove
  2. Property-Set .pyFlowName to the flow name
  3. Obj-Refresh-And-Lock
  4. Obj-Save
Question 18 Multiple Choice (Single Answer)

Use __________ to check whether users have entered valid property values into an HTML form

  1. Rule-Form-HTML
  2. Rule-Obj-Validate
  3. Property-Validate method
  4. Page-Validate method
Question 19 Multiple Choice (Single Answer)

Which three index keywords are used in activities to identify certain elements of aggregate properties ?

  1. (<INSERT>) (<NEXT>) (<END>)
  2. (<PREPEND>) (<NEXT>) (<END>)
  3. (<APPEND>) (<NEXT>) (<END>)
  4. (<APPEND>) (<INSERT>) (<PREPEND>)
Question 20 Multiple Choice (Single Answer)

Which one of the following statements is true ?

  1. There are two types of flow actions: ticket and parameter
  2. The system saves data recording an assignment in instances of the Work-Workbasket class or Work-Worklist class
  3. There are two types of flow actions: Connector and Local
  4. The system saves data recording an assignment in instances of the Data-Workbasket class or Data-Worklist class