Pegasystems PEGAPCSSA86V1 Pega Certified Senior System Architect (PCSSA) 86V1 Online Training
Pegasystems PEGAPCSSA86V1 Online Training
The questions for PEGAPCSSA86V1 were last updated at Feb 08,2025.
- Exam Code: PEGAPCSSA86V1
- Exam Name: Pega Certified Senior System Architect (PCSSA) 86V1
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose two.)
- A . Use the attribute data-pega-event-onpagedata.
- B . Use REST methods to call Pega microservices.
- C . Call a Pega API function from the host server.
- D . Call the function pega.web.api.doAction().
A,D
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/communication-between-pega-web-mashup-and-host-page
A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
- A . Invoke the connector from an activity and use standard Obj-methods to add an error message end send an email.
- B . Create a custom error handler flow that displays the error message and sends an email.
- C . Create an error handler data transform that adds an error message to the data page and sends an email.
- D . Configure an error handling process that displays the error message and sends an email.
A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
In order to allow the three physicians to review the orders in parallel, how would you configure the process?
- A . Add a Split Join shape, add a list of physicians, and call the surgical procedure request
process. - B . Add a Split For Each shape, add a list of physicians, and call the evaluation process.
- C . Add a Split Join shape, add a list of physicians, and call the evaluation process.
- D . Add a cascading approvals shape that is called by the evaluation subprocess.
Which two configurations can you use to include access groups into your Product rule? (Choose two.)
- A . Export the access groups using the Access Manager.
- B . Add the access groups to the application record.
- C . Add the access group to the Product record in the Individual instances to include section.
- D . Associate the access groups with a ruleset included in the application.
B,D
Explanation:
Reference: https://collaborate.pega.com/QUESTION/how-including-access-roles-and-privileges-product-rule
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options satisfy the business outcome? (Choose two.)
- A . Use an association rule to join operator information to each case.
- B . Add the operator ID to the report definition as a parameter.
- C . Specify both classes in the Pages & Classes tab on the report definition.
- D . Configure a class join on the report definition to join operator information to each case.
Which two statements accurately describe the use of a symbolic index? (Choose two.)
- A . <LAST> sets or retrieves an element value from the end of a value list or page list property.
- B . <PREPEND> inserts a new element in a value list or page list property as the first element.
- C . <APPEND> adds an element at a designated location in a value list or page list property.
- D . <CURRENT> inserts a new element in a value list or page list property at the currently referenced index.
A,B
Explanation:
Reference: https://community.pega.com/sites/default/files/help_v722/designer%20studio/expressionbuilder/ref_refaggregateprop_symbolic.htm
Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases.
Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)
- A . Decrease the weights of the weighted conditions.
- B . Increase the weights of the weighted conditions.
- C . Increase the weighted condition sum threshold.
- D . Decrease the weighted condition sum threshold.
The customer, a medium size toy maker, wants to fulfill orders received during the peak
season in December and process them in batches multiple times a day.
How do you implement this use case?
- A . Create a queue processor that can process orders received by the company.
- B . Create one scheduled job and select its run schedule as multiple times a day.
- C . Create batches of orders and send each batch for processing when it gets full.
- D . Create scheduled jobs, one for each run, that can process accumulated orders.
To help ensure application stability and scalability, during which two of the following times do you use Log Analyzer (PLA) to test Pega applications? (Choose Two)
- A . Immediately before deployment
- B . Performance and stress testing
- C . User Acceptance Testing (UAT)
- D . Throughout the development cycle
Identify the three valid statements about managing data for offline use (Choose Three).
- A . Rules called by scripts as part of an action set on a user interface control require a whitelist entry.
- B . Large data pages that change infrequently are added to the blacklist to exclude the pages from synchronization.
- C . Backward chaining does not run on mobile devices. Use forward chaining or data transform rules instead.
- D . A whitelist is a set of rules that require synchronization between a mobile app and the server.
- E . Delta Sync improves performance by exchanging data in small amounts between a mobile device and the server.