Month End Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

PEGACPLSA88V1 Certified Pega Lead System Architect (CPLSA) Exam 8.8 Questions and Answers

Questions 4

Case Type A and Case Type B capture information about multiple line items. Each line item is an Instance erf the same Line Item data type. Separate work pool classes are used for Case Types A and B.

What is the optimal data model design to meet these requirements?

Options:

A.

Add a CaseTypeRef property to the Line Item data type. Case Types A and B possess a Query (tisf Uneltem) property. This List Query property sources a D_UneltemList data page that accepts a pylD parameter.

B.

Add a CsseTypeRef property, an ObjClass property, and Query property related to the Line Item data type. The Query property sources a Lookup Data Page that accepts ObjClass and CaseTypeRef parameters.

C.

Add CaseTypeARef and CaseTypeBRef properties to the Line Item data type. The CaseTypeARef property is a case reference to Case Type A. The CaseTypeBRef property is a case reference to Case Type B.

D.

Case Types A and B both possess an embedded list of line items. Define a Declare Index against each embedded list. Change the direct inheritance class for each Declare Index class to the Line Item data type.

Buy Now
Questions 5

As a part of the DevOps release pipeline, the Center of Excellence team enforced the development teams to use scenario testing to create Ul-based, end-to-end scenarios to test the applications.

Which three of the following statements are true about scenario testing? (Choose Three)

Options:

A.

Scenario tests can include another scenario test.

B.

Scenario tests do not support the setup or cleanup of test data.

C.

Scenario tests do not support file uploads or downloads as a part of the test execution.

D.

Scenario tests cannot include another scenario test.

E.

Scenario tests support the setup or cleanup of test data.

Buy Now
Questions 6

A recent review of the audit polices log show that a specific IP address has made a large number of failed login attempts within a few minutes you suspect that it is an internet bot attack

Select two options you can configure to prevent the bot from accessing you application

Options:

A.

Enable the CAPTCHA security policy

B.

Enable an authentication lockout policy

C.

Enable a contect security policy

D.

Enable a failed login attempts security event

Buy Now
Questions 7

a performance analysis for an equals-comparisons-only query against a table shows that it always performas a full table scan. the table has grown steadily over time. nothing has been done in the database concerning this table other than it being generated by pega.

Options:

A.

limit the number of rows fetched from this table,

B.

add one or more column indexes to this table.

C.

Expose one or more columns within this table.

D.

alter one or more column types in the table.

Buy Now
Questions 8

An online sales application supports both laptop and mobile devices. You are configuring the application skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require.

Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)

Options:

A.

Use the same application skin in all portals.

B.

Update the process to give mobile users a separate portal.

C.

Do not use a skin for the mobile application version.

D.

Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.

Buy Now
Questions 9

A case displays recent customer transaction. Different operators often view the recent transactions

for the same customer repeatedly throughout the day. the operation to fetch the transactions is resource-intensive, and the source data is updated once an hour. select two options to configure a data page to cache the customer transactions and minimize the operator's wait time. (choose two)

Options:

A.

configure the data page scope to node.

B.

configure the refresh strategy to reload of older than 1 hour

C.

configure the data page scope to thread.

D.

configure the refresh strategy to reload once per interaction.

Buy Now
Questions 10

The U+ Corporation uses Pega software for mortgage underwriting tasks. After gathering the initial data, the mortgage case pauses and waits for a credit report. The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the mortgage case is routed to a specialist.

Which one of the following options is the best way to advance the mortgage case to the specialist?

Options:

A.

Insert a credit report assignment step in the mortgage process containing an SLA to check the status of the credit report case and call the ResumeFile activity when the credit report case completes.

B.

Include a split join shape in the mortgage process to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before advancing to the step that routes to the specialist.

C.

Add a wait shape to the mortgage process with a case dependency to advance the mortgage case to the next step when the credit report case is resolved.

D.

Modify the credit report process to move the mortgage case to the specialist. The application routes the assignment to the specialist who has the least amount of work.

Buy Now
Questions 11

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 those changes available to Team B's and Team C's environments

To ensure that all development teams are working with the latest version of the shared rulebase. select and move the below tasks to the Task List Order column and place them in the correct order

PEGACPLSA88V1 Question 11

Options:

Buy Now
Questions 12

users complain of difficulty creating a customer service request through facebook massenger. how do you address this issue?

Options:

A.

add approximate matches to the response commands for the channel.

B.

add approximate matches to the create case command (s) for the channel.

C.

change the text analyzer configured for the channel.

D.

add response commands to the channel

Buy Now
Questions 13

In a production system, a queue processor is not running. What option might be the potential root cause?

Options:

A.

Web user node is down

B.

Real-time node is down

C.

Background node is down

D.

Stream-node is down

Buy Now
Questions 14

A company wants to run the same pega application in its eastern US office as well as its india

office. The eastern united states server runs in the eastern united states time zone. The india server runs in the india time zon. The company wants a process to run in both offices at the same time world-wide once a day regardless of the server's location

How do you efficiently meet this requirement?

Options:

A.

Define two advanced agents that call the same activity. one agent is scheduled to run at a time in the eastern united states time zone and the other agents is scheduled to run at a time in the india time zone. The activity checks both the local time zone and the local time. if the local time is close to the expected time the activity should run it continues otherwise it exits

B.

Define two advanced agent that call the same parameterzied activity. One agent passes eastern united states time zone to the activity, and the other agent passes india time zone. The activity checks

the local time zone. if the parameter matches the local time zone, the activity continues. otherwise it exits

C.

Define a single adavanced agent that is scheduled to run in any desired time zone. in the Eastern us server modify the agaent schedule to run in the eastern united states time zone. For the india server, specify the india time zone within the agent schedule

D.

Define a single advanced agent that is scheduled to run in either the eastern united states zone or the india time zone. Ensure that the clocks with the servers in both offices are synchronized using the simple Network time protocal

Buy Now
Questions 15

you want to expose a set of services for your application. Each service should be exposed as a separate WSDL. How do you accomplish this?

Options:

A.

create a separate service package for each WSDL.

B.

create a service listener for each WSDL.

C.

Run the service wizard for each WSDL.

D.

place the service rules in separate classes, one class per WSDL

Buy Now
Questions 16

Which two tools and/or methods support continuous integration practices? (Choose Two)

Options:

A.

Performing Ul regression testing

B.

Leveraging release toggles

C.

Using an automation server to invoke unit test suites

D.

Configuring pre and post import steps

Buy Now
Questions 17

XYZ organization is planning to adopt DevOps practices to automate the deployment process to ensure chat the features and changes delivered are of high-quality.

What three methods comprise the recommended test automation strategy for your Pega Platform applications as a part of the DevOps release pipeline? (Choose Three)

Options:

A.

Identify and configure the right set of test suites during only specific stages of release pipeline.

B.

Identify and configure the right set of test suites to test early and often to identify the defects in the early stages of project life cycle.

C.

Identify and configure the right set of test suites that need to run at different stages of release pipeline.

D.

Identify and configure the automation test suite by using Pega Platform features and industry best practices.

E.

Identify and configure the right set of test suites to run only when entire functionality is built, because running the test suites often is expensive.

Buy Now
Questions 18

MyCo, a telecom company, developed a new data plan group to suit the needs of its customers. The following table lists the three data plan actions and the criteria that customers must satisfy to qualify for the offer:

PEGACPLSA88V1 Question 18

How do you configure the engagement policies to implement this requirement? Choose the engagement policy level that is best-suited for each criterion

PEGACPLSA88V1 Question 18

Options:

Buy Now
Questions 19

XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set.

to simplify report creation for managers, you create________________________

Options:

A.

numerous sample reports showing how to join the classes

B.

association rules for the classes in this set

C.

a template report with every class join predefined

D.

a declare trigger that restricts report class joins to this set

Buy Now
Questions 20

You are working with BigCo to create an application for insurance quoting. BigCo is a multinational corporation that has traded on the NASDAQ as BCO. BigCo headquarters is located in the UK, and the company has division for each geographical location.

You expect the application to contain two types of work: Quote and Policy.

The Quote guides the sales preventative through one or more quote with the customer. Each quote must be retained by the system and visible to the sales representative and the manager, any data captured during the quoting process must be available to the Policy case. The Policy represents the accepted insurance quote.

For the next year, BigCo intends to use the insurance quoting application only for the personal insurance business in the United Kingdom, Joe the business experts (SMEs) to understand the quoting process. Joe uses Pega Express to develop the quoting application with the SMEs.

Default application settings are shown in the image.

PEGACPLSA88V1 Question 20

What two edits do you make to the advanced configuration based on information in the reading passage? (Choose Two).

Options:

A.

Deselect ‘’Create demonstration users’’.

B.

Edit the Organization name to BCO.’’

C.

Edit the Organization name to UK’’

D.

Edit the Division name to ‘’UK’’.

E.

Select ‘’Framework’’ as the application structure.

Buy Now
Questions 21

XYZ, Inc. is multinational software interested in deploying a worldwide application as soon as possible. The application currently does not have requirements that depend on its user’s geographical region. An outside consultant suggested that the application initially be generated with a framework and implementation layer.

Which three questions do you ask to validate the outside consultant’s recommendation? (Choose Three)

Options:

A.

Can the framework layer instead consist of multiple built-on applications?

B.

How many languages and locales must the application eventually support?

C.

Is there a reason why this decision cannot be made at a later time?

D.

Is there an intent to market the framework layer to other companies?

E.

What is the name of the first division or region that uses the application?

Buy Now
Questions 22

In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.

Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement? (Choose two.)

Options:

A.

Add a Persist Case shape after the first step.

B.

Apply a when condition to the first step to persist only cases requiring updates.

C.

Configure the starting flow to instantiate the case type as a temporary case.

D.

Configure the first step to instantiate the case type as a temporary case.

Buy Now
Questions 23

A health insurance application receives a weekly feed of customer insurance quotes as CSV files from each partner company. Which of the following options is the best solution to create policy cases based on the received customer insurance quotes?

Options:

A.

Use file listener to read the file, and then feed the data from file into a datatype. Configure a Job scheduler to read the records and place them in a queue to create the cases.

B.

Use file listener to read the file, and then invoke the pxCreateTopCase utility to create case immediately.

C.

Use file listener to read the file, and then feed the data from file into a datatype. Invoke the pxCreateTopCase utility to create case.

D.

Use file listener to read the file, and then feed the data from file into a datatype. Configure a job scheduler to read the records and create cases.

Buy Now
Questions 24

A purchase order application allows users in their work group to read and write purchase

request cases. When the total amount exceeds usd10,000 however, only the work group

manger can read and write the case. Select two configuration that satisfy the

requirement.(choose two)

Options:

A.

Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.

B.

Use a reads access control policy with a condition that verifies the amount is less than USD10.000.

C.

Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.

D.

Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.

Buy Now
Questions 25

A form listing nearby restaurants has four columns:

    Restaurant name

    Restaurant location

    Thumbnail image of the seating area

    Make reservation (check box)

You want to ensure that users have the information they need to make a reservation regardless of screen size. When viewed on a small screen, you do not need to display images.

What three configuration steps do you take to support this requirement? (Choose three.)

Options:

A.

Set the importance of the Make reservation column to Primary.

B.

Set the importance of the Restaurant name column to Primary.

C.

Set the importance of the image column to Other.

D.

Set the importance of the image column to Secondary.

E.

Set the importance of the Restaurant location and Make reservation columns to Secondary.

F.

Set the importance of the Restaurant name and Make reservation columns to Primary.

Buy Now
Questions 26

How do you identify if a result in a decision rule cannot be returned?

Options:

A.

Test for missing conditions

B.

Test for completeness

C.

Test the rule using a unit test

D.

Test for conflicts

Buy Now
Questions 27

an application to onboard new bank customers create child cases for each account that the

customer opens.

You need to configure a report definition that lists new customer cases created in a given day and the

average opening balance for all account child cases for each customer.

which reporting feature do you use?

Options:

A.

association

B.

subreport

C.

class join

D.

declare index

Buy Now
Questions 28

A queue processor is configured with the value of the Max attempts field is 4, the value of the Initial delay field is 2 minutes and the the value of the Delay factor field is 2 for processing retries.

What is the delay between the second and third attempt, assuming each previous attempt fails?

PEGACPLSA88V1 Question 28

Options:

A.

8 minutes

B.

4 minutes

C.

2 minutes

D.

6 minutes

Buy Now
Questions 29

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.

PEGACPLSA88V1 Question 29

Options:

Buy Now
Questions 30

To access a property from an unconnected component, you use the______________.

Options:

A.

customer-dot-property construct

B.

property value

C.

dot-property value directly

D.

component-dot-property construct

Buy Now
Questions 31

What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose Two)

Options:

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.

Buy Now
Questions 32

In a product management application, the configuration of a flow rule must be different for two products from the hundreds

of other products.

A Pega COE team has been evaluating the specialization design considerations for this requirement.

Which of the following approaches is best suited to this scenario?

Options:

A.

Class specialization is the best approach, because it takes precedence in the rule resolution algorithm and helps to pick up correct flow rule.

B.

Creating two different flow rules appended with the product name is the best design approach.

C.

Application specialization is the best specialization design approach, so that every product can be managed separately.

D.

Circumstancing the flow rule is the best specialization design approach, as it is only for two products.

Buy Now
Questions 33

Which two statements are true of Kubemetes capabilities? (Choose Two)

Options:

A.

They can orchestrate JVM garbage collection.

B.

They can orchestrate database re-indexing.

C.

They can auto scale pods up and down.

D.

They can orchestrate pods and their dependencies.

Buy Now
Questions 34

A shipping case needs to wait for a designated time period before progressing In its flow. The developer considers using either a Wait shape or an assignment with a service-level agreement (SLA) to perform this function.

Identify the use case where an assignment with an SLA is the preferred approach.

Options:

A.

There is a requirement to present a custom UI form to the user before the designated time.

B.

There is a requirement to perform an action before the designated time.

C.

There is a requirement to adjust the case urgency when the creation of the assignment occurs.

D.

There is a requirement to manually step past the waiting point before the designated time.

Buy Now
Questions 35

The application contains a property named claimid. You want to business users to reuse this property in any new case types they create. How do you define the claimid property?

Options:

A.

As a final rule

B.

As a case level property

C.

As an enterprise class level property

D.

As a relevant record

Buy Now
Questions 36

An application allows users to manage Account cases. You need to configure security so that users are allowed to view and update account only if they are the primary or secondary owner

how do you implement this requirement?

Options:

A.

create a when rule that validate id the current user is either a primay or secondary owner of the account configure then when rule in the required conditions section on all flow actions that allow account updates.

B.

create a privilage and configure it to validate if the current user is either a primary or secondary owner of the account. Assign the privilege for read and write instances of the account class in the user's access role.

C.

create an access when rule that validate if the current user is either a primary or secondary owner of the account. Assign the access when rule for read and write instances of the account class in the user's vaccess role.

D.

create an access when rule that validate if the current user is either a primay or secondary owner of the ccount. Configure the access when rule on the Accouny case type to ensure authorized access

Buy Now
Questions 37

An agent is associated with the Background processing node type. Several nodes in the cluster are

configured to perform background processing. You need to create an agent that runs every day at

midnight and sends customers an email if their birthday is that day

which two options do you select to configure the agent?

Options:

A.

Auto queue management

B.

Advanced for mode

C.

Periodic for pattern

D.

Delay next run of agent across the cluster by specified time period

Buy Now
Questions 38

A local ferry service offers a passenger boat trip that travels from Port A to Port B, and then back again, once a day. Passengers can book tickets using an app, and they often try to make last-minute reservations for the outbound trip. The ferry service wants their app to place a passenger on a waiting list for the first trip, while guaranteeing them a reservation for the second trip.

Which two case design patterns apply to this scenario? (Choose Two)

Options:

A.

Limited Availability and Concurrency

B.

Parallel Case Processing

C.

Divide and Conquer

D.

Data Instance First

Buy Now
Questions 39

Finco corporation uses pega to perform the majority of the mortgage underwriting tasks.

After gathering the initial data, the mortgage case pauses and waits for the credit report

The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the application routes the mortgage case to the specialist.

Which of the following options is the optimal solution to route the mortgage case to the specialist when the credit report is complete?

Options:

A.

Add a wait shape to the mortgage flow with a case dependency to advance the mortgage flow to the next assignment when the credit report case is resolved.

B.

Insert a credit report assignment in the mortgage flow with a SLA to check the status of the credit report case and call the ResumeFlow activity when the credit report case completes.

C.

Include a split join shape in the mortgage flow to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before routing to the specialist.

D.

Modify the credit report flow to move the mortgage case to the specialist. The application routes the assignment to the specialist with the least amount of work.

Buy Now
Questions 40

How do you begin your research to diagnose the cause of the reported performance issue?

Options:

A.

Look at the performance profile and DB Trace out put from each node.

B.

Observe the cluster and node status on the Enterprise Health Console.

C.

Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.

D.

Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.

Buy Now
Questions 41

You are designing a case life cycle to process fraudulent charge claims. After a list of suspected fraudulent charge is submitted, the case advances to the processing stage. In the first step of theprocess fraud claim process, a seprate child case must be created for each suspected fraudulent charge.

After all necessary fraudulent charge cases are created, the parent cse advance to the next step where the customer is notified that their claims are being processed

PEGACPLSA88V1 Question 41

choose three actions needed to configure the missing step so that a separate child case is created for

each fraudulent charge selected

Options:

A.

Add a customer split for each process step to the cse life cycle and configure it ti create child cases.

B.

configure data propagation to map property value between the parent and clid cases.

C.

add a create case smart shape to the case life cycle and configure it to be created a case

D.

add a create case smart setup to the cse life cycle and configure it to creare child cases

E.

use a page list property to store the fraudulent claim items and identify the number if child cases to create

Buy Now
Questions 42

Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:00 P.M. and 4:00 P.M. AH attempts to reproduce the problem in the Development, QA, and Staging environments have failed.

Which two techniques help you troubleshoot the problem? (Choose Two)

Options:

A.

Review Performance Alerts and Exceptions in PDC.

B.

Review a Production Tracer Log using SMA.

C.

Review Alerts and Exceptions using PLA.

D.

Review Performance Alerts and Exceptions in AES.

Buy Now
Questions 43

In a decision strategy, to use a customer property in an expression, you

Options:

A.

define the property as a strategy property

B.

prefix the property with the keyword Customer

C.

use the property as defined without any prefix

D.

define Customer page in Pages & Classes

Buy Now
Questions 44

Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.

How do you achieve this requirement?

Options:

A.

Define operator override setting in enterprise authentication system

B.

Create a separate role for Admin Executives

C.

Use Exclude Operators options in Security Policies landing page

D.

Define Access Control Policy to exclude Admin Executives

Buy Now
Questions 45

XYZ Corporate wants to perform extensive analysis on work party information across various case types in real time at any time of the day. At the same time, xyz wants to minimize the impact this analysis has case worker using Pega applications.

Which solution do you recommend?

Options:

A.

Invoke BIX to export Index-WorkPartyUri data to the report database.

B.

Impalement a REST Service that persists index-WorkPartyUri data within the report database.

C.

Define additional database indexes against index-WorlParyUri.

D.

Configure the Index-WorkpartyUri Data_admin_DB_table record to write to the reports database.

Buy Now
Questions 46

In a decision strategy, you can use aggregation components to________________.

PEGACPLSA88V1 Question 46

Options:

A.

filter actions based on priority and relevance

B.

set a text value to a strategy property

C.

make calculations based upon a list of actions

D.

choose between actions

Buy Now
Questions 47

In Pega applications, the Center-out"" business architecture is a fine-tuned software architecture that you use to deliver customer and business outcomes.

The Center-out approach gives meaningful results fast and sustains the architecture into the future by avoiding the mistakes of the Top-down and Bottom-up approaches.

Which two of the following statements are true of Pega's Center-out business architecture? (Choose Two)

Options:

A.

Using the case management feature to manage, automate, and improve work, you can get every step in your Microjourney® right.

B.

The Pega Live Data virtualization layer automatically extracts the data that you need into customer data schema.

C.

Pega's DX API keeps your front-end channels and back-end logic in sync, not in silos.

D.

Pega's DX API maintains the principle of separation of concern and keeps front-end channels and back-end logic out of sync.

Buy Now
Questions 48

U+ Bank wants to offer credit cards only to low-risk customers. The customers are divided into various risk segments from Good to Very Poor. The risk segmentation rules that the business provides use the Average Balance and the customer Credit Score.

As a decisioning architect, you decide to use a decision table and a decision strategy to accomplish this requirement in Pega Customer Decision HubTM.

PEGACPLSA88V1 Question 48

Using the decision table, which label is returned for a customer with a credit score of 240 and an average balance 35000?

Options:

A.

Very Poor

B.

Fair

C.

Good

D.

Poor

Buy Now
Questions 49

Items selected by a user need to be copied to a page list property when the user submits the form.

How do you copy the items?

Options:

A.

Create a validate rule to copy the selected items.

B.

Create a declare expression with the page list property as the target.

C.

Add a data transform to the flow action as a pre-processing action.

D.

Add a data transform to the flow action as a post-processing action.

Buy Now
Questions 50

Which two action can you perform to improve the Guardrails Compliance score of an application? (Choose two.)

Options:

A.

Develop CheckForCustomerWarnin activities that filter out pxWarning rows based on specifies pxWarningName values.

B.

Add a justification to Access of Role to Object (ARO) instances whenever a listed privilege is not visible from the ARO’s rulset.

C.

Create an application that is built on the original application. Use the parent application’s compliance score.

D.

Changes the security type for activities used for simulations from Activity to Utility.

Buy Now
Questions 51

Which configuration steps do you perfrom to enable an access group for offline user?

Options:

A.

Force a full syn for members of the access group

B.

Enable caching for the access group

C.

Create a model operator for the access group to authienticate users.

D.

configure an offline-capable portal as the default portal for the access group

Buy Now
Questions 52

You imported a rule-admin-product (RAP) file that contains new features into a user acceptance testing(UAT) environment. Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.

Options:

A.

Create a smoke test suite. Run the test suite using the pre-import process.

B.

Create an ad hoc test suite. Run the test suite using the post-import process.

C.

Create an integration test suite. Run the test suite using the Execute Test REST service

D.

Create a regression test suite. Run the test suite using the automation server.

Buy Now
Questions 53

An organization has two lines of business: selling books for children and reselling college textbooks.

The division selling books for children can use the same basic user interface (UI) as the division reselling textbooks with the exception of the payment methods.

How do you apply the Situational Layer CakeTM in this scenario?

Options:

A.

Place the UI rules in the base layer, and create a new layer for the payment rules for both lines of business.

B.

Place the UI rules and generic payment method rules in the base layer, and create a new layer for the division-specific payment rules.

C.

Place the UI rules in the base layer, and create a parallel base layer for the payments rules.

D.

Place the UI rules in the base layer, and create a new layer for the payment rule for each division.

Buy Now
Questions 54

An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications.

How do you satisfy this requirement ?

Options:

A.

Package the claims management application as a SDK mobile app

B.

Configure a service to creat claim cases when called from the native mobile app

C.

configure the native mobile app to creat a claim case using the page API

D.

Embed the claims management application in the native mobile app using a pega web Mashup gadget

Buy Now
Questions 55

your application connects to two REST services that list details about bank offices.

One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.

the other REST service uses a city name as a GET parameter and returns a datailed list of back offices in

cities with that name. The application uses data pages to cache details about bank offices.

which approach do you use to populate a data page with a list of bank offices in a postal code from the REST service?

Options:

A.

configure a REST connector data source. configure the REST connector to reference the postal code from the work object using the request data transform.

B.

configure a REST connector data source. Set the Endpoint on the data source to reference the postal code parameter value at the end of the URL

C.

configure a REST connector data source and pass the parameter page to the connector. configure the REST connector to reference the same parameter in the query string for the get method

D.

configure a REST connector data source and pass the postal code parameter to the request data transform configure the REST connector to use the postal code the query string for the get method

Buy Now
Questions 56

U+ Bank currently uses a Pega Platform'" application to automate its internal operations. The bank wants to add independent tax processing functionality to its application. This work should be routed to tax consultants in the application.

To support this new feature, the bank has appointed country-specific tax consultants because tax processing is handled differently in different countries.

Which one of the following options is the best approach to add tax processing to the bank's existing Pega Platform application?

Options:

A.

Create a tax case type, then circumstance the required processes and routing utilities by using the country property.

B.

Create a country-specific tax assessment application that is built on the existing Pega Platform application.

C.

Create a tax case type and use case type specialization by country, each with its own process, to be routed and assigned to the appropriate tax consultant.

D.

Create a country-specific tax process for tax assessment that is routed to the appropriate tax consultant.

Buy Now
Questions 57

A Pega developer working on customizing GetNextWork functionality has overridden the

GetNextWork_WorkBasketUrgencyThreshold application settings rule, because they want to define a minimum cutoff value for assignment urgency.

Overriding this value can speed things up by changing the order in which assignment candidates are examined.

As an LSA, which one of the following would you recommend as a best practice in this situation?

Options:

A.

To simplify migration, create a separate ruleset for customization of GetNextWork functionality.

B.

To keep in sync with the work list, change the Urgency Threshold for the worklist as well.

C.

To avoid customization, do not approve check-in of the rule.

D.

To simplify testing of GetNextWork functionality, supply different cutoffs for different production levels.

Buy Now
Questions 58

You are a decisioning architect on a next-best-action project and are responsible for designing and implementing decision strategies Select each component on the left and drag it to the correct requirement on the right.

PEGACPLSA88V1 Question 58

Options:

Buy Now
Questions 59

Select three operations that Elasticsearch queries can support when using a report definition. (Choose Three)

Options:

A.

Starts with

B.

Contains

C.

Custom SQL functions

D.

Only Include matching rows

E.

Greater than

Buy Now
Questions 60

The following class structure is set up in an application so that users can make use of Dynamic Class Referencing (DCR):

PEGACPLSA88V1 Question 60

What action is required to support the OCR implementation?

Options:

A.

Create a VehideDCR PageGroup property. Use vehicle type as the PageGroup subscript. Use pyLabel to contain the class.

B.

Create a VehideDCR Lookup table. The key to the table is VehicleType. The Value column contains the class.

C.

Create Car, Truck, and Motorcycle Application Settings. Access the appropriate Application Setting to get the class.

D.

Create a .VehicleType property in the FSG-Data-Vehicle class. To determine the class name, append a dash, then append VehicleType.

Buy Now
Questions 61

A slow-running connector must run whenever the status of a case changes.

select the three steps to configure a solution that minimizes the delay experienced by the user

Options:

A.

set the execution of the activity to immediately

B.

set the execution of the activity to execute in Background an copy

C.

configure an activity to call the connector

D.

configure a declare trigger to execute when the case is committed

E.

configure a declare trigger to execute when the status of the case change

Buy Now
Questions 62

Identify the two correct statements regarding Localization wizard capabilities. (Choose Two)

Options:

A.

Extracts the string values from all application field values, paragraphs, and correspondence records.

B.

Creates field value rules for all labels used in the application.

C.

Automatically sets the locale, base currency, and time zones based on the user's language.

D.

Generates a package for French even though Pega provides an associated language pack.

Buy Now
Questions 63

U+ Bank wants to offer credit cards only to customers with a low-risk profile. The customers are divided into various risk segments from AAA to CCC. The risk segmentation rules that the business provides use the Age and the customer Credit Score based on the following table. The bank uses a scorecard model to determine the customer Credit Score.

PEGACPLSA88V1 Question 63

As a decisioning architect, how do you Implement the business requirement?

Options:

A.

Add a decision table to a decision strategy and reference it in the scorecard component.

B.

Add the risk segmentation rules in the Results tab of the scorecard rule.

C.

Add a decision table to a decision strategy and pass the credit score as the parameter.

D.

Add three contact policies that correspond to the three risk segments.

Buy Now
Questions 64

Pega Customer Decision Hub enables organizations to make Next-Best decisions. To which type of a decision is Next-Best-Action applied?

Options:

A.

Optimizing supply chain management

B.

Determining how to optimize inventories

C.

Determining if a borrower gets a loan

D.

Predicting the time of a machine failure

Buy Now
Questions 65

a standard agent has auto queue management enabled, runs periodically, and is set to retry once.

select the run time behavior if processing fails for one of the tasks in the agent queue.

Options:

A.

the task remains in the agent queue and the task status is set to broken-process. the agent does not retry this task automatically.

B.

the task remains in the agent queue and the task status is set to broken-process. the agent retries this task automatically.

C.

the task is requeued for processing and the task status does not change. the agent retries this task automatically.

D.

the task is removed from the agent queue and the status is set to broken-process. the agent does not retry this task automatically.

Buy Now
Questions 66

APP Studio created a data type in the Organization layer for Quote data called BCO-Data-Quote. How do you help users find rules from this data class when working in APP Studio?

Options:

A.

Create a BCO-QI-Data-Quote class that inherits from BCO Data-Quote.

B.

Use a Data Reference to configure the rules that you need from the BCO Data Quote class.

C.

Copy the fields in the data class to the BCO-QT Work- class so all subclasses can see the Quote rules.

D.

Select each rule you want to reuse in the application as a relevant record.

Buy Now
Questions 67

Select the statement below that best applies to the following Class structure:

PEGACPLSA88V1 Question 67

Options:

A.

Parking cannot be a child case of Hotel.

B.

Instances of EventBookin and Hotel cannot be stored in a separate table.

C.

Parking and Auto instances can be stored in the same table or in separate tables.

D.

Auto must be a child case of Parking.

Buy Now
Questions 68

In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.

Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)

Options:

A.

Use Case Designer data propagation to copy the data to the subcases to populate the page contents.

B.

Use the Load-DataPage method to initiate the population of the page contents.

C.

Use the system of Record (SOR) data access pattern to populate the page contents.

D.

Use the Snapshot data access pattern to populate the page contents.

Buy Now
Questions 69

U+ Bank, a retail bank, introduced a new mortgage refinance offer in the eastern region of the country. They want to advertise this offer on their website by using a banner, targeting the customers who live in that area.

What do you configure in Next-Best-Action Designer to implement this requirement?

Options:

A.

Applicability rules

B.

A prioritization formula

C.

A customer segment

D.

An audience

Buy Now
Questions 70

You are using pega express. You want to avoid creating unnecessary case-level properties

and views. Which three actions do you take to accomplish this goal? (choose three)

Options:

A.

Define case type views using *\ page, property" syntax for the majority of the- fields.

B.

Drag-and-drop a Field Group when defining a case view.

C.

Create a data type that corresponds to each case type.

D.

Pre-define properties, sections, and relevant records that are applied to Work-Cover'.

E.

Add an embedded Page property to the case type.

Buy Now
Questions 71

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?

Options:

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.

Buy Now
Exam Code: PEGACPLSA88V1
Exam Name: Certified Pega Lead System Architect (CPLSA) Exam 8.8
Last Update: Mar 13, 2025
Questions: 238

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now PEGACPLSA88V1 testing engine

PDF (Q&A)

$36.75  $104.99
buy now PEGACPLSA88V1 pdf