今すぐPEGAPCBA87V1問題を使おうPEGAPCBA87V1問題集PDF
問題集練習試験問題学習ガイドはPEGAPCBA87V1試験合格させます
Pegasystems PEGAPCBA87V1試験は、Pegaプラットフォームを使用したビジネスアーキテクトの知識とスキルを検証するために設計された認定プログラムです。Pegaは、顧客エンゲージメントと業務の優れたソフトウェアソリューションの主要なプロバイダーです。PEGAPCBA87V1試験は、ビジネスプロセス管理、ケースマネジメント、意思決定管理など、Pegaの技術に関連する幅広いトピックをカバーする厳しいテストです。
質問 # 19
In a claims application, customers can file home insurance claims. Each claim contains a list of items of loss. Depending on the situation, some claims are investigated for potential fraud in parallel to the actual claim process.
Which two case types do you create to support this scenario? (Choose Two)
- A. Claim
- B. Fraud investigation
- C. Customer
- D. Items of loss
正解:A、B
質問 # 20
Which two options can you configure for a mobile app channel? (Choose Two)
- A. Design how UI elements render across different mobile devices.
- B. Define the UI behavior for each view in a case type when the case is displayed on a mobile device.
- C. Manage administrative functions such as access to log files.
- D. Define security behavior for a mobile app such as biometric Identifiers.
正解:A、D
質問 # 21
Drag each Pega Express'- delivery phase on the left to the matching task on the right.
正解:
解説:
質問 # 22
During a promotional period, customers who agree to receive emails get a discount based on their order total.
* If the order total is greater than USD100, USD10 is deducted from the order.
* If the order total is greater than USD150, USD25 is deducted from the order.
* If the order total is greater than USD200, USD50 is deducted from the order.
How do you configure the Promotional discount field?
- A. Create a calculated currency field that uses a decision table.
- B. Create a calculated currency field that uses a custom expression.
- C. Create a query field that references a promotional discount data page.
- D. Create a data reference field that references a promotional discount data page.
正解:A
解説:
To configure the Promotional discount field, you need to create a calculated currency field that uses a decision table. A calculated field sets its value based on one or more input fields by using functions or custom calculations. A decision table is a type of calculation that defines multiple conditions and outcomes in a tabular format. In this case, you can use a decision table to define the different order total ranges and their corresponding discount amounts. The other options are either incorrect or irrelevant for this requirement. Reference: https://academy.pega.com/topic/calculated-values/v1 https://docs-previous.pega.com/decision-management/87/decision-tables
質問 # 23
Before development, your team creates a spreadsheet with work items to populate the backlog. How do you populate the backlog directly from the spreadsheet?
- A. Import stones
- B. Create stones
- C. Create bugs
- D. Create feedback
正解:A
質問 # 24
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)
- A. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
- B. An accountant wants to list the largest order for the last month, for each customer account.
- C. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
- D. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
正解:C、D
解説:
These two use cases can be implemented by using one or more calculated fields because they involve setting the value of a calculated field based on one or more input fields. For example, the cost of painting a banquet hall can be calculated by multiplying the labor rate, the number of hours, and the area of the hall. The cost of an insurance policy can be calculated by adding the base premium and the selected coverage options. Calculated fields can use functions or custom calculations to express the relationship between fields. Reference: https://academy.pega.com/topic/calculated-values/v1
質問 # 25
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?
- A. Add a 30-day wait to the parent case to allow time for the child cases to resolve.
- B. Add a wait step to the parent case pausing the parent case until the child cases resolve.
- C. Add an approval step to each of the child cases to resolve the cases.
- D. Add a service level agreement to resolve the child cases within 90 days.
正解:B
質問 # 26
When an auto accident claim is resolved in the Resolve stage, email notifications must be sent automatically to the adjuster who inspected the car, to the insured party, and to the insurance agent who verified the claim.
How do you configure the resolve process to support this requirement?
- A. Add a Send Email step and include all required participants.
- B. Route an Approval step to the required participants.
- C. Add a Send Email step as an optional action.
- D. Route the email to all the recipients in a Collect Information step.
正解:A
質問 # 27
Which requirement do you satisfy by using a Wait step?
- A. An Accident Claim case pauses until a user uploads an accident image.
- B. An Accident Claim case pauses until an email is sent to the user.
- C. An Accident Claim case pauses until a manager approves the request.
- D. An Accident Claim case pauses until 48 hours after the accident.
正解:D
解説:
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
質問 # 28
Select each Use Case on the left and drag it to the appropriate Routing configuration on the right.
正解:
解説:
質問 # 29
A transaction dispute case type allows customers to dispute a bank card transaction for one of three reasons:
* Stolen card
* Duplicate charge
* Fulfillment error
Most disputes for the stolen cards occur at two vendors, MegaMart and MaxValu. The fraud analyst requests a report that displays stolen card disputes meeting the following thresholds:
* USD 25 or more at MaxValu
* USD 50 or more at MegaMart
Given the following filter conditions, which logic statement returns the correct subset of transaction disputes?
- A. ((F1 AND F3) OR (F2 AND F4)) AND F5
- B. (F1 AND F3) OR (F2 AND F4) OR F5
- C. (F1 AND F3) OR (F2 AND F4) AND F5
- D. F1 AND F2 AND F3 AND F4 AND F5
正解:A
質問 # 30
How do you indicate the progress of a case towards resolution?
- A. Apply service levels to the assignment steps.
- B. Update the case status on the appropriate steps.
- C. Design intent-driven user interfaces.
- D. Configure a case notes field to capture progress information.
正解:B
解説:
To indicate the progress of a case towards resolution, you need to update the case status on the appropriate steps. The case status reflects the current state of a case and helps users track its progress. You can use standard statuses such as New, Pending-Approval, or Resolved-Completed, or define custom statuses for your application. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/case-management/87/updating-case-status
質問 # 31
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?
- A. Add a report widget to the Manager portal dashboard, and then click Publish.
- B. Add the report to a public category, and then add the out-of-the-box Reports landing page to the Manager portal.
- C. Add a report widget to the Manager portal dashboard, and then click Publish to default.
- D. Create a new landing page on the Manager portal with the new report saved in a public category.
正解:A
解説:
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
質問 # 32
Which two statements are true about insights? (Choose Two)
- A. You can transform sharable visualizations into data queries.
- B. You can edit application data directly in an insight.
- C. You can transform data queries into sharable visualizations.
- D. You can search for and select the fields that you want to include in an insight.
正解:C、D
解説:
Insights are interactive visualizations that help you explore and analyze data in your application. You can create insights from data queries by selecting the fields that you want to include and choosing a visualization type, such as a chart or a table. You can also share insights with other users or embed them in dashboards or portals. Reference: https://community.pega.com/knowledgebase/articles/reporting/86/creating-insights
質問 # 33
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within five days.
To meet this requirement, you must set the____________. in the service level to five days.
- A. goal
- B. priority
- C. urgency
- D. deadline
正解:D
解説:
This answer is correct because it sets the maximum time allowed for resolving a medical claim case, as per the requirement. The deadline in the service level defines the time limit for completing a case or an assignment. If the deadline is reached, an escalation action can be triggered to notify or reassign the case or assignment. Reference: https://academy.pega.com/library/87/pega-certified-business-architect-pcba-87v1 (Module 6: Service Levels)
質問 # 34
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. Dropdown
- B. Checkbox
- C. Radio buttons
- D. Autocomplete
正解:A、C
質問 # 35
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. Enable email notifications on the case type.
- B. Add a Send Email step and compose the message to reference the relevant properties.
- C. Add a Send Email step and enable the option to include attachments.
- D. Add a Create PDF automation that references the Patient visit summary view.
正解:C、D
質問 # 36
Which configuration informs a user by email when an assignment is added to the user's worklist?
- A. Add a Send Email step to the process before the assignment to notify the assigned user.
- B. Add a Send Notification step to the process after the assignment to notify the assigned user.
- C. Configure the case type to send assignment notifications to assigned users.
- D. Configure a service level to send a notification to the assigned user.
正解:C
質問 # 37
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. Adjust the default assignment urgency value.
- C. Add an escalation action to the goal interval.
- D. Apply an urgency value to the deadline interval.
正解:B
解説:
Adjusting the default assignment urgency value will increase the likelihood that the assignment is completed before the deadline.
質問 # 38
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.
正解:B
質問 # 39
In an insurance claim application, you have the following requirement: All claims must be resolved within 30 days. To meet this requirement you configure a service level. Where should the service level be configured?
- A. The case type
- B. The process
- C. The stage
- D. The step
正解:A
解説:
To meet the requirement that all claims must be resolved within 30 days, you need to configure a service level on the case type. A service level on the case type defines a goal and deadline for resolving a case. You can also define actions to take when a case reaches or exceeds its goal or deadline, such as sending an email notification or escalating the urgency. The other options are either incorrect or irrelevant for this requirement. Reference: https://docs-previous.pega.com/case-management/87/defining-service-levels-case-types
質問 # 40
Your client is planning their next MLP release.
What three pillars are used to capture information for the release' (Choose Three)
- A. Reports
- B. Non-functional
- C. Personas and Channels
- D. Data and Interfaces
- E. Micro journeys
正解:C、D、E
解説:
The three pillars that are used to capture information for the release are personas and channels, data and interfaces, and micro journeys. Personas and channels define who uses the application and how they access it. Data and interfaces define what information is stored and displayed in the application. Micro journeys define how users achieve their goals and outcomes in the application. Reference: https://academy.pega.com/library/81/pega-certified-business-architect-pcba-81
質問 # 41
......
PEGAPCBA87V1試験は、Pegaプラットフォーム、Pegaビジネスアーキテクチャ、方法論、ツールに関する知識をテストするために設計されています。この試験は、ビジネスアーキテクチャの概念、方法論、ツールなど、いくつかのセクションに分かれています。各セクションは、Pegaプラットフォームを異なるレベルで理解し、ビジネスソリューションを設計および実装する方法を理解することに焦点を当てて設計されています。
無料CPBA PEGAPCBA87V1試験問題:https://jp.fast2test.com/PEGAPCBA87V1-premium-file.html
PEGAPCBA87V1問題集には練習試験問題解答:https://drive.google.com/open?id=1xsMotgdHA2mJyDPJIs63dbWPfG6oCS72