Guide (New 2024) Actual Pegasystems PEGAPCBA87V1 Exam Questions [Q23-Q42]

Share

Guide (New 2024) Actual Pegasystems PEGAPCBA87V1 Exam Questions

PEGAPCBA87V1 Exam Dumps Pass with Updated 2024 Certified Exam Questions


The PEGAPCBA87V1 exam covers a wide range of topics related to Pega systems, including business process management, case management, and decision management. It tests the candidate's ability to design and implement Pega applications that meet business requirements and improve operational efficiency. PEGAPCBA87V1 exam also assesses the candidate's understanding of Pega's best practices and methodologies.


Pegasystems PEGAPCBA87V1 exam is designed to test the skills and knowledge of business architects who use Pega technology to design and implement effective business solutions. PEGAPCBA87V1 exam is intended for professionals who are looking to become certified as Pega Certified Business Architects (PCBA) and want to demonstrate their proficiency in using Pega technology.


Pegasystems PEGAPCBA87V1 exam is a certification program that assesses the knowledge and skills of business architects using the Pega platform. PEGAPCBA87V1 exam is intended for professionals who are responsible for designing and implementing Pega-based solutions in their organization. The PEGA PCBA 87V1 exam is a challenging test that requires candidates to have a strong understanding of business architecture concepts and be familiar with Pega's tools and methodologies. Candidates are advised to prepare thoroughly before attempting the exam, and Pega offers a range of training courses and study materials to help them do so.

 

NEW QUESTION # 23
Customers check their membership status with a company loyalty program by entering their full name and member ID number. Once the membership status is returned, the customer either abandons the case or makes changes to their membership. If the member chooses to make changes, a case ID is assigned to the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)

  • A. Configure the case type to create temporary cases.
  • B. Add a Persist case step to the case life cycle.
  • C. Configure the stage to resolve the case.
  • D. Add a decision shape to the process.

Answer: B,D

Explanation:
The decision shape will allow the customer to make a choice about whether to make changes to their membership, and the Persist case step will ensure that the case is stored and can be accessed at a later time.


NEW QUESTION # 24
Which two requirements ensure that valid data is used in a case? (Choose Two)

  • A. The data fits the business logic.
  • B. The data is organized in a data type.
  • C. The data is locally sourced.
  • D. The data is the correct field type.

Answer: A,D

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. Reference: https://community.pega.com/knowledgebase/articles/user-interface/86/ensuring-valid-data-used-case


NEW QUESTION # 25
Which three of the following options are application layers in the Situational Layer Cake architecture? (Choose Three)

  • A. Language
  • B. Country
  • C. Organization
  • D. Division
  • E. Implementation

Answer: C,D,E

Explanation:
The three options that are application layers in the Situational Layer Cake architecture are implementation, division, and organization. The implementation layer contains the case types and data types that are specific to a single implementation of an application. The division layer contains the rules and data that are shared by multiple implementations within a division or a business unit. The organization layer contains the rules and data that are common across the entire organization or enterprise. Reference: https://community.pega.com/knowledgebase/articles/application-development/86/application-layers


NEW QUESTION # 26
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel Itinerary. Which configuration displays the Select hotel amenities section only if a user selects the Add amenities check box?

  • A. A required condition (when rule) applied to the Add amenities check box
  • B. A disable condition (when rule) applied to the Select hotel amenities section
  • C. A disable condition (when rule) applied to the Add amenities check box
  • D. A visibility condition (when rule) applied to the Select hotel amenities section

Answer: D

Explanation:
To display the Select hotel amenities section only if a user selects the Add amenities check box, you need to apply a visibility condition (when rule) to the section. The when rule can check whether the Add amenities check box is selected or not, and show or hide the section accordingly. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/user-interface/87/controlling-visibility-ui-elements


NEW QUESTION # 27
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)

  • A. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
  • B. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
  • C. An accountant wants to list the largest order for the last month, for each customer account.
  • D. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.

Answer: B,C


NEW QUESTION # 28
Which two situations require a data type? (Choose Two)

  • A. Patient medical history is accessed from and written to an external system of record.
  • B. A Date of account creation field is set to a default value of the current date.
  • C. A Work preference picklist is populated with two values: Full time and Part time.
  • D. A Currency drop-down is populated with values from an external system of record.

Answer: C,D


NEW QUESTION # 29
Hospital staff members enter appointment details including relevant patient information, diagnoses, lab orders, and prescribed medication. This information is aggregated in the Patient visit summary view. The patient receives a copy of this view through email.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)

  • A. Add a Create PDF automation that references the Patient visit summary view.
  • B. Enable email notifications on the case type.
  • C. Add a Send Email step and enable the option to include attachments.
  • D. Add a Send Email step and compose the message to reference the relevant properties.

Answer: A,C


NEW QUESTION # 30
Which two field types are specialized versions of the Query field type? (Choose Two)

  • A. Picklist
  • B. Data reference
  • C. Embedded data
  • D. Case reference

Answer: B,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. Reference: https://community.pega.com/knowledgebase/articles/user-interface/86/creating-query-fields


NEW QUESTION # 31
A purchase request list report includes columns for case ID and regional cost center. A manager wants the report to show the total number of purchase requests for each of the regional cost centers.
How do you configure the report definition?

  • A. Create a filter for each cost center and count the case IDs.
  • B. Summarize the case ID column by count.
  • C. Define a function for the cost center column to total the case IDs.
  • D. Summarize the regional cost centers by count.

Answer: B


NEW QUESTION # 32
Consider the following user story:
As a customer, I want to be able to cancel an open service request at any time.
Select the configuration option that satisfies the user story.

  • A. Add a case wide action to the case workflow.
  • B. Configure the Cancel button on the user views to resolve the case.
  • C. Add a stage-only action to each stage in the case workflow.
  • D. Add an alternate stage to the case life cycle.

Answer: A

Explanation:
To satisfy this user story, you need to add a case wide action to the case workflow. A case wide action is an action that users can perform at any point in the case life cycle, regardless of their current stage or assignment status. You can add a case wide action to allow users to cancel an open service request at any time and resolve the case accordingly. Reference: https://community.pega.com/knowledgebase/articles/case-management/86/configuring-case-wide-actions


NEW QUESTION # 33
Customers check their membership status with a company loyalty program by entering their full name and member ID number. Once the membership status is returned, the customer either abandons the case or makes changes to their membership. If the member chooses to make changes, a case ID is assigned to the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)

  • A. Add a Persist case step to the case life cycle.
  • B. Configure the stage to resolve the case.
  • C. Add a decision shape to the process.
  • D. Configure the case type to create temporary cases.

Answer: A,D

Explanation:
These answers are correct because they achieve the behavior of creating a case ID only when the customer chooses to make changes to their membership. Temporary cases are cases that are not stored in the database until a Persist case step is reached in the case life cycle. This way, the case can be abandoned without creating any records or consuming any resources. Reference: https://academy.pega.com/library/87/pega-certified-business-architect-pcba-87v1 (Module 4: Case Design)


NEW QUESTION # 34
Which configuration informs a user by email when an assignment is added to the user's worklist?

  • A. Configure a service level to send a notification to the assigned user.
  • B. Configure the case type to send assignment notifications to assigned users.
  • C. Add a Send Notification step to the process after the assignment to notify the assigned user.
  • D. Add a Send Email step to the process before the assignment to notify the assigned user.

Answer: B

Explanation:
To inform a user by email when an assignment is added to the user's worklist, you need to configure the case type to send assignment notifications to assigned users. This option enables email notifications for all assignments in the case type. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/case-management/87/sending-email-notifications


NEW QUESTION # 35
Which statement most accurately describes the use of Pega Mobile Preview?

  • A. Pega Mobile Preview simulates user loads to test mobile app performance.
  • B. Pega Mobile Preview models a typical user interaction to scenario test a mobile app
  • C. Pega Mobile Preview allows you to simulate a Pega application on a mobile device.
  • D. Pega Mobile Preview allows you to configure the application user interface.

Answer: C

Explanation:
Pega Mobile Preview is a feature that allows you to view and interact with your Pega application on a mobile device without installing the app. It helps you to test the user interface and functionality of your app on different devices and screen sizes. Reference: https://community.pega.com/knowledgebase/articles/pega-mobile/86/using-pega-mobile-preview


NEW QUESTION # 36
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)

  • A. Autocomplete
  • B. Checkbox
  • C. Dropdown
  • D. Radio buttons

Answer: 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. Reference: https://academy.pega.com/topic/user-interface-controls/v1


NEW QUESTION # 37
How do you indicate the progress of a case towards resolution?

  • A. Update the case status on the appropriate steps.
  • B. Configure a case notes field to capture progress information.
  • C. Design intent-driven user interfaces.
  • D. Apply service levels to the assignment steps.

Answer: A


NEW QUESTION # 38
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?

  • A. Mobile app color palettes are different for users and CSRs.
  • B. CSRs can create other case type instances on the mobile app.
  • C. The mobile app customizes currency units and date/time format according to the location of the users.
  • D. The mobile app supports all mobile phone operating systems.

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. Reference: https://docs-previous.pega.com/mobile/87/configuring-mobile-app-channels


NEW QUESTION # 39
How do you adjust the urgency value of an aging assignment to increase the likelihood that the assignment is completed before the deadline?

  • A. Apply an urgency value to the goal interval.
  • B. Add an escalation action to the goal interval.
  • C. Apply an urgency value to the deadline interval.
  • D. Adjust the default assignment urgency value.

Answer: D

Explanation:
Adjusting the default assignment urgency value will increase the likelihood that the assignment is completed before the deadline.


NEW QUESTION # 40
In a hiring application:
* An employee interviews the candidate.
* The Human Resources (HR) team creates and sends the offer letter.
* The Information Technology (IT) team assigns the workstation.
* The facilities team assigns the work desk.
To meet these requirements, what personas do you create?

  • A. Employee, HR, Facilities
  • B. Employee, HR, IT, Facilities
  • C. HR, IT, Facilities
  • D. Employee, IT, Facilities

Answer: B


NEW QUESTION # 41
In the Answer Area, identify the type of data measured in each report.

Answer:

Explanation:


NEW QUESTION # 42
......

Pass Guaranteed Quiz 2024 Realistic Verified Free Pegasystems: https://actualtests.torrentexam.com/PEGAPCBA87V1-exam-latest-torrent.html