Pegasystems PEGACPSA23V1 Certified Pega System Architect 23 Exam Practice Test

Page: 1 / 14
Total 256 questions
Question 1

You are implementing a data entry screen to include an asset ID field to track company equipment. All asset IDs are eight characters in length. The first three characters are letters followed by a five-digit number.

Which validation approach restricts entries for the asset ID field to the required format?



Answer : D

To ensure entries for an asset ID field adhere to a specific format:

D . Edit Validate rule. This rule type is designed to check that the value entered into a field matches a specific pattern or format. For an asset ID consisting of three letters followed by five numbers, an Edit Validate rule can precisely validate this format using a regular expression or similar logic.


Question 2

An order fulfillment case type allows a customer to update user profile information during the order placement stage. The user profile consists of the following three pages:

Account ID and password Customer contact information A list of open orders with the status of each order.

How do you configure the case type to allow customers to update any of the user profile pages at any time during case processing?



Answer : D

To enable customers to update any of the user profile pages (Account ID and password, Customer contact information, A list of open orders with the status of each order) at any time during case processing in an order fulfillment case type, flexibility and accessibility are key.

D . Add a set of optional actions to the case workflow: Optional actions provide a mechanism for incorporating activities that can be initiated by the user at their discretion, outside the primary progression of the case. By defining optional actions for updating each area of the user profile, customers are afforded the flexibility to make updates whenever necessary throughout the case lifecycle, without being constrained to specific stages or assignments.

Adding an optional process (A) could introduce the functionality but might be less direct than optional actions for specific updates. Adding a button for each profile page to each assignment (B) might unnecessarily complicate each assignment's UI. An alternate stage (C) typically represents a divergent path in the case lifecycle for handling exceptions or additional processes and might not provide the anytime accessibility characteristic of optional actions.


Question 3

A Declare expression evaluates a circumstanced decision tree. The decision tree evaluates a property set by a data transform. What two steps do you perform to ensure that the decision tree is configured properly? (Choose 2)



Answer : A, B

When configuring a Declare Expression that evaluates a circumstanced decision tree, ensuring accuracy and expected behavior is crucial. The steps necessary involve:

A . Test the declare expression: This ensures that the Declare Expression, which automatically sets the value of a property based on changes in other properties, works as expected. Testing confirms the logic encapsulated in the decision tree is correctly evaluated and applied by the Declare Expression.

B . Configure a test page with data to satisfy the circumstancing condition: This involves setting up a scenario that meets the specific circumstances under which the decision tree's logic is evaluated. Circumstancing allows different versions of a rule to be applied based on specific conditions. By creating a test page that mimics these conditions, you ensure that the circumstanced version of the decision tree is invoked, allowing for accurate testing.

Options C and D, while important in broader testing contexts, are less directly involved in the specific task of ensuring the correct configuration of a circumstanced decision tree via a Declare Expression.


Question 4

A requirement states: The tax identification number must contain 10 digits. How do you configure the field to support this requirement?



Answer : B

For the requirement that the tax identification number must contain 10 digits, configuring the field to enforce this specific format is crucial.

B . Use an edit validate rule: This rule type is designed to enforce specific patterns or formats in data input. By configuring an edit validate rule for the tax identification number field, the system can ensure that only values matching the 10-digit pattern are accepted, directly meeting the requirement.

Setting the minimum and maximum values in a text field (A) might control the length of input but does not enforce numeric or pattern-specific constraints. Using a decimal property type (C) ensures numeric input but does not restrict the field to exactly 10 digits or to being treated as a non-numeric pattern. Configuring a validate rule (D) could enforce certain conditions but is generally broader and less specific than an edit validate rule for pattern enforcement.


Question 5

A data page holds product information. The data page's Reload if older Than field is set to 15 minutes. The data page is created at 06:12.At 06:20 the user requests product information. At 06:42 the user requests product information. When is the data page reloaded?



Answer : D

For a data page set with a 'Reload if Older Than' threshold of 15 minutes, it is essential to understand how this setting dictates the data page's reload timing in response to user requests for product information.

D . 06:42: The data page is reloaded at 06:42 because this is the point at which the next user request for product information occurs outside the 15-minute validity window from the data page's last load at 06:12. The 06:20 request does not trigger a reload since it falls within the 15-minute window. By 06:42, the data page has surpassed the 'Reload if Older Than' threshold relative to its initial load time, necessitating a reload to ensure the currency and accuracy of the product


Question 6

You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the____in the service level to 5 days.



Answer : C

To ensure medical claims are resolved within a 5-day timeframe, the appropriate configuration in a service level agreement involves setting a specific deadline:

C . Deadline. In Pega, the deadline parameter in a service level agreement specifies the maximum allowable time by which a case or task must be completed. Setting this to 5 days ensures that the medical claim processing adheres strictly to the required timeframe.


Question 7

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?



Answer : B

To indicate mandatory fields on a form by adding asterisks:

B . Configure the mandatory fields as Required in the section rule. Marking fields as 'Required' in the section rule is the standard way to signify mandatory fields, which automatically prompts Pega to display an asterisk next to these fields, visually indicating their necessity before form submission.


Page:    1 / 14   
Total 256 questions