Skip to main content

PEGACPSA23V1 Online Practice Questions

Certified Pega System Architect (CPSA) 23V1

256 questions available · Page 1 of 26

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

Depending upon the purchase request amount, approvals cascade from the users to a loan officer, then to a director and finally to a vice president. The loan officer is the user's manager. The director is the loan officer's manager.

The vice president is the director's manager.Which two approaches can you use to configure the cascading approval? (Choose two)

  1. A

    Approval based on Authority Matrix, with a Decision Tree rule to determine the approver(s)

  2. B

    Approval based on Authority Matrix, with a Decision Table rule to determine the approver(s)

  3. C

    Approval based on Reporting structure, using the workbasket manager to determine the approver(s)

  4. D

    Approval based on Reporting structure and when conditions, using each operator's reporting to manager to determine the approver(s)

Show answer and explanation

Correct answers: B, D

Explanation

To configure cascading approvals in a scenario where approvals move up through an organizational hierarchy (user to loan officer to director to vice president), two effective methods include using an Authority Matrix in conjunction with a Decision Table and leveraging the reporting structure with conditional logic. A Decision Table allows for the definition of approval rules in a structured, tabular format, which is ideal for setting different approval thresholds based on the purchase amount. Using the reporting structure with "when" conditions allows the system to dynamically determine the next approver based on the employees direct reporting line, ensuring that each approval level is adhered to according to organizational hierarchy.

Question 2 Single choice

When applying for a credit limit increase, customers with standard credit cards must provide information in an Employment Information process. Requests from customers with Platinum credit cards automatically skip this process.

What task do you perform to implement this requirement?

  1. A

    In the Employment Information process add a card type true/false field to a user view.

  2. B

    In the Employment Information process add a custom condition to start the process by testing the card type.

  3. C

    In the Employment Information process add an Approve/Reject step to test the card type.

  4. D

    In the Employment Information process validate card type for continued processing.

Show answer and explanation

Correct answer: B

Explanation

For managing process steps based on customer card types in a credit limit increase application: B . In the Employment Information process add a custom condition to start the process by testing the card type. This task involves integrating a condition right at the start of the Employment Information process to determine the type of credit card a customer has. If the card type is platinum, the condition ensures that the Employment Information process is bypassed, streamlining the application process for customers with this card type. This approach efficiently tailors the workflow to customer segments.

Question 3 Single choice

Which option follows best practices for naming a ruleset in Pega Platform?

  1. A

    Pega-prod:01-04-01

  2. B

    Grand-Corporation-Human-Resources-Department:01-01-03

  3. C

    Credit Check:03-01-02

  4. D

    Expense:01-02-05

Show answer and explanation

Correct answer: D

Explanation

RuleSet names may be up to 64 characters long, but normally are less than twenty characters long. See System limits and maximums

Question 4 Single choice

Which statement most accurately describes the use of pega mobile preview?

  1. A

    pega mobile preview simulates the application user interface for various mobile devices

  2. B

    pega mobile preview allows you to run a pega application on a mobile device

  3. C

    pega mobile preview simulates user loads to test mobile app performance

  4. D

    pega mobile preview models a typical user interaction to scenario test a mobile app

Show answer and explanation

Correct answer: A

Explanation

Pega Mobile Preview is a tool within the Pega Platform that facilitates mobile app development by allowing developers to view how applications will look and behave on mobile devices: A . Pega Mobile Preview simulates the application user interface for various mobile devices. This feature allows developers to test and refine the user interface of their applications by providing a simulated environment that replicates how the app will appear and function on different mobile devices, helping ensure that the UI is optimized for mobile usage.

Question 5 Multiple choice

In which two of the following situations would you simulate an integration? (Choose Two)

  1. A

    The service has slow response times.

  2. B

    The service is not available yet.

  3. C

    You need to test each flow path in the case processing.

  4. D

    The connector is configured to use global resource settings.

Show answer and explanation

Correct answers: A, B

Explanation

Simulating integrations in Pega is particularly useful when:
A. External services exhibit slow response
times, affecting development and testing cycles. Simulation allows for testing without delays. B. The external service or API is not yet available, but development needs to proceed. Simulation provides a way to develop and test the integration points based on expected behaviors without the actual service being live.

Question 6 Single choice

To qualify for an instant loan, an applicant must be older than 21 and have a monthly income of atleast USD2000.

How do you enforce these restrictions?

  1. A

    Use two Edit Validate rules: one for age and one for income.

  2. B

    Use a single Validate rule with two conditions: one for age and one for income.

  3. C

    Configure the Ul controls to only accept values geater than 21 for age and USD2000 for income.

  4. D

    Use two Validate rules: one for age and one for income.

Show answer and explanation

Correct answer: B

Explanation

To enforce restrictions that an applicant must be older than 21 and have a monthly income of at least USD 2000 for an instant loan qualification, using a single Validate rule that includes both conditions is efficient.
This method consolidates the validation logic into one rule, making the process streamlined and easier to manage and update, should the criteria change in the future.

Question 7 Single choice

A requirement states When a customer applies for a credit card, a credit check must be completed in order for the credit card to be approved.
Select the case type relationship that satisfies the requirement.

  1. A

    Make both loan request and credit check top cases.

  2. B

    Make credit check a spin-off case of credit card request.

  3. C

    Make credit check a child case of credit card request.

  4. D

    Make credit card request a child case of credit check.

Show answer and explanation

Correct answer: C

Explanation

For the requirement that a credit check must be completed for a credit card to be approved, incorporating the credit check as part of the credit card application process is necessary. The most straightforward way to model this is by using case type relationships.
C . Make credit check a child case of credit card request: This configuration establishes the credit check as an integral step within the credit card request process, ensuring that the credit check is completed before the credit card can be approved. Making the credit check a child case means it is directly associated with and dependent on the parent credit card request case, aligning perfectly with the requirement. Making both the loan request and credit check top cases (A) does not establish the necessary dependency. Creating a spin-off case (B) suggests a parallel or subsequent process not inherently dependent on the completion of the credit check for the credit card request, which could misalign with the requirement. Making the credit card request a child case of credit check (D) inverts the intended relationship and does not accurately represent the process flow described in the requirement.
Pega's case management documentation provides insights into designing case hierarchies and relationships, including the use of child cases to model dependent processes within an overarching case.

Question 8 Multiple choice

Which three use cases demonstrate the Pega dynamic Ul behavior? (Choose Three)

  1. A

    Display a message upon form submission that a date field must be in the future.

  2. B

    Unmask a password field when users click an icon.

  3. C

    Automatically calculate order total when users change quantities.

  4. D

    Display partner information fields when a screen loads for married applicants.

  5. E

    Display a shipping address section when users select the Different than billing address check box.

Show answer and explanation

Correct answers: A, C, E

Explanation

Dynamic UI behavior in Pega is exemplified by interactions that adjust in real-time to user input or conditions: A . Display a message upon form submission that a date field must be in the future. This is a validation feature that dynamically checks the validity of date inputs against the condition set (future date) at the time of form submission. C . Automatically calculate order total when users change quantities. Dynamic UI behavior includes recalculating values in real-time as users adjust input parameters, like quantity in this case, enhancing the interactive experience. E. Display a shipping address section when users select the 'Different than billing address' checkbox. This functionality shows additional UI components based on user selections, which is a key feature of dynamic UIs, allowing for a responsive and adaptive user interface.

Question 9 Single choice

In a hiring application:
* An employee interviews the candidate.
* The Human Resources (HR) team creates and send s the officer letter.
* The Information Technology (IT) team assigns the workstation.
* The facilities team assigns the work desk.
To meet these requirements, what persona do you create?

  1. A

    Employee, IT, Facilities

  2. B

    HR, IT, Facilities

  3. C

    Employee, HR, Facilities

  4. D

    Employee, HR, IT Facilities

Show answer and explanation

Correct answer: B

Explanation

In a hiring application that includes tasks performed by different teams"HR creating and sending the offer letter, IT assigning the workstation, and Facilities assigning the work desk"the personas to be created correspond to each team handling specific responsibilities. Each persona represents a user or team involved in the process with distinct roles and access requirements. Therefore, the personas for HR, IT, and Facilities should be created to accurately reflect the workflow and ensure that system permissions and interfaces are appropriately configured for each group's tasks.

Question 10 Multiple choice

From the employee training portal, an employee opens a new Enrollment case, submits course selections, and receives an email confirmation. There is an error in the email confirmation. You must identify the cause of the error by recording a set of interactions on the portal and testing expected behavior on the data collection fields.

What three steps, when applied in combination, achieve the required testing? (Choose Three)

  1. A

    Add stage-entry validations on the Enrollment case fields.

  2. B

    Create a test case for the employee portal.

  3. C

    Add assertions on the Ul elements to verify correct data collection.(Ul Assertion)

  4. D

    Run a new Enrollment case from the employee training portal.

  5. E

    Add field validations on the course selection step.

Show answer and explanation

Correct answers: B, C, D

Explanation

To identify the cause of an error in an email confirmation from the employee training portal, it's crucial to replicate the scenario and verify that the correct data is being collected and processed. Creating a test case specifically for the employee portal provides a structured approach to test the entire process flow, including form submissions and email outputs. Adding UI assertions ensures that the interface elements are correctly capturing and displaying the data as expected. Running a new Enrollment case allows for end-to-end testing in the real application environment, ensuring that all components interact as intended and the email confirmation is generated correctly.