Practice Free PEGACPLSA24V1 Exam Online Questions
A case is routed to a work queue after creation in a Fraud application. The fraud analyst picks up the work using GetNextWork functionality. If the fraud analyst cannot complete the assignment, the analyst clicks Cancel so another fraud analyst can work on the assignment.
Which item can be configured to implement the above requirement?
- A . GetNextWorkCriteria
- B . Assign-Workbasket.GetNextWork
- C . MoveToWorklist
- D . GetNextWork_MoveAssignmentToWorklist
U+ Bank has a customer service application that processes customer complaints. Now, after three years in production, the operations manager needs historical reports on resolved cases. The reports should be sent in near real-time. The data warehouse has exposed a REST API to receive the data, and the reports are then generated from the data warehouse.
Which two of the following options could you use to create an ideal design solution for posting the data to the data warehouse? (Choose Two)
- A . Read data with data flows, which source data by using a dataset and then output the data to a utility that synchronously posts the data to the data warehouse. For in-flight cases, on resolution of the case, configure the system to post the data to the data warehouse over REST.
- B . Prepare an extract rule and extract the data of already-resolved cases, and then load it into the data warehouse for reporting. For in-flight cases, on resolution of a case, configure the system to post the data to the data warehouse over REST.
- C . Read data with data flows, which source data by using a dataset and then output the data to a utility that posts the data to the queue processor, which then posts the data tothe data warehouse over REST. For in-flight cases, on resolution of a case, reuse a queue processor that you created.
- D . Run a one-time utility that browses all the resolved-cases data, and then asynchronously posts the data to the data warehouse. For in-flight cases, on resolution of a case, configure the system to synchronously post the data to the data warehouse over REST.
It is a best practice to include case types in a component.
- A . True
- B . False
You are implementing a paga customer service application and are integrating the system of record data for account information? (Choose three)
- A . Create a data transform to map the Account data class to the pega customer service Account class
- B . Integrate with the system of record in the pega customer service account class
- C . Integrate with the system of record to populate an Account data class.
- D . Specialize the pega customer service data pages that use account data.
- E . Rename the pega customer service data pages to match the system of record.
Select the option in which you would define Content Security Policies.
- A . To restrict what data a user can view in a case the user can open
- B . To prevent the browser to load content from untrusted sources
- C . To configure security for the content management integration
- D . To define security for case attachments
What is the primary advantage of using asynchronous processing with a Job Scheduler or Queue Processor?
- A . It reduces the need for background processing altogether.
- B . It ensures real-time processing and immediate results.
- C . It allows the system to process tasks concurrently and improves performance.
- D . It simplifies the overall design of the application.
What are two ways to define a trend report with a chart that displays the number of Cases that users create and resolve each day? (Choose Two)
- A . Use a series of subreports.
- B . Define and report against a Timeline table.
- C . Use a complex SQL.
- D . Define and report against a custom history table.
What is the primary purpose of using class joins in a reporting design?
- A . To filter the data based on specific criteria.
- B . To combine data from unrelated tables into a single result.
- C . To create a hierarchical display of data.
- D . To improve the performance of the SQL query.
XYZ is an Insurance application in which CSRs update thousands of claims daily. In the UI, claim cases are displayed to the CSRs in a grid, based on filter criteria. The source for the UI grid to retrieve the cases is a list data page that sources a report definition. The report definition is configured to use Elasticsearch to improve performance.
Though Elasticsearch is configured on the report definition, the report definition fires on the database SQL query.
Which two of the following reasons explain why the report definition falls back to database SQL query, instead of using Elasticsearch? (Choose two)
- A . The report definition is configured to retrieve distinct values.
- B . The report definition is configured to retrieve duplicate values.
- C . The Report definition does not perform a join.
- D . Properties that are configured on report definitions are not included in the search results of Elasticsearch.
A Purchase Order application is built with PRPC. Cases include the following:
– VendorFulfillment
– InventoryFulfillment
– PurchaseRequest (each purchase request includes either a VendorFulfillment or InventoryFulfillment)
What are the likely classes for these case types and what are the likely case relationships between them?
- A . MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase)
MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest)
MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest) - B . MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase)
MyCo-FW-PRApp-Work-PurchaseRequest-VendorFulfillment (subcase of MyCo-FW- PRApp-Work-PurchaseRequest)
MyCo-FW-PRApp-Work-PurchaseRequest-InventoryFulfillment (subcase of MyCo-FW- PRApp-Work-PurchaseRequest) - C . MyCo-FW-PRApp-Work-PurchaseRequest (subcase of MyCo-FW-PRApp-Work)
MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest)
MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest) - D . MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase)
MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work)
MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work)
