Prepare Smarter for the PEGACPSA23V1 Exam
Build your exam confidence with flexible preparation resources designed around the latest PEGACPSA23V1 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.
On the Case Designer, who two component can users tag with a Minimum Lovable Product (MLP) release for project sizing
purposes? (Choose Two.)
Correct Answer: C, D
In the Case Designer within Pega, components such as automations and approval decisions can be tagged with a Minimum Lovable Product (MLP) release for project sizing. This helps in prioritizing development tasks: C. Automations are significant because they often represent complex backend processes that can greatly enhance the application’s efficiency and are crucial for an MLP where automated features can define product usability and appeal. D. Approval decisions are key business processes that often require careful consideration and testing to ensure they meet business requirements effectively, making them important to highlight in early releases for user acceptance and feedback.
n a hiring application:
* An employee interviews the candidate.
* The Human Resources (HR) team creates and send s the officer letter.
* The Information Technology (IT) team assigns the workstation.
* The facilities team assigns the work desk.
To meet these requirements, what persona do you create?
Correct Answer: B
In a hiring application that includes tasks performed by different teams—HR creating and sending the offer letter, IT assigning the workstation, and Facilities assigning the work desk—the personas to be created correspond to each team handling specific responsibilities. Each persona represents a user or team involved in the process with distinct roles and access requirements. Therefore, the personas for HR, IT, and Facilities should be created to accurately reflect the workflow and ensure that system permissions and interfaces are appropriately configured for each group ' s tasks.
To reduce scrolling on a view, you want to organize existing content so that details display when an option is selected in a drop-down menu.
There is no drop-down menu currently on the view.
Which two configurations achieve the business requirement? (Choose Two)
Correct Answer: A, C
To address the need to reduce scrolling and organize content effectively based on a drop-down menu selection, options A and C provide viable solutions:
A. Configure a layout group to separate each option into individual panels and set the layout to a menu format. This option directly addresses the requirement
by creating a layout group where each panel corresponds to an option in the drop-down. When a user selects an option from the drop-down, only the relevant
panel shows, reducing the need for scrolling and enhancing the user experience.
C. Configure a repeating dynamic layout with an embedded section for each option and set the layout format to grouped. This configuration
uses a repeating dynamic layout where each section corresponds to a different drop-down option. It is effective for organizing the content
based on user selection, similar to the layout group but provides a different visual organization, still reducing the scroll and improving content management.
Options B and D do not directly address the requirement as they involve disabling conditions and data relationships that do
not toggle visibility or organize content based on user interactions with a drop-down menu.
You are asked to create a visualization that allows managers in the Customer Service division to track the number and status of Customer Support Request cases submitted over the last 30 days.
What is the process that you follow to create this visualization?
Correct Answer: D
To create a visualization for managers to track the number and status of Customer Support Request cases:
D. Create a new Insight on the Explore data landing page. Insights in Pega allow you to create visual representations of data, which can
include reports and dashboards. Managers can use these insights to track case metrics over specified time frames, such as the last 30 days.
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who
meet the following conditions: - The customer is on a monthly billing cycle - The credit card is either MoreCash or Vista - The credit card expires
within 60 days Which set of filtering conditions returns a report with the desired data?
Correct Answer: B, D
To fulfill the manager ' s request for a report showing only customers who are on a monthly billing cycle, use a MoreCash or Vista credit card, and whose credit card expires within 60 days, the filtering conditions need to precisely combine these criteria.
B. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days : This set of conditions accurately captures the required filters. The use of " OR " between the Credit Card conditions allows for the inclusion of customers with either MoreCash or Vista credit cards. The " AND " conjunction with Billing Cycle equals monthly ensures that only those on a monthly billing cycle are included. Lastly, specifying that the Expiration Date equals the next 60 days filters for credit cards expiring within the specified timeframe. This combination of conditions ensures the report displays precisely the desired data.
Option A incorrectly uses " AND " for credit card types, which is logically impossible since a credit card cannot be both types simultaneously. Option C inaccurately suggests using a condition on the billing cycle that is not aligned with the requirement and incorrectly frames the expiration date condition. Option D simplifies the conditions but lacks the precise logical structure provided in option B, potentially leading to confusion or incorrect implementation.
[Reference: Pega's reporting features and documentation detail how to construct complex filter conditions in report definitions, ensuring accurate and useful data retrieval based on specified criteria., , ]