Pegasystems PEGACPSA23V1 Exam (page: 4)
Pegasystems Certified Pega System Architect 23
Updated on: 31-Mar-2026

Viewing Page 4 of 33

A human resources application contains reports that are used to review hiring practices. The product manager has asked you to test the recent hire training report.
How do you run a unit test on the report?

  1. Create a copy of the rule and use the run rule window
  2. Initialize the rule with test data using the run rule window
  3. Identify a data test page to unit test the rule
  4. Run the report definition using the contents of a database table

Answer(s): D

Explanation:

To test a report, specifically the recent hire training report within a human resources application, the most direct and effective method is to run the report definition against actual data. This approach allows for the evaluation of the report's functionality, ensuring it meets the requirements and accurately reflects the data.
D . Run the report definition using the contents of a database table: This option involves executing the report definition to generate the report using data stored in a database table. It allows for the assessment of how well the report handles real data, including the correctness of the information displayed, the performance of the report, and whether it meets the product manager's requirements for reviewing hiring practices.
Creating a copy of the rule (A) and initializing the rule with test data using the run rule window (B) can be part of the development or debugging process but might not fully test the report under realistic conditions. Identifying a data test page to unit test the rule (C) is more applicable to testing rule logic rather than report output.


Reference:

Pega's documentation on report testing emphasizes the importance of evaluating report definitions with real or representative data to ensure accuracy and performance before deployment.



A library application used by staff creates a book request case when a member wishes to borrow one or more books. As part of the case process, the application shows the staff a read only list of outstanding past-due books to remind the member to return late books, select the Data page definition for this use case.

  1. List, Readonly, Thread
  2. Page,Editable,Node
  3. Page,Readonly,Requester
  4. List,Readonly,Requestor
  5. Page,Editable,Requester
  6. List,Readonly,Node

Answer(s): D

Explanation:

For the use case where a library application displays a read-only list of outstanding past-due books to staff during the book request case process, the appropriate Data Page configuration needs to ensure the data is accessible and specific to each user session without the possibility of modification. D . List, Readonly, Requestor: This configuration is optimal for the described scenario. A 'List' type is suitable because it involves displaying multiple records (outstanding books). 'Readonly' ensures that the data cannot be altered during the process, maintaining the integrity of the information displayed. The 'Requestor' scope is chosen because the information needs to be specific to the user session, providing a personalized reminder for the staff member to notify the member about their past-due books.
Options involving 'Page' (B, C, E) are not suitable as they are designed for single records rather than lists. 'Editable' (B, E) permissions are unnecessary and potentially problematic for this use case since the data should not be modified. 'Node' scope (F) would not provide the user-specific session data needed for this functionality.


Reference:

Pega's official documentation on Data Pages provides guidance on configuring data pages, including choosing the appropriate type, scope, and edit mode based on the use case requirements.



A life insurance company has satellite offices in various countries. Each satellite office has a work queue.
Company policy requires that life insurance underwriting be assigned to offices based on the policy owner's residential address.
Which routing approach supports this requirement?

  1. Route the assignment to the correct work queue by using an authority matrix.
  2. Route the assignment to the correct work queue based on business logic.
  3. Route the assignment to a specific underwriter based on business logic.
  4. Route the assignment to the correct work queue by using a reporting structure.

Answer(s): B

Explanation:

In a life insurance company with satellite offices in various countries and a policy requiring that underwriting be assigned based on the policy owner's residential address, the routing must be dynamic and adaptable to the specifics of each case.
B . Route the assignment to the correct work queue based on business logic: This approach allows for the flexibility to evaluate each policy owner's residential address and determine the appropriate satellite office work queue for assignment. By utilizing business logic, assignments can dynamically route to the correct office, ensuring compliance with company policy and efficiency in case processing.
Routing the assignment using an authority matrix (A) or a reporting structure (D) could provide structural frameworks for decision-making but might not offer the dynamic, case-by-case routing needed for this specific requirement. Routing to a specific underwriter (C) focuses on individual assignments rather than the broader need to assign work to office-specific queues based on geographic criteria.


Reference:

Pega Academy's training materials on case management and routing offer insights into various routing strategies, including the use of business logic to dynamically assign work based on case-specific criteria.



A list report includes columns for purchase requests and regional cost centers. A manager wants there report to show the total number of purchase requests for each of the regional cost centers.
How do you configure the report definition?

  1. Use the purchase requests column to group the cost centers.
  2. Filter the results so that the report includes only cost center and purchase requests.
  3. Summarize the purchase requests column by count.
  4. Summarize the regional cost centers by count.

Answer(s): C

Explanation:

For a list report that includes columns for purchase requests and regional cost centers, and with a requirement to show the total number of purchase requests for each regional cost center, the correct approach is to summarize the relevant data in a way that aligns with the manager's needs. C . Summarize the purchase requests column by count: This configuration aggregates the purchase requests data, providing a count of purchase requests per cost center. It effectively meets the manager's requirement by offering a clear and concise summary of the total number of purchase requests for each regional cost center, facilitating easy analysis and decision-making. Using the purchase requests column to group the cost centers (A) might organize the data differently than required, focusing on purchase requests rather than summarizing them by count for each cost center. Filtering the results to include only cost center and purchase requests (B) simplifies the report but does not aggregate the data as



A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and World Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?

  1. Select Lowest to Highest sort type for Create Date.
  2. Add a filter condition where Create Date is greater than the current date.
  3. Select Highest to Lowest sort type for Create Date.
  4. Make the Create Date the first column in the report.

Answer(s): C

Explanation:

To design a report definition that sorts cases so that the case with the most recent create date appears at the top of the list and descends in order, the sorting of the Create Date column must be configured appropriately.
C . Select Highest to Lowest sort type for Create Date: This sorting option ensures that the report organizes the cases starting with the most recent (highest) create date first, descending to the earliest (lowest) create date. This configuration aligns directly with the manager's requirement to have the most recently created cases at the top of the report, facilitating quick access to the latest cases.
Selecting Lowest to Highest sort type for Create Date (A) would result in the opposite of the requested order, placing the oldest cases at the top. Adding a filter condition where Create Date is greater than the current date (B) wouldn't be practical, as create dates cannot be in the future. Making the Create Date the first column in the report (D) might aid in readability but on its own does not ensure the correct sorting order.


Reference:

Pega's official documentation on report definitions explains how to configure sorting options to organize report data effectively, emphasizing the importance of sorting for enhancing report usability and meeting specific user requirements.



A moving company provides customers with a tool that recommends a moving vehicle based on the number of bedrooms in their current living space and whether they are planning to move heavy furniture like bed frames, mattresses, or couches. Based on the customer inputs, a decision table presents the customer with a recommendation.
Which two configurations do you use together to build the decision table? (Choose Two)

  1. Create a column for the recommended moving vehicle.
  2. Create rows for the recommended moving vehicle.
  3. Create two rows, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
  4. Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture.

Answer(s): A

Explanation:

To construct a decision table for recommending a moving vehicle based on the number of bedrooms in the customer's current living space and whether heavy furniture is being moved, the decision table needs to account for these input parameters and provide a corresponding recommendation. A . Create a column for the recommended moving vehicle: This column will hold the output of the decision table, which is the type of moving vehicle recommended based on the input criteria. This setup allows for a clear and direct presentation of the recommendation to the customer. D . Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture: These columns will serve as the input conditions for the decision table. By evaluating the values in these columns, the decision table can determine the appropriate moving vehicle recommendation for each unique set of circumstances. Creating rows for the recommended moving vehicle (B) would not follow the conventional structure of a decision table, where rows typically represent different rule conditions or scenarios rather than outcomes. Creating two rows, one for each input condition (C), misunderstands the structure of decision tables, where conditions are represented as columns and individual scenarios or rule conditions are represented as rows.


Reference:

Pega's documentation and training materials on decision tables provide guidelines on structuring decision tables for effective decision-making, including how to organize inputs and outputs within the table.



A process routes loan requests to a specific loan officer based on the type of loan. - If the loan is a mortgage, it is routed to Adam Ross. If the loan is for an automobile, it is routed to Julia Samuels. - If the loan is an equity line, the case is routed to Don Smith. How do you configure a router to ensure that case advances to the correct loan officer?

  1. Route the case to a worklist using a skilled router.
  2. Route the case to a work queue using a When condition.
  3. Route the case to a work queue using a skilled router.
  4. Route the case to a worklist using a When condition.

Answer(s): D

Explanation:

For routing loan requests to specific loan officers based on the type of loan, the configuration needs to precisely match the type of loan to the designated officer. D . Route the case to a worklist using a When condition: This approach utilizes Pega's conditional logic capabilities to evaluate the type of loan and route the case accordingly. A "When" condition can be configured for each loan type to determine the appropriate loan officer's worklist (Adam Ross for mortgages, Julia Samuels for automobile loans, and Don Smith for equity lines). This ensures that each loan request advances directly to the correct officer's attention based on the specified criteria. Routing the case to a worklist or work queue using a skilled router (A and C) could be used in scenarios where assignment is based on skill levels or capabilities rather than specific conditional logic. Routing the case to a work queue using a When condition (B) is close but less direct than using worklists for individual officers, as work queues are typically used for groups or teams rather than individuals.


Reference:

Pega's documentation on case routing provides insights into different routing options, including the use of conditional logic ("When" conditions) to direct work to specific users or teams based on case attributes.



A purchase request list report includes columns for case ID and regional cost center. A manager wants to report to show the total of purchase requests for each of the regional cost centers.

How do you configure the report definition?

  1. Create a filter for each cost center and count the case IDs.
  2. Summarize the case ID column by count.
  3. Summarize the regional cost centers by account.
  4. Define a function for the cost center column to total the case IDs.

Answer(s): B

Explanation:

For a purchase request list report that includes columns for case ID and regional cost center, and with a requirement to show the total of purchase requests for each regional cost center, summarizing data correctly is essential.
B . Summarize the case ID column by count: This configuration tallies the number of purchase requests (case IDs) for each regional cost center, effectively meeting the manager's requirement. By summarizing the case ID column by count, the report will display the total number of



Viewing Page 4 of 33



Share your comments for Pegasystems PEGACPSA23V1 exam with other users:

Nagendra Pedipina 7/13/2023 2:12:00 AM

q:32 answer has to be option c
INDIA


Tamer Barakat 12/7/2023 5:17:00 PM

nice questions
Anonymous


Daryl 8/1/2022 11:33:00 PM

i really like the support team in this website. they are fast in communication and very helpful.
UNITED KINGDOM


Curtis Nakawaki 6/29/2023 9:13:00 PM

a good contemporary exam review
UNITED STATES


x-men 5/23/2023 1:02:00 AM

q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
UNITED STATES


abuti 7/21/2023 6:24:00 PM

cool very helpfull
Anonymous


Krishneel 3/17/2023 10:34:00 AM

i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.
INDIA


Regor 12/4/2023 2:01:00 PM

is this a valid prince2 practitioner dumps?
UNITED KINGDOM


asl 9/14/2023 3:59:00 PM

all are relatable questions
CANADA


Siyya 1/19/2024 8:30:00 PM

might help me to prepare for the exam
Anonymous


Ted 6/21/2023 11:11:00 PM

just paid and downlaod the 2 exams using the 50% sale discount. so far i was able to download the pdf and the test engine. all looks good.
GERMANY


Paul K 11/27/2023 2:28:00 AM

i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
INDIA


ph 6/16/2023 12:41:00 AM

very legible
Anonymous


sephs2001 7/31/2023 10:42:00 PM

is this exam accurate or helpful?
Anonymous


ash 7/11/2023 3:00:00 AM

please upload dump, i have exam in 2 days
INDIA


Sneha 8/17/2023 6:29:00 PM

this is useful
CANADA


sachin 12/27/2023 2:45:00 PM

question 232 answer should be perimeter not netowrk layer. wrong answer selected
Anonymous


tomAws 7/18/2023 5:05:00 AM

nice questions
BRAZIL


Rahul 6/11/2023 2:07:00 AM

hi team, could you please provide this dump ?
INDIA


TeamOraTech 12/5/2023 9:49:00 AM

very helpful to clear the exam and understand the concept.
Anonymous


Curtis 7/12/2023 8:20:00 PM

i think it is great that you are helping people when they need it. thanks.
UNITED STATES


sam 7/17/2023 6:22:00 PM

cannot evaluate yet
Anonymous


nutz 7/20/2023 1:54:00 AM

a laptops wireless antenna is most likely located in the bezel of the lid
UNITED STATES


rajesh soni 1/17/2024 6:53:00 AM

good examplae to learn basic
INDIA


Tanya 10/25/2023 7:07:00 AM

this is useful information
Anonymous


Nasir Mahmood 12/11/2023 7:32:00 AM

looks usefull
Anonymous


Jason 9/30/2023 1:07:00 PM

question 81 should be c.
CANADA


TestPD1 8/10/2023 12:22:00 PM

question 18 : response isnt a ?
EUROPEAN UNION


ally 8/19/2023 5:31:00 PM

plaese add questions
TURKEY


DIA 10/7/2023 5:59:00 AM

is dumps still valid ?
FRANCE


Annie 7/7/2023 8:33:00 AM

thanks for this
EUROPEAN UNION


arnie 9/17/2023 6:38:00 AM

please upload questions
Anonymous


Tanuj Rana 7/22/2023 2:33:00 AM

please upload the question dump for professional machinelearning
Anonymous


Future practitioner 8/10/2023 1:26:00 PM

question 4 answer is c. this site shows the correct answer as b. "adopt a consumption model" is clearly a cost optimization design principle. looks like im done using this site to study!!!
Anonymous