Pega Process Configuration & Administration

Quiz on Pega/Process Commander topics including locking, work objects, activities, flows, properties, rules, UI components, and services configuration.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which of the following are true?

  1. Repeating lay outs are using page lists and page groups
  2. You can display lists as row or columns (Top to Bottom or Left to Right)
  3. You can only display a list as a row repeating list display (from top to bottom)
  4. No support is available for tabs when displaying repeating layouts
  5. It is possible to use a section rule to display the data for the repeating element
Question 2 Multiple Choice (Single Answer)

which of the services require a listener

  1. JMS
  2. EJB
  3. SOAP
  4. HTTP
Question 3 Multiple Choice (Multiple Answers)

Thread scoped declarepages are removed from memory when

  1. requestor logs off
  2. requestor session expires
  3. user is timed out
  4. None
Question 4 Multiple Choice (Single Answer)

You can create reports as graphs using which of the following mechanisms?

  1. Using the Obj-Graph Method
  2. List View
  3. Summary View
  4. Either a Summary View or a List View
Question 5 Multiple Choice (Single Answer)

What is the primary purpose of the generated Framework class layer?

  1. As a replacement for the Pega supplied Work- classes
  2. To contain specialized rules used by the application.
  3. As a temporary placeholder for a Pega purchased Framework
  4. To contain rules that will be used across the enterprise.
Question 6 Multiple Choice (Multiple Answers)

Which among the following is true

  1. summary view can call another summary view
  2. summary view can call a detailed view
  3. list view can have parameters as input
  4. summary view and list view can have privileges associated with them
Question 7 Multiple Choice (Single Answer)

Select the correct option in context of screen flows.

  1. Cannot be a starter flow
  2. It should not have any entry point
  3. can be a starter flow
  4. None
Question 8 Multiple Choice (Single Answer)

Check in and Check Out is applicable only to the instances of which of the following family of classes

  1. Data-
  2. History-
  3. Rule-
  4. Work-
  5. All of above
  6. None of above
Question 9 Multiple Choice (Single Answer)

Properties that have prefix px can only be set only with following method

  1. Property-Set
  2. Property-Set-Px
  3. Property-Set-Special
  4. Property-Configure-Px
Question 10 Multiple Choice (Multiple Answers)

Which of the following ways property called myProperty in primary page can be obtained

  1. .myProperty
  2. Primary. myProperty
  3. local.myProperty
  4. Primary. MyProperty
  5. .MyProperty
  6. primary.myProperty
Question 11 Multiple Choice (Single Answer)

We know that there are two mechanisms in which an instance is taken care to be stored in database. These are, 1. There will be a column for some of the properties of instance 2. Additionally there will be another column to store entire instance as BLOB Specify the column name in which instance is stored as BLOB

  1. pzInsStream
  2. PzPVStream
  3. pzObjStream
  4. pzRefStream
Question 12 Multiple Choice (Single Answer)

BannWorkcreation date is 09/13/2009 and current system date is 09/20/2009. which of the following circumstance activity will be called.

  1. BannworkCreation (as-of) 09/13/2009 and system date range 01/01/2009 to 12/30/2009
  2. BannworkCreation (as-of) 09/12/2009 and system date range 09/21/2009 to 09/30/2009
  3. BannworkCreation (as-of) 09/01/2009 and system date range 09/21/2009 to 09/30/2009
  4. None
Question 13 Multiple Choice (Single Answer)

Each record in (row) in relational database corresponds to one of the following in Process Commander. In other words, one row in table is created whenever following of process commander is created.

  1. Flow for a class
  2. Model for a class
  3. Activity for a class
  4. Flow action for a class
  5. Instance of any class
Question 14 True/False

When migrating a Rule-Admin-Product-Patch from one environment to another, you must first have migrated a Rule-Admin-Product.

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

For which purpose can out of the box activities be used?

  1. To route work
  2. To update the status of a work object
  3. To add work to a cover or folder
  4. All of the above
Question 16 Multiple Choice (Single Answer)

When processing a For loop or iterating over a Value List or Page List, which standard parameter would you inspect to get the value of the current iteration?

  1. pyIterationNumber
  2. pyForEach
  3. pyForEachCount
  4. pyCount
Question 17 Multiple Choice (Single Answer)

Which shape allows you to spawn a flow for each element in an embedded list?

  1. Spin-Off
  2. Sub-Flow
  3. Swim Lane
  4. Split-forEach
Question 18 True/False

You must always define the primary page of an activity on the Pages & Classes tab.

  1. True
  2. False
Question 19 True/False

Can a cover and a covered work object belong to different class groups?

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

What is the difference between a database lock and an object lock?

  1. Object level locks persist for longer than database level lock and prevent two users from making changes to the record simultaneously
  2. Database locks are held for a longer duration than object locks
  3. Both
  4. None