PEGAPCSA87V1問題集には練習試験問題解答
PEGAPCSA87V1はPegasystems Certification実際の無料試験練習テスト
PEGAPCSA87V1試験に合格するためには、候補者はPega 7プラットフォームアーキテクチャ、アプリケーション開発、システム統合など、さまざまな重要な領域での熟練度を証明する必要があります。彼らはまた、ビジネスプロセスについての理解と、Pegaテクノロジーを実際の問題を解決するためにどのように適用するかを示す必要があります。
PEGAPCSA87V1 試験は、IT 業界で最も厳しい、総合的な認定試験の1つとして認められています。この試験は、候補者の技術的な知識だけでなく、批判的思考能力、問題解決能力、チームとして効果的に働く能力をテストすることを目的としています。試験に合格した候補者は、Pega テクノロジーの分野で高度なスキルと知識を持つプロフェッショナルと見なされます。
質問 # 134
You are testing an airline reservation case type that does not yet have a UI configured. You need to verify that changing the Purchase Insurance field in the Clipboard updates the TotalCost field.
In which category of the Clipboard tools would you expect to find the PurchaseInsurance field?
- A. Linked Property Pages
- B. System Pages
- C. Data Pages
- D. User Pages
正解:D
質問 # 135
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: - The customer is on a monthly billing cycle - The credit card is either MoreCash or Vista - The credit card expires within 60 days Which set of filtering conditions returns a report with the desired data?
- A. Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next
60 days - B. Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- C. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- D. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
正解:C
質問 # 136
An application must validate postal codes for Canadian customers to match the pattern A1A 1A1, where A represents a letter, and 1 represents a number. Which two distinct configurations ensure that a user provides a valid postal code? (Choose Two)
- A. Configure the postal code field as a text property with a required input field.
- B. Configure an edit validate rule to test that the entered postal code conforms to the required partem.
- C. Configure a drop-down control to select the postal code based on the specified city and province.
- D. Configure a validate rule to test that the entered postal code conforms to the required pattern.
正解:A、B
質問 # 137
Which two rules do you localize by using the localization wizard? (Choose Two)
- A. Work Parties
- B. Paragraph
- C. Correspondence Fragment
- D. Field Value
正解:B、C
質問 # 138
Which two statement are true about insights? (Choose two.)
- A. You can transform sharable visualizations into data queries.
- B. You can transform data queries into sharable visualizations.
- C. You can edit application data directly in an insight.
- D. You can search for an select the fields that you want to include in an insight.
正解:B、C
質問 # 139
In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level. Where should the service level be configured?
- A. The case type
- B. The step
- C. The stage
- D. The process
正解:A
質問 # 140
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix. If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?
- A. Work Item Urgency = 0, Prefix = "C-"
- B. Work Item Urgency = 20, Prefix = "A-
- C. Work Item Urgency = 10, Prefix = [no value]
- D. Work Item Urgency = 10, Prefix = "C-"
正解:D
質問 # 141
Customers check their membership status with a company loyalty program by entering their full name and member ID number. Once the membership status is returned, the customer either abandons the case or makes changes to their membership. If the member chooses to make changes, a case ID is assigned to the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A. Configure the case type to create temporary cases.
- B. Add a decision step to the process.
- C. Configure the stage to resolve the case.
- D. Add a Persist case step to the case life cycle.
正解:B、D
質問 # 142
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action. How do you implement a solution?
- A. Do nothing. The pre-processing data transform is only called once for each assignment.
- B. Add logic to the pre-processing data transform to test if values were already initiated.
- C. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- D. Configure the data transform as post-processing instead of pre-processing.
正解:A
質問 # 143
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. Drop-down
- B. Check box
- C. Radio buttons
- D. Text input
正解:C
質問 # 144
Given a table which shows total working hours, sick, vacation. Identify how we calculate the respective values
- A. Leave hours
- B. Sick hours
- C. Total working hours
- D. calculate field, data transform
正解:C
質問 # 145
In a purchase request case type, you have the following requirement: Purchase requests should automatically go to a manager of an employee.
To meet this requirement, you design a case with a_______________.
- A. process that routes to the manager
- B. change stage step to allow the employee to route to the manager
- C. stage to route requests to the manager
- D. step that routes to the manager
正解:D
質問 # 146
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances. Which configuration option is used to summarize the remaining vacation and sick time?
- A. Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
- B. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
- C. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
- D. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
正解:B
質問 # 147
A human resources application contains reports that are used to review hiring practices. The product manager has asked you to test the recent hire training report.
How do you run a unit test on the report?
- A. Initialize the rule with test data using the run rule window
- B. Create a copy of the rule and use the run rule window
- C. Run the report definition using the contents of a database table
- D. Identify a data test page to unit test the rule
正解:C
質問 # 148
With Pega's Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?
- A. Create a rule for the variation and replace the existing HR time off rule in the application common layer.
- B. Create a rule for the variation and add the rule to the common layer of the application.
- C. Create a rule for the variation and add it to a secondary common application layer.
- D. Create a rule for the variation and add the rule to the layer for the region
正解:D
質問 # 149
You want to unit test a rule. To ensure that the rule executes as intended, you need to populate the clipboard with valid data. Which two options allow you to populate the clipboard before testing the rule? (Choose Two)
- A. Run a data transform to create the test page.
- B. Configure a validate rule to populate the needed data.
- C. Copy data from an existing clipboard page.
- D. Configure an assertion to define the required data.
正解:A、C
質問 # 150
The page .Product contains data retrieved from an external system of record using a data. How do you ensure
.Product always contains the most current data from the data page?
- A. Define a reference property that refers to the data page.
- B. Select Refer to a data page on .Product.
- C. Configure .Product to refer to a keyed data page.
- D. Select Copy data from a data page on .Product.
正解:B
質問 # 151
Drag the appropriate ruleset version type to the corresponding scenario.
正解:
解説:
Explanation
Graphical user interface Description automatically generated
質問 # 152
How do you identify if a result in a decision rule cannot be returned?
- A. Test the rule using a unit test
- B. Test for conflicts
- C. Test for completeness
- D. Test for missing conditions
正解:B
質問 # 153
......
試験は、データモデリング、ユーザーインターフェース設計、統合、およびアプリケーション開発などのトピックをカバーしています。候補者は、ビジネスプロセスの設定、ユーザーインターフェースの作成、そしてアプリケーションの統合を含むPegaアプリケーションの設計と構築の能力を示す必要があります。試験はまた、セキュリティ、パフォーマンス、および拡張性などのPegaのベストプラクティスもカバーしています。候補者は、Pega Designer StudioやPega PlatformなどのPegaツールを使う能力を示す必要があります。
無料Pegasystems Certification PEGAPCSA87V1試験問題:https://jp.fast2test.com/PEGAPCSA87V1-premium-file.html
PEGAPCSA87V1問題集でPegasystems Certification必ず合格できる練習問題集:https://drive.google.com/open?id=1g7CLkboie7n2aJApVYGH86NqJY_brltT