Practice Free PEGACPLSA88V1 Exam Online Questions
you are writing a report that needs to compute the sum of multipul columns and display the result.
The number of columns to sum varies from report to report but does not exceed five.
Which two options can you use to implement this requirement? (choose two)
- A . Develop a SQL function that sums two columns. Recursively apply this function as needed.
- B . implement a declare expression to sum the values and store the result as an additional property.
- C . construct the report to group by the columns to be summed followed by a column that uses SUM.
- D . Develop separate SQL functions for summing two through five columns. use the appropriate function.
B C
Explanation:
Declare Expression: Use a Declare Expression to calculate the sum of the columns and store the result in an additional property. This ensures that the sum is always updated when any of the contributing values change.
Report Configuration: Configure the report to group by the columns to be summed and use the SUM function for aggregation. This approach leverages Pega’s reporting capabilities to dynamically compute and display the sum based on the selected columns.
Reference: Pega Academy: Advanced Reporting Techniques
Pega Documentation: Declare Expressions and Reporting
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after 3:00 p.m. every day with an out-of-memory error.
Which two alerts typically precede this condition? (choose two)
- A . PEGA0004 CQuantity of data received by database query exceeds limit
- B . PEGA0001 C HTTP interaction time exceeds limit
- C . PEGA00017 C Cache exceeds limit
- D . PEGA0002 C Connect operation time exceeds limit
AC
Explanation:
Identifying and resolving out-of-memory errors in a cluster node involves understanding the alerts that typically precede such conditions.
PEGA0004 C Quantity of data received by database query exceeds limit (Answer A):
This alert indicates that a database query is returning more data than expected, which can lead to memory issues as the system tries to handle large data sets.
Reference: Pega documentation details that PEGA0004 alerts help identify inefficient database queries that could lead to performance degradation and memory issues. PEGA00017 C Cache exceeds limit (Answer C):
This alert indicates that the cache has exceeded its predefined limit, which can cause memory overflows and out-of-memory errors.
Reference: According to Pega performance tuning guidelines, monitoring cache limits and adjusting cache settings can prevent out-of-memory conditions.
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:0 P.M. and 4:00 P.M. All attempts to reproduce the problem in the Development, QA, and Staging environments have (ailed.
Which two techniques help you troubleshoot the problem? (Choose Two)
- A . Review Performance Alerts and Exceptions in PDC
- B . Review a Production Tracer Log using SMA-
- C . Review Alerts and Exceptions using PLA.
- D . Review Performance Alerts and Exceptions in AES.
A, D
Explanation:
To troubleshoot a chronic performance issue in a cloud-based production application:
Review Performance Alerts and Exceptions in PDC (A): Pega Predictive Diagnostic Cloud (PDC) monitors and reports on the health and performance of Pega applications in real-time. Reviewing alerts and exceptions here can provide insights into the root causes of performance issues.
Review Performance Alerts and Exceptions in AES (D): Pega Autonomic Event Services (AES) also monitors system health and performance. It can help identify patterns and issues that occur during specific time frames.
Reference: Pega PDC: Understanding Pega Predictive Diagnostic Cloud
Pega AES: Pega Autonomic Event Services Overview
Which two approaches can you take to facilitating Mashup interface development in App Studio? (Choose Two)
- A . Within a Development-only application built on the Production application, define a case type that pauses at an assignment. The modal flow action displayed for that case should have the same data class as a Mashup interface that uses the Display a page option.
- B . In the pyDefault Data Transform for a case, set pxThread.isWebMashup to True by using an Application Setting. App Studio users then see the same views that are displayed by a Mashup interface when it is configured to use the Create a case option.
- C . Use associated privilege visibility conditions. At design time, an App Studio user is able to view and configure sections that are only shown to external personas.
- D . Within a Development-only application built on the Production application, define a case type that has an embedded page with the same data class as a Mashup interface that uses the Display a page option.
C, B
Explanation:
Setting pxThread.isWebMashup:
In the pyDefault Data Transform for a case, setting pxThread.isWebMashup to True ensures that App Studio users see the same views displayed by a Mashup interface. Associated Privilege Visibility Conditions:
Using associated privilege visibility conditions allows App Studio users to view and configure sections
only shown to external personas at design time.
Reference: Pega documentation on Mashup interface development in App Studio outlines these practices to ensure seamless integration and development.
Therefore, the correct answers are:
B. In the pyDefault Data Transform for a case, set pxThread.isWebMashup to True by using an Application Setting. App Studio users then see the same views that are displayed by a Mashup interface when it is configured to use the Create a case option.
C. Use associated privilege visibility conditions. At design time, an App Studio user is able to view and configure sections that are only shown to external personas.
You are implementing a paga customer service application and are integrating the system of record data for account information? select the three tasks required to implement this integration
- A . Specialize the pega customer service data pages that use account data.
- B . Integrate with the system of record in the pega customer service account class
- C . Rename the pega customer service data pages to match the system of record.
- D . Integrate with the system of record to populate an Account data class.
- E . Create a data transform to map the Account data class to the pega customer service Account class
A, D, E
Explanation:
To implement integration of system of record data for account information in a Pega Customer Service application:
Specialize the Pega Customer Service data pages that use account data to ensure they are tailored to fetch the required data.
Integrate with the system of record to populate an Account data class, ensuring that account information is correctly retrieved and stored.
Create a data transform to map the Account data class to the Pega Customer Service Account class, ensuring that data is correctly transformed and utilized within the Pega application.
Reference: Pega documentation on Data Integration > Integrating System of Record Data > Implementing Data Transforms and Specializing Data Pages
A local ferry service offers a passenger boat trip that travels from Port A to Port B, and then back again, once a day. Passengers can book tickets using an app, and they often try to make last-minute reservations for the outbound trip. The ferry service wants their app to place a passenger on a waiting list for the first trip, while guaranteeing them a reservation for the second trip.
Which two case design patterns apply to this scenario? (Choose Two)
- A . Limited Availability and Concurrency
- B . Parallel Case Processing
- C . Divide and Conquer
- D . Data Instance First
A, C
Explanation:
Limited Availability and Concurrency: This pattern handles situations where resources (like ferry seats) are limited, and concurrency needs to be managed to ensure fair allocation.
Divide and Conquer: This pattern involves breaking down a case into sub-cases or steps, such as managing bookings for both the outbound and return trips separately.
Reference: Pega Platform case design documentation.
Pega Academy courses on case management and design patterns.
A form listing nearby restaurants has four columns:
– Restaurant name
– Restaurant location
– Thumbnail image of the seating area
– Make reservation (check box)
You want to ensure that users have the information they need to make a reservation regardless of screen size. When viewed on a small screen, you do not need to display images.
What three configuration steps do you take to support this requirement? (Choose three.)
- A . Set the importance of the Make reservation column to Primary.
- B . Set the importance of the Restaurant name column to Primary.
- C . Set the importance of the image column to Other.
- D . Set the importance of the image column to Secondary.
- E . Set the importance of the Restaurant location and Make reservation columns to Secondary.
- F . Set the importance of the Restaurant name and Make reservation columns to Primary.
B, D, E
Explanation:
Column Importance: The importance setting helps define which columns are displayed on smaller screens. "Primary" ensures the column is always visible, "Secondary" is shown if there is enough space, and "Other" is hidden on smaller screens.
Restaurant Name as Primary: Setting the restaurant name to primary ensures it is always visible, as it is crucial information for making a reservation.
Image Column as Other: Setting the image column to "Other" hides it on small screens, which is acceptable as images are non-essential compared to textual information.
Location and Reservation as Secondary: These columns are set to secondary, ensuring they are visible on medium to large screens but can be hidden on smaller screens if space is limited.
Reference: Pega guidelines recommend using the importance settings to manage the visibility of columns in responsive layouts, ensuring critical information is prioritized (Pega Platform 8.7 Documentation, User Interface – Column Settings).
Table a contains customer information. Table B contains complaints submitted by customers. Table C contains positive feedback submitted by customer.
You are tasked to write a report that list all rows in Table A where, per customer, the number of rows in Table B related to Table A are greater than the number of rows in Table C related to table A.
Which method creates the report that executes with the best performance?
- A . Define two subreports: one that counts rows in Table B relative to Table A, and on that counts the rows in table C relative to Table A. Only include rows in the main. Report against table A where the table B count is greater that the Table C count.
- B . Join table A to Table B and C using include all rows in this class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
- C . Join table A to Table B and C using include all rows in join class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
- D . Define two subreports, one where table B users ”Do not Join”, and one where Table C users ”Do not Join”, In the main report count the rows from each subpreport, then only include rows where the count from the Table B subreport than the count from the Table C subreport.
A
Explanation:
To create a report that lists all rows in Table A where the number of related rows in Table B is greater than in Table C per customer, define two subreports. One subreport counts rows in Table B relative to Table A, and the other counts rows in Table C relative to Table A. In the main report, include only rows from Table A where the Table B count is greater than the Table C count. This method ensures optimal performance by avoiding complex joins.
Reference: Pega Reporting: Reporting
A security requirement states that personal data should only be visible to managers in the HR organization. All personal data is contained in a single section.
How do you restrict access to personal data?
- A . configure a visible when rule on the section
- B . Create an Access control policy restricting access to the properties
- C . Add an Access when to relevent properties.
- D . Define a privilege for the section and add the privilege to appropriate roles
D
Explanation:
Define Privilege:
Create a privilege specific to the section containing personal data.
Assign Privilege:
Assign this privilege to roles associated with managers in the HR organization.
Reference: Pega access control and security documentation.
Select the statement below that best applies to the following Class structure:
- A . Parking cannot be a child case of Hotel.
- B . Instances of EventBookin and Hotel cannot be stored in a separate table.
- C . Parking and Auto instances can be stored in the same table or in separate tables.
- D . Auto must be a child case of Parking.
C
Explanation:
Class Structure Flexibility: The class hierarchy allows for instances of Parking and Auto to be stored either together or separately, depending on the implementation requirements and table mapping configurations.
Reference: Pega Platform documentation on class hierarchy and instance storage.
Pega Academy resources on data modeling and class structures.