[2022年01月25日] 最新更新されたのはPEGAPCLSA85V1試験問題2022年更新
無料更新されたPegasystems PEGAPCLSA85V1テストエンジン問題には89問題と解答
質問 13
Using the information shown in the Class structure, select the correct statement.
- A. EventBooking cannot be a subcase of Auto.
- B. Instances of EventBooking and Hosted can be stored in a separate.
- C. Parking and Auto instances must be stored in the same table.
- D. Auto must be a subcase of Parking.
正解: C
質問 14
An end user of the application experienced a browser crash while working on a highly available system. Crash recovery is enabled. Does the user to be reauthenticated?
- A. Yes, If the authentication cookie was lost.
- B. No, if the user is directed to a different node.
- C. No, if the authentication cookie was lost
- D. Yes, if the user is directed to the same node.
正解: A
質問 15
Customer information is captured in an application. Corporate policy states that private information be secured and only visible to a limited users.
Which configuration do you recommend?
- A. Create an access control policy restricting access to the sensitive information.
- B. Configure an access deny rule restricting access to the sensitive information.
- C. Move sensitive information to separate sections and apply a privilege to the sections.
- D. Use a visible when rule for the properties displaying sensitive information.
正解: A
質問 16
When do you use the load-datapage activity method?
- A. To initiate the loading of a data page
- B. To run a connector asynchronously
- C. To refresh a data page
- D. To queue the data page for a default agent
正解: A
質問 17
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?
- A. Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.
- B. Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator's worklist. Assignments are opened accordingly.
- C. Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.
- D. Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.
正解: B
質問 18
The BigCo quoting application is currently on-premise. BigCo plans to move the application to Pega Cloud What factor do you need to consider for environment setup?
- A. Database access configuration
- B. Log file access configuration
- C. System management application configuration
- D. Network security configuration
正解: B
質問 19
Select the recommended option for extending the data model provided by a pega industry framework.
- A. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
- B. Specialize the data model as little as possible.
- C. Redefine the data model.
- D. Hide the data model with a custom data model.
正解: B
質問 20
XYZ Corporation would like a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and 15 years, between 5 and 10 years, and less than
5 years.
How do you implement this report using Pega?
- A. Use a SQL Function.
- B. Use a correlated subreport.
- C. Use a Connect-SQL rule.
- D. Use a listView with a custom getContent Activity.
正解: B
質問 21
An application contains cases which transition though different statuses throughout their life cycle which typ.ca, months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12 month period.
- A. Configure a Declare index to record case data to a separate table.
- B. Configure a summary report that leverages sub reports for each month.
- C. Configure an activity to generate the data in the clipboard and report using a custom section.
- D. Configure an agent to record monthly case status in a separate table and report on that table.
正解: D
質問 22
Which two tools and/or methods support continuous integration practices? (Choose Two)
- A. Leveraging release toggles
- B. Configuring pre and post import steps
- C. Using an automation server to invoke unit test suites
- D. Performing Ul regression testing
正解: A,C
質問 23
Which of the following Skin rule customizations help satisfy the states requirements?
- A. In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.
- B. In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.
- C. In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.
- D. In the Skin rule, configure the importance field for each column included in a repeating layout.
正解: D
解説:
Explanation
You are designing an accessible Pega application for French and English-language users who require assistive technologies. The application must be able to run from desktop, tablet, and mobile phone browsers. Also, several screens require the ability to save changes and refresh the screen.
質問 24
A Customer Service application requires customer data assembled from multiple external systems. The customer data is captured by a parent case. Subcases of that parent case need to reference the same customer data.The customer data must be as current as possible.
Which two options are used as part of the solution? (Choose Two)
- A. Use the System of Record (SOR) data access pattern when capturing the customer data.
- B. Have each subcase load a portion of the customer data prior to updating the parent case.
- C. Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.
- D. Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.
正解: A,D
質問 25
XYZ Inc.'s COE wants case life cycle developers to use a field group named "Claim" regardless of the application being developed.
Select and move the three tasks that the COE performs for this requirement to the Task List column and place them in the correct order. (Choose Three)
正解:
解説:
質問 26
A Pega application locally stores the same set of codes defined by and used within an external system of record. The Page application does not locally store the labels associated to these codes. During case processing, the displayed labels for this set of codes are sourced from the external system of record. On any given day, the label associated to a code may change. You are asked to implement a report definition that displays the current label associated to each code whenever the report is run.
How do you design a Pega application to meet this requirement?
- A. Persist the most recently retrieved labels for each code in a local table. Join to that table when running the report.
- B. Display report definition rows using a custom section. Use a Keyed-access Data Page to source label values.
- C. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels In bulk.
- D. Develop a SQL function that calls a stored procedure to retrieve the currently associated level for each code.
正解: D
質問 27
Using the information shown in the case structure below, which option is always true?
- A. The Parking class must inherit from the Event Booking class.
- B. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.
- C. The Weather case can be instantiated without a parent Event Booking case.
- D. Resolution of the Event Booking case requires the Parking case to be resolved.
正解: D
質問 28
A case can be withdrawn using a local action. You want to restrict the ability to withdraw a case to the user who created the case or any work group manager of the user. Select three rule types used in combination to achieve this functionality. (choose three)
- A. Privilege
- B. Access of Role to Object
- C. Access When
- D. Access Control Policy
- E. Access Deny
正解: A,B,E
質問 29
APP Studio created a data type in the Organization layer for Quote data called BCO-Data Quote. How do you help users find rules from this data class when working in APP Studio?
- A. Copy the fields In the data class to the BCO QT Work- class so all subclasses can see the Quote rules.
- B. Select each rule you want to reuse in the application as a relevant record.
- C. Create a BCO-QI -Data-Quote class that inherits from BCO Data-Quote.
- D. Use a Data Reference to configure the rules that you need from the BCO-Data-Quote class.
正解: B
質問 30
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications.
Choose two options that would contribute to viable solutions. (Choose Two)
- A. Use Pega API RCST services to update Case and Work Party data in a reports database.
- B. Use BIX to export Case and related Work Party data to a data warehouse.
- C. Configure a reports database for the Class Group and Index WorkPartyUri Data Admm DB-Table records.
- D. Define additional database indexes for the Class Group and related Work Party tables.
正解: B,C
質問 31
You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly after 3:00 P.M. every day with an out-of-memory error.
What is the likely cause of the out of-memory error?
- A. At 3:00 P.M., a robotic process automation runs every day. The mapping of results to each case type horn the automation is CPU intensive.
- B. At 3:00 P.M., managers view multiple reports displaying open assignments and cases so they can plan work for the following day.
- C. At 3:00 P.M., a shift change occurs and several users login and display the" work list and dashboard.
- D. At 3:00 P.M., a job scheduler is mistakenly configured to run on a single Web Tier node that pulls an increasingly large number of records onto a clipboard page each day.
正解: B
解説:
Explanation
Six weeks after you deliver your application to production, your users report that the application slows down in the afternoon- The application is almost completely unresponsive for some users shortly after
3:00 P.M. Other users do not experience this problem until later in the day.
You do not have access to the Production environment, but you do have access to AES. The production environment has three nodes and a load balancer.
You need to resolve this issue because a new division of the organization will start using the application next month.
質問 32
You are designing an accessible Pega application for French and English-language users who require assistive technologies.
The application must be able to run from desktop, tablet, and mobile phone browsers.
Also, several screens require the ability to save changes and refresh the screen.
- A. Create a new custom burton control that uses an image and uses a fixed width.
- B. Create a new custom text label control set as required and uses relative widths.
- C. Create a new autogenerated button control and alter its caption to support a shortcut key.
- D. Create a new autogenerated link control with a shortcut key and limit its obsolute width.
正解: C
質問 33
You are managing distributed, geographically dispersed, development teams A, B and C.
Team A is ready to merge changes into their development environment to make available changes to Team B's Team C's.
To ensure all development teams are working with the latest version of shared rule base, select and move all of the following tasks to the tasks List Order column and place them in the correct order.
正解:
解説:
Explanation
Team A publishes branch,
Automation server merges three branch,
Team B and C rebase the application
質問 34
MyMealth Corporation wants to use the age of the claim to increase the urgency on the assignment so that claims processors work on the most urgent claims first. The claim assignment urgency increases by 1 each day the claim remains in an unresolved status. At any time. My Health has up to 10,000 claims in process. Claims in the PendingProcessing workbasket are subject to this calculation. The application updates the claim urgency daily before the work day begins. AM claims are processed within 30 days.
MyHealth also processes complaint cases from health plan members. Complaint cases use a service level agreement (SLA) to ensure the customer service representatives respond to complaints within 48 hours. All claims processors work in Los Angeles 9:00 AM-5:OQ PM PST.
Which approach satisfies the claim urgency requirement and provides the best experience for the claims processor?
- A. Use a declare expression to increment the pytJrgcncyAsp/gnAdjur.t value to 1. When a claim processor opens the assignment, the urgency is increased by 1.
- B. Use the assignment SLA to increment the pyUnjerncyAssiqnAdjust value by 1 every day the claim is in an open status.
- C. Use the overall SLA to increment the pyUrgencyAssignAdjust value by 1. Reset the goal date to the following day
- D. Use an advanced agent on a dedicated node to increment the pyUrgencyAssignAdjust value by 1 for every assignment that matches the selection criteria.
正解: D
質問 35
......
100%の合格率を試そう!更新されたのはPEGAPCLSA85V1試験問題 [2022年更新]:https://jp.fast2test.com/PEGAPCLSA85V1-premium-file.html