All managers need to view the Employee vacation requests report in their Manager portal dashboards. Only managers have access to this report. Which configuration do you perform to fulfill these requirements?
Answer : B
To display the Employee vacation requests report in the Manager portal dashboards, you need to add a report widget to the dashboard and publish it. This will make the report visible to all managers who have access to the Manager portal. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/reporting/87/adding-report-widgets-dashboards
An accident claim case creates a vehicle claim case for each vehicle involved in an accident.
Which two configurations prevent the accident claim case from resolving before all vehicle claims are resolved? (Choose Two)
Answer : A, B
These answers are correct because they prevent the accident claim case from resolving before all vehicle claims are resolved, as per the requirement. By adding each vehicle claim as a child case of the accident claim, you can create a case hierarchy that allows you to manage related cases together. By adding a wait step to the accident claim case, you can pause the parent case until all child cases reach a specific status, such as Resolved. Reference: https://academy.pega.com/library/87/pega-certified-business-architect-pcba-87v1 (Module 5: Case Hierarchy)
Which two requirements ensure that valid data is used in a case? (Choose Two)
Answer : B, D
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
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?
Answer : D
To meet these requirements, you need to create four personas: Employee, HR, IT, and Facilities. A persona is a role that represents a group of users who perform similar tasks in your application. You can use personas to define user stories, assign tasks, configure access groups, and design user interfaces for your application. Reference: https://academy.pega.com/library/81/pega-certified-business-architect-pcba-81
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)
Answer : A, D
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
Which requirement do you satisfy by using a Wait step?
Answer : B
This requirement can be satisfied by using a Wait step with a Timer wait type that pauses a case until a set date/time interval expires or until a reference date/time is reached. In this case, the Wait step can be configured to pause the Accident Claim case for 48 hours after the accident date/time property value. The other requirements do not involve pausing a case based on a timer or a case dependency, but rather on user actions or inputs. Reference: https://academy.pega.com/topic/case-workflow-dependency/v1
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)
Answer : A, B
To send a copy of the Patient visit summary view through email, you need to first create a PDF file of the view by using a Create PDF automation that references the view. Then, you need to add a Send Email step to the case life cycle and enable the option to include attachments. You can then select the PDF file as an attachment and send it to the patient's email address. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/automating-work/87/creating-pdf-files https://docs-previous.pega.com/case-management/87/sending-emails