Pegasystems PEGACPSSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PEGACPSSA23V1
- Prüfungsname: Certified Pega Senior System Architect '23 Exam
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 26.04.2025
Which two statements about keyed data pages are true? (Choose Two)
- A . A keyed data page is required for all data pages.
- B . A keyed data page can use a report definition.
- C . A keyed data page can return multiple embedded pages.
- D . A keyed data page can have multiple keys.
Which two statements are valid regarding Pega Web Mashup? (Choose Two)
- A . Pega Platform limits mashup users to working on existing cases.
- B . Mashup requests are checked for the corresponding mashup channel ID parameter.
- C . A mashup can allow access to Dev Studio for full system configuration.
- D . A user can view their worklist in an external portal and select items on which to take action.
An assignment service-level agreement (SLA) is configured with the following details:
♦ Initial urgency: 20
♦ Assignment ready: Timed delay of 2 hours
♦ Goal: 5 hours and increase urgency by 10
♦ Deadline: 2 hours and increase urgency by 25
♦ Passed deadline: 1 hour, increase urgency by 5, and limit events to 6 The case reaches the assignment at 9 AM on Wednesday.
Assuming no other urgency adjustments, what is the assignment urgency 6.5 hours after the case reaches the assignment?
- A . 85
- B . 95
- C . 75
- D . 80
Graduate school students create and submit project proposals to their advisors. During the proposal phase, the advisor and the student can each edit the draft proposal.
How do you ensure the advisor and the student can simultaneously edit the proposal, and the application can check the proposal for changes before committing them?
- A . Configure the locking on the case type to allow one user.
- B . Configure the locking on the case type to allow multiple users.
- C . Configure an assignment for the advisor and an assignment for the student.
- D . Configure the student and advisor roles with view and edit permission.
In which example would you use the application settings feature?
- A . A data page is available across multiple user sessions and is updated once a day.
- B . An IT service application stores a list of operating systems using a Pega system of record.
- C . A weather service application points to a web service for weather data.
- D . A manager can update the price of a service without a developer editing the application.
If a customer reports an issue with their order, an Investigation case is created. All investigation cases
are higher priority than other case types.
What configuration supports this requirement?
- A . Create a service-level agreement (SLA) rule and ensure that the assignment is ready immediately.
- B . Create a service-level agreement (SLA) rule and increase the initial urgency.
- C . Increase the initial urgency on the case type settings.
- D . Configure an optional action to enable manual changes to case urgency.
A chemical supplier processes thousands of online orders each day. The supplier provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock. When buyers select an item to order, the application displays the MSDS. The MSDS rarely changes.
Which of the following options ensures the MSDS is up to date when an order is created?
- A . Create a keyed data page with the MSDS for each cleaning product.
- B . Create a parameterized data page that loads a new MSDS for each product.
- C . Create a data page that contains the MSDS for each cleaning product.
- D . Configure a keyed data page that allows multiple pages for each key.
Which two methods allow you to identify the Pega Platform application type? (Choose Two)
- A . View the Settings tab of the case designer.
- B . View the Application layers widget for the ruleset stack.
- C . View the Application definition rule.
- D . View the portals used by the application.
Several development teams work on different enhancements. The release date for each enhancement is uncertain.
Which two options, when performed together, allow each team to keep its work separate? (Choose Two)
- A . Create a new application for each team.
- B . Create a new ruleset version for each team.
- C . Set up a branch ruleset for each team.
- D . Create a production ruleset for each team.
What are three valid ways to exchange data through a Pega Web Mashup? (Choose Three)
- A . Use an action object configured as a script to perform additional actions on a web mashup gadget.
- B . Use the Javascript function doAction() to set or read data values through the hosting web page.
- C . Use an SQL call to exchange data between the mashup and hosting web page.
- D . Use a queue processor to pass updated attributes to the gadget on the hosting web page.
- E . Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.