Pegasystems PEGACPSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 12.05.2025- Prüfungscode: PEGACPSA23V1
- Prüfungsname: Certified Pega System Architect
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 12.05.2025
You want your application to have consistent styling across portals. You want the background color of all buttons in your application to be blue. You want the background color of the buttons to be easily updated in case corporate branding changes.
Which attribute do you modify to set the background color?
- A . The application skin
- B . The buttons format
- C . The controls format
- D . The background mixin
Choose two scenarios that you configure using procedural processing. (Choose Two)
- A . A prescription order page with a list of available prescriptions sent from the customer’s health care provider. When the user opts to fill one or more prescriptions, the cost summary updates.
- B . A restaurant reservation page in which the user chooses a reservation and the system returns the number of available tables.
- C . A purchase order request page with a summary of items. The order total price updates after the customer changes a quantity.
- D . A flight booking page where customers can adjust the location and date of the departure and return flights. The ticket prices recalculate after the customer chooses the "recalculate price" option.
Consider the following requirement:
The patient must be able to modify physician details at any time without impacting primary case processing.
Which configuration satisfies this requirement?
- A . Add a case-wide optional action to the case life cycle.
- B . Add a primary stage with at least one process to the case life cycle.
- C . Add an alternate stage with at least one process to the case life cycle.
- D . Add an assignment to the case life cycle.
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)
- A . A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
- B . An accountant wants to list the largest order for the last month, for each customer account.
- C . A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
- D . A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
While testing a form, you need to verify the contents of a data page in memory.
Which tool do you use to view the current contents of the data page?
- A . The Clipboard tool
- B . Case Designer
- C . The Data Explorer
- D . Live UI
A user view includes a list of four urgency options selectable by radio buttons.
How do you configure the selection list?
- A . Configure a field group with selectable urgency options.
- B . Configure a drop down field with selectable urgency options.
- C . Configure a picklist with radio buttons for the urgency options.
- D . Configure a Boolean field with selectable urgency options.
DRAG DROP
Drag the term that is used in App Studio from the left to the rule that you use in Dev Studio on the right.
A disrupted transaction case records account information using a page property. Account information is recorded at the time the case is created and does not update when the case is further processed. Account information is stored in an external system and accessed by a data page.
How do you configure the account information page?
- A . Select refer to a data page on the page property
- B . Configure the page property to refer to a keyed data page
- C . Define a reference property that refers to the data page
- D . Select copy from a data page on the page property
Which statement about channel interfaces is true?
- A . Creating a channel interface creates a default work queue in Agg Studio.
- B . All users see the same channel interface.
- C . A persona requires a unique channel interface.
- D . Channel interfaces are user interfaces that meet business requirements.
In a Human Resources (HR) application, a business architect has developed a new process for the Onboarding case type. You want to test the process and the fields to verify the Ul elements collect expected results.
- A . Add explicit assertions on the Ul elements
- B . Create a unit test for the Onboarding case type
- C . Create a scenario test for the Onboarding case type
- D . Add validations on the Ul elements