Pegasystems PEGACPSA23V1 Certified Pega System Architect Online Training
Pegasystems PEGACPSA23V1 Online Training
The questions for PEGACPSA23V1 were last updated at Nov 19,2024.
- Exam Code: PEGACPSA23V1
- Exam Name: Certified Pega System Architect
- Certification Provider: Pegasystems
- Latest update: Nov 19,2024
In which three situations can you use a data transform? (Choose Three)
- A . To set the destination location as the arrival location
- B . To create a new property after case creation
- C . To set the default arrival date to five days in the future
- D . To copy the first and last name properties into a single property value
- E . To perform an action that allows the user to update a reservation
In which scenario is it appropriate to use a layout group?
- A . A view displays four columns when viewed on a tablet and two columns on a mobile device.
- B . A view displays a table with course information, including a description, duration, and cost.
- C . A view displays a text field if the user selects a checkbox to opt in to provide feedback.
- D . A view displays address, contact, and payment information in a series of tabs.
An order form provides four options from which customers select one option.
According to best practice, which of the following two UI control types can be used to minimize clutter on the order form? (Choose Two)
- A . Dropdown
- B . Checkbox
- C . Radio buttons
- D . Autocomplete
In which two situations do you configure local data storage? (Choose Two)
- A . Defining valid values for a property
- B . Caching data retrieved from an external system
- C . Storing reference data as part of the application
- D . Saving case data in an application
As part of the case design, after someone completes a purchase, the application should send a confirmation email.
How do you design the case life cycle to send the email?
- A . As part of the stage configuration
- B . As an alternate stage
- C . As part of the case configuration
- D . As a separate process step
You configure an application to allow users to download a mobile app. When users select one of the three supported platforms (Android, iOS, or Windows Mobile), the application opens a new window pointing to the appropriate app store.
How do you configure this behavior?
- A . Add a button for each platform and configure an action set for each button. In each action set, specify a click event and add an action that opens the vendor’s URL in a window.
- B . Add one button and configure three action sets. In each action set, specify a click event and add an action that opens the vendor’s URL in a window.
- C . Add one button and configure one action set. In the action set, specify a click event with three actions to open each vendor URL in a window. Apply a when rule to each action to determine the correct URL.
- D . Add three check boxes and one button. For each check box, configure an action set with a click event to set the value of the URL. For the button, configure an action set with a click event to open the URL in a window.
Customers check their membership status with a company loyalty program by entering their full name and member ID number. Once the membership status is returned, the customer either abandons the case or makes changes to their membership. If the member chooses to make changes, a case ID is assigned to the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Configure the stage to resolve the case.
- B . Configure the case type to create temporary cases.
- C . Add a decision step to the process.
- D . Add a Persist case step to the case life cycle.
Which two statements about data objects are true? (Choose Two)
- A . Data objects can reuse assets from an existing data object through inheritance.
- B . A draft data object references a data type.
- C . A data object created in App Studio creates a data type in Dev Studio.
- D . Data objects are sourced from an external system of record.
Given a table which shows total working hours, sick, vacation. Identify how we calculate the respective values
- A . Total working hours
- B . Calculate field, data transform
- C . Sick hours
- D . Leave hours
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