PEGACPBA88V1事前に試験練習テストで使おう(最新52問題) [Q20-Q44]

Share

PEGACPBA88V1事前に試験練習テストで使おう(最新52問題)

有効なPEGACPBA88V1試験解答PDF一年無料更新


PEGACPBA88V1(Certified Pega Business Architect 8.8)試験は、Pega Business Architect 8.8を扱う専門家向けに設計された認定試験です。この試験は、Pega Business Architect 8.8の概念、原則、およびベストプラクティスに関する候補者の知識と理解を検証することを意図しています。PEGACPBA88V1試験に合格することは、Pegaソリューションの設計と実装における候補者の熟練度を証明する重要な達成です。

 

質問 # 20
Which of the following statements about responsive breakpoints is true?

  • A. By default, tables have two responsive breakpoints.
  • B. Custom responsive breakpoints are configured in App Studio.
  • C. Responsive breakpoints rely on fixed widths.
  • D. Responsive breakpoint behavior changes based on the device brand.

正解:B

解説:
The statement that is true about responsive breakpoints is:
C . Custom responsive breakpoints are configured in App Studio. This allows you to define how the UI behaves at different screen sizes.
Responsive Breakpoints: These are used to adapt the UI layout for different screen sizes, ensuring a good user experience on all devices.
Reference:
Pega Academy: Responsive UI Design
Pega Documentation: Configuring Responsive Breakpoints in App Studio


質問 # 21
A survey is sent to a customer via email.
Who do you configure a solution to ensure the email includes the case ID for the survey?

  • A. Create a required field for the case ID that must be entered by a user during the case process prior to sending the email.
  • B. Create a process using the Send email step allowing representatives to quickly add the case ID to the email.
  • C. Use the Insert Property feature of a Send email step to add the case ID when composing the custom message.
  • D. Call a data transform to copy the case ID from pyWorkPage to the email.

正解:C

解説:
The Insert Property feature in the Send email step allows you to include dynamic data, such as the case ID, directly into the email body. This ensures that the case ID is automatically included in the email without requiring manual entry or additional processes. By configuring the Send email step to use the Insert Property feature, you can ensure that the case ID is included in the survey email sent to the customer.


質問 # 22
Managers want to create an environment in which peers exchange ideas about initiatives to retain employees, Select the collaboration tool that best suites this type of communication.

  • A. Dashboards
  • B. Spaces
  • C. Pulse
  • D. Insights

正解:B

解説:
Pega offers several collaboration tools, each suited for different types of communication and interaction. For an environment where peers exchange ideas about initiatives to retain employees, the best collaboration tool is "Spaces." Spaces: This tool is designed for collaborative environments where team members can share ideas, discuss initiatives, and collaborate on projects.
Interactive Environment: Spaces provide a platform for ongoing discussions, file sharing, and real-time collaboration, making it ideal for exchanging ideas and initiatives.
Reference:
Pega Academy: Collaboration Tools
Pega Documentation: Using Spaces for Team Collaboration


質問 # 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 to continue the parent case when the child cases reach auditor approval.
  • B. Configure the step so that only one child case must be resolved before the parent case can continue.
  • C. Configure the step to continue the parent case when the child cases reach the payment pending review status.
  • D. Configure the step so that users can continue with the parent case process regardless of child case status.

正解:D

解説:
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
Which two statements about data records are true? (Choose Two)

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

正解:A、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.


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

  • A. If customers decide to add insurance, checked bags, or early boarding to their airline tickets, extra fees are added to their order total.
  • B. A dance studio recommends a membership type based on the number and type of dance classes the customer wants to attend every month.
  • C. Order total is calculated based on the quantity and price of the items in the customer's shopping cart.
  • D. 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.

正解:B、D

解説:
Decision tables in Pega are ideal for situations where you need to apply multiple conditions to arrive at a decision. They are best used when you have a limited number of conditions and actions that result in a discrete set of outcomes.
B . A dance studio recommending a membership type based on the number and type of dance classes is suitable for a decision table. The number and type of classes can be mapped to specific membership types in a table format where each row represents a possible scenario and outcome.
D . A hair care company suggesting a line of products based on various attributes such as hair type, scalp moisture, hair moisture, and whether it is color-treated is also suitable for a decision table. Each combination of attributes can correspond to a specific product recommendation, making a decision table an efficient way to handle these rules.
Reference:
Pega Decision Management Overview
Pega Academy: Decision Table Rules


質問 # 26
You configure a service level to adjust assignment urgency to 100 when the goal interval lapses.
What does the assignment urgency impact the deadline and passed deadline intervals?

  • A. Urgency value remains at 100, but other service level processing continues.
  • B. Urgency value continues to increment as configured.
  • C. Service level processing is halted until the assignment is completed.
  • D. The user is notified that the maximum urgency has been reached.

正解:A

解説:
When a service level (SLA) adjusts the assignment urgency to 100 upon the goal interval lapsing, the following impacts occur:
Urgency Value Adjustment: The urgency value of the assignment is set to 100, indicating high priority.
Continued SLA Processing: Other SLA processing, such as escalating actions and notifications, continues as configured.
Urgency Cap: The urgency value remains at 100, which is the maximum urgency, but this does not halt other service level processing.
Therefore, setting the urgency to 100 indicates maximum priority but allows for continued SLA actions such as further escalation and notifications.
Reference:
Pega Academy: Service Level Agreements
Pega Documentation: SLA Urgency and Escalation Mechanisms


質問 # 27
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


質問 # 28
..Pega Business Architect creates the following user story for the project backlog:
..a member of the loyalty program, I would like to be automatically enrolled in all eligible promotional offers so that I can take advantage of the savings without having enroll manually.
Which aspect of the phrase "so that..." does the user story reference?

  • A. The stakeholder approval
  • B. The business value
  • C. The application user
  • D. The acceptance criteria

正解:B

解説:
In the user story "As a member of the loyalty program, I would like to be automatically enrolled in all eligible promotional offers so that I can take advantage of the savings without having to enroll manually," the phrase "so that..." references the business value.
Business Value:
The "so that..." clause in a user story explains the benefit or value that the feature provides. It clarifies why the feature is important and what the user or business gains from it.
In this case, the business value is that loyalty program members can save time and effort by not having to manually enroll in promotional offers, which enhances customer satisfaction and loyalty.
Reference:
Pega Academy: User Story Best Practices
Pega Documentation: Writing Effective User Stories


質問 # 29
A sales manager must be able to approve sales quote proposals by email and from their mobile devices. What do you implement this requirement?

  • A. Add an Approve/Reject step and a Send Email step.
  • B. Add an Approve/Reject step and enable approval from email and mobile.
  • C. Add an Approve/Reject step with mobile approval enabled and add a Send Email step.
  • D. Add an Approve/Reject step and enable email notifications on the case type.

正解:B

解説:
To allow a sales manager to approve sales quote proposals by email and from mobile devices, you should add an Approve/Reject step in the case life cycle and enable the approval from email and mobile options. This configuration ensures that the manager can approve or reject the proposals conveniently through email notifications and mobile devices, without needing to access the Pega application directly.


質問 # 30
....purchase request case type, you have the following requirement: Purchase requests should automatically go to the manager of an employee. meet this requirement, you design a case with a______________.

  • A. step that routes to the manager
  • B. process that routes to the manager
  • C. change stage step to allow the employee to route to the manager
  • D. stage to route requests to the manager

正解:A

解説:
To ensure that purchase requests automatically go to the manager of an employee in Pega, you should design a case with a step that routes the request to the manager. The steps are as follows:
Define the Manager Routing Step: In the case type design, include a step that specifies the routing logic.
Use Dynamic Routing: Configure the routing step to dynamically determine the manager based on the employee's profile or organizational hierarchy.
Route to Manager: Implement the routing step so that it evaluates the employee's manager information and routes the case accordingly.
This setup ensures that each purchase request is automatically directed to the appropriate manager for approval, streamlining the process and ensuring compliance with organizational policies.
Reference:
Pega Academy: Routing and Assignments
Pega Documentation: Case Management and Workflow Automation


質問 # 31
Which two field types are specialized versions of the Query field type? (Choose Two)

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

正解:A、B

解説:
The two field types that are specialized versions of the Query field type are:
A . Data reference:
This field type is used to reference data from an external source dynamically. It allows the application to pull in data as needed without storing it directly within the case.
D . Case reference:
This field type is used to reference another case within the Pega application. It is useful for linking related cases and managing dependencies between them.
Reference:
Pega Academy: Field Types and Usage
Pega Documentation: Query Field and Specialized Field Types


質問 # 32
...insurance claim case type is defined as follows:

Review claim step is configured to set the status to Pending-Investigation, when is the status of the case set to Pending-Investigation?

  • A. When the Review claim step completes
  • B. When the Review claim step starts
  • C. When the Process claim stage starts
  • D. When Investigate claim step completes

正解:A

解説:
In Pega, the status of a case can be updated based on actions taken within the process. The status change to "Pending-Investigation" is tied to the completion of the "Review claim" step:
Review Claim Step Configuration: The "Review claim" step is configured to set the case status to "Pending-Investigation" upon its completion.
Status Change Trigger: The status update happens automatically when the "Review claim" step completes, indicating that the case is now waiting for the investigation to be performed.
This ensures that stakeholders are aware of the case's progress and that the system correctly reflects the current state of the case.
Reference:
Pega Academy: Configuring Case Status
Pega Documentation: Steps and Processes


質問 # 33
Your client is planning their next Minimum Lovable Product (MLP) release.
Which three pillars of case design must the Pega Business Architect ensure are taken into account, to capture information for the release? (Choose Three)

  • A. Personas and Channels
  • B. Dashboards
  • C. Reports
  • D. Case types
  • E. Data and Interfaces

正解:A、D、E

解説:
When planning the next Minimum Lovable Product (MLP) release, a Pega Business Architect should focus on the three pillars of case design: Personas and Channels, Case Types, and Data and Interfaces.
Personas and Channels:
Personas: Identify the different user roles (personas) that will interact with the application. Understanding personas helps in designing user experiences that meet their needs.
Channels: Determine the channels (e.g., web, mobile) through which users will interact with the system. This ensures that the application is accessible and user-friendly across different platforms.
Case Types:
Case Types: Define the different types of cases that the application will manage. Case types are fundamental to structuring the application and ensuring that it can handle various processes and workflows efficiently.
Data and Interfaces:
Data: Identify the data required to support the case types and processes. This includes understanding data sources, data structures, and how data will be captured and used.
Interfaces: Determine the interfaces needed to integrate with external systems. Interfaces are crucial for ensuring that the application can interact with other systems and exchange information seamlessly.
Reference:
Pega Academy: Case Design
Pega Documentation: Minimum Lovable Product (MLP)


質問 # 34
Identify the Pega Express phase in which Pega Business Architects plan for future sprints by creating user stories with the Directly Capture Objectives (DCO) discipline.

  • A. Build
  • B. Prepare
  • C. Adopt
  • D. Discover

正解:D

解説:
The Pega Express phase in which Pega Business Architects plan for future sprints by creating user stories with the Directly Capture Objectives (DCO) discipline is Discover.
Discover Phase:
During the Discover phase, the focus is on understanding the business problem, identifying the scope, and defining the high-level requirements.
Pega Business Architects work with stakeholders to capture objectives directly into the Pega platform, creating user stories and refining the backlog in preparation for future sprints.
Reference:
Pega Academy: Pega Express Methodology
Pega Documentation: Pega Express Phases and Activities


質問 # 35
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)

  • A. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
  • 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 sales representative wants to quote the cost of an insurance policy based on selected coverage options.

正解:A、D

解説:
* A sales representative wants to quote the cost of an insurance policy based on selected coverage options: Calculated fields can dynamically determine the cost based on selected options.
Reference:
* A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required: Calculated fields can be used to estimate total costs based on input values for labor and materials.


質問 # 36
A Company often receives multiple IT tickets for the same issue, such as "the office Wi-Fi is down." You configure a Search duplicate cases step to identify duplicate IT tickets.
What is the basic condition for the Search duplicate cases step?

  • A. Issue type is same
  • B. Department is same
  • C. Office location is same
  • D. Name of submitter is same

正解:A

解説:
The basic condition for identifying duplicate cases, such as IT tickets for the same issue, is to check if the issue type is the same. By configuring the Search duplicate cases step to identify cases where the issue type is the same, you can effectively identify and manage duplicate IT tickets related to common problems like "the office Wi-Fi is down."


質問 # 37
Which two statements are true about Minimum Lovable Product (MLP) sizing when using the Estimator tool? (Choose Two)

  • A. Creation of case steps is factored into MLP sizing.
  • B. MLP sizing leads to more precise resource planning.
  • C. Complex features are always reserved for MLP 2 and later.
  • D. Initial estimations are high-level approximations.

正解:B、D

解説:
MLP sizing leads to more precise resource planning: Accurate sizing of the MLP helps in precise allocation and planning of resources, ensuring that the team can deliver the required functionality within the defined time frame.
Reference:
Initial estimations are high-level approximations: The initial estimations provided during the planning phase are high-level and may require refinement as more details about the requirements and scope become available.


質問 # 38
Identify the name of Pega's business architecture design that aligns human intelligence and process automation with business logic to deliver high-value software solitons.

  • A. Business-first
  • B. Pega Express
  • C. Customer-centric
  • D. Center-out

正解:D

解説:
The name of Pega's business architecture design that aligns human intelligence and process automation with business logic to deliver high-value software solutions is Center-out.
Center-out Design:
This approach focuses on designing the core business logic and processes first (the "center") and then extending outwards to include the user interface (UI) and channels.
By centering on the core logic, Pega ensures that the most critical aspects of the business process are well-defined and robust. This approach supports scalability and adaptability as the system grows and evolves.
Reference:
Pega Academy: Center-out Business Architecture
Pega Documentation: Center-out Design Principles


質問 # 39
The business process for an automobile insurance claim consists of the following phases:
* Submission: The customer contacts a customer service representative (CSR) to file the claim.
* Review: An adjuster reviews the claim, assesses the damages to each vehicle, and provides an estimate of the cost of repairs.
* Repair: A third party performs the repairs on each vehicle, communicating with the adjuster and customer as necessary.
* Verification: After each vehicle repair, the adjuster closes the claim.
According to Pega best practices, which phase can you implement as a child case?

  • A. Repair
  • B. Verification
  • C. Submission
  • D. Review

正解:A

解説:
* Submission: This phase involves the initial contact and filing of the claim, which typically doesn't need to be a separate case as it's an initial action.
Reference:
* Review: This phase involves an adjuster reviewing the claim and assessing damages, which can be handled within the primary case.
* Repair: The repair phase involves interaction with third-party vendors and ongoing communication, making it suitable to be implemented as a child case to track each repair separately.
* Verification: This phase is a closing action performed after repairs, which doesn't typically require a separate case.


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

正解:A

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


質問 # 41
......

Certified Pega Business Architect 8.8無料更新認定サンプル問題:https://www.passtest.jp/Pegasystems/PEGACPBA88V1-shiken.html

試験本場前にトレンドなPegasystems PEGACPBA88V1のPDF問題集を試そう:https://drive.google.com/open?id=1ALCPulNsPo1LRMdpRaQh6EPp0sMUW9QZ