PEGA PRPC Activities and Methods
Quiz covering PEGA PRPC activities, methods, clipboard operations, and development fundamentals
Questions
Which statement about Local Variables is true?
- (a) They are stored on the clipboard as temporary variables
- (b) They exist only within the context of an activity
- (c) They can be stored in the database
- (d) They are stored in a named page that is created automatically
Pages and Classes in Activities:
- (a) Are used to link Page Names to a Class within PRPC
- (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class
- (c) Correspond to the Pages on the Clipboard
- (d) All of the above
To loop through an embedded page in an activity, the directive to use is:
- (a) Loop
- (b) Get Next
- (c) For Each
- (d) For Next
Which method will instantiate a new page in the clipboard?
- (a) New-Page
- (b) Open-Page
- (c) Page-New
- (d) Page-Open
Which method causes the system to end the current activity and the calling activity,continue with the next activity on the requestor's activity list?
- (a) Activity-End
- (b) End-Activity
- (c) Exit-Activity
- (d) Activity-Exit
To create a work object from an activity:
- (a) Create a step page of the class of the work object
- (b) Call the Add activity
- (c) Enter the name of a starting harness
- (d) All of the above
- (e) None of the above; activities cannot create work objects
What is the class of the top level clipboard page created by the Obj-List method?
- (a) Code-Pega-List
- (b) Rule-Pega-Obj
- (c) pxResults
- (d) The same class as the returned instance
What type of activity is used for Integration smart shape?
- a) Router
- b) Assign
- c) Utility
- d) Connect
___________Check box in Obj-Save method and__________Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method
- a. Immediate, Write-Now
- b. Write-Now, Immediate
- c. Save-Now, Immediate
- d. Immediate, Save-Now
Which of the following method is used for viewing any step page’s info in XML format (especially for the purpose of debugging)
- a.Show-XML
- b.Show-Html
- c.Show-Page
- d.Show-Step-Page
Which statement about Local Variables is true?
- (a) They are stored on the clipboard as temporary variables
- (b) They exist only within the context of an activity
- (c) They can be stored in the database
- (d) They are stored in a named page that is created automatically
Pages and Classes in Activities:
- (a) Are used to link Page Names to a Class within PRPC
- (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class
- (c) Correspond to the Pages on the Clipboard
- (d) All of the above
To loop through an embedded page in an activity, the directive to use is:
- (a) Loop
- (b) Get Next
- (c) For Each
- (d) For Next
Which method will instantiate a new page in the clipboard?
- (a) New-Page
- (b) Open-Page
- (c) Page-New
- (d) Page-Open
Which method causes the system to end the current activity and the calling activity,continue with the next activity on the requestor's activity list?
- (a) Activity-End
- (b) End-Activity
- (c) Exit-Activity
- (d) Activity-Exit
To create a work object from an activity:
- (a) Create a step page of the class of the work object
- (b) Call the Add activity
- (c) Enter the name of a starting harness
- (d) All of the above
- (e) None of the above; activities cannot create work objects
What is the class of the top level clipboard page created by the Obj-List method?
- (a) Code-Pega-List
- (b) Rule-Pega-Obj
- (c) pxResults
- (d) The same class as the returned instance
What type of activity is used for Integration smart shape?
- a) Router
- b) Assign
- c) Utility
- d) Connect
___________Check box in Obj-Save method and__________Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method
- a. Immediate, Write-Now
- b. Write-Now, Immediate
- c. Save-Now, Immediate
- d. Immediate, Save-Now