Skip to main content

PEGAPCBA87V1 Real Exam Questions

Certified Pega Certified Business Architect (PCBA) 87V1

72 questions available · Page 1 of 8

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

ABC BankCorp wants to create a mobile app experience for users and CSRs for its Transaction Dispute application.

Of the following requirements, which option requires you to configure distinct mobile app channels?

  1. A

    The mobile app supports all mobile phone operating systems.

  2. B

    CSRs can create other case type instances on the mobile app.

  3. C

    The mobile app customizes currency units and date/time format according to the location of the users.

  4. D

    Mobile app color palettes are different for users and CSRs.

Show answer and explanation

Correct answer: B

Explanation

This option requires you to configure distinct mobile app channels for users and CSRs because it involves different capabilities for different user roles. A mobile app channel defines how a case type is displayed and processed on a mobile device. You can configure different mobile app channels for different user roles and case types. The other options do not require distinct mobile app channels because they involve common features or settings that can be applied to all users or devices.
References:
https://docs-previous.pega.com/mobile/87/configuring-mobile-app-channels

Question 2 Single choice

How do you route an assignment so that any available member of the Finance department can perform the task?

  1. A

    Route the assignment to a work list.

  2. B

    Route the assignment to the admin user ID.

  3. C

    Route the assignment separately to all members.

  4. D

    Route the assignment to a work queue.

Show answer and explanation

Correct answer: D

Explanation

it routes an assignment so that any available member of the Finance department can perform the task. A work queue is a shared list of assignments that can be accessed by multiple users who have the same role or skill. By routing the assignment to a work queue, you can ensure that any qualified user can pick up and complete the task.
References:
https://academy.pega.com/library/87/pega-certified-business-architect-
pcba-87v1 (Module 8: Routing)

Question 3 Multiple choice

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.)

  1. A

    Radio buttons

  2. B

    Autocomplete

  3. C

    Dropdown

  4. D

    Checkbox

Show answer and explanation

Correct answers: A, C

Explanation

Autocomplete and dropdown controls can be used to minimize clutter on the order form because they do not display all the options until the user clicks or types in the control. This helps reduce the space occupied by the UI elements and makes the form more compact and clear. Checkbox and radio buttons controls display all the options on the form, which can create clutter if there are many options to choose from.
References:
https://academy.pega.com/topic/user-interface-controls/v1

Question 4 Hotspot

HOTSPOT

In the Answer Area, select the Pega development team member whose role corresponds to each development task.

Question diagram
Show answer and explanation
Correct answer diagram
Question 5 Multiple choice

Which two field types are specialized versions of the Query field type? (Choose two.)

  1. A

    Picklist

  2. B

    Embedded data

  3. C

    Case reference

  4. D

    Data reference

Show answer and explanation

Correct answers: C, D

Explanation

Case reference and data reference are specialized versions of the query field type. A query field allows users to select a value from a list of values that are retrieved from a data source, such as a data page or a report definition. A case reference field is a query field that uses a report definition as a data source and displays cases that match a specified condition. A data reference field is a query field that uses a data page as a data source and displays values from a data type or an external system.
References:
https://community.pega.com/knowledgebase/articles/user-interface/86/creating-query-fields

Question 6 Multiple choice

Which two requirements ensure that valid data is used in a case? (Choose two.)

  1. A

    The data fits the business logic.

  2. B

    The data is the correct field type.

  3. C

    The data is locally sourced.

  4. D

    The data is organized in a data type.

Show answer and explanation

Correct answers: A, B

Explanation

To ensure that valid data is used in a case, you need to make sure that the data fits the business logic and the data is the correct field type. The data fits the business logic means that the data conforms to the rules and constraints that define the business problem and solution. For example, you can use validations, calculations, and dependencies to ensure that the data fits the business logic. The data is the correct field type means that the data matches the expected format and structure of the field that stores or displays it.
For example, you can use different types of fields and controls to ensure that the data is the correct field type.
References:
https://community.pega.com/knowledgebase/articles/user-interface/86/ensuring-valid-data-used-case

Question 7 Single choice

In App Studio, when is the earliest opportunity to configure a user view for a step in a case life cycle?

  1. A

    You can configure the user view for a step any time after you configure the pick list data types.

  2. B

    You can configure the user view for a step after you create the entire case life cycle

  3. C

    You can configure the user view for a step before you start creating the case life cycle

  4. D

    You can configure the user view for a step you add that step to the case life cycle

Show answer and explanation

Correct answer: D

Explanation

This answer is correct because it is the earliest opportunity to configure a user view for a step in a case life cycle in App Studio. A user view is a form that displays fields and controls for users to enter or view data related to a case or an assignment. In App Studio, you can configure a user view for a step after you add that step to the case life cycle by clicking on the View icon next to the step name.
References:
https://academy.pega.com/library/87/pega-certified-business-architect-pcba-87v1
(Module 9: User Interface)

Question 8 Single choice

You are configuring an accident claim case with two child cases for an automobile insurance company, as shown in the following figure:

The business requirement changes to allow the parent case to continue independently of the child case processes, what do you configure the Wait step for this requirement?

  1. A

    Configure the step so that users can continue with the parent case process regardless of child case status.

  2. B

    Configure the step to continue the parent case when the child cases reach auditor approval.

  3. C

    Configure the step to continue the parent case when the child cases reach the payment pending review status.

  4. D

    Configure the step so that only one child case must be resolved before the parent case can continue.

Show answer and explanation

Correct answer: A

Explanation

To configure a parent case to continue independently of its child cases, you need to adjust the Wait step settings in the parent case. By configuring the Wait step so that users can continue with the parent case process regardless of the child case status, the parent case does not need to wait for the child cases to reach a certain status or be resolved. This allows for parallel processing where the parent case progresses independently of the child cases.

Question 9 Single choice

Select the use case that requires an integration by using robotic process automation (RPA).

  1. A

    An online ordering application submits credit card information to a payment processor through a web service.

  2. B

    An order management application updates a customer profile in a legacy system that lacks an exposed
    API.

  3. C

    A drug trial management application submits trial data to a protected system through a secure connection.

  4. D

    A service management application lists paint options sourced from a Pega Platform data object.

Show answer and explanation

Correct answer: B

Explanation

This use case requires an integration by using robotic process automation (RPA). RPA is a technology that automates tasks by mimicking human interactions with user interfaces of applications or systems. You can use RPA to integrate with legacy systems that lack an exposed API or a standard protocol for data exchange. For example, you can use RPA to update a customer profile in a legacy system by launching the system's application, entering the customer data, and clicking the save button.
References:
https://community.pega.com/knowledgebase/articles/application-development/86/integrating-robotic-process-automation

Question 10 Single choice

You are configuring an accident claim case for an automobile insurance company with two child cases as illustrated.

How do you suspend the parent case processing until the child cases are resolved?

  1. A

    Add an approval step to each of the child cases to resolve the cases.

  2. B

    Add a wait step to the parent case pausing the parent case until the child cases resolve.

  3. C

    Add a service level agreement to resolve the child cases within 90 days.

  4. D

    Add a 30-day wait to the parent case to allow time for the child cases to resolve.

Show answer and explanation

Correct answer: B

Explanation

it suspends the parent case processing until the child cases are resolved, as per the requirement. The Wait step can be configured to pause the parent case until all child cases are resolved. This way, the parent case ensures that all child cases are completed before proceeding.
References:
https://academy.pega.com/library/87/pega-certified-business-architect-pcba-87v1
(Module 5: Case Hierarchy)