Online Questions - Valid Practice To your PEGAPCLSA85V1 Exam (Updated 89 Questions)
Practice To PEGAPCLSA85V1 - Remarkable Practice On your Lead System Architect (LSA) Pega Architecture Exam 85V1 Exam
NEW QUESTION 10
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. Create a Registration subcase configured to run in offline mode.
- B. Leverage the default object lock contention requeuing capability.
- C. Use the optimistic locking option on the case types.
- D. Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
Answer: A,B
NEW QUESTION 11
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 12
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. Use a Data Reference to configure the rules that you need from the BCO-Data-Quote class.
- B. Select each rule you want to reuse in the application as a relevant record.
- C. Copy the fields In the data class to the BCO QT Work- class so all subclasses can see the Quote rules.
- D. Create a BCO-QI -Data-Quote class that inherits from BCO Data-Quote.
Answer: B
NEW QUESTION 13
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 listView with a custom getContent Activity.
- B. Use a SQL Function.
- C. Use a correlated subreport.
- D. Use a Connect-SQL rule.
Answer: C
NEW QUESTION 14
You oversee a medium-size development team, and some of the team members are new to pega. What are the most efficient ways to ensure that the rules the team creates adhere to best practices? (choose two)
- A. Run Tracer on each rule the new team members check in to identify an failures in rule execution.
- B. Use Pega Log Analyzer to identify exceptions associated with the new team members.
- C. Have new team members create and run Pega automated unit tests against their rules.
- D. Leverage the rule check-in approval process to review the new team member's changes first.
Answer: B,D
NEW QUESTION 15
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 16
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 17
You oversee a medium-size development team. Some of the team members and new to Pega and are working on features in a separate branch.
What are two ways you can ensure that the rules the team creates adhere to best practices? (Choose Two)
- A. Use Pega Log Analyzer to locate any exceptions in the branch associated with the new team members.
- B. Leverage the branch review feature to have senior team members validate the branch contents.
- C. Review the branch quality to identify any rules with guardrail warnings.
- D. Run 1 rarer on each new rule in the branch that new team members check in to identify any failures in rule execution.
Answer: B,C
NEW QUESTION 18
BigCo receives complaints from existing customers and new prospects that BigCo representatives contact them with 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 19
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 20
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 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: D
NEW QUESTION 21
Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.
How do you achieve this requirement?
- A. Use Exclude Operators options in Security Policies landing page
- B. Create a separate role for Admin Executives
- C. Define operator override setting in enterprise authentication system
- D. Define Access Control Policy to exclude Admin Executives
Answer: C
NEW QUESTION 22
What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over time? (Choose Two)
- A. Purge workparty UUI index tables periodically.
- B. Schedule scripts to maintain frequently fragmented tables.
- C. Add indexes to all columns.
- D. Purge and/or archive records based on the company's record retention policy.
Answer: B,D
NEW QUESTION 23
XYZ Corporation wants to ensure that every attempt by a developer to check a rule into a certain ruleset version is reviewed before that rule is allowed to be checked in. The rule should be automatically sent back to the developer without being checked in if all warnings are not justified and the fields on the history tab are not complete.
How do you address this requirement?
- A. Override the FindReviewers decision tree to invoke a when rule that evaluates the criteria, if the when rule returns true, the decision tree returns SendBack.
- B. Prior to the first assignment in the ApproveRuleCheckin flow, add a decision shape where one output connector is equivalent to the submitting the SendBack flow action.
- C. Implement a CheckForCustomWarnings activity for each rule included in the requirement. The activity issues a warning whenever the requirement's history tab criteria are not met.
- D. Override the SendBack Flow Action adding a pre-ctivity that transfers the assignment to the create operator if the rule's criteria are not met.
Answer: B
NEW QUESTION 24
In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.
Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)
- A. Use the system of Record (SOR) data access pattern to populate the page contents.
- B. Use the Load-DataPage method to initiate the population of the page contents.
- C. Use Case Designer data propagation to copy the data to the subcases to populate the page contents.
- D. Use the Snapshot data access pattern to populate the page contents.
Answer: C,D
NEW QUESTION 25
Select the option in which you would define Content Security Policies.
- A. To restrict what data a user can view in a case the user can open
- B. To configure security for the content management integration
- C. To prevent the browser to load content from untrusted sources
- D. To define security for case attachments
Answer: C
NEW QUESTION 26
BigCo is planning an update to JVM settings on all production nodes at the of the month. The production application supports high availability.
To ensure that users can continue working without distribution while the JVM changes are in process, select and move all of the following tasks to the Task List Order column arrange then correct order.
Answer:
Explanation:
Explanation
D,B,C,A,E
NEW QUESTION 27
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 the overall SLA to increment the pyUrgencyAssignAdjust value by 1. Reset the goal date to the following day
- B. Use an advanced agent on a dedicated node to increment the pyUrgencyAssignAdjust value by 1 for every assignment that matches the selection criteria.
- C. Use the assignment SLA to increment the pyUnjerncyAssiqnAdjust value by 1 every day the claim is in an open status.
- D. 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.
Answer: B
NEW QUESTION 28
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. Is there a reason why this decision cannot be made at a later time?
- B. What is the name of the first division or region that uses the application?
- C. How many languages and locales must the application eventually support?
- D. Can the framework layer instead consist of multiple built-on applications?
- E. Is there an intent to market the framework layer to other companies?
Answer: A,D,E
NEW QUESTION 29
Inconsistent formatting of phone numbers is causing, usability issues. You hnvo been asked to enh interface to ensure all phone numbers are automatically reformatted consistently.
Which two options incorporate best practices for applying the required formatting? (Choose Two)
- A. Configure a Declare Constraint rule.
- B. Configure an Edit Validate rule.
- C. Configure a Custom Control.
- D. Configure an Edit Input rule.
Answer: B,D
NEW QUESTION 30
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. Look for the assignment to perform.
- B. For each also consider assignments in workbaskets
- C. If not found, look for assignment in flows on the parent case
- D. If not found, look for other assignment in flows on this case
Answer: A
NEW QUESTION 31
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 32
......
True PEGAPCLSA85V1 Exam Extraordinary Practice For the Exam: https://www.dumpsactual.com/PEGAPCLSA85V1-actualtests-dumps.html
