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
(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 of the following is not a benefit of using Design Patterns?
They provide a common language for design discussions.
They provide solutions to "real-world" problems.
They communicate the insight already gained previously.
They provide solutions to totally novel problems.