[Apr-2023] Updated and Accurate PEGAPCLSA86V2 Questions & Answers for passing the exam Quickly [Q22-Q38]

Share

[Apr-2023] Updated and Accurate PEGAPCLSA86V2 Questions & Answers for passing the exam Quickly

Download Real PEGAPCLSA86V2 Exam Dumps for candidates. 100% Free Dump Files


The PEGAPCLSA86V2 exam is a comprehensive test that evaluates the candidate’s knowledge in Pega architecture, including design principles, application development, deployment, and management. The exam is designed to be challenging and requires a strong understanding of the Pega platform. The exam consists of 60 multiple-choice questions that must be completed in 90 minutes. The exam is computer-based and can be taken at any of the authorized Pega testing centers.


The PEGAPCLSA86V2 exam is designed for Lead System Architects who are responsible for designing and implementing complex Pega applications. The exam covers a wide range of topics, including Pega architecture, design patterns, Integration, performance, and scalability. It is a comprehensive exam that requires in-depth knowledge and hands-on experience with Pega technology. The exam consists of 60 multiple-choice questions and has a time limit of 90 minutes.

 

NEW QUESTION # 22
Select the option in which you would define Content Security Policies.

  • A. To prevent the browser to load content from untrusted sources
  • B. To define security for case attachments
  • C. To configure security for the content management integration
  • D. To restrict what data a user can view in a case the user can open

Answer: A


NEW QUESTION # 23
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. PEGA0001 - HTTP interaction time exceeds limit
  • B. PEGA0004 -Quantity of data received by database query exceeds limit
  • C. PEGA0002 - Connect operation time exceeds limit
  • D. PEGA00017 - Cache exceeds limit

Answer: B,C


NEW QUESTION # 24
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 an enterprise class level property
  • B. As a relevant record
  • C. As a case level property
  • D. As a final rule

Answer: B


NEW QUESTION # 25
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. Auto must be a subcase of Parking.
  • D. Parking and Auto instances must be stored in the same table.

Answer: D


NEW QUESTION # 26
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.

Answer:

Explanation:

1 - Team A publishes branch,,,,
2 - Automation server merges three branch,,,,,,
3 - Team B and C rebase the application,,,,


NEW QUESTION # 27
Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)

  • A. Review application environment sizing.
  • B. Review selection criteria of agent activities.
  • C. Remove embedded dashboard reports from the manager portal.
  • D. Minimize the usage of robotic automations.
  • E. Dedicated a node to background processing.

Answer: A,B,E

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 # 28
Select the recommended option for extending the data model provided by a pega industry framework.

  • A. Redefine the data model.
  • B. Specialize the data model as little as possible.
  • C. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
  • D. Hide the data model with a custom data model.

Answer: B


NEW QUESTION # 29
One of the important requirements of Pega Web Mashup is to ensure that the same-origin policy is following.

From the following options, select two valid configurations. (Choose TWO)

  • A. Configuration C
  • B. Configuration D
  • C. Configuration A
  • D. Configuration B

Answer: A,C


NEW QUESTION # 30
You are audit a property named. Generic Code. The label on the form is named suggested generic substitute. when the field value changes, you want the history details to show as the name of the label.
you also want to record the name of the property
How do you ensure that the entry shows both the label and the property name?

  • A. on the work management landing page> Filed level Auditing tab in the source filed enter GenericCode. in the Description filed enter "suggested generic substitute"
  • B. on the work management landing page > Filed level Auditing tab,, in the source filed enter "suggested generic substituite(. GeneriCode)"
  • C. On the pyTracksecurtiyChanges data tranform, in the source field, enter "suggested generic substitue (. GenricCode)"
  • D. on the pyTracksecurtiyChanges declare trigger activity, enter GenericCode as a parameter name and
    "suggested generic substitute" as a perameter description

Answer: C


NEW QUESTION # 31
your application connects to two REST services that list details about bank offices.
One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.
the other REST service uses a city name as a GET parameter and returns a datailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices.
select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)

  • A. sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time
  • B. sourcing data from both rest connectors and using the response data transform to select the correct data
  • C. sourcing data from a single REST connector that is circumstanced based on the input parameter
  • D. sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time

Answer: A,D


NEW QUESTION # 32
XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set.
to simplify report creation for managers, you create________________________

  • A. numerous sample reports showing how to join the classes
  • B. association rules for the classes in this set
  • C. a template report with every class join predefined
  • D. a declare trigger that restricts report class joins to this set

Answer: B


NEW QUESTION # 33
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. Define Access Control Policy to exclude Admin Executives
  • C. Define operator override setting in enterprise authentication system
  • D. Create a separate role for Admin Executives

Answer: D


NEW QUESTION # 34
You want to avoid creating unnecessary case-related properties and views. Which three actions do you take to accomplish this goal? (Choose Three)

  • A. Create a data type (if required) that corresponds to the case type.
  • B. Define case type views using ".page.property" syntax.
  • 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. Use the data reference field type in a case type's data model tab.

Answer: A,C,E


NEW QUESTION # 35
You need to create custom workspaces for the manager and for the Customer service representative (CSR), Also, you are asked to display some properties in custom formats that arc not supported by Pega.
Which approach satisfies these requirements?

  • A. Create different harnesses for each user's workspace. New portal rules are not needed. Define Specialty Components and use JSON to pass data.
  • B. Level age the Case Manager and Case Worker as reference points to create new portals, if required. Use Special Components and use JSON to pass data.
  • C. Each access group can use separate portals, harnesses, and sections. Use Specialty Components and use XML to pass data.
  • D. Identify the functionality required for each portal. Customize the portal either by modifying the section or harness. Use Specialty Components and use XML to pass data.

Answer: A


NEW QUESTION # 36
your application uses a page type property named customerinfo to store the customer's first and last names.which two approaches ensure that the customer's first and last names are stored in upper case?(choose two)

  • A. creating a post-processing data trabsform that converts the values to upper case (if needed ) and reference it in the flow action
  • B. creating a vaildate rule that validates the first and last names are in upper case and reference the vaildate rule in the flow action
  • C. creating an Edit vaildate rule on the customerinfo property to vaildate that the first and last names are in upper case
  • D. creating an Edit input rule on the customerinfo property that automatically changes the first and last names to upper case

Answer: A,B


NEW QUESTION # 37
You want to create a dynamic system setting to adjust an alert threshold for you application in Production which three tasks do you perform to configure the DSS record?

  • A. Setting the owing ruleset tp pega-Engine
  • B. Appending / default to the setting purpose
  • C. setting the owning ruleset to one of the application rulesets
  • D. specifying the node ID of the system used for performance monitoring
  • E. Prepending prconfig/ to the setting purpose

Answer: A,B,E


NEW QUESTION # 38
......


The Pegasystems PEGAPCLSA86V2: Lead System Architect (LSA) Pega Architecture Exam 86V2 is an exam that is designed to test the skills and knowledge of individuals who wish to become a certified Pega Lead System Architect. The exam tests the candidate's ability to design and implement Pega applications based on the Pega Platform architecture principles.

 

Prepare Important Exam with PEGAPCLSA86V2 Exam Dumps: https://pass4itsure.passleadervce.com/Pega-CLSA/reliable-PEGAPCLSA86V2-exam-learning-guide.html