[Jan-2022] PEGAPCLSA85V1 Dumps Full Questions - CLSA Exam Study Guide
Exam Questions and Answers for PEGAPCLSA85V1 Study Guide
NEW QUESTION 52
A pega application has cases that represent customer accounts each with many members.
When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes. Which two elements are valid design choices? (choose two)
- A. Leverage the default object lock contention requeuing capability.
- B. Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
- C. Use the optimistic locking option on the case types.
- D. Create a Registration subcase configured to run in offline mode.
Answer: A,D
NEW QUESTION 53
BigCo receives complaints from existing customers and new prospects that BiyCo repi irrelevant offers and products.
Which two Pega solutions do you suggest to help solve this problem? (Choose Two)
- A. Pega Marketing
- B. Customer Decision Hub
- C. Pega Customer Service
- D. Robotic Process Automation
Answer: A,B
NEW QUESTION 54
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. 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.
- B. 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.
- C. 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.
- D. 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.
Answer: A
NEW QUESTION 55
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 correlated subreport.
- B. Use a listView with a custom getContent Activity.
- C. Use a Connect-SQL rule.
- D. Use a SQL Function.
Answer: A
NEW QUESTION 56
A purchase order application allows users in their work group to read and write purchase request cases. When the total amount exceeds usd10,000 however, only the work group manger can read and write the case. Select two configuration that satisfy the requirement.(choose two)
- A. Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.
- B. Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.
- C. Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.
- D. Use a reads access control policy with a condition that verifies the amount is less than USD10.000.
Answer: B,C
NEW QUESTION 57
MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application.
What is your recommendation to implement the new business requirement?
- A. Implement Federated Case Management.
- B. Implement a parent case across multiple products.
- C. Leverage database replication to communicate case creation.
- D. Synchronize case creation with RFST services.
Answer: A
NEW QUESTION 58
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 summary report that leverages sub reports for each month.
- B. Configure an activity to generate the data in the clipboard and report using a custom section.
- C. Configure an agent to record monthly case status in a separate table and report on that table.
- D. Configure a Declare index to record case data to a separate table.
Answer: C
NEW QUESTION 59
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. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels In bulk.
- C. Display report definition rows using a custom section. Use a Keyed-access Data Page to source label values.
- D. Develop a SQL function that calls a stored procedure to retrieve the currently associated level for each code.
Answer: D
NEW QUESTION 60
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. No, if the authentication cookie was lost
- B. Yes, If the authentication cookie was lost.
- C. No, if the user is directed to a different node.
- D. Yes, if the user is directed to the same node.
Answer: B
NEW QUESTION 61
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:00 P.M. and 4:00 P.M. AH attempts to reproduce the problem in the Development, QA, and Staging environments have failed.
Which two techniques help you troubleshoot the problem? (Choose Two)
- A. Review Performance Alerts and Exceptions in AES.
- B. Review Performance Alerts and Exceptions in PDC.
- C. Review Alerts and Exceptions using PLA.
- D. Review a Production Tracer Log using SMA.
Answer: B,C
NEW QUESTION 62
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.
How do you begin your research to diagnose the cause of the reported performance issue?
- A. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
- B. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
- C. Observe the cluster and node status on the Enterprise Health Console.
- D. Look at the performance profile and DB Trace output from each node.
Answer: C
NEW QUESTION 63
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:0 P.M. and 4:00 P.M. All attempts to reproduce the problem in the Development, QA, and Staging environments have (ailed.
Which two techniques help you troubleshoot the problem? (Choose Two)
- A. Review Performance Alerts and Exceptions in AES.
- B. Review Performance Alerts and Exceptions in PDC
- C. Review a Production Tracer Log using SMA-
- D. Review Alerts and Exceptions using PLA.
Answer: B,D
NEW QUESTION 64
You want to avoid creating unnecessary case-related properties and views. Which three actions do you take to accomplish this goal? (Choose Three)
- A. Define case type views using ".page.property" syntax.
- B. Use the data reference field type in a case type's data model tab.
- C. Drag and-drop a field group when defining a case view.
- D. Define most of the properties and sections at the work pool level.
- E. Create a data type (if required) that corresponds to the case type.
Answer: B,C,E
NEW QUESTION 65
A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture?
- A. Pega Customer Service is the billing and reporting system of record.
- B. Pega Customer Service is the new customer onboarding system.
- C. Pega Customer Service is the customer interaction system of record.
- D. Pega Customer Set vice is the customer and account enterprise service bus.
Answer: D
NEW QUESTION 66
XYZ, Inc. is multinational software interested in deploying a worldwide application as soon as possible. The application currently does not have requirements that depend on its user's geographical region. An outside consultant suggested that the application initially be generated with a framework and implementation layer.
Which three questions do you ask to validate the outside consultant's recommendation? (Choose Three)
- A. How many languages and locales must the application eventually support?
- B. Is there a reason why this decision cannot be made at a later time?
- C. Can the framework layer instead consist of multiple built-on applications?
- D. Is there an intent to market the framework layer to other companies?
- E. What is the name of the first division or region that uses the application?
Answer: B,C,D
NEW QUESTION 67
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. Have each subcase load a portion of the customer data prior to updating the parent case.
- B. Use the System of Record (SOR) data access pattern when capturing the customer data.
- C. Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.
- D. Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.
Answer: B,C
NEW QUESTION 68
The application contains a property named claimid. You want to business users to reuse this property in any new case types they create. How do you define the claimid property?
- A. As a final rule
- B. As a case level property
- C. As a relevant record
- D. As an enterprise class level property
Answer: C
NEW QUESTION 69
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 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 an agent to record monthly case status in a separate table and report on that table.
- B. Configure a summary report that leverages sub reports for each month.
- C. Configure a Declare index to record case data to a separate table.
- D. Configure an activity to generate the data in the clipboard and report using a custom section.
Answer: D
NEW QUESTION 70
Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)
- A. Reports
- B. Connectors
- C. Data transforms
- D. Data pages
- E. Activities
Answer: B,D,E
NEW QUESTION 71
In the answer area, select the configuration for back-to=back processing on the follow action form so that getnextwork processing does not occur.
- A. If not found, look for assignment in flows on the parent case
- B. Look for the assignment to perform.
- C. For each also consider assignments in workbaskets
- D. If not found, look for other assignment in flows on this case
Answer: B
NEW QUESTION 72
Using the information shown in the case structure below, which option is always true?
- A. The Weather case can be instantiated without a parent Event Booking case.
- B. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.
- C. Resolution of the Event Booking case requires the Parking case to be resolved.
- D. The Parking class must inherit from the Event Booking class.
Answer: C
NEW QUESTION 73
......
Lead System Architect (LSA) Pega Architecture Exam 85V1 Free Update With 100% Exam Passing Guarantee: https://www.dumpsquestion.com/PEGAPCLSA85V1-exam-dumps-collection.html