Pegasystems PEGACPSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 06.05.2025- Prüfungscode: PEGACPSA23V1
- Prüfungsname: Certified Pega System Architect
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 06.05.2025
You are building a form that contains a list of courses. Users will select the courses in which they want to enroll.
Which two tasks must take place in Designer Studio? (Choose Two)
- A . Enable section editing and configure the selection check box by removing the caption.
- B . Create a field group list property and make the property a data reference.
- C . Configure the view in Run mode and change the order of the columns in the view.
- D . Edit the field group list property and set data access to copy data from a data page.
A human resources application contains reports that are used to review hiring practices. The product manager has asked you to test the recent hire training report.
How do you run a unit test on the report?
- A . Create a copy of the rule and use the run rule window
- B . Initialize the rule with test data using the run rule window
- C . Identify a data test page to unit test the rule
- D . Run the report definition using the contents of a database table
An application allows consultants to enter hours worked on a project on a weekly basis. Consultant hours need approval by the manager and the project supervisor. The approvals can occur in any order.
Which approval configuration meets this requirement?
- A . Configure a parallel process for each of the required approvals
- B . Add the manager approval to an alternate stage in the case life cycle
- C . Add an optional action for each approval in the appropriate stage
- D . Configure a single cascading approval based on an authority matrix
Which two components on the Case Designer can users assign to a minimum lovable product (MLP) release for project sizing purposes? (Choose Two)
- A . An automation
- B . A mobile User Portal
- C . An approval decision
- D . An external system of record (SOR)
In an application that sells office supplies, the Payment view displays order items and collects payment information. In the Payment section rule, the order items are grouped in a dynamic layout. You find out later that the Order Summary view must also display the order items.
How do you configure the Ul so that the order items display is shared between the Payment view and Order Summary view?
- A . Convert the Payment section layout that contains order items to a section, and embed this section in the Order Summary section.
- B . Build the Order Summary section with a layout inside to group the order items, similar to the Payment section.
- C . Embed the Payment section in the Order Summary section.
- D . Reuse the Payment section in the Order Summary view and use a disable when condition to disable payment information on the Payment section rule.
You are configuring duplicate case search logic in a case type.
How do you ensure that resolved cases are not evaluated as potential duplicates?
- A . Add a must match condition where the work status of the current case does not contain "Resolved"
- B . Add a weighted condition where the work status of potential duplicates does not contain "Resolved"
- C . Add a weighted condition that evaluates the work status of current and existing cases where work status equals "Resolved" and has a weight of "0"
- D . Add a must match condition where the work status of potential duplicates does not contain "Resolved".
An internal application grants 75 employees access to one of four personas: Admin, Author, User, and Manager. A new analyst who joins the company requires all the access of the Author persona, but only some of the reporting features that are available to the Manager persona.
How do you satisfy this security requirement?
- A . Add the analyst to the Author persona.
- B . Create a new Analyst persona with the required access.
- C . Update the Author persona to include the required analyst reports.
- D . Add the analyst to both the Author persona and Manager persona.
A survey is sent to a customer via email.
How do you configure a solution to ensure the email includes the case ID for the survey?
- A . Create a required field for the case ID that must be entered by a user during the case process prior to sending the survey.
- B . Call a data transform to copy the case ID from pyWorkPage to the email.
- C . Create a process using the Send Email step allowing representatives to quickly add the case ID to the email.
- D . Use the Insert Property feature of a Send Email step to add the case ID when composing the message dialog.
Apartment tenants submit maintenance requests that specify their name, address, request type, and description of the request. Tenants may submit multiple maintenance requests for different request types. The company wants to identify duplicate maintenance requests from the same address.
Which two configurations, when used together on the Search duplicate cases step, achieve this goal? (Choose Two)
- A . Configure the request type as a weighted condition.
- B . Configure the tenant name as a basic condition.
- C . Configure the apartment address as a basic condition.
- D . Configure the apartment address as a weighted condition.
You are testing an airline reservation case type that does not yet have a UI configured. You need to verify that changing the Purchase Insurance field in the Clipboard updates the TotalCost field.
In which category of the Clipboard tools would you expect to find the Purchase Insurance field?
- A . Linked Property Pages
- B . User Pages
- C . Data Pages
- D . System Pages