Pegasystems PEGACPSA23V1 Certified Pega System Architect 23 Exam Practice Test

Page: 1 / 14
Total 256 questions
Question 1

What are two attributes of application level security? (Choose two.)



Answer : A, D

Attributes of application level security typically involve measures that protect the application's data and features according to defined security policies:

A . Create password and authentication policies. Application security includes establishing robust password policies and authentication mechanisms to ensure that only authorized users gain access to the application.

D . Prevent users from viewing features that they should not access. Application level security also involves configuring permissions and access control to ensure that users can only interact with features and data they are authorized to use, thereby protecting sensitive information and maintaining the integrity of the application.


Question 2

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 3

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.


Question 4

You are developing a case type that processes scholarship applications. Scholarship applications advance based on the standardized test scores of the applicants. A decision shape directs the process flow. You want to test whether the process flows correctly, but you have not fully configured the user interface so that applicants can enter their standardized test scores.

How do you test that the process flows correctly based on the decision?



Answer : D

To test the decision-based flow in a case type when the user interface for entering standardized test scores is not yet configured:

D . Use the Clipboard tool to set a value for the standardized test score field. The Clipboard tool allows you to manually manipulate the values of properties directly within the case context, facilitating the testing of process flows based on decision points without needing a fully configured UI.


Question 5

You are developing a Visa case type to process visa applications. As part of the process, applicants need to schedule an interview with the consulate. A child Interview case is created for the interview process and assessment.

Following the interview, it typically takes 48 hours for the consulate to reach a decision. For the visa case to proceed to applicant notification, the Interview case needs to be resolved.

How do you configure a case type to achieve the required behavior?



Answer : C

To configure a case type that properly manages the progression of a visa application contingent upon the resolution of an Interview child case:

C . Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved. This approach ensures that the main Visa case does not proceed to the next phase until the Interview child case is fully resolved, aligning the process flow with the actual completion of necessary steps. The 48-hour period for decision-making is likely internal to the consulate's process and does not affect the configuration of the wait condition in the case type.


Question 6

You are configuring an external data source using the Integration Designer. You have the REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source. What other information do you need to configure the external data source?



Answer : C

When configuring an external data source using the Integration Designer in Pega, essential information includes:

C . A plan for mapping the data and REST response fields. Effective integration with an external data source requires a clear mapping plan to align the data structure of the source with the data model of the Pega application. This includes configuring how the REST API responses are parsed and how individual data fields are mapped to the properties in Pega.


Question 7

You are configuring an application to process travel reservations. The reservation case creates childcases for each booking component: flight, hotel stay, and vehicle rental.How do you update the total cost of the reservation as users update each child case?



Answer : B

To dynamically update the total cost of a travel reservation as users update each child case component:

B . Configure the Create Case shape to propagate the total cost from each child case to the reservation. Create a declare expression to update the reservation total when the cost of each component changes. This approach leverages the use of a declare expression to automatically update the total cost in the parent case whenever any changes occur in the child cases' costs. It ensures that the reservation total remains accurate and reflective of the current costs associated with the flight, hotel, and vehicle rental bookings.


Page:    1 / 14   
Total 256 questions