Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Pegasystems PEGACPLSA88V1 - Certified Pega Lead System Architect (CPLSA) Exam 8.8

Page: 4 / 8
Total 238 questions

Select each task on the left and drag it to the corresponding Application Development Studio on the right, where the task can be completed.

A case is used to process home loans for approval.

in the answer area, area, select the enterprice class structure (ECS) layer in which to bulid each of the following components. each layer of the ECS contains two components.

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.

The ruleset can be added to the ruleset stack for multiple applications.

B.

The case type might be converted to a component application in the future.

C.

A User Story can be associated to a single, fine-grained ruleset within a Branch.

D.

The case type ruleset might be converted to a true component in the future.

You oversee a medium-size development team, and some of the team members are new to

pega. What are the most efficient ways to ensure that the rules the team creates adhere to

best practices? (choose two)

A.

Have new team members create and run Pega automated unit tests against their rules.

B.

Use Pega Log Analyzer to identify exceptions associated with the new team members.

C.

Run Tracer on each rule the new team members check in to identify an failures in rule execution.

D.

Leverage the rule check-in approval process to review the new team member’s changes first.

The following figure depicts a hierarchy of applications that are built on other applications.

Specifically , the productionapp application is built on applications customerapp and

employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use. All applications are built on the same version of PegaRUUS.

When do you use the load-datapage activity method?

A.

To refresh a data page

B.

To queue the data page for a default agent

C.

To initiate the loading of a data page

D.

To run a connector asynchronously

A Customer Service application requires customer data assembled from multiple external systems. The customer data is captured by a parent case. Subcases of that parent case need to reference the same customer data.The customer data must be as current as possible.

Which two options are used as part of the solution? (Choose Two)

A.

Have each subcase load a portion of the customer data prior to updating the parent case.

B.

Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.

C.

Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.

D.

Use the System of Record (SOR) data access pattern when capturing the customer data.

A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.

In order to allow the three physicians to review the orders in parallel, how would you configure the process?

A.

Add a Split Join shape, add a list of physicians, and call the surgical procedure request process.

B.

Add a Split For Each shape, add a list of physicians, and call the evaluation process.

C.

Add a Split Join shape, add a list of physicians, and call the evaluation process.

D.

Add a cascading approvals shape that is called by the evaluation subprocess.

How do you improve performance during synchronization for users of an offline-enable mobile app.

A.

Use only node-scope data pages for reference data

B.

Configure optimistic locking on offline-enabled cases.

C.

Restrict the number of offline-enable access group

D.

Declare large data pages in the data page whitel