An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.
To design a reporting strategy that displays the number of cases by status at the end of each month for a 12-month period, follow these steps:
Configure an Agent: Set up an agent to run at the end of each month to capture the status of all cases.
Record Data: The agent records the case statuses in a separate table specifically created for this purpose.
Reporting: Generate reports based on the data stored in this table to provide an accurate month-end snapshot of case statuses.
Configuring agents in Pega
A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
In order to allow the three physicians to review the orders in parallel, how would you configure the process?
To allow three physicians to review the orders in parallel, you need to use the 'Split For Each' shape. This shape enables parallel processing for each item in a list, such as the list of physicians.
Understanding Split For Each Shape in Pega: The 'Split For Each' shape allows you to create instances of a subprocess for each item in a specified list. This means each physician can independently review and evaluate the surgical procedure requests simultaneously.
Configuration Steps:
Step 1: Create a list of physicians who will be performing the evaluations.
Step 2: Add a 'Split For Each' shape to the process flow.
Step 3: Configure the 'Split For Each' shape to iterate over the list of physicians.
Step 4: Define the evaluation subprocess to be called for each physician.
Step 5: Ensure that each physician's evaluation subprocess is independent of the others.
Advantages of Using Split For Each: This approach allows all three physicians to perform their evaluations simultaneously, reducing the overall processing time and ensuring that the process can advance as soon as two out of three evaluations are completed.
Reference: Pega Documentation on Split For Each shape provides detailed steps on how to configure and use this shape in your process flows.
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)
To ensure the performance of the Pega application does not degrade over time, consider the following recommendations:
Maintain Fragmented Tables: Schedule scripts to regularly maintain and defragment tables that are frequently updated. This helps in optimizing database performance.
Purge and Archive Records: Implement purging and archiving strategies based on the company's record retention policy. This practice helps in managing data growth and ensures that the system remains performant over time.
Database Maintenance
Data Archiving
when a customer submits a credit card dispute, the application connects to an external service to retrieve all transaction made by the customer. the external service returns transactions ordered by date of transaction, in a descending, chronological order when a case worker reviews the dispute the application displays the 10 most recent transactions.
if the case worker does not see the disputed transaction in the list, the case worker can search for additional transaction the caseworker can filter search results on transaction date the transaction amount or the merchant name the search results display the 10 most recent transactions that satisfy the filter criteri
a. the case worker cannot paginate through the results.
how do you configure the response data transform to satisfy all of the requirements in the scenario?
To configure the response data transform to satisfy all the requirements in the scenario:
Configure the data transform to copy only the first 10 matching records to a page list property (Answer A):
An application contains cases that transition through different statuses throughout their life cycle, which typically lasts three months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.
Job Scheduler:
Configuring a job scheduler to record monthly case status in a separate table ensures that the data is consistently updated and available for reporting.
Reference:
Pega best practices for reporting strategies recommend using job schedulers to handle periodic data collection and reporting tasks.
Therefore, the correct answer is:
A . Configure a job scheduler to record monthly case status in a separate table and report on that table.
Rosita
2 months agoDelpha
3 months agoGeraldine
4 months agoMoon
5 months agoSilva
6 months agoAshlyn
7 months agoDouglass
7 months agoNorah
8 months agoHyun
8 months agoKyoko
9 months agoArdella
9 months agoPete
9 months agoMan
10 months agoNana
10 months agoJerry
10 months agoAdelina
11 months agoArlyne
11 months agoCatarina
11 months agoMiss
11 months agoLazaro
12 months agoEleonora
12 months agoVince
12 months agoKeneth
1 years agoEmile
1 years agoClaudio
1 years agoJaime
1 years agoCassie
1 years agoTerrilyn
1 years agoDiane
1 years agoCatarina
1 years agoLore
1 years ago