Free Pegasystems PEGACPBA88V1 Exam Actual Questions

The questions for PEGACPBA88V1 were last updated On Nov 17, 2024

Question No. 1

Which of the following statements about responsive breakpoints is true?

Show Answer Hide Answer
Correct Answer: C

The statement that is true about responsive breakpoints is:

C . Custom responsive breakpoints are configured in App Studio. This allows you to define how the UI behaves at different screen sizes.

Responsive Breakpoints: These are used to adapt the UI layout for different screen sizes, ensuring a good user experience on all devices.


Pega Academy: Responsive UI Design

Pega Documentation: Configuring Responsive Breakpoints in App Studio

Question No. 2

Which one of the following statements about channel interfaces is true?

Show Answer Hide Answer
Correct Answer: C

User interfaces are also known as channel interfaces: In Pega, user interfaces are referred to as channel interfaces because they represent the different ways users interact with the application, such as through web, mobile, or other channels.


Question No. 3

....can select a checkbox to subscribe to a text messaging service. Selecting the checkbox displays a field to enter a mobile phone number. lo you configure the application to display the mobile phone number field only after users select the checkbox?

Show Answer Hide Answer
Correct Answer: B

Use a visibility condition on the mobile phone number field to determine whether to show the field: In Pega, visibility conditions are used to control the display of UI elements based on specific conditions. In this case, you would configure the visibility condition on the mobile phone number field to display it only when the checkbox for subscribing to the text messaging service is selected.


Question No. 4

...a Pega Business Architect, your project is approaching the end of the Prepare phase.

Identify three aspects of the project plan that must be taken into consideration to successfully deliver an application that achieves the client's desired business outcomes loose Three)

Show Answer Hide Answer
Correct Answer: A, B, C

Initiate planning of the next Minimum Lovable Product (MLP): Planning for the next MLP should begin towards the end of the current phase to maintain momentum and ensure continuous delivery. This involves defining the scope, requirements, and timeline for the next set of features.

Confirm the Sprint plan is achievable for delivering this Minimum Lovable Product (MLP): It is essential to ensure that the Sprint plan is realistic and achievable. This involves verifying that the team can complete the required work within the allotted time frame and that dependencies and resources are properly managed.

Question No. 5

....purchase request case type, you have the following requirement: Purchase requests should automatically go to the manager of an employee. meet this requirement, you design a case with a______________.

Show Answer Hide Answer
Correct Answer: B

To ensure that purchase requests automatically go to the manager of an employee in Pega, you should design a case with a step that routes the request to the manager. The steps are as follows:

Define the Manager Routing Step: In the case type design, include a step that specifies the routing logic.

Use Dynamic Routing: Configure the routing step to dynamically determine the manager based on the employee's profile or organizational hierarchy.

Route to Manager: Implement the routing step so that it evaluates the employee's manager information and routes the case accordingly.

This setup ensures that each purchase request is automatically directed to the appropriate manager for approval, streamlining the process and ensuring compliance with organizational policies.


Pega Academy: Routing and Assignments

Pega Documentation: Case Management and Workflow Automation