Valid PEGACPLSA88V1 Dumps shared by ExamDiscuss.com for Helping Passing PEGACPLSA88V1 Exam! ExamDiscuss.com now offer the newest PEGACPLSA88V1 exam dumps, the ExamDiscuss.com PEGACPLSA88V1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PEGACPLSA88V1 dumps with Test Engine here:
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)
Correct Answer: B,D
* Job Scheduler with SendEmailNotification Utility: Running a job scheduler to pull customer records matching the current date and using the SendEmailNotification utility ensures that emails are sent out at midnight. Recording failures in a data type captures the necessary error information. * Job Scheduler with CorrNew Utility: Using the CorrNew utility to send emails and record any exceptions in a data type also satisfies the requirement for recording email delivery failures. * Reference: Pega documentation on job schedulers and email utilities provides guidelines for implementing scheduled tasks and handling email delivery. * Therefore, the correct answers are: 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. 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.