Practice Free PEGACPLSA24V1 Exam Online Questions
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 failed.
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.
In a credit card application, the Verify Customer step in the first stage is routed to a work queue. Analyst 1 pulls the case by using Get Next Work. In the next stage, the case is routed to the approval work queue, and Analyst 2 pulls the case by using Get Next Work.
If Analyst 2 approves the case, it is moved to the Fulfillment stage for card issuance. If the case is rejected, it moves back to the Verify Customer step of the first stage and is routed to Analyst 1 (who worked on the case initially).
What is the best way to implement this requirement?
- A . Use custom routing activity in the Verify Customer step to route to Analyst1 by using the case participant role (VerifyAnalyst).
- B . Use the Custom activity and call Work.ReassignToWorkBasket if the VerifyAnalyst field is empty. Otherwise, route to the first analyst by using the VerifyAnalyst field.
- C . Use the business logic in the Route to field of the Verify Customer Assignment step, and route to the operator if the VerifyAnalyst field has the value that is set in the post-processing flow action of the Verify Customer step. Otherwise, route to the work queue.
- D . Use the Work.Reassign activity to route to the VerifyAnalyst case participant role if available in the case; otherwise, route to the work queue in the Verify Customer step.
In the context of access control, what is the principle of "Least Privilege"?
- A . Users should have the least number of login attempts before being locked out.
- B . Users should be granted access to all resources they might need in the future.
- C . Users should only have the permissions required to perform their job duties.
- D . Users should be granted access based on their seniority within the organization.
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 criteria. 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?
- A . configure the data transform to copy only the first 10 matching records to a page list property
- B . configure the data transform to copy all of the records to a page list property
- C . configure the data transform to copy all of the records to the data page
- D . configure the data transform to use the first x pagination setting to copy only the first 10 results to the data page
A many-to-many relationship is defined between a Pega Platform™ version 8.8 case type and a data type within an application that is not specialized by division.
Which two of the following statements is true?
- A . A data reference property is created on the Data Model tab of the case type.
- B . A class is created under [ORG]-[APP]-Data that extends Link- .
- C . A class is created under [ORG]-[APP]-Link
- D . A class is created with an [ORG]-[APP]-Data that extends Link-.
XYZ corp sells products that can be researched and ordered within a single screen. After the user submits the order, only the ID for each ordered product is propagated to a product child case.
An additional property within the product child case reference a data page that displays product detail. XYZ wants you to define a report that shows detail about each product associated within a given order case.
In which class do you optimize the detail properties for the product?
- A . both the order class and product class
- B . the product class
- C . the order class
- D . the data class for the product
The ABC organization has a financial application built on Pega Platform™. ABC wants to extend this application to other regions in a short period of time, by deploying a large development team. As it is a very sensitive application, ABC wants to have a proper review process to ensure delivery of quality code by the team.
What are the two recommended approaches that ensure proper quality check-in gates to achieve this requirement? (Choose Two)
- A . Dedicate a separate ruleset for each team.
- B . Implement rule changes in separate ruleset versions.
- C . Implement a rule check-in approval process.
- D . Reject the code deployment to higher environments if the compliance score does not meet the Center of Excellence-specified threshold value.
Which one of the following statements best describes data model design?
- A . It is a discussion about operations performed on the data.
- B . It is a discussion about operations performed on the data while working on a case.
- C . It is a discussion about designing the data, but not organizing the data.
- D . It is a discussion about organizing and designing the data
In a shopping cart application, if the product is defective and returned by the customer, the case should be routed back to the quality analyst who verified the product.
Which one of the following options is the best way to implement this requirement?
- A . Create a field with the quality analyst and assign the case to that analyst in the event of a return.
- B . Make use of the case history to assign the case to the analyst who processed the package.
- C . Create a quality analyst participant role. Assign the case to that participant in the event of a return.
- D . Check the log usage table to find the quality analyst who was working when the product was packaged.
Which two of the following statements are advantages of using a single case over subcase designs? (Choose Two)
- A . All attachments are readily accessible.
- B . Subflows can be processed without interruption.
- C . No replication of data is necessary with a single case.
- D . You can make use of dependency management between subflows.
