PEGA PRPC Activities and Methods

Quiz covering PEGA PRPC activities, methods, clipboard operations, and development fundamentals

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which statement about Local Variables is true?

  1. (a) They are stored on the clipboard as temporary variables
  2. (b) They exist only within the context of an activity
  3. (c) They can be stored in the database
  4. (d) They are stored in a named page that is created automatically
Question 2 Multiple Choice (Single Answer)

Pages and Classes in Activities:

  1. (a) Are used to link Page Names to a Class within PRPC
  2. (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class
  3. (c) Correspond to the Pages on the Clipboard
  4. (d) All of the above
Question 3 Multiple Choice (Single Answer)

To loop through an embedded page in an activity, the directive to use is:

  1. (a) Loop
  2. (b) Get Next
  3. (c) For Each
  4. (d) For Next
Question 4 Multiple Choice (Single Answer)

Which method will instantiate a new page in the clipboard?

  1. (a) New-Page
  2. (b) Open-Page
  3. (c) Page-New
  4. (d) Page-Open
Question 5 Multiple Choice (Single Answer)

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?

  1. (a) Activity-End
  2. (b) End-Activity
  3. (c) Exit-Activity
  4. (d) Activity-Exit
Question 6 Multiple Choice (Single Answer)

To create a work object from an activity:

  1. (a) Create a step page of the class of the work object
  2. (b) Call the Add activity
  3. (c) Enter the name of a starting harness
  4. (d) All of the above
  5. (e) None of the above; activities cannot create work objects
Question 7 Multiple Choice (Single Answer)

What is the class of the top level clipboard page created by the Obj-List method?

  1. (a) Code-Pega-List
  2. (b) Rule-Pega-Obj
  3. (c) pxResults
  4. (d) The same class as the returned instance
Question 8 Multiple Choice (Single Answer)

What type of activity is used for Integration smart shape?

  1. a) Router
  2. b) Assign
  3. c) Utility
  4. d) Connect
Question 9 Multiple Choice (Single Answer)

___________Check box in Obj-Save method and__________Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method

  1. a. Immediate, Write-Now
  2. b. Write-Now, Immediate
  3. c. Save-Now, Immediate
  4. d. Immediate, Save-Now
Question 10 Multiple Choice (Single Answer)

Which of the following method is used for viewing any step page’s info in XML format (especially for the purpose of debugging)

  1. a.Show-XML
  2. b.Show-Html
  3. c.Show-Page
  4. d.Show-Step-Page
Question 11 Multiple Choice (Single Answer)

Which statement about Local Variables is true?

  1. (a) They are stored on the clipboard as temporary variables
  2. (b) They exist only within the context of an activity
  3. (c) They can be stored in the database
  4. (d) They are stored in a named page that is created automatically
Question 12 Multiple Choice (Single Answer)

Pages and Classes in Activities:

  1. (a) Are used to link Page Names to a Class within PRPC
  2. (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class
  3. (c) Correspond to the Pages on the Clipboard
  4. (d) All of the above
Question 13 Multiple Choice (Single Answer)

To loop through an embedded page in an activity, the directive to use is:

  1. (a) Loop
  2. (b) Get Next
  3. (c) For Each
  4. (d) For Next
Question 14 Multiple Choice (Single Answer)

Which method will instantiate a new page in the clipboard?

  1. (a) New-Page
  2. (b) Open-Page
  3. (c) Page-New
  4. (d) Page-Open
Question 15 Multiple Choice (Single Answer)

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?

  1. (a) Activity-End
  2. (b) End-Activity
  3. (c) Exit-Activity
  4. (d) Activity-Exit
Question 16 Multiple Choice (Single Answer)

To create a work object from an activity:

  1. (a) Create a step page of the class of the work object
  2. (b) Call the Add activity
  3. (c) Enter the name of a starting harness
  4. (d) All of the above
  5. (e) None of the above; activities cannot create work objects
Question 17 Multiple Choice (Single Answer)

What is the class of the top level clipboard page created by the Obj-List method?

  1. (a) Code-Pega-List
  2. (b) Rule-Pega-Obj
  3. (c) pxResults
  4. (d) The same class as the returned instance
Question 18 Multiple Choice (Single Answer)

What type of activity is used for Integration smart shape?

  1. a) Router
  2. b) Assign
  3. c) Utility
  4. d) Connect
Question 19 Multiple Choice (Single Answer)

___________Check box in Obj-Save method and__________Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method

  1. a. Immediate, Write-Now
  2. b. Write-Now, Immediate
  3. c. Save-Now, Immediate
  4. d. Immediate, Save-Now