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 are asked to build a report listing customer order cases with an Order Total value over USD10000 sorted by Creation date (pxCreateDate). The report should display the following three fields: Case ID (pylD), Customer ID, and Order Total.
Which property or property combination should you optimize to improve performance?
- A . Order Total
- B . pxCreateDate
- C . Customer ID and Order Total
- D . pxCreateDate and Order Total
During a playback session, a stakeholder notices that a drop-down list is missing one of the required options.
Which work item do you create in Agile Workbench to address this issue?
- A . User Story
- B . Bug
- C . Feedback
- D . Status
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
- A . Do nothing. The pre-processing data transform is only called once for each assignment.
- B . Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- C . Configure the data transform as post-processing instead of pre-processing.
- D . Add logic to the pre-processing data transform to test if values were already initiated.
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances.
Which configuration option is used to summarize the remaining vacation and sick time?
- A . Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
- B . Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
- C . Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
- D . Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
Which business need do you address through delegation?
- A . A service representative must attach the appropriate form when emailing a customer
- B . A risk officer wants to adjust the income threshold for automobile loans.
- C . A care supervisor wants to authorize a second opinion for an insurance claim.
- D . A general manager must approve catering proposals that exceed EUR5000
In an application for configuring hardware equipment for new employees, the manager chooses a laptop model from a drop-down list. The list of available laptop models is maintained in an external system and may change over time.
Which of the following do you use as the data source for this drop-down list ?
- A . A data page
- B . A local list
- C . A data table
- D . A data transform
You create an application to track package deliveries. Choose three elements that are essential for this application. (Choose Three)
- A . A delivery cancellation child case
- B . A shipment tracking case type
- C . A set of fields to capture the shipping details
- D . A work party to represent the customer
- E . A user view to enter the shipping details
You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process.
Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.
After you create the Interview child case, how to do you configure the case type to achieve the required behavior?
- A . Following the Create Case step, add a Wait step that pauses the parent case until the application schedules the interview.
- B . Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status.
- C . Following the Create Case step, add a services-level agreement (SLA) that escalates the parent case after 48 hours.
- D . Following the Create Case step, add an Interview step that is automatically resolved after 48 hours.
A government application provides field placeholder values to help users enter the correct data. The Design Lead has asked you to increase the font size on all field placeholder value components to help visually impaired users.
Which configuration applies the font styling requirement on the field placeholder values in the application?
- A . Update the existing Default theme text entry
- B . Run a case type that uses the component and change the font on the view
- C . Add a new theme text entry to the application theme
- D . Upload a new application theme
ABC BankCorp operates two subsidiaries, GloboBank and LocalBank, with different brandings. ABC BankCorp wants to create a mobile app experience for both users and customer service representatives (CSRs) for its Transaction Dispute application.
Of the following requirements, which two options affect the number of mobile app channels that you need to configure? (Choose Two)
- A . Mobile apps must support both phones and tablets.
- B . Customers can create only dispute cases, while CSRs can also create fraud report cases.
- C . Mobile app color palette is customized for each subsidiary.
- D . The app customizes currency units and date/time format according to the user’s locale.