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

Online PEGACPLSA88V1 Questions Video

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

Question 9

Select two ways for queuing an item for a queue p

Options:

A.

Use the Queue-for-processing method

B.

Use Utility smart shape

C.

Use Run in Background smart shape

D.

Use the Queue for -agent method

Question 10

A company is planning to build an application that can capture information about individuals in different roles, who work for different companies, in different parts of the world.

Future independent Pega Platform'* applications that can potentially use that same information are also being planned. Every application, including the first one, has a tight delivery schedule.

How do you design the data model?

Options:

A.

Extend existing core Pega Platform classes such as Data-Party-Person, Data-Party-Corn, and Data-Address-Postal, persisting instances of the extended classes in the PegaData schema.

B.

Extend existing core Pega Platform classes such as PegaData-Contact, PegaData-Organization, and PegaData-Address, persisting instances of the extended classes in the CustomerData schema.

C.

Create the minimum number of properties necessary to describe a person, organization, and address within the ORG-Data class. Share the ORG ruleset with other applications.

D.

Define new Person, Organization, and Address Data classes that extend ORG-Data. Persist Person in the PegaData schema, and Organization and Address in the CustomerData schema.

Question 11

A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture?

Options:

A.

Pega Customer Set vice is the customer and account enterprise service bus.

B.

Pega Customer Service is the customer interaction system of record.

C.

Pega Customer Service is the billing and reporting system of record.

D.

Pega Customer Service is the new customer onboarding system.

Question 12

A banking customer service application is in production that processes various customer complaint requests. After three years in production, the operations manager needs a historical report on resolved cases. This report is to receive in near real time.

Data warehouse has exposed a REST API to receive data. Reports are generated out of data warehouse.

What two of the following options to create an ideal design solution to post data to the data warehouse? (Choose Two)

Options:

A.

Read data with data flows, which source data by using a dataset and output data to a utility that posts the data to the queue processor, which then posts data to data warehouse over REST. For in-flight cases, on resolution of a case, reuse a queue processor that you created.

B.

Read data with data flows, which source data by using a dataset and output data to a utility that synchronously posts the data to data warehouse. For in-flight cases, on resolution of the case, configure the system to post the data to the data warehouse over REST.

C.

Run a one-time utility browse all the resolved-cases data, and then post the data to data warehouse asynchronously. For in-flight cases, on resolution of a case, configure the system to synchronously post the data to the data warehouse over REST.

D.

Prepare an extract rule and extract the data of already-resolved cases, and then load it into the data warehouse for reporting. For in-flight cases, on resolution of a case, configure the system to post the data to the data warehouse over REST.