Pegasystems PEGACPBA24V1 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: PEGACPBA24V1
  • Exam Name/Title: Certified Pega Business Architect 24
  • Certification Provider: Pegasystems
  • Corresponding Certification: CPBA
  • Exam Questions: 146
  • Updated On: Jun 02, 2026
Which two statements are true about Minimum Lovable Product (MLP) sizing when using the Estimator tool?
(Choose Two)
Correct Answer: A,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Adding instructions to a Step:
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
A Developer configures a button with the action set as shown in the following image:

Place the events in the order they occur.
Correct Answer:

Explanation:
Order of Events:
* A user clicks the button.
* The system applies a data transform.
* The order ID value is set to the value of the confirmation number if the system confirms the payment.
* The system refreshes the section.
A user clicks the button.
* Explanation: The event sequence starts when the user interacts with the button by clicking it. This is the trigger for the subsequent actions.
Pega Platform Business Architect Essentials, Chapter on User Interface.
The system applies a data transform.
Explanation: After the button click, the specified data transform (SetDefaultValues) is executed. Data transforms are used to manipulate data, such as setting default values or copying data from one location to another.
Reference: Pega Platform Business Architect Essentials, Chapter on Data Transforms.
The order ID value is set to the value of the confirmation number if the system confirms the payment.
Explanation: Following the data transform, the system checks the condition (When Rule:
PaymentConfirmed). If this condition is true, the system sets the .Order.OrderID property to the .
ConfirmationNumber value.
Reference: Pega Platform Business Architect Essentials, Chapter on Conditional Processing.
The system refreshes the section.
Explanation: Finally, the section is refreshed to reflect any changes made during the previous steps. This ensures the user interface is updated with the latest data.
Reference: Pega Platform Business Architect Essentials, Chapter on User Interface and Dynamic UI Updates.
Which project nears the end of the Prepare phase, you prepare the project plan for review with your development team, two elements does the project plan include? (Choose Two)
Correct Answer: C,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which two dependencies do you enforce with a WAIT step? (Choose two.)
Correct Answer: A,B Vote an answer
In a case which tracks requests for auto loans, a requirement states: Customers should be able to modify contact information at any time during the processing of the case.
Contact information changes must not alter or interrupt the primary flow of the case. Which option meets the needs of this requirement?
Correct Answer: C Vote an answer
Select the bolded portion of each property reference by selecting the corresponding type from the list on the right.
Correct Answer:

Explanation:
Property reference: .Address(1).PostalCode
Field type: Single record data relationship
Property reference: .ShippingAddress.City
Field type: Text
Property reference: .BillingAddress.Telephone
Field type: Multiple record data relationship
* Property reference: .Address(1).PostalCode
* Field type: Single record data relationship
* Explanation: The .Address(1).PostalCode property indicates a specific postal code within a single address. The (1) suggests it's part of an indexed or paged list, but each PostalCode is a single entity within that address record.
Pega Platform Business Architect Essentials, Chapter on Data Modeling.
Property reference: .ShippingAddress.City
Field type: Text
Explanation: The .ShippingAddress.City property represents a single textual value for the city in the shipping address. This is a straightforward text field.
Reference: Pega Platform Business Architect Essentials, Chapter on Property Types.
Property reference: .BillingAddress.Telephone
Field type: Multiple record data relationship
Explanation: The .BillingAddress.Telephone property suggests there could be multiple telephone numbers associated with the billing address. Therefore, this involves a relationship that can contain multiple records.
Reference: Pega Platform Business Architect Essentials, Chapter on Data Relationships and Classes.
Consider the following user story: As an account owner, I want to be able to add a member to my account so I can give the member temporary access. Which two questions help you define the fields for the user view?
(Choose two.)
Correct Answer: B,D Vote an answer
0
0
0
10