|
via Udemy |
Go to Course: https://www.udemy.com/course/pegaclsa-62v2-certified-lead-system-architect-clsa-exam/
Sample Questions:The power company Energy Co uses a PRPC-based Incident Management application with a single work type defined in the framework (class: Energy Co-FW-Inc Mgt-Work-Incident). Energy Co has four divisions (DivA - DivD). DivD has a new requirement: Solar Panel related incidents are stored in a separate table from other incidents. There is no Solar Panel specific class. In order to meet this new requirement, is it necessary to add a Solar Panel class? (Choose One)No; it is possible to circumstance based on an IncidenType propertyNo; a add a Solar Panel specific database table instance to the Energy Co-DivD-Inc Mgt-Work- Incident classYes; it should only be added to the implementation layer (e.g. "Energy Co-DivD-Inc Mgt-Work- Incident- Solar Panel")Yes; it should only be added to the framework layer for greater reusability (e.g. Energy Co-FW- Inc Mgt- Work-Incident-Solar Panel)A rule is shown in the Final Conflicts report after doing an upgrade. Which of the following describe what could be done to resolve the conflict? (Choose Two)The rule could be marked FinalThe rule could be deleted or Withdrawn so that the standard version of the rule is executedDo a Save As on the conflicting rule to a new name and update references to this new ruleThe rule could be copied into the production Rule SetThe corresponding Rule Set could be lockedThe rule could be copied into a more specific classA reference property can be best thought of as _____________? (Choose One)a reference to an external entity that is stored in a system of recorda pointer between two pages or propertiesa property that can be referenced from any context at any timea property whose references are tracked for auditing purposesAnother term for a linked propertyWhich of the following statements is most accurate regarding system of record integration? (Choose One)PRPC should be the system of record for any data it persists in a work object and provide webservices for other applications to access the dataPRPC can be the system of record for data but in many cases it is not. When PRPC is not the system of record a number of design patterns can be used to integrate with the system of record.PRPC can only integrate with external systems of record if the external system is a relational database that can be mapped to PRPC class definitionsPRPC's database should never be used as a system of record for dataWhich of the following statements are most accurate regarding the implementation of system of record integration? (Choose Two)Callback activities, such as Open Defaults and Perform Defaults, can be modified to read system of record data when a work object is opened from the end user portalSystem of record integration should always be done procedurally so that the developer can explicitly determine when the integration should take placeDeclarative pages should be used in all system of record integration strategiesDeclarative pages are a useful mechanism to retrieve read-only system of record data as they are only executed when the data is referenced and are run regardless of when the data is accessed (e.g. agent, UI, activity, etc)System of record integration should be considered after designing the work types and processesWhich of the following statements is most accurate regarding the PRPC data model? (Choose One)In a good design there would be no business rules or processes defined in the data classesThe PRPC data model can help promote reuse via inheritance and compositionThe PRPC data model should be stored in a separate Rule Set from application/business rulesThe PRPC data model should always be modeled after the external systems with which it interfaces