Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Vce PEGACPLSA88V1 Questions Latest

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

Question 25

What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over time? (Choose Two)

Options:

A.

Add indexes to all columns.

B.

Purge workparty UUI index tables periodically.

C.

Schedule scripts to maintain frequently fragmented tables.

D.

Purge and/or archive records based on the company's record retention policy.

Question 26

A Citizen Developer working on a Claims case type wants to validate the BenefitType property value. This property is located on a Clipboard page named ClaimBenefit of the MyCo-Data-ClaimBenefit class, which is inherited from Data-.

As a Lead System Architect, what do you recommend to make this validation available to the Citizen Developer?

Options:

A.

A System Architect should create a When rule in Dev Studio and reference the ClaimBenefit Clipboard page on the Pages it Classes tab. They define and implement the required criteria, because it is not possible to make it available for Citizen Developers.

B.

A System Architect should create a property BenefitType in the work class and copies the BenefitType property value from the ClaimBenefit Clipboard page to pyWorkPage. Citizen Developers can check the criteria on work class BenefitType property.

C.

A Citizen Developer uses any existing property and informs the system architect to implement a constraint rule. The System Architect marks the constraint rule as a relevant record, to make it visible to the Citizen Developer.

D.

A System Architect should create a When rule in Dev Studio and reference the ClaimBenefit Clipboard page on the Pages file Classes tab. They mark the rule as a relevant record so that the rule becomes available to Citizen Developers.

Question 27

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 detailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices.

select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)

Options:

A.

sourcing data from both rest connectors and using the response data transform to select the correct data

B.

sourcing data from a single REST connector that is circumstanced based on the input parameter

C.

sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time

D.

sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time

Question 28

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