Pega - PCSA
![]() |
![]() |
![]() |
Titre du test:![]() Pega - PCSA Description: Certification Pega Systeme Architect |




Commentaires |
---|
AUCUN ENREGISTREMENT |
Diagram:Which of the following classes corresponds to a work type?. Work-. ABC-FW-Work. ABC-FW-HumanResources-Work-TimeOff. ABC-FW-HumanResources-Work. When creating an application with both implementation and framework classes, which class would be the directed parent of a work class in the implementation layer (e.g. MyCo-MyDiv-BankApp- Work-Open Account)?. The class group in the framework layer (MyCo-FW-BankApp-Work). Work-. The class group in the implementation layer (MyCo-MyDiv-BankApp-Work). The corresponding work class in the framework layer (MyCo-FW-BankApp-Work-OpenAccount). Abstract classes are used to create abstract work items. True. False. A work object of the class MyCo-PL-Work-Policy Admin-Work-Quote is being instantiated. A rule named Sample Rule exists at @base class, Work-Cover-, MyCo-, and MyCo-FW-Policy Admin- Work-Quote. At run time, which version of Sample Rule will be located and executed during Rule Resolution?. @baseclass.SampleRule. MyCo-FW-PolicyAdmin-Work-Quote.SampleRule. MyCo-.SampleRule. the version in the RuleSet that is highest on the RuleSet list. Work-Cover-.SampleRule. Consider the following inheritance diagram:The .Max Amount property is used by a Loan Application work item (class: ABC-FW-FSApp-Work- Loan Application). There are 3 available copies of .Max Amount, differing only by Applies-to class. Which is called?. cannot be determined from the information provided. @baseclass. Work-Cover-. ABC-. A work list is a ________________. list of work items owned by a particular operator. list of assignments that do not yet have ownership and are associated with a group of operators. list of open (unresolved) work items. list of assignments assigned to a particular operator. Which of the following classes corresponds to a work type?. MyCo-FW-Work. MyCo-FW-HRApp-Work-EnrollBenefits. Work-. MyCo-FW-HRApp-Work. Which of the following configurations can be used to resolve a work item?. Configuration is not necessary, as the work item is automatically resolved when it reaches any end shape. Use a utility shape in the flow to call the Update Status activity to set the work item status to a value beginning with "Resolved-". Set the work item status to a value beginning with "Resolved-" on the last assignment in the flow. Use a decision rule to set the work item status. Files (such as images, documents, and spreadsheets) can be added to application documents. True. False. Select the UI control that displays a drop-down list with dynamically generated values. Dynamic Select. Drop down. Multi Select. Auto Complete. Select the statement that describes the difference between a case and a process. A case does not have a lifecycle, while a process has a lifecycle. A case cannot have a service level associated with it, while a process can. A case is performed by many actors, while a process is performed by one actor. A case identifies the work to perform, while a process defines how the work is performed. A case cannot have a service level associated with it, while a process can. A fork references a Boolean expression; a decision does not. A decision references a rule; a fork does not. There is no difference; a decision and a fork are interchangeable. A decision requires an Else connector, but a fork does not. Which statement is true about pattern inheritance?. It causes a class to inherit rules from parent classes, matching its prefix to the parent class name. It makes it possible to define the parent explicitly, rather than by name. It only applies to work classes. It is executed after directed inheritance. When decomposing a case, a step in a case stage represents: A first level for organizing tasks needed to process a case. The components used to implement the tasks for a case. An action, or actions, taken to process a case. A decision needed to process a case. To open a bank account, an end user must identify whether they are employed full-time or part time. In the user interface, this selection is implemented as a check box. When implementing the property referenced by the check box, the property type should be: Text. True False. Boolean. Integer. Select the statements that best describe a sub-case. (3). Subcases are typically used when there are conditions between stages. Subcases are typically used when there are conditions between steps. Subcases are usually executed outside the context of the parent case. Subcases are typically used to control when the parent case can progress. Subcases usually involve different work parties than the parent case. Subcases typically focus on a subset of data relative to the parent case. Which property mode implements an ordered list?. Value List. Page Group. Page. Page List. Which of the following statements best describes the purpose of the Data Propagation feature?. Copy property values from a parent case to a subcase. Copy property values from a template to a case. Copy property values between unrelated cases. Copy property values from a subcase to a parent case. The Property Optimization wizard is used to: Create properties in a data class. Store properties on the clipboard more efficiently. Store properties in the BLOB to reduce database table space. Improve report performance. A smart shape is a preconfigured: Assignment shape. Notification shape when sending email. Utility shape. Integrator shape. What is the primary purpose of an assignment shape in a flow?. To allow the end user to change the work status of the case. To assign the case to an external system. To pause the flow for an operator to act upon the case. To add work parties to the current case. Report Definitions can be used on which of these use cases? (3). To filter the results of a page list. As an indirect source for a drop down list. As a source for a data page. To copy data from one page list to another page list. To report on business and process metrics. None of the Above. Which of the following describes the function of a RuleSet? (2). To facilitate deployment, making it straightforward to move rules from one system to another. To assist with security in application development, providing groups with access to particular sets of rules. To specialize functionality for different work types in the same application. To specialize the process for different divisions in the same company. Re Customization of Architecture is done in? (3). While collecting the requirements in the conception phase. In the Elaboration phase. Before staring of the construction phase. While collecting the details of another project. Select the applicable Guardrails? (3). Writing Java Routines. Designing the flows which are easy understandable for users. Intent driven process. Buid for change. Which of the following are FALSE about classes in PRPC? (2). Classes represent the applicability of rules. Rules can only be inherited from a class designated as a prerequisite class. Classes play a key role in determining where instances are stored. Classes can be versioned using a set of three two-digit numbers, such as 01-05-17. What is the effect of setting a rule availability to "Withdrawn"? (2). It prevents the rule from being chosen by rule resolution. It prevents older versions of the same rule from being chosen by rule resolution. It presents an error to the operator if the rule is chosen by rule resolution. It prevents the rule from being copied. It prevents further edits of the rule. Which of the following describes the function of a Class? (2). To facilitate deployment, making it straightforward to move rules from one system to another. To assist with security in application development, providing groups with access to particular sets of rules. To specialize functionality for different work types in the same application. To specialize the process for different divisions in the same company. Which of the following are true about classes? (2). Classes represent the applicability of rules. Classes are used to control access to applications. Classes group rules for deployment. Classes play a key role in deciding the scope of a rule. For the Report generation to expose the embedded properties in the database what do we require?. Report wizard. Declare Index. Top level property. Concrete Class. Use the With directive to: Replace the primary page with a different page (the base page) throughout a segment of the HTML as an HTML coding convenience. Set the current embedded page. Define the active property reference. All the above. PegaRULES Process Commander standard harness activities and starting HTML streams are meant to work as-is, with links to built-in processing capabilities. For this reason, it is best not to overlay either the harness activity or the starting HTML stream. Is this statement true or false?. True. False. Both 1 and 2. None of These. Which tool is used to look at the HTMLS and the Properties that are embedded in UI. RulesInsprctor. Tracer. ClipBoard. None of these. When we use Page-Rename method what happens, if the new name that we specify already exists in the clipboard. It flags appropriate warning message. System deletes that page and replaces with renamed page. It keeps quiet without any action. System renames the current page so that there will be two clipboard pages with same name. Which of the following is a valid work object ID?. W-1234-S. W-1234. Pega-1234-Work. All of the above are valid. In designing a class structure for an application, what should the first step be?. Identify primary users. Identify systems that the application will be interfacing with. Identify major units of completed work. Identify the key tasks that the application will perform. What is the name of standard PegaRULES Process Commander models?. pyStandard. pxDefault. pxModel. pyDefault. Which of the flow shapes are appropriate for defining the path of execution according to complex 'if...then' logic?. Utility. Decision tree. Router. Split for Each. __________ control the user experience - the forms and their appearance, content and behavior. Properties. Security levels. Work Objects. Harness. A property Account Status is called in an Activity belonging to some other class.A page count belonging to that class is called in Pages and Classes tab which is also specified in StepPage. When this step is called by Activity,how do you call the Accountstatus. Count.AccountStatus. accountstatus. StepPage.AccountStatus. AccoutStatus. Which of the following rules can be created by the Application Accelerator (3). Constraints. Validations. Harness. Ruleset. What does the BroadCast option do while sending a Correspondence. Send Correspondence to all the Work parties associated with the Work object. Send Correspondence to all the Work parties whose names are passed with a delimiter separation. Send Correspondence to all the Parties associated with the Work object. Send Correspondence to all the Parties in the System. If I want to associate my Work-Cover class with the associated objects, where should I create the Work-Cover- class. @baseclass. Top level class. AccessGroups. ClassGroups. The Access Role of an user is defined in which of the following forms. Data-Admin-Operator-ID. Data-Admin-Operator-AccessGroup. Data-Admin-DB-Operator. Data-Admin-DB-ClassGroup. Difference between worklist and workbasket... a worklist pertains to a operator and workbasket pertains to a particular work group. a worklist pertains to group of operators and workbasket pertains to a particular class group. a worklist pertains to particular access group and workbasket pertains to one operator. a worklist pertains to one operator and workbasket pertains to a particular access group. Which of the following shapes is used to implement Rule-Declare-DecisionTable in a flow. Shape 1. Shape 2. Shape 3. Shape 4. To display a XML of a clipboard page, which of the following methods is used. Show-Applet. Show-Property. Show-Page. Show-HTML. Which statement about local variables is true?. They are stored on the clipboard as temporary variables. They exist only within the context of an activity. They can be stored in the database. They are stored in a named page that is created automatically. Which class is used to process e-mail as a service to receive messages from other systems?. Data-Email account. Rule-Service-Email. Work Party. Class Group. The clipboard page that is created at startup and contains system-wide state and configuration information to PRPC is called. Process page. Requestor page. Thread pages. User pages. Which of the following is not true. Classes that end in "-" must be abstract. Abstract classes can not have instances. Concrete classes must belong to a class group. A class group must always have at least one key. Which of the following type of standard properties cannot be tailored when you are customizing application in your own rule set. In other words, which of the following type of properties can not be saved as to our class/ruleset. px. py. pz. None of These. We know that Activity-End method causes the system to end the current activity and continue with next activity on requestor's activity list.What happens if one activity calls (by call method) second activity that contains Activity- End Method?. Both activities end up and control does not resume to calling activity. The called activity ends and control resumes to calling activity. Obj-List. None of These. <Select DPStatus='Open' DPName='Org' DPID='Org' DPValue='pyID' DPPosition='Operator'> <option>...</Select> One of the WorkObjectproperty get set through which assignment?. DPPosition='Operator'. DPValue='pyID'. DPName='Org'. DPStatus='Open'. Which of the following shape is used to a situation, where a flow will not be waiting for the sub flow to be completed ?. Shape 1. Shape 2. Shape 3. Shape 4. The Assignments are routed to the intended person and the router task is supported by storing the result in an output parameter using. PropertySet an output parameter named PARAM.AssignTo in the Router Activity. Set the Activity Type field on the Security tab to AssignTo. Property-Set in activity to Work-AssignTo. Both PropertySet an output parameter named PARAM.AssignTo in the Router Activity and Property-Set in activity to Work-AssignTo. The best way to implement the Region selection list where the data stored in the database as a 2 digit code and in the front end the name is displayed. What rule should we use?. Prompt List. Remote List. Class Key Value. Local List. List the all work object statuses that come in with PRPC. All of the Above. Pending. Open. New. Which statements best reflect the difference between BPM and Case Management? (2). Case Management applications cannot adequately manage ad-hoc events while BPM applications can. BPM applications consist of structured, automatable processes, while Case Management applications can include manual, optional, and conditional processes. BPM applications are poorly suited to managing “ad hoc” events while Case Management applications are well-suited to managing “ad hoc” events. Only BPM allows transactions to be logged with an audit trail, identifying each action in the process and who or what performed it. Which statements best describe BPM? (2). With BPM, an organization establishes automated management of its processes, allowing the organization to analyze its processes to improve its overall efficiency. BPM systems only manage the process and must rely on other systems to manage other application components such as data, UI, and logic. BPM is a structured approach – one that employs methods, policies, metrics, management practices, and software tools to manage and continuously optimize processes within an organization. With BPM, business processes are manual, inconsistent, error-prone, and potentially spread out over multiple systems. |