Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Pegasystems PEGAPCLSA86V2 Lead System Architect (LSA) Pega Architecture Exam 86V2 Exam Practice Test

Demo: 22 questions
Total 148 questions

Lead System Architect (LSA) Pega Architecture Exam 86V2 Questions and Answers

Question 1

a standard agent has auto queue management enabled, runs periodically, and is set to retry once.

select the run time behavior if processing fails for one of the tasks in the agent queue.

Options:

A.

the task remains in the agent queue and the task status is set to broken-process. the agent does not retry this task automatically.

B.

the task remains in the agent queue and the task status is set to broken-process. the agent retries this task automatically.

C.

the task is requeued for processing and the task status does not change. the agent retries this task automatically.

D.

the task is removed from the agent queue and the status is set to broken-process. the agent does not retry this task automatically.

Question 2

A case is used to process home loans for approval.

in the answer area, area, select the enterprice class structure (ECS) layer in which to bulid each of the following components. each layer of the ECS contains two components.

Options:

Question 3

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

Options:

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.

Question 4

select and move the three option that are required for tracing an agent on one of the nodes in a cluster to the step column and place them in the correct order

Options:

Question 5

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?

Options:

A.

Network security configuration

B.

Database access configuration

C.

System management application configuration

D.

Log file access configuration

Question 6

Options:

A.

Create a new autogenerated button control and alter its caption to support a shortcut key.

B.

Create a new custom burton control that uses an image and uses a fixed width.

C.

Create a new custom text label control set as required and uses relative widths.

D.

Create a new autogenerated link control with a shortcut key and limit its obsolute width.

Question 7

Select two ways for queuing an item for a queue processor. (Choose Two.)

Options:

A.

Use the Queue-for-processing method

B.

Use Utility smart shape

C.

Use Run in Background smart shape

D.

Use the Queue for -agent method

Question 8

You are configuring the container settings of a display a title. The title is based on the type of loan requested

Options:

Question 9

A security requirement states that personal data should only be visible to managers in the HR

organization. All personal data is contained in a single section.

How do you restrict access to personal data ?

Options:

A.

configure a visible when rule on the section

B.

Create an Access control policy restricting access to the properties

C.

Add an Access when to relevent properties.

D.

Define a privilege for the section and add the privilege to appropriate roles

Question 10

Select the option in which you would define Content Security Policies.

Options:

A.

To prevent the browser to load content from untrusted sources

B.

To restrict what data a user can view in a case the user can open

C.

To define security for case attachments

D.

To configure security for the content management integration

Question 11

An application uses LDAP authentication and create operators dynamically based on a model operate recorded select and move the three options needed to complete the configuration to configuration column

Options:

Question 12

You are implementing a paga customer service application and are integrating the system of record data for account information?

select the three tasks required to implement this integation

Options:

A.

Specialize the pega customer service data pages that use account data.

B.

Integrate with the system of record in the pega customer service account class

C.

Rename the pega customer service data pages to match the system of record.

D.

Integrate with the system of record to populate an Account data class.

E.

Create a data transform to map the Account data class to the pega customer service Account class

Question 13

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)

Options:

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.

Question 14

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?

Options:

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.

Question 15

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.

which approach do you use to populate a data page with a list of bank offices in a postal code from the REST service?

Options:

A.

configure a REST connector data source. configure the REST connector to reference the postal code from the work object using the request data transform.

B.

configure a REST connector data source. Set the Endpoint on the data source to reference the postal code parameter value at the end of the URL

C.

configure a REST connector data source and pass the parameter page to the connector. configure the REST connector to reference the same parameter in the query string for the get method

D.

configure a REST connector data source and pass the postal code parameter to the request data transform configure the REST connector to use the postal code the query string for the get method

Question 16

You add database connection information to prconfig.xml and want to encrypt the password in the connection information how do you encrypt the password?

Options:

A.

create an encrypted keyring password and replace the unencypted password in prconfig.xml

B.

enter a password in an application ID instance and reference the external system

C.

create an encrypted password with PR cipherGenerator and reference the external system

D.

create an encrypted password with passGen and replace the unencrypted password in pconfig.xml

Question 17

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)

Options:

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.

Question 18

Select and move the three option that are required to enable to access to the client clipboard in a mobile app to the configuration column and place them in the correct order

Options:

Question 19

application ABC defines and creates survey cases based on a customer s profile. a second application, ABCproxy, is hosted in a cloud environment. the ABC proxy application creates a survey proxy case on demand from application ABC. The questions contained in the survey case are transferred to the survey proxy case. customers answer questions on the survey using the ABC proxy application. the completed survey information is passed back to the survey case created by application ABC. the company wants to use REST services to accomplish this interface. select and move the three options that are needed to satisfy the requirement to the configuration columns and place.

Options:

Question 20

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)

Options:

A.

PEGA0004 –Quantity of data received by database query exceeds limit

B.

PEGA0001 – HTTP interaction time exceeds limit

C.

PEGA00017 – Cache exceeds limit

D.

PEGA0002 – Connect operation time exceeds limit

Question 21

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.

Options:

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.

Question 22

your application queues items for a standard agent a case has not been updated as expected by the agent. on the system queue management landing page the queue status for each item us available.

what two issues can be identified in the system queue management landing page using the status?

(choose two)

Options:

A.

the agent failed when processing the item.

B.

the agent is scheduled to process the item in the future.

C.

the agent schedules were disabled.

D.

the agent is not configured for optimistic locking.

Demo: 22 questions
Total 148 questions