[2025年更新]合格できるPegasystems PEGACPBA88V1試験最新52問題 [Q15-Q30]

Share

[2025年更新]合格できるPegasystems PEGACPBA88V1試験最新52問題

ゲット2025年最新の無料Pegasystems PEGACPBA88V1試験問題 アンサー


Pegasystems は、顧客エンゲージメントと運用優位性のためのソフトウェアソリューションの主要なプロバイダーです。Pega ビジネスアーキテクト 8.8 の認定を取得することで、専門家として Pega プラットフォームに精通し、Pega ソフトウェアの価値を最大化するビジネスプロセスを設計および実装できます。この認定を取得するには、候補者は PEGACPBA88V1(Certified Pega Business Architect 8.8)試験に合格する必要があります。


PEGACPBA88V1試験は、PEGAのプラットフォームを使用してビジネスプロセスとソリューションを設計および実装するビジネスアーキテクト向けに設計されています。この試験では、PEGAのアーキテクチャ、ケースデザイン、データモデリング、アプリケーション設計など、幅広いトピックをカバーしています。また、PEGAのベストプラクティスと方法論に関する候補者の知識、および利害関係者と協力してビジネス要件を定義し、それらの要件を満たすソリューションを設計する能力をテストします。

 

質問 # 15
....application grants 75 employees access to one of four personas: Admin, Author, User, and Manager. A new analyst who joins the company requires all the .. of the Author persona, but only some of the reporting features are available to the Manager persona.
o you satisfy this security requirement?

  • A. Create a new Analyst persona with the required access.
  • B. Update the Author persona to include the required analyst reports.
  • C. Add the analyst to both the Author persona and Manager persona.
  • D. Add the analyst to the Author persona.

正解:A

解説:
Create a new Analyst persona with the required access: To meet the specific security requirements of the new analyst, it is best practice to create a new persona that combines the necessary permissions from both the Author and Manager personas. This ensures that the analyst has tailored access to the features they need without altering existing personas or adding overlapping roles.


質問 # 16
An order fulfillment case type allows a customer to update user profile information during the order placement stage. The user profile consists of the following three pages:
* Account ID and password
* Customer contact information
* A list of open orders with the status of each order
How do you configure the case type to allow customers to update any of the user profile pages individually?

  • A. Add a button for each profile page to each assignment.
  • B. Add an alternate stage to the case life cycle.
  • C. Add a set of optional actions to the case workflow.
  • D. Add an optional process to the case workflow.

正解:C

解説:
In Pega, optional actions allow users to perform actions that are not part of the primary process flow but can be performed if needed. This is particularly useful for updating user profile information which may not always be required during the order placement stage. By adding a set of optional actions to the case workflow, customers can update any of the user profile pages individually without disrupting the main flow of the case.


質問 # 17
In the Travel booking case type, if a passenger indicates that they are traveling with a service animal, they must document the type, size, and age of the animal, ..do you configure the case life cycle to meet this requirement?

  • A. Configure a validation rule in the Travel booking case type settings to check whether the passenger is traveling with a service animal.
  • B. Apply an optional action to the Travel booking case type to allow the passenger to provide the information as needed.
  • C. Create a Service animal accommodation child case that is automatically resolved if the passenger is not traveling with a service animal.
  • D. Add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process.

正解:D

解説:
In Pega, conditional processes can be added to a case life cycle to handle specific scenarios, such as when a passenger is traveling with a service animal. By adding an Identify service animal process and applying a condition to determine when this process should run, you can ensure that the required information about the service animal is collected only when needed. This approach keeps the main case flow streamlined while handling special requirements as necessary.


質問 # 18
two statements about the Constellation design system are true? (Choose Two)

  • A. Constellation design system is a section-based architecture.
  • B. Constellation design system uses a modular design.
  • C. Constellation design system improves context switching or multitasking.
  • D. Constellation design system components are not available in the Traditional UI architecture.

正解:B、C

解説:
* Constellation design system improves context switching or multitasking: The Constellation design system in Pega enhances user experience by providing a design that supports efficient context switching and multitasking, making it easier for users to navigate and manage multiple tasks.
Reference:
* Constellation design system uses a modular design: The Constellation design system is built on a modular architecture, allowing for reusable and customizable components that can be easily integrated and maintained.


質問 # 19
Which two statements about data records are true? (Choose Two)

  • A. Data records require external storage.
  • B. Data records are displayed in a drop-down list by default.
  • C. Data records need unique, user-generated IDs.
  • D. Data records define permissible values for data fields.

正解:B、D

解説:
* Data records are displayed in a drop-down list by default: This is true because Pega displays data records in drop-down lists to facilitate user selection.
Reference:
* Data records define permissible values for data fields: This is true because data records are used to define the set of permissible values for a particular field.


質問 # 20
...event center has a case type that allows customers to book a dining room for events. After customers provide basic information and indicate whether they want catering for the event, the following behavior occurs:
If customers do not ask for catering, they receive a rental rate quote for the dining room.
If customers indicate that they want catering for the event, they must choose a menu before they can receive a quote.
Which two options do you use to configure the case type to achieve the requested behavior? (Choose Two)

  • A. Create a checkbox for customers to indicate whether they want catering for the event. Add a decision shape that evaluates whether the customer checks the box.
  • B. Create a process for customers to indicate menu preferences. Add the process as a case-wide optional action.
  • C. Create parallel processes for providing menu preferences and for providing the customer with the rental rate quote.
  • D. Configure the menu preferences and appointment date fields with a visibility condition if the customer selects the catering checkbox.

正解:A、D

解説:
To achieve the requested behavior in the event center case type:
Create a checkbox for customers to indicate whether they want catering for the event. This allows customers to specify their preference for catering.
Add a decision shape to evaluate whether the customer has checked the catering checkbox. Based on this decision, the case will either proceed to provide a rental rate quote or prompt the customer to choose a menu before receiving a quote.
Configure the menu preferences and appointment date fields with a visibility condition that displays these fields only if the customer selects the catering checkbox. This ensures that customers who do not want catering do not see these fields, streamlining the process.


質問 # 21
A Developer configures a button with the action set as shown in the following image:

Place the events in the order they occur.

正解:

解説:

1 - A user clicks the button.
2 - The system applies a data transform.
3 - The order ID value is set to the value of the confirmation number if the system confirms the payment.
4 - The system refreshes the section.
Reference:
* The system applies a data transform.
* The order ID value is set to the value of the confirmation number if the system confirms the payment.
* The system refreshes the section.


質問 # 22
The following view of a timesheet application an employee enters their hours for the week The total hours highlighted are automatically updated with the appropriate values as the fee enters their time.

The employee submits the timesheet. the following view is shown. The application reduces the vacation and sick time balances by the hours entered in the previous view.

正解:

解説:

Reference:
Cumulative total of all hours for the week
Method: Calculation
Updated vacation and sick time balances
Method: Data transform


質問 # 23
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, w do you configure the Wait step for this requirement?

  • A. Configure the step so that only one child case must be resolved before the parent case can continue.
  • B. Configure the step so that users can continue with the parent case process regardless of child case status.
  • C. Configure the step to continue the parent case when the child cases reach auditor approval.
  • D. Configure the step to continue the parent case when the child cases reach the payment pending review status.

正解:B

解説:
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.


質問 # 24
A business requires a service-level agreement (SLA) to ensure that expense reports are submitted and reviewed on time. The initial urgency value is set to 10 and the following behavior is required:
SLA starts when the Expense report assignment is created
..goal elapses, the assignment urgency increases by 10
..deadline elapses the assignment urgency increases by 10
..passed deadline elapses, the assignment urgency increases by 20
Answer area select the urgency value that the system sets if the assignment is not yet completed by the end of each milestone.

正解:

解説:

Reference:
Pega Academy: Service Level Agreements (SLAs)
Pega Documentation: Configuring SLA Urgency and Escalation


質問 # 25
.....notice that the scope of your project exceeds the original estimates, and the Minimum Lovable Product (MLP) might not be delivered on time.A. team member do you contact to verify the project plan and manage expectations for the release schedule?

  • A. Project delivery leader
  • B. Deployment architect
  • C. Citizen developer
  • D. Lead business architect

正解:A

解説:
Project delivery leader: The Project Delivery Leader is responsible for overseeing the project plan, managing resources, and ensuring that project milestones are met. They play a key role in verifying the project plan and adjusting schedules to manage expectations and ensure timely delivery.


質問 # 26
Select each Process Step Description on the left and drag it to the appropriate Process Step on the right.

正解:

解説:

Reference:
The system evaluates the request type to determine the next step.
Process Step: Decision
A manager determines whether to approve or reject a timesheet.
Process Step: Approval
The system notifies the user of the case status by email.
Process Step: Automation


質問 # 27
Drag each report from the left to the corresponding report type on the right.

正解:

解説:

Reference:
Pega Academy: Reporting and Analytics
Pega Documentation: Types of Reports


質問 # 28
.......which two situations is it appropriate to use a decision table? (Choose Two)

  • A. Order total is calculated based on the quantity and price of the items in the customer's shopping cart.
  • B. A hair care company suggests a line of products to customers based on their hair type, scalp moisture, hair moisture, and whether it is color-treated.
  • C. If customers decide to add insurance, checked bags, or early boarding to their airline tickets, extra fees are added to their order total.
  • D. A dance studio recommends a membership type based on the number and type of dance classes the customer wants to attend every month.

正解:B、D


質問 # 29
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?

  • A. Select Highest to Lowest sort type for Create Date.
  • B. Make the Create Date the first column in the report.
  • C. Select Lowest to Highest sort type for Create Date.
  • D. Add a filter condition where Create Date is greater than the current date.

正解:A

解説:
To sort the cases so that the case with the most recent create date appears at the top, you need to select the Highest to Lowest sort type for the Create Date column.
Select Highest to Lowest sort type: This ensures that the most recent date is listed first and the oldest date is listed last.
Reference:
Pega Academy: Report Definitions
Pega Documentation: Sorting Data in Reports


質問 # 30
......


PEGACPBA88V1(認定PEGA Business Architect 8.8)認定試験は、PEGAプラットフォームで協力するビジネスアーキテクトの知識、スキル、能力をテストするために設計されています。この試験では、PEGAの用語と概念、ビジネスプロセスの設計と実装、データと統合の管理、ユーザーインターフェイスの作成など、幅広いトピックをカバーしています。この認定は、デジタル変革と顧客エンゲージメントのソリューションを提供する大手ソフトウェア会社であるPegasystemsによって提供されています。

 

高合格率PEGACPBA88V1テスト問題集解答と正解52問題と回答:https://jp.fast2test.com/PEGACPBA88V1-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어