Practice CLSA PEGAPCLSA85V1 exam. Online Exam Practice Tests with detailed explanations! Pass PEGAPCLSA85V1 with confidence!
PEGAPCLSA85V1 - Lead System Architect (LSA) Pega Architecture Exam 85V1 Practice Tests 2021 | TestsDumps
NEW QUESTION 48
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)
- A. Minimize the usage of robotic automations.
- B. Dedicated a node to background processing.
- C. Remove embedded dashboard reports from the manager portal.
- D. Review application environment sizing.
- E. Review selection criteria of agent activities.
Answer: B,D,E
Explanation:
Explanation
Six weeks after you deliver your application to production, you 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.
NEW QUESTION 49
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after
3:00 p.m. every day with an out-of-memory error. Which two alerts typically precede this condition?(choose two)
- A. PEGA0002 - Connect operation time exceeds limit
- B. PEGA0004 -Quantity of data received by database query exceeds limit
- C. PEGA00017 - Cache exceeds limit
- D. PEGA0001 - HTTP interaction time exceeds limit
Answer: C,D
Explanation:
Explanation
Six weeks after you deliver your application to production, you 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.
NEW QUESTION 50
An application is being constructed In multiple phases for a growing company that has over 1000 employees.
During the initial development stages, it is determined a button on a section has to be made conditionally visible based on a group of actors.
What should the conditional visibility be based on to minimize the amount of future maintenance?
- A. AccessGroup
- B. Work group
- C. Role
- D. Privilege
Answer: A
NEW QUESTION 51
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 activity to generate the data in the clipboard and report using a custom section.
- 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 agent to record monthly case status in a separate table and report on that table.
Answer: A
NEW QUESTION 52
Using the information shown in the case structure below, which option is always true?
- A. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.
- B. Resolution of the Event Booking case requires the Parking case to be resolved.
- C. The Weather case can be instantiated without a parent Event Booking case.
- D. The Parking class must inherit from the Event Booking class.
Answer: B
NEW QUESTION 53
Select the recommended option for extending the data model provided by a pega industry framework.
- A. Specialize the data model as little as possible.
- B. Hide the data model with a custom data model.
- C. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
- D. Redefine the data model.
Answer: A
NEW QUESTION 54
Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)
- A. Activities
- B. Reports
- C. Data pages
- D. Data transforms
- E. Connectors
Answer: A,C,E
NEW QUESTION 55
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. 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. 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.
- C. 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.
- 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: C
NEW QUESTION 56
When do you use the load-datapage activity method?
- A. To refresh a data page
- B. To initiate the loading of a data page
- C. To run a connector asynchronously
- D. To queue the data page for a default agent
Answer: B
NEW QUESTION 57
Which of the following Skin rule customizations help satisfy the states requirements?
- A. In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.
- B. In the Skin rule, configure the importance field for each column included in a repeating layout.
- C. In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.
- D. In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.
Answer: B
Explanation:
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.
NEW QUESTION 58
Select two ways for queuing an item for a queue processor. (Choose Two.)
- A. Use the Queue-for-processing method
- B. Use the Queue for -agent method
- C. Use Run in Background smart shape
- D. Use Utility smart shape
Answer: A,C
NEW QUESTION 59
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. Synchronize case creation with RFST services.
- B. Implement a parent case across multiple products.
- C. Leverage database replication to communicate case creation.
- D. Implement Federated Case Management.
Answer: D
NEW QUESTION 60
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. Move sensitive information to separate sections and apply a privilege to the sections.
- B. Configure an access deny rule restricting access to the sensitive information.
- C. Use a visible when rule for the properties displaying sensitive information.
- D. Create an access control policy restricting access to the sensitive information.
Answer: D
NEW QUESTION 61
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. Display report definition rows using a custom section. Use a Keyed-access Data Page to source label values.
- B. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels In bulk.
- C. Persist the most recently retrieved labels for each code in a local table. Join to that table when running the report.
- D. Develop a SQL function that calls a stored procedure to retrieve the currently associated level for each code.
Answer: D
NEW QUESTION 62
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. Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.
- B. Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.
- C. Have each subcase load a portion of the customer data prior to updating the parent case.
- D. Use the System of Record (SOR) data access pattern when capturing the customer data.
Answer: A,D
NEW QUESTION 63
Review the following classes and properties:
A field group list is defined at the MyCo-Lending-Work work pool level. The find group list name is Loans:
the specified data type is MyCo-Data-Loan.
Which three statements are valid? (Choose Three)
- A. An auto loan application can extend MyCo-Data-LoarvAuto without affecting a sum performed against
.Loans C). Amount - B. At design time, the system issues a warning since it is poor practice to define a field group with an abstract data type ctas%
- C. The pxObjClass of any page in the .Loans field group list can be changed at nm time and does not need to be the same class.
- D. A rule In MyCo-DataLoan-Mortgage can only be referenced through -Loans if also defined In MyCo Data-Loan.
- E. All pages within the .Loans field group must be the same class, either MyCo-Data-Loan-Aiito or MyCo-Oata-Loan Mortqage
Answer: A,C,D
NEW QUESTION 64
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. Customer Decision Hub
- B. Pega Marketing
- C. Robotic Process Automation
- D. Pega Customer Service
Answer: A,B
NEW QUESTION 65
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. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
- B. Observe the cluster and node status on the Enterprise Health Console.
- C. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
- D. Look at the performance profile and DB Trace output from each node.
Answer: B
NEW QUESTION 66
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. Network security configuration
- B. Log file access configuration
- C. System management application configuration
- D. Database access configuration
Answer: B
NEW QUESTION 67
BiyCo has two development projects currently in progress developed by independent teams. One team builds the Quoting application. Another team builds the Policy Administration application. Development takes place on different servers with separate rulebases.
The Quoting application is built on the Policy Administration application.
The Policy Administration application requires enhancements to support other areas of the business.
The Quoting team is notified when the Policy Administration application is versioned. The Quoting team responds by importing a HAP containing the new version.
Select the two best practices to minimize potential development conflicts and work with the most current version of the Policy Administration application. (Choose Two)
- A. Periodically rebase the Policy Administration application.
- B. Perform branch reviews when merging brandies.
- C. Share rulesets between both applications.
- D. Switch between applications when modifying rules.
Answer: B,C
NEW QUESTION 68
......
The best PEGAPCLSA85V1 exam study material and preparation tool is here: https://www.testsdumps.com/PEGAPCLSA85V1_real-exam-dumps.html
