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?
Answer(s): D
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.
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.
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.
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?
Answer(s): B
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.
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?
Answer(s): C
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?
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.
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)
Answer(s): A
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.
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?
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.
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?
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
Share your comments for Pegasystems PEGACPSA23V1 exam with other users:
really correct and good analyze!
excellent thanks a lot
will post once pass the cka exam
good content
q:32 answer has to be option c
nice questions
i really like the support team in this website. they are fast in communication and very helpful.
a good contemporary exam review
q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
cool very helpfull
i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.
is this a valid prince2 practitioner dumps?
all are relatable questions
might help me to prepare for the exam
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.
i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
very legible
is this exam accurate or helpful?
please upload dump, i have exam in 2 days
this is useful
question 232 answer should be perimeter not netowrk layer. wrong answer selected
hi team, could you please provide this dump ?
very helpful to clear the exam and understand the concept.
i think it is great that you are helping people when they need it. thanks.
cannot evaluate yet
a laptops wireless antenna is most likely located in the bezel of the lid
good examplae to learn basic
this is useful information
looks usefull
question 81 should be c.
question 18 : response isnt a ?
plaese add questions
is dumps still valid ?