Ravi Questions.txt

  1. 1. Can you save a profile?
    Yes
  2. 2. What format?
    Zip and Word
  3. 3. Can you customize the word doc from profile?
    Yes
  4. 4. Can you also customize the other word template (Application > Document)?
    Yes
  5. 5. Can flows be executed in draft mode?
    Yes
  6. 6. What is a local action?
    It does not move forward (below the dotted line) in the flow
  7. 7. Where are work parties stored?

    What Types can you create?
    Data-Party-

    Com/Org/Gov/Person/Operator
  8. 8. Can a work object belong to more than a folder?
    Yes
  9. 9. Work objects that are instantiated inherit from which class?
    Work-object
  10. 10. Folder objects that are instantiated inherit from which class?
    Work-folder
  11. 11. Cover objects that are instantiated inherit from which class?
    work-cover
  12. 12. Cover/Covered Relation:

    1-1?
    1-0?
    1-many?
    All of the above
    All of the above
  13. 13. Databases must inherit from data- and have a unique ID - True or False?
    True
  14. 14. Can a user modify a portal rule?
    Yes
  15. 14. Pega methodology is based on which existing methodology?
    RUP - Rational Unified Process
  16. 15. What are the 4 stages of our methodology
    • Inception
    • Elaboration/Construction
    • Transition
    • Production (go-live)
  17. 16. At what stage would you create atomic use cases?
    Inception and Elaboration/Construction
  18. 17. which stage describes the functional scope of work?
    Inception
  19. 18. Look at this class name: abc-def-hij-work-. What can you tell about it?
    It is an abstract class
  20. 19. Which of the following objects is either rule or a data instance?
    • Ticket - rule
    • Section - rule
    • Flow - rule
    • Harness - rule
    • Access group - data
    • Workgroup - data
    • Workbasket - data
    • Operator - data
  21. 20. Rule classes originated from the rule- baseclass?
    Yes
  22. 21. Data instances classes originated from the data- baseclass - True or False?
    True
  23. 22. All rules belong to a rule set?
    True (should be false - application rule)
  24. 23. Where should your top-level org class directly inherit from?
    Work- (in bootcamp it inherited from baseclass)
  25. 24. Data instances do not belong to ruleset - True or False?
    True
  26. 25. Only rules should be subject to rule resolution - True or False?
    True
  27. 26. Data instances can not be subject to rule resolution - True or False?
    True
  28. 27. Rules can be migrated from a system to another - True or False?
    True
  29. 28. data instances can not be migrated from a system to another - True or False?
    False
  30. 29. Rule classes are displayed in the rule by type explorer - True or False?
    True
  31. 30. Data classes are not displayed in the rule by type explorer - True or False?
    False
  32. 31. What are the 5 standard users?
    • Admin
    • Workuser
    • Workmanager
    • Sys architect
    • Process architect
  33. 32. Which rule identifies rulesets and data instances for migration?
    Rule-Admin-Product
  34. 33. Does prdbutil adds division and units to an existing org class structure?
    No
  35. 34. Does dbutil create division and unit level classes?
    No
  36. 35. Does prdbutil create flow rules?
    No. Accelerator does.
  37. 36. Does prdbutil set up organization level rules prior to run accelerator?
    Yes
  38. 36. What ruleset is required to run for profile and accelerator?
    Pega-appDefinition
  39. 37. What types of rulesets are available in PRPC?
    Override, personal, production, standard, component, shared
  40. 38. How do you order rule sets for runtime?
    Specific to general
  41. 39. We have the ruleset RS:03-04-25 on our list.
    • Do we have access to ruleset 03-04-20? Yes
    • Do we have access to ruleset 03-03-01? Yes
    • Do we have access to ruleset 02-01-01? No
    • Do we have access to ruleset 03-05-01? No
  42. 40. Can rules be added to a locked ruleset?
    No
  43. 41. Can I delete a rule in a locked ruleset?
    No
  44. 42. What is a work party?
    It's someone who is interested in the outcome of the work object.
  45. 43. What are the primary functions of our methodology?
    • Scope of the work and sizing
    • Design and implementation
    • Document
  46. 44. Our IDE is composed of:
    • BPM (Process/Flows)
    • BRE (Rules Engine - Decisions, Activities, Declaratives)
    • UI (Interface)
    • Different views (Portals)
    • DB (Pega Rules DB)
  47. 45. Can I save a rule and have associated it with class and save it in another ruleset?
    Yes
  48. 46. How do you set ruleset prerequisites?
    • Major-minor-patch (it automatically sets the minor and patch)
    • Specific to general rulesets
  49. 47. If I had a work object, what are the basic things about it?
    • ID
    • Status
    • Urgency
    • Flow
  50. 48. If I have a work object, can it belong to a folder?
    • Yes
    • Can a folder contain? Yes
    • Can a cover contain a folder? No
    • Can a cover contain a cover? No
    • Can a cover contain a work object? Yes
    • Can an object contain? No
  51. 49. What rule is modified to change the standard cover/covered locking behavior of a cover?
    Work-DetermineLockString (activity)
  52. 50. I have a covered item. It is created under a cover. What is the default locking behavior when the cover is opened on a perform harness?
    Cover and covered are locked
  53. 51. What class should a class group directly or indirectly inherit from?
    Work-
  54. 52. Do all work objects go into the pc_work DB table?
    No
  55. 53. Can I create my own mapping into a DB table?
    Yes
  56. 54. An object in memory is called what?
    A Page
  57. 55. Can abstract classes be instantiated?
    No
  58. 56. Work covers can be resolved automatically when all covered work objects are resolved?
    Yes
  59. 57. An implementation application cannot be reused across the organization?
    No
  60. 58. A framework defines a common interface for specific applications?
    Yes
  61. 59. A framework application is also known as a one-off application?
    No
  62. 60. What type of connector extends from a decision shape if it defines a decision tree?
    Status
  63. 61. What type of connector extends from a utility shape?
    Always
  64. 62. What type of connector extends from an assignment?
    Flow action

    (The shape which looks exactly like an assignment in a screen flow is a flow action)
  65. 63. When a work cover is the current object of focus, the clipboard page that represents that is what?
    pyWorkPage
  66. 64. When a covered work object is the current object of focus, the clipboard page that represents that is what?
    pyWorkPage
  67. 65. Where would be the cover represented in?
    pyWorkCover
  68. 66. A flow rule that does not include any user interaction is also known as what?
    Straight through processing
  69. 67. Can SLA be associated to a process flow assignment?
    Yes
  70. 68. Can it be associated to single work object?
    Yes
  71. 69. Flow rules invoked via an activity may be traced using the Tracer tool?
    Yes
  72. 70. Likelihood is an integer between 1 and 100.
    True
  73. 71. Likelihood coming from an assignment must equal 100.
    False
  74. 72. Likelihood values determine the presentation order in a Perform harness.
    True
  75. 73. Do router rules execute activity rules?
    Yes
  76. 74. Do flow rules execute activity rules?
    No
  77. 75. Do Integrator shapes execute activity rules?
    Yes
  78. 76. Does Utility execute activity rules?
    Yes
  79. 77. Does Fork execute activity rules?
    No
  80. 78. Which smart shape is used to instantiate a call to an external system?
    Integrator
  81. 79. What is the name of the queue of open assignments not associated to a single operator?
    Workbasket
  82. 80. What is the name of the queue of open assignments associated to a single operator?
    Worklist
  83. 81. How do I save an unfinished flow?
    Draft
  84. 82. What rule governs how w.o. are create, processed through the system be set as resolved?
    Flow
  85. 83. What rule drives the Run > Process > �?
    Class editor > Creates a w.o.
  86. 84. Will the system look in the current flow if a ticket is raised?
    Yes
  87. 85. Will the system look in a subflow of the current flow if a ticket is raised?
    Yes
  88. 86. Will the system look in active flow if a ticket is raised?
    Yes
  89. 87. Will the system look in a flow inheriting the current flow if a ticket is raised?
    No
  90. 88. What is maximum number of smart shapes you should have on the flow?
    15
  91. 89. Which shapes count? (if it does not have a connector out of it, except end shape)
    Notify, routers, comments, connectors
  92. 90. When creating a new property, and you use quick create what mode?
    Single value
  93. 91. When multiple pyDefault models are applied on the creation of a new w.o. how duplicate values of the same property handled?
    Overridden
  94. 92. Embedded pages cannot be nested inside other embedded pages
    False
  95. 93. Which harness rule is displayed as read-only and does not allow user input?
    Review
  96. 94. Name the 4 standard portal rules:
    • Work manager
    • Work user
    • Developer
    • Sys admin
  97. 95. How do you validate a user input?
    Validate rule
  98. 96. How do you validate an end user input when you create a new w.o.?
    onAdd validate rule
  99. 97. What HTML property causes the calendar to display a calendar?
    dateCalendar
  100. 98. Which portal rule display a dashboard with graphics allowing a quick review of the current work?
    Work manager
  101. 99. The rule inspector identifies which kind of rules?
    • Html
    • Declarative
    • Properties
    • Field values
  102. 100. A section rule has auto generated HTML checkbox unchecked. If I uncheck it, make changes. And another developer re-checks it, what happens?
    The custom code is overridden
  103. 101. What is a HTML fragment?
    A piece of HTML, JavaScript or Java code
  104. 102. Which method is used to retrieve w.o. info from PRPC DB?
    Obj-Open
  105. 103. What happens if an activity executes a Page-New method on a clipboard page which already exists?
    It is overridden
  106. 104. What does a page copy do?
    Creates a new copy
  107. 105. Remove a page?
    Page-Remove
  108. 106. Display a Page XML?
    Show-Page
  109. 107. How do we initiate a property?
    Property-Set
  110. 108. How do we unit test an activity?
    Check the May Start in Security tab, ensure the category is Activity and Click the Run button
  111. 109. Name 2 components of an activity rule where 1 condition can be used to evaluate a condition?
    Pre-condition and transition
  112. 110. Can a flow action call an activity?
    Before and after
  113. 111. Can an activity call another activity?
    Yes, with call method
  114. 112. Is call case-sensitive?
    No
  115. 113. Which decision rule would I use if I have nested if�s?
    Decision tree
  116. 114. Which decision would I use if I have 5 properties, each evaluated for 10 conditions?
    Table
  117. 115. Can a decision rule be referenced from within as flow rule?
    Yes
  118. 116. Can a decision rule be referenced from within as property rule?
    No
  119. 117. Can a decision rule be referenced from an activity?
    Yes
  120. 118. Can a decision rule be referenced from a declarative expression?
    Yes
  121. 119. If none of the rows in a decision table are true, what does it happen?
    Otherwise
  122. 120. What kind of connectors come out of a decision shape?
    Status
  123. 121. Where do I setup the outcomes of a decision table?
    In result tab
  124. 122. When creating a decision rule, the quick create can be used with which type?
    When
  125. 123. Declarative expressions constrain a property to a range of values - True or False?
    False.

    (Constraints do that)
  126. 124. Declarative expressions can return results from decision tables.
    True
  127. 125. Declarative expressions can perform calculations.
    True
  128. 126. Declarative expressions can execute activities upon creation of a w.o.
    False
  129. 127. Is there an activity which is automatically fired when I create a new w.o.?
    NewDefaults
  130. 128. When are ruleset pre requisites enforced?
    Design time
  131. 129. What are the 4 standard PRPC rule set?
    • Pega-ProCom (process commander)
    • Pega-IntSvcs (Internal Services)
    • Pega-WB
    • Pega-Rules
  132. Pega-IntSvcs (Internal Services)
    • Pega-WB
    • Pega-Rules
  133. 130. Should ruleset be locked prior to deployment?
    Yes
  134. 131. Can rules or locked rulesets be updated?
    No
  135. 132. Can rules or locked rulesets be deleted?
    No
  136. 133. Can rules or locked rulesets be added?
    No
  137. 134. Can I still check out rules?
    No
  138. 135. What rules must be created to define a rule set?
    Name and version
  139. 136. Why do we use Application rules?
    To access during run time.
  140. 137. Does an access group reference a work pool?
    Yes
  141. 138. What is the production ruleset used for?
    So it is unlocked in production for changes, to be maintained by Business
  142. 139. What is the maximum number of patches?
    99
  143. 140. What is the maximum number of minor versions?
    99
  144. 141. What is the maximum number of major versions?
    99
  145. 142. Should rules associated with work classes within a work pool reside in the same ruleset?
    Yes
  146. 143. What are the 3 data instances made of org hierarchy?
    Org, div and unit
  147. 144. Do ruleset pre-requisites identify major and minor only?
    No
  148. 145. Do ruleset pre- requisites support creation of runtime ruleset list?
    No
  149. 146. Do ruleset pre- requisites support creation of the design time ruleset list?
    Yes
  150. 147. What tool automatically creates the rules required to connect to an external system?
    Connector wizard
  151. 148. When the connector wizard is run, which rule type is saved into the application class group or work class
    An activity
  152. 149. What is a WSDL?
    Web Service Definition Language
  153. 150. Is the clipboard shared by all requestor?
    No
  154. 151. Is there a clipboard for each access group?
    No
  155. 152. Is there a clipboard for each requestor?
    Yes
  156. 153. Where does the clipboard live?
    In the server memory
  157. 154. When in development should you use PAL?
    Whenever you do major changes
  158. 155. Does PAL allow you to identify performance issues within your application?
    Yes
  159. 156. Is PAL always running?
    Yes. Even in Prod
  160. 157. Can you turn PAL off?
    No
  161. 158. Does it have a performance impact on the sys?
    No
  162. 159. Does the client have to pay for PAL?
    No
  163. 160. Why should you run a process before using PAL?
    Because of the assembly rules.
Author
bestassociate
ID
14819
Card Set
Ravi Questions.txt
Description
Ravi Questions
Updated