Exam4Training

Pegasystems PEGAPCLSA85V1 Lead System Architect (LSA) Pega Architecture Exam 85V1 Online Training

Question #1

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 agent to record monthly case status in a separate table and report on that table.
  • B . Configure an activity to generate the data in the clipboard and report using a custom section.
  • C . Configure a summary report that leverages sub reports for each month.
  • D . Configure a Declare index to record case data to a separate table.

Reveal Solution Hide Solution

Correct Answer: A
Question #2

While configuring GetNextWork, overriding the System Settings rule GetNextWork__WorkBasketUrgencyThreshold imposes a minimum cutoff value for assignment urgency.

Which statement accurately depicts the system behavior when the GetNextWork_WorkBaseketUrgencyThreshold setting is overridden?

  • A . The override ignores other criteria in GetNextWork.
  • B . The override causes the application to revisit workbaskets for assignments with lower urgency.
  • C . The override causes a search of only those assignments with the urgency higher than the threshold value.
  • D . The override causes a search of all assignments in a work queue that equal or exceed the set urgency threshold.

Reveal Solution Hide Solution

Correct Answer: D
Question #3

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 . 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.
  • 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 . 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 . 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.

Reveal Solution Hide Solution

Correct Answer: B
Question #4

DRAG DROP

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)

Reveal Solution Hide Solution

Correct Answer:


Question #5

A shipping case needs to wait n specific time period before progressing in its flow. The developer is considering using ;i wait shape or an assignment with an SI A to perform this (unction.

Identify the two requirements for which a wait shape is the simpler approach. (Choose Two)

  • A . Adjust the case urgency when the assignment is created.
  • B . Manually step past the waiting point prior to the designated time.
  • C . Present a custom UI form to the user while waiting to expire.
  • D . Automatically bypass locking when the assignment is created.

Reveal Solution Hide Solution

Correct Answer: B,D
Question #6

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 . Create a BCO-QI-Data-Quote class that inherits from BCO Data-Quote.
  • B . Use a Data Reference to configure the rules that you need from the BCO Data Quote class.
  • C . Copy the fields in the data class to the BCO-QT Work- class so all subclasses can see the Quote rules.
  • D . Select each rule you want to reuse in the application as a relevant record.

Reveal Solution Hide Solution

Correct Answer: D
Question #7

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 . Add indexes to all columns.
  • B . Purge workparty UUI index tables periodically.
  • C . Schedule scripts to maintain frequently fragmented tables.
  • D . Purge and/or archive records based on the company’s record retention policy.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #8

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 . Define operator override setting in enterprise authentication system
  • B . Create a separate role for Admin Executives
  • C . Use Exclude Operators options in Security Policies landing page
  • D . Define Access Control Policy to exclude Admin Executives

Reveal Solution Hide Solution

Correct Answer: A
Question #9

What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose

  • A . Case-specific rulesets make it easier to rebase ruleset versions.
  • B . Each branch ruleset can be associated to case-specific user stories.
  • C . The ruleset can be added to the ruleset stack for multiple applications.
  • D . The case type might be converted to a component application in the future.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #10

Table a contains customer information. Table B contains complaints submitted by customers. Table C contains positive feedback submitted by customer.

You are tasked to write a report that list all rows in Table A where, per customer, the number of rows in Table B related to Table A are greater than the number of rows in Table C related to table A.

Which method creates the report that executes with the best performance?

  • A . Define two subreports: one that counts rows in Table B relative to Table A, and on that counts the rows in table C relative to Table A. Only include rows in the main. Report against table A where the table B count is greater that the Table C count.
  • B . Join table A to Table B and C using include all rows in this class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
  • C . Join table A to Table B and C using include all rows in join class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
  • D . Define two subreports, one where table B users ”Do not Join”, and one where Table C users ”Do not Join”, In the main report count the rows from each subpreport, then only include rows where the count from the Table B subreport than the count from the Table C subreport.

Reveal Solution Hide Solution

Correct Answer: A

Question #11

DRAG DROP

The following figure depicts a hierarchy of applications that are built on other applications.

Specifically, the productionapp application is built on applications customerapp and employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use. All applications are built on the same version of PegaRUUS.

Reveal Solution Hide Solution

Correct Answer:


Question #12

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 . Switch between applications when modifying rules.
  • C . Perform branch reviews when merging brandies.
  • D . Share rulesets between both applications.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #13

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 . Have new team members create and run Pega automated unit tests against their rules.
  • B . Use Pega Log Analyzer to identify exceptions associated with the new team members.
  • C . Run Tracer on each rule the new team members check in to identify an failures in rule execution.
  • D . Leverage the rule check-in approval process to review the new team member’s changes first.

Reveal Solution Hide Solution

Correct Answer: B,D
Question #14

You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly «ift<rr 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., managers view multiple reports displaying open assignments and cases so they can plan work for the following day.
  • B . 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.
  • C . 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.
  • D . At 3:00 P.M., a shift change occurs and several users login and display the" work list and dashboard.

Reveal Solution Hide Solution

Correct Answer: A
A

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.

Question #15

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 . Privilege
  • B . AccessGroup
  • C . Role
  • D . Work group

Reveal Solution Hide Solution

Correct Answer: B
Question #16

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:


Question #17

Select the primary reason for developing a set of unit lest cases and automated testing Suites in a continuous integration and continuous deployment (CI/CD) model.

  • A . Automated testing reduces costs by reducing the need to hire and I rain testing resources.
  • B . Automated testing accelerates the deployment of rules from the development environment to target environments.
  • C . Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
  • D . Automated testing allows for orchestration between automation server and the Execute Test REST service.

Reveal Solution Hide Solution

Correct Answer: B
Question #18

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 . 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.
  • B . 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.
  • C . 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.
  • 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.

Reveal Solution Hide Solution

Correct Answer: A
Question #19

What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over tune? (Choose Two)

  • A . Add indexes to all columns.
  • B . Purge workparty UlU index tables periodically.
  • C . Schedule scripts to maintain frequently fragmented tables.
  • D . Purge and/or archive records based on the company’s record retention policy.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #20

Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)

  • A . A test ruleset is placed at the top of an application’s ruleset stack.
  • B . A test case uses limited assertions.
  • C . A test case groups relevant asseitions together.
  • D . A test case is not necessary when an error message is the expected result.
  • E . A test case focuses on a single area of functionality.

Reveal Solution Hide Solution

Correct Answer: B,D,E

Question #21

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 . If not found, look for other assignment in flows on this case
  • C . If not found, look for assignment in flows on the parent case
  • D . For each also consider assignments in workbaskets

Reveal Solution Hide Solution

Correct Answer: A
Question #22

An application consisting of a single case requires sending correspondence at a designated time with minimal delay. The existing solution uses an assignment to pause the case until an SLA invokes the escalation activity that sends the correspondence. Occasionally there is a delay in sending the correspondence.

Which two factors contribute to the delay? (Choose Two)

  • A . The number of queued SI A objects
  • B . Multiple open assignments on the same case
  • C . Error handling for locked items
  • D . Correspondence rule configuration

Reveal Solution Hide Solution

Correct Answer: A,B
Question #23

You are working on an insurance claims application that receives claims through email. The company receives 500 emails per hour. the insurance company promises a 24-hour response time to receives and verify the clain. After the claim is verified. The system automatically responds with email containing the claim ID.

The application is developed in the Pega cloud environment. The production environment is currently running on premises.

What is your recommendation to ensure that insurance company can meet the 24-hour response time requirement for claims submitted by email?

  • A . Recommend the insurance company change its policy to allow for a broader processing window.
  • B . Recommend the insurance company use an advanced agent to verify claims and respond.
  • C . Recommend the insurance company use an email lister with concurrent threats.
  • D . Recommend the insurance company use an MDB listener instead of an email listener.

Reveal Solution Hide Solution

Correct Answer: A
Question #24

Using the information shown in the case structure below, which option is always true?

  • A . Resolution of the Event Booking case requires the Parking case to be resolved.
  • 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 . The Parking class must inherit from the Event Booking class.

Reveal Solution Hide Solution

Correct Answer: A
Question #25

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 most of the properties and sections at the work pool level.
  • B . Create a data type (if required) that corresponds to the case type.
  • C . Use the data reference field type in a case type’s data model tab.
  • D . Drag and-drop a field group when defining a case view.
  • E . Define case type views using ".page.property" syntax.

Reveal Solution Hide Solution

Correct Answer: B,C,D
Question #26

Which two tools and/or methods support continuous integration practices? (Choose Two)

  • A . Performing Ul regression testing
  • B . Leveraging release toggles
  • C . Using an automation server to invoke unit test suites
  • D . Configuring pre and post import steps

Reveal Solution Hide Solution

Correct Answer: B,C
Question #27

DRAG DROP

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.

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Team A publishes branch,

Automation server merges three branch,

Team B and C rebase the application


Question #28

Using the information shown in the Class structure, select the correct statement.

  • A . Auto must be a subcase of Parking.
  • B . Instances of EventBooking and Hosted can be stored in a separate.
  • C . EventBooking cannot be a subcase of Auto.
  • D . Parking and Auto instances must be stored in the same table.

Reveal Solution Hide Solution

Correct Answer: D
Question #29

Identify the two correct statements regarding Localization wizard capabilities. (Choose Two)

  • A . Extracts the string values from all application field values, paragraphs, and correspondence records.
  • B . Creates field value rules for all labels used in the application.
  • C . Automatically sets the locale, base currency, and time zones based on the user’s language.
  • D . Generates a package for French even though Pega provides an associated language pack.

Reveal Solution Hide Solution

Correct Answer: C,D
Question #30

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 . Use a visible when rule for the properties displaying sensitive information.
  • B . Create an access control policy restricting access to the sensitive information.
  • C . Configure an access deny rule restricting access to the sensitive information.
  • D . Move sensitive information to separate sections and apply a privilege to the sections.

Reveal Solution Hide Solution

Correct Answer: B
Exit mobile version