Pega Process Configuration & Administration
Quiz on Pega/Process Commander topics including locking, work objects, activities, flows, properties, rules, UI components, and services configuration.
Questions
Which of the following are true?
- Repeating lay outs are using page lists and page groups
- You can display lists as row or columns (Top to Bottom or Left to Right)
- You can only display a list as a row repeating list display (from top to bottom)
- No support is available for tabs when displaying repeating layouts
- It is possible to use a section rule to display the data for the repeating element
which of the services require a listener
- JMS
- EJB
- SOAP
- HTTP
Thread scoped declarepages are removed from memory when
- requestor logs off
- requestor session expires
- user is timed out
- None
You can create reports as graphs using which of the following mechanisms?
- Using the Obj-Graph Method
- List View
- Summary View
- Either a Summary View or a List View
What is the primary purpose of the generated Framework class layer?
- As a replacement for the Pega supplied Work- classes
- To contain specialized rules used by the application.
- As a temporary placeholder for a Pega purchased Framework
- To contain rules that will be used across the enterprise.
Which among the following is true
- summary view can call another summary view
- summary view can call a detailed view
- list view can have parameters as input
- summary view and list view can have privileges associated with them
Select the correct option in context of screen flows.
- Cannot be a starter flow
- It should not have any entry point
- can be a starter flow
- None
Check in and Check Out is applicable only to the instances of which of the following family of classes
- Data-
- History-
- Rule-
- Work-
- All of above
- None of above
Properties that have prefix px can only be set only with following method
- Property-Set
- Property-Set-Px
- Property-Set-Special
- Property-Configure-Px
Which of the following ways property called myProperty in primary page can be obtained
- .myProperty
- Primary. myProperty
- local.myProperty
- Primary. MyProperty
- .MyProperty
- primary.myProperty
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
- pzInsStream
- PzPVStream
- pzObjStream
- pzRefStream
BannWorkcreation date is 09/13/2009 and current system date is 09/20/2009. which of the following circumstance activity will be called.
- BannworkCreation (as-of) 09/13/2009 and system date range 01/01/2009 to 12/30/2009
- BannworkCreation (as-of) 09/12/2009 and system date range 09/21/2009 to 09/30/2009
- BannworkCreation (as-of) 09/01/2009 and system date range 09/21/2009 to 09/30/2009
- None
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.
- Flow for a class
- Model for a class
- Activity for a class
- Flow action for a class
- Instance of any class
When migrating a Rule-Admin-Product-Patch from one environment to another, you must first have migrated a Rule-Admin-Product.
- True
- False
For which purpose can out of the box activities be used?
- To route work
- To update the status of a work object
- To add work to a cover or folder
- All of the above
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?
- pyIterationNumber
- pyForEach
- pyForEachCount
- pyCount
Which shape allows you to spawn a flow for each element in an embedded list?
- Spin-Off
- Sub-Flow
- Swim Lane
- Split-forEach
You must always define the primary page of an activity on the Pages & Classes tab.
- True
- False
Can a cover and a covered work object belong to different class groups?
- True
- False
What is the difference between a database lock and an object lock?
- Object level locks persist for longer than database level lock and prevent two users from making changes to the record simultaneously
- Database locks are held for a longer duration than object locks
- Both
- None