Pega Flow Design and Workflow Concepts

Test your knowledge of Pega/PRPC workflow design including flows, assignments, routers, work objects, workbaskets, work parties, and various flow shapes and actions.

20 Questions Published

Questions

Question 1 True/False

There must be one Connector emanating from a Decision for every possible return value.

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

An Integrator

  1. Can invoke any type of service rule
  2. Can invoke any type of connector rule
  3. The tasks performed by the Integrator are always run in parallel with the flow
  4. All of the above
Question 3 True/False

You can not create your own Routers

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

The Split Join

  1. Allows multiple subflows on the current work object to execute in parallel
  2. Allows multiple subflows on any one work object to execute in parallel
  3. Always resumes execution of the parent flow as soon as the first subflow completes
  4. All of the above
Question 5 Multiple Choice (Single Answer)

After dragging a Utility shape onto your flow, you use the Shape Properties SmartPrompt to find your Activity, but it’s not listed. What’s probably wrong?

  1. The Utility is not initialized
  2. The Utility is in the wrong class
  3. Your Activity is in the wrong class
  4. Your Activity is not set up as a Utility
Question 6 Multiple Choice (Single Answer)

If you want to enable SmartPrompt for the connectors emanating from a Decision

  1. Do nothing, this is automatic
  2. Include all possible return values on the Results tab of the Decision
  3. Include the Result list in the Properties for this Decision Shape
  4. All of the above
Question 7 True/False

A flow can have more than one Start Flow shape

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

In a Utility, how do I set a Status that can be tested in the flow?

  1. Use a Java step
  2. Call History-Add
  3. Use the TaskStatus-Add method
  4. Use a Transition
Question 9 Multiple Choice (Single Answer)

Which of the flow shapes can be used for a path execution in a situations like “if...then” logic?

  1. Utility
  2. Decision tree
  3. Router
  4. Split for Each
Question 10 Multiple Choice (Single Answer)

Complete the following sentence: Work parties are…

  1. people or groups interested in the progress and resolution of a particular work object, but who do not necessarily perform the work in the application
  2. clusters of associated work objects, usually relating to a single customer.
  3. people or groups who are authorized to perform on restricted types of work objects
  4. users set up in the system that are responsible for the timely resolution of outstanding work objects.
Question 11 Multiple Choice (Single Answer)

When adding a Connector to an Assignment, the Likelihood associated with the Action represents which of the following?

  1. The likelihood that a benchmark is to be met
  2. An indication of how likely it is that the work follows the specified path
  3. The likelihood that a goal will be met
  4. The likelihood that a goal will not be met
Question 12 Multiple Choice (Single Answer)

Which of the following violates a SmartBuild best practice regarding flow design?

  1. An Assignment with three Connector Flow Actions and four Local Flow Actions
  2. A flow that calls more than two sub flows
  3. A flow with four utility shapes linked together
  4. A flow that spans multiple Visio pages
Question 13 Multiple Choice (Single Answer)

People and entities who are interested in the execution and progress of the work object are called as __________________________

  1. WorkParties
  2. WorkList
  3. WorkBasket
  4. Workgroups
Question 14 Multiple Choice (Single Answer)

A Process Flow has been designed that routes an assignment to a HR manager. An additional requirement is that the HR Manger be able to attach a budget sheet to the assignment before approving the assignment. This can be accomplished using a:

  1. Rule-Template-Excel instance
  2. Local Assignment
  3. Connector Flow Action
  4. Correspondence Rule
  5. Local Flow Action
Question 15 Multiple Choice (Single Answer)

If your Assignment shape uses the standard rule "Worklist" and your Router uses the standard rule "ToWorkBasket",what happens

  1. The flow will not save
  2. The flow will be suspended
  3. The flow will save,but an execution Java eaception will be raised
  4. The flow will be suspended,and control will be transferred to the FlowProblems flow
Question 16 Multiple Choice (Single Answer)

A workbasket is…

  1. a synonym for work group
  2. a collection of worklists
  3. a set of assignments for one user, ordered by a Work Object property known as “urgency.”
  4. a pool of work assignments awaiting processing by any of a group of users, rather than a particular user.
Question 17 Multiple Choice (Single Answer)

In describing a Router, which of the following statement is false?

  1. Routers tell Assignments specifically where they should go.
  2. Routers are not required on every Assignment.
  3. Routers execute specific Activities.
  4. Many Routers of the same name may exist in a single Visio flow.
Question 18 Multiple Choice (Single Answer)

What is usually the preferred way for an activity to create a work object in a flow

  1. Trick question – activities can’t start flows
  2. Use the Flow-New method
  3. Call Add
  4. Use the Utility shape
Question 19 Multiple Choice (Single Answer)

Worklist is one standard Assignment Activity. What are the others

  1. Workbasket
  2. Workbasket & Router
  3. Workbasket, Agent, & External
  4. Workbasket, Agent, & Router
Question 20 Multiple Choice (Single Answer)

You can use Activity Parameters to set

  1. The work object status
  2. The assignment status
  3. Both
  4. Neither