Pegasystems PEGACPLSA88V1 Certified Pega Lead System Architect (CPLSA) Exam 8.8 Online Training
Pegasystems PEGACPLSA88V1 Online Training
The questions for PEGACPLSA88V1 were last updated at Nov 19,2024.
- Exam Code: PEGACPLSA88V1
- Exam Name: Certified Pega Lead System Architect (CPLSA) Exam 8.8
- Certification Provider: Pegasystems
- Latest update: Nov 19,2024
DRAG DROP
You are managing distributed, geographically dispersed, development teams A, B and C. Team A is ready to merge changes into their development environment to make available changes to Team B’s Team C’s.
To ensure all development teams are working with the latest version of shared rule base, select and move all of the following tasks to the tasks List Order column and place them in the correct order.
What two features do activities and functions share? (Choose Two)
- A . Ability to be circumstanced
- B . Ability to be parameterized
- C . Ability to be called directly from a decision table
- D . Ability to be versioned
What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose two)
- A . Case-specific rulesets make it easier to rebase ruleset versions.
- B . Each branch ruleset can be associated to case-specific user stories.
- C . The ruleset can be added to the ruleset stack for multiple applications.
- D . The case type might be converted to a component application in the future.
MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application.
What is your recommendation to implement the new business requirement?
- A . Synchronize case creation with RFST services.
- B . Leverage database replication to communicate case creation.
- C . Implement Federated Case Management.
- D . Implement a parent case across multiple products.
You oversee a medium-size development team. Some of the team members and new to Pega and are working on features in a separate branch.
What are two ways you can ensure that the rules the team creates adhere to best practices? (Choose Two)
- A . Run 1 rarer on each new rule in the branch that new team members check in to identify any failures in rule execution.
- B . Leverage the branch review feature to have senior team members validate the branch contents.
- C . Use Pega Log Analyzer to locate any exceptions in the branch associated with the new team members.
- D . Review the branch quality to identify any rules with guardrail warnings.
An application consisting of a single case requires sending correspondence at a designated time with minimal delay. The existing solution uses an assignment to pause the case until an SLA invokes the escalation activity that sends the correspondence. Occasionally there is a delay in sending the correspondence.
Which two factors contribute to the delay? (Choose Two)
- A . The number of queued SI A objects
- B . Multiple open assignments on the same case
- C . Error handling for locked items
- D . Correspondence rule configuration
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?
- A . Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.
- B . Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator’s worklist. Assignments are opened accordingly.
- C . Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.
- D . Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.
Which two actions can yon perform to improve the guardrails compliance score of an application? (Choose two)
- A . Ensure keyed data classes are not mapped to pr-other where possible.
- B . Convert activities that only retrieve data to data transforms that invoke data pages.
- C . Achieve a higher application level test coverage percentage score.
- D . Increase the percentage of unit tests and scenario tests that pass.
Review the following classes and properties:
A field group list is defined at the MyCo-Lending-Work work pool level. The find group list name is Loans: the specified data type is MyCo-Data-Loan.
Which three statements are valid? (Choose Three)
- A . An auto loan application can extend MyCo-Data-LoarvAuto without affecting a sum performed against .Loans C). Amount
- B . At design time, the system issues a warning since it is poor practice to define a field group with an abstract data type ctas%
- C . All pages within the .Loans field group must be the same class, either MyCo-Data-Loan-Aiito or MyCo-Oata-Loan Mortqage
- D . The pxObjClass of any page in the .Loans field group list can be changed at nm time and does not need to be the same class.
- E . A rule In MyCo-DataLoan-Mortgage can only be referenced through -Loans if also defined In MyCo Data-Loan.
Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)
- A . A test ruleset is placed at the top of an application’s ruleset stack.
- B . A test case uses limited assertions.
- C . A test case groups relevant asseitions together.
- D . A test case is not necessary when an error message is the expected result.
- E . A test case focuses on a single area of functionality.