Pegasystems Certified Pega Lead System Architect (CPLSA) Exam 8.8 PEGACPLSA88V1 Question # 6 Topic 1 Discussion

Pegasystems Certified Pega Lead System Architect (CPLSA) Exam 8.8 PEGACPLSA88V1 Question # 6 Topic 1 Discussion

PEGACPLSA88V1 Exam Topic 1 Question 6 Discussion:
Question #: 6
Topic #: 1

In a telecom customer service application, birthday wishes must be sent to customers every day at midnight by email, according to KYC records. The business requirement states that if email delivery failures occur, the system must record the failures.

There is an infrastructure limitation in using an external stream node; other available nodes are Webuser, Background processing, and BIX only. What two options can comprise an alternative approach as an interim solution? (Choose Two)


A.

Configure a data set with partitioning keys and filter keys. Configure this data set as an input to data flow which outputs the data to a utility that sends email to customers. Record failed emails in a data type.


B.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke the SendEmailNotification utility. If any exception is received in email delivery, mark the failure in a data type.


C.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke a Flow-New method from a utility to call a flow that uses the Send email smart shape to send notifications to customer. Mark the failure in a data type.


D.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke the CorrNew utility. If any exception is received in email delivery, mark the failure in a data type.


Get Premium PEGACPLSA88V1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.