ベストPegasystems PEGACPSA88V1学習ガイドと問題集は2024年更新
トップクラスPegasystems PEGACPSA88V1試験最先端学習ガイド!練習問題バージョン
質問 # 37
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account. Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)
- A. Add a persist case shape after the first step.
- B. Configure the starting flow to instantiate the case type as a temporary case.
- C. Apply a when condition to the first step to persist only cases requiring updates.
- D. Configure the first step to instantiate the case type as a temporary case.
正解:C、D
質問 # 38
A travel authorization requires approvals from the requestors manager, division VP. and possibly an accountant based on the total amount. Which configuration satisfies this use case?
Available Choices (select all choices that are correct)
- A. Cascading approval using when rules to identify the assigned user
- B. Cascading approval using an authority matrix
- C. Cascading approval using the workgroup manager
- D. Cascading approval using the reporting manager
正解:D
解説:
To configure a solution that requires approvals from the requestor's manager, division VP, and possibly an accountant based on the total amount, you can use cascading approval using the reporting manager. This model uses a reporting structure to determine who approves a case based on their position in an organizational chart. You can also use a condition to include an accountant in the approval chain if the total amount exceeds a certain threshold. Reference: https://academy.pega.com/topic/cascading-approval/v1
質問 # 39
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 How do you configure the Wait step for this requirement?
Available Choices (select all choices that are correct
- A. Configure the step to continue the parent case when the child cases reach the payment pending review status
- B. Configure the step so that only one child case must be resolved before the parent case can continue
- C. Configure the step so that users can continue with the parent case process regardless of child case status
- D. Configure the step to continue the parent case when the child cases reach auditor approval
正解:A、D
解説:
To achieve the requested behavior, you can use a checkbox and a decision shape to branch the case flow based on whether the customer wants catering or not. You can also use a visibility condition to show or hide the menu preferences and appointment date fields depending on the checkbox value. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/branching-case-flow-based-decision
質問 # 40
Which two field types are specialized versions of the Query field type? (Choose two ) Available Choices (select all choices that are correct)
- A. A Picklist
- B. Case reference
- C. Embedded data
- D. Data reference
正解:B、D
解説:
These two field types are specialized versions of the Query field type. A Query field type allows users to select a value from a list that is populated by running a report definition rule or by referencing another field value rule. A Case reference field type allows users to select an existing case from a list that is populated by running a report definition rule on the Work- class or one of its subclasses. A Data reference field type allows users to select an existing data object from a list that is populated by running a report definition rule on a specific data class. Reference: https://community.pega.com/knowledgebase/articles/user-experience/86/configuring-field-types
質問 # 41
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement Customers must select a make, model, and year to initiate a vehicle-specific search How do you configure the data storage in the application to implement the requirement?
Available Choices (select all choices that are correct1
- A. Configure a connection to an external system of record that contains the make, model and year vehicle data
- B. Configure a static list of the make model and year vehicle data
- C. Configure a local data storage of the make model and year vehicle data
- D. Configure a data page to store the make, model, and year vehicle data
正解:A、D
解説:
To implement this requirement, you can configure a data page to store the make, model, and year vehicle data and configure a connection to an external system of record that contains the make, model, and year vehicle data. A data page is a rule that defines how and when to load data into memory for use by an application. You can configure a data page to source its data from an external system by using connectors or integrations. This way, you can access up-to-date vehicle data from an external database or web service without storing it locally in your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/sourcing-data-page-data-external-systems
質問 # 42
A customer views a product available in multiple color options. The customer must select only one color for each product. Which Ul control allows a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options ?
- A. Check box
- B. Drop-down
- C. Radio buttons
- D. Text input
正解:C
質問 # 43
Which two statements about data records are true? (Choose two.)
Available Choices (select all choices that are correct,
- A. Data records define permissible values for data fields
- B. Data records need unique user-generated IDs
- C. Data records are displayed in a drop-down list by default
- D. Data records require external storage
正解:A、B
解説:
These two statements about data records are true. Data records are values for the fields that are associated with a specific data object, such as a customer or a product. Data records need unique user-generated IDs to identify each record in the data object. Data records define permissible values for data fields, which limit the input values to valid options, reduce errors, and allow for automation. Reference: https://academy.pega.com/topic/data-records/v4
質問 # 44
Sales managers must be able to approve sales quote proposals by email and from their mobile devices How do you implement this requirement?
Available Choices (select all choices that are correct)
- A. Add an Approve/Reject step with mobile approval enabled and add a Send Email step
- B. Add an Approve/Reject step and a Send Email step
- C. Add an Approve/Reject step and enable email notifications on the case type
- D. Add an Approve /Reject step and enable approval from email and mobile
正解:D
解説:
To implement this requirement, you can add an Approve /Reject step and enable approval from email and mobile. This way, sales managers can approve sales quote proposals by clicking a link in an email or by using their mobile devices. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/configuring-approval-email-and-mobile
質問 # 45
In an application for configuring hardware equipment for new employees, the manager chooses a laptop model from a drop-down list. The list of available laptop models is maintained in an external system and may change over time. Which of the following do you use as the data source for this drop-down list ?
- A. A data page
- B. A data table
- C. A data transform
- D. A local list
正解:A
質問 # 46
Which two requirements ensure that valid data is used in a case? (Choose two.) Available Choices (select all choices that are correct)
- A. The data is the correct field type
- B. The data fits the business logic
- C. The data is organized in a data type
- D. The data is locally sourced
正解:A、B
解説:
These two requirements ensure that valid data is used in a case. The data fits the business logic means that the data values are consistent with the rules and conditions that define the case behavior and outcome. The data is the correct field type means that the data values match the expected format and structure of the field properties, such as text, number, date, or email. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-types https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/field-values
質問 # 47
A library application used by staff creates a book request case when a member wishes toborrow one or more books. As part of the case process, the application shows the staff a readonly list of outstanding past-due books to remind the member to return late books, select the Data page definition for this use case.
- A. Page,Editable,Requester
- B. Page,Editable,Node
- C. List,Readonly, Thread
- D. List,Readonly,Node
- E. List,Readonly,Requestor
- F. Page,Readonly,Requester
正解:E
質問 # 48
Several Development teams work on different enhancements.
The release date for each enhancement is uncertain. Which two options allow each team to keep its work separate? (Choose Two)
- A. Create a new application for each team
- B. Create a new ruleset version for each team.
- C. Create a production ruleset for each team.
- D. Set up a branch ruleset for each team
正解:B、D
質問 # 49
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?
Available Choices (select all choices that are correct)
- A. The mobile app supports all mobile phone operating systems
- B. CSRs can create other case type instances on the mobile app
- C. Mobile app color palettes are different for users and CSRs
- D. The mobile app customizes currency units and date/time format according to the location of the users
正解:C
解説:
This option requires you to configure distinct mobile app channels because it involves customizing the look and feel of the mobile app for different user groups. A mobile app channel is a configuration layer that defines how users interact with your application on mobile devices. You can create multiple mobile app channels for different user groups or personas and apply different branding, security, or functionality settings to each channel. Reference: https://community.pega.com/knowledgebase/articles/mobile/86/configuring-mobile-app-channels
質問 # 50
You should consider using a field value when the list of allowed values is_____________.
Available Choices (select all choices that are correct)
- A. shared across all case types
- B. mostly static
- C. updated often
- D. three or fewer items
正解:A、B
解説:
You should consider using a field value when the list of allowed values is mostly static or shared across all case types. A field value is a rule that defines a single value for a field that is used in multiple places in an application. Field values are useful when the list of values does not change frequently or when the same values are used in different case types. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/field-values
質問 # 51
Which one of the following statements about channel interfaces is true?
Available Choices (select all choices that are correct)
- A. User interfaces are also known as channel interfaces.
- B. A persona requires a unique channel interface
- C. Creating a channel interface creates a default work queue.
- D. All users see the same channel interface.
正解:A
解説:
This statement about channel interfaces is true. A channel interface is a user interface that allows users to interact with an application through various channels, such as web, mobile, email, chatbot, or voice. A channel interface allows you to adjust your application to your specific business needs by creating tailored and interactive user interfaces. Channels are created from templates that include predefined layouts and navigation for use in your application. Reference: https://academy.pega.com/topic/channel-interfaces/v1
質問 # 52
Which option follows best practices for naming a ruleset in Pega Platform?
Available Choices (select all choices that are correct)
- A. Pega-Prod 01-04-01
- B. Expense 01-02-05
- C. Credit Check:03-01-02
- D. Grand-Corporation-Human-Resources-Department 01-01-03
正解:C
解説:
This option follows best practices for naming a ruleset in Pega Platform. A ruleset name consists of two parts separated by a colon (:). The first part is an application-specific identifier, such as Credit Check, that is unique within your organization. The second part is a version number that consists of three numeric segments separated by hyphens (-), such as 03-01-02. Reference: https://community.pega.com/sites/default/files/help_v88/procomhelpmain.htm#rule-/rule-ruleset-/rule-ruleset-name/main.htm
質問 # 53
You notice that the scope of your project exceeds the original estimates, and the Minimum Lovable Product (MLP) might not be delivered on time. Which team member do you contact to verify the project plan and manage expectations for the release schedule?
Available Choices (select all choices that are correct)
- A. Project delivery leader
- B. Lead business architect
- C. Citizen developer
- D. Deployment architect
正解:A
解説:
The project delivery leader is responsible for managing the project plan, scope, budget, and timeline, as well as communicating with stakeholders and resolving issues. The project delivery leader should be contacted to verify the project plan and manage expectations for the release schedule when the scope of the project exceeds the original estimates. Reference: https://academy.pega.com/library/82/pega-project-delivery-methodology
質問 # 54
Drag the term that is used in App Studio from the left to the rule that you use in Dev Studio on the right.
正解:
解説:
質問 # 55
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?
Available Choices (select all choices that are correct)
- A. Add a report widget to the Manager portal dashboard and then click Publish to default
- B. Add a report widget to the Manager portal dashboard and then click Publish
- C. Add the out-of-the-box Reports landing page to the Manager portal
- D. Create a new landing page on the Manager portal with the new report saved in a public category
正解:B
解説:
To fulfill these requirements, you can add a report widget to the Manager portal dashboard and then click Publish. A report widget is a UI element that displays data from a report definition rule in various formats, such as charts, tables, or maps. You can add report widgets to dashboards or landing pages to provide users with quick access to relevant information. By clicking Publish, you make the changes available to all users who have access to the portal. Reference: https://community.pega.com/knowledgebase/articles/reporting/86/adding-report-widgets-dashboards
質問 # 56
......
有効なPEGACPSA88V1試験最新問題で2024年最新の学習ガイド:https://jp.fast2test.com/PEGACPSA88V1-premium-file.html