Pegasystems PEGACPSA23V1 Certified Pega System Architect Online Training
Pegasystems PEGACPSA23V1 Online Training
The questions for PEGACPSA23V1 were last updated at Jul 18,2025.
- Exam Code: PEGACPSA23V1
- Exam Name: Certified Pega System Architect
- Certification Provider: Pegasystems
- Latest update: Jul 18,2025
Consider the following scenario:
A customer files a fraud complaint.
The complaint is investigated by a customer service agent.
* The customer service agent may request additional information from the customer.
* The merchant is notified and given 15 days to dispute the fraud claim.
* If the fraud claim is approved, an affidavit is sent to the customer and a refund is posted totheiraccount.
How do you name the step where the agent investigates the claim for fraud?
- A . Investigate Claim
- B . Claim Investigation
- C . Fraud Claim
- D . Investigate Fraud
You are implementing a Ul form collecting job applicant information. Users must provide values to certain fields before submitting the form.
Which configuration adds asterisks to indicate the mandatory fields on the form?
- A . Use a Validate rule to verify the mandatory fields have a value
- B . Configure the mandatory fields as Required in the section rule
- C . Use multiple Validate rules for each mandatory field
- D . Use an Edit Validate rule to verify if each of the mandatory properties has a value
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have.
You also create work items to address:
A future enhancement request to group a set of existing steps into a multistep form
A drop-down list that is missing one of the required options ― This work item is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
- A . Import stories
- B . Create bugs
- C . Create stories
- D . Create feedback
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and World Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?
- A . Select Lowest to Highest sort type for Create Date.
- B . Add a filter condition where Create Date is greater than the current date.
- C . Select Highest to Lowest sort type for Create Date.
- D . Make the Create Date the first column in the report.
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
The customer then approves the corrected address.
How do you configure this requirement?
- A . Add a case-wide optional action to the workflow for the address submission.
- B . Add a case-wide optional process to the case workflow to perform the address change.
- C . Add an alternate stage to the case life cycle to change the address.
- D . Add a button to each assignment to present the customer with a form to submit a new address.
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.