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

Pegasystems PEGACPLSA88V1 Certified Pega Lead System Architecture Exam 8.8 Exam Practice Test

Page: 1 / 17
Total 170 questions

Certified Pega Lead System Architecture Exam 8.8 Questions and Answers

Question 1

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

Question # 1

Options:

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.

Question 2

You review and tune the agent configuration on a production system since some default

agents----------------and--------------.(choose two)

Options:

A.

Are not necessary for every application.

B.

require an agent schedule record

C.

Should never run in a production environment.

D.

need to be registered with the master agent

Question 3

which two statements are correct with regard to inbound email processing? (choose two)

Options:

A.

an incoming email reply is liked to its original case by the case ID in the subject of the email.

B.

when creating a case from an email using the standard service activity, email attachments are automatically added as case attachments.

C.

custom configuration is required to handle automatic reply and delivery status notifications.

D.

if an email service executes an action, such as an approval, and the case is locked the email is queued and retried

Question 4

You deplyed a pega web mashup implementation into production and are using IACAuthentication.

which two action ensure that the external authentication module, and not another source, has validated the user?

Options:

A.

In the IACAuthentication service, map a passoword attribute form the LDAP server used by the external

B.

In an IAC authentication activity, add a step to idenify the security token provied by the external authentication module.

C.

in the IACAuthentication service, specify the appropriate bind password used by the host system

D.

In an IAC authentication activity, add steps that return the security token to the external authentication module for verification.

Question 5

set the three security tasks you perform when deploying an application to a production environment. (Choose Three)

Options:

A.

Delete the Unauthenticated access group.

B.

Restrict access to ruleset configuration.

C.

Change the Rule security mode setting on the access groups to Deny.

D.

Rename the PRServlet default servlets.

E.

Update standard dynamic system settings.

Question 6

A shipping case needs to wait a specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.

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 7

you are writing a report that needs to compute the sum of multipul columns and display the result.

The number of columns to sum varies from report to report but does not exceed five.

which two options can you use to implement this requirement? (choose two)

Options:

A.

Develop a SQL function that sums two columns. Recursively apply this function as needed.

B.

implement a declare expression to sum the values and store the result as an additional property.

C.

construct the report to group by the columns to be summed followed by a column that uses SUM.

D.

Develop separate SQL functions for summing two through five columns. use the appropriate function.

Question 8

You are using pega express. You want to avoid creating unnecessary case-level properties

and views. Which three actions do you take to accomplish this goal? (choose three)

Options:

A.

Define case type views using *\ page, property" syntax for the majority of the- fields.

B.

Drag-and-drop a Field Group when defining a case view.

C.

Create a data type that corresponds to each case type.

D.

Pre-define properties, sections, and relevant records that are applied to Work-Cover'.

E.

Add an embedded Page property to the case type.

Question 9

Which configuration steps do you perfrom to enable an access group for offline user?

Options:

A.

Force a full syn for members of the access group

B.

Enable caching for the access group

C.

Create a model operator for the access group to authienticate users.

D.

configure an offline-capable portal as the default portal for the access group

Question 10

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)

Options:

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.

Question 11

A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.

How do you configure the process so that the request can continue to be processed if only two of the three physicians approve the order?

Options:

A.

Use an Any join condition.

B.

Use a Some join condition.

C.

Use a decision table.

D.

Use a validate rule.

Question 12

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

Options:

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.

Question 13

when a customer submits a credit card dispute, the application connects to an external service to retrieve all transactions made by the customer. the external service returns transactions ordered by date of transaction, in a descending, chronological order. when a case worker reviews the dispute, the application displays the 10 most recent transactions.

if the case worker does not see the disputed transaction in the list, the case worker can search for additional transactions. the case. the case worker can filter search results on transaction date, the transaction amount or the merchant name the search results display the 10 most recent transactions that satisfy the filter criteria. the case worker cannot paginate through the results.

how do you configure the data page to satisfy all the requirements in the scenario?

Options:

A.

create a node-level data page that uses a connector as its source.

B.

create a thread-level data page with parameters that uses a connector as it source.

C.

create a thread-level data page that uses a report definition as its source.

D.

create a node-level data page with parameters that uses a report definition as its source

Question 14

An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications.

How do you satisfy this requirement ?

Options:

A.

Package the claims management application as a SDK mobile app

B.

Configure a service to creat claim cases when called from the native mobile app

C.

configure the native mobile app to creat a claim case using the page API

D.

Embed the claims management application in the native mobile app using a pega web Mashup gadget

Question 15

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.

Question # 15

Question # 15

Options:

Question 16

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)

Options:

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.

Question 17

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?

Options:

A.

On the pyTracksecurtiyChanges data tranform, in the source field, enter "suggested generic substitue

(. GenricCode)"

B.

on the pyTracksecurtiyChanges declare trigger activity, enter GenericCode as a parameter name and

"suggested generic substitute" as a perameter description

C.

on the work management landing page> Filed level Auditing tab in the source filed enter

GenericCode. in the Description filed enter "suggested generic substitute"

D.

on the work management landing page > Filed level Auditing tab,, in the source filed enter "suggested

generic substituite(. GeneriCode)"

Question 18

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.

Question # 18

Options:

Question 19

users complain of difficulty creating a customer service request through facebook massenger. how do you address this issue?

Options:

A.

add approximate matches to the response commands for the channel.

B.

add approximate matches to the create case command (s) for the channel.

C.

change the text analyzer configured for the channel.

D.

add response commands to the channel

Question 20

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 21

What two features do activities and functions share? (Choose Two)

Options:

A.

Ability to be circumstanced

B.

Ability to be parameterized

C.

Ability to be called directly from a decision table

D.

Ability to be versioned

Question 22

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

Options:

A.

Dedicated a node to background processing.

B.

Review application environment sizing.

C.

Remove embedded dashboard reports from the manager portal.

D.

Minimize the usage of robotic automations.

E.

Review selection criteria of agent activities.

Question 23

An end user of the application experienced a browser crash while working on a highly available system. Crash recovery is enabled. Does the user to be reauthenticated?

Options:

A.

Yes, if the user is directed to the same node.

B.

No, if the user is directed to a different node.

C.

Yes, If the authentication cookie was lost.

D.

No, if the authentication cookie was lost

Question 24

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 25

when a customer submits a credit card dispute, the application connects to an external service to retrieve all transaction made by the customer. the external service returns transactions ordered by date of transaction, in a descending, chronological order when a case worker reviews the dispute the application displays the 10 most recent transactions.

if the case worker does not see the disputed transaction in the list, the case worker can search for additional transaction the caseworker can filter search results on transaction date the transaction amount or the merchant name the search results display the 10 most recent transactions that satisfy the filter criteria. the case worker cannot paginate through the results.

how do you configure the response data transform to satisfy all of the requirements in the scenario?

Options:

A.

configure the data transform to copy only the first 10 matching records to a page list property

B.

configure the data transform to copy all of the records to a page list property

C.

configure the data transform to copy all of the records to the data page

D.

configure the data transform to use the first x pagination setting to copy only the first 10 results to the data page

Question 26

A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.

In order to allow the three physicians to review the orders in parallel, how would you configure the process?

Options:

A.

Add a Split Join shape, add a list of physicians, and call the surgical procedure request process.

B.

Add a Split For Each shape, add a list of physicians, and call the evaluation process.

C.

Add a Split Join shape, add a list of physicians, and call the evaluation process.

D.

Add a cascading approvals shape that is called by the evaluation subprocess.

Question 27

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?

Options:

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

Question 28

You are designing a case life cycle to process fraudulent charge claims. After a list of suspected fraudulent charge is submitted, the case advances to the processing stage. In the first step of theprocess fraud claim process, a seprate child case must be created for each suspected fraudulent charge.

After all necessary fraudulent charge cases are created, the parent cse advance to the next step where the customer is notified that their claims are being processed

Question # 28

choose three actions needed to configure the missing step so that a separate child case is created for

each fraudulent charge selected

Options:

A.

Add a customer split for each process step to the cse life cycle and configure it ti create child cases.

B.

configure data propagation to map property value between the parent and clid cases.

C.

add a create case smart shape to the case life cycle and configure it to be created a case

D.

add a create case smart setup to the cse life cycle and configure it to creare child cases

E.

use a page list property to store the fraudulent claim items and identify the number if child cases to create

Question 29

The SLA and the customer’s system administrator are reviewing scenarios that do not require an application server restart. Select three scenarios from this list. (choose three)

Options:

A.

When deploying rule only hotflxes

B.

When changing the prweb web.xml file

C.

When changing the system name

D.

When the deploying new rules

E.

When the prlogging.xml file is modified

Question 30

a performance analysis for an equals-comparisons-only query against a table shows that it always performas a full table scan. the table has grown steadily over time. nothing has been done in the database concerning this table other than it being generated by pega.

Options:

A.

limit the number of rows fetched from this table,

B.

add one or more column indexes to this table.

C.

Expose one or more columns within this table.

D.

alter one or more column types in the table.

Question 31

A user report poor application performance at 5:00 pm yesterday. which two tools do you use to review the user's session to identify the cause of the poor performance ?

Options:

A.

performance profiler

B.

my performance Details report

C.

Alerts log

D.

tracer

Question 32

In the Answer Area, determine where data is stored for each design option.

Question # 32

Options:

Question 33

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?

Options:

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.

Question 34

How do you identify if a result in a decision rule cannot be returned?

Options:

A.

Test for missing conditions

B.

Test for completeness

C.

Test the rule using a unit test

D.

Test for conflicts

Question 35

An organization has two lines of business: selling books for children and reselling college textbooks.

The division selling books for children can use the same basic user interface (UI) as the division reselling textbooks with the exception of the payment methods.

How do you apply the Situational Layer CakeTM in this scenario?

Options:

A.

Place the UI rules in the base layer, and create a new layer for the payment rules for both lines of business.

B.

Place the UI rules and generic payment method rules in the base layer, and create a new layer for the division-specific payment rules.

C.

Place the UI rules in the base layer, and create a parallel base layer for the payments rules.

D.

Place the UI rules in the base layer, and create a new layer for the payment rule for each division.

Question 36

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?

Options:

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.

Question 37

An application allows users to manage Account cases. You need to configure security so that users are allowed to view and update account only if they are the primary or secondary owner

how do you implement this requirement?

Options:

A.

create a when rule that validate id the current user is either a primay or secondary owner of the account configure then when rule in the required conditions section on all flow actions that allow account updates.

B.

create a privilage and configure it to validate if the current user is either a primary or secondary owner of the account. Assign the privilege for read and write instances of the account class in the user's access role.

C.

create an access when rule that validate if the current user is either a primary or secondary owner of the account. Assign the access when rule for read and write instances of the account class in the user's vaccess role.

D.

create an access when rule that validate if the current user is either a primay or secondary owner of the ccount. Configure the access when rule on the Accouny case type to ensure authorized access

Question 38

How do you begin your research to diagnose the cause of the reported performance issue?

Options:

A.

Look at the performance profile and DB Trace out put from each node.

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.

Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.

Question 39

Which of the following Skin rule customizations help satisfy the states requirements?

Options:

A.

In the Skin rule, configure the importance field for each column included in a repeating layout.

B.

In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.

C.

In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.

D.

In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.

Question 40

XYZ Corporate wants to perform extensive analysis on work party information across various case types in real time at any time of the day. At the same time, xyz wants to minimize the impact this analysis has case worker using Pega applications.

Which solution do you recommend?

Options:

A.

Invoke BIX to export Index-WorkPartyUri data to the report database.

B.

Impalement a REST Service that persists index-WorkPartyUri data within the report database.

C.

Define additional database indexes against index-WorlParyUri.

D.

Configure the Index-WorkpartyUri Data_admin_DB_table record to write to the reports database.

Question 41

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)

Options:

A.

sourcing data from both rest connectors and using the response data transform to select the correct data

B.

sourcing data from a single REST connector that is circumstanced based on the input parameter

C.

sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time

D.

sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time

Question 42

which two of the following action are required to configure your application to support SSO authentication ?

Options:

A.

configuring the authentication activity to identify the operator in the system

B.

configure the application record to use external authentication

C.

configure required mapping between LDAP attributes and operator properties

D.

configure model operator records for each access group in your application

Question 43

an application to onboard new bank customers create child cases for each account that the

customer opens.

You need to configure a report definition that lists new customer cases created in a given day and the

average opening balance for all account child cases for each customer.

which reporting feature do you use?

Options:

A.

association

B.

subreport

C.

class join

D.

declare index

Question 44

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?

Options:

A.

As a final rule

B.

As a case level property

C.

As an enterprise class level property

D.

As a relevant record

Question 45

An application processes stock market trades.

which two requirement are best implemented by an advanced agent?

Options:

A.

call a service every day at 5 : 00 am to get the marker open and close time, and recird the result

B.

Excute a trade cae only after the stock reaches a certain price

C.

create a case to audit an account if the customer trade more tha usd9999in a day

D.

complete unexecuted trade when the market

Question 46

which of the following things do you need to add to the whitelist for a mobile application to function correctly while offline?

Options:

A.

Data transforms invoked by custom javascript

B.

Data paga used to source a drop-down list

C.

Validate rules on an email address field

D.

Filed values used to populate a drop-down

Question 47

you want to expose a set of services for your application. Each service should be exposed as a separate WSDL. How do you accomplish this?

Options:

A.

create a separate service package for each WSDL.

B.

create a service listener for each WSDL.

C.

Run the service wizard for each WSDL.

D.

place the service rules in separate classes, one class per WSDL

Question 48

In the answer area, select the configuration for back-to=back processing on the follow action form so that getnextwork processing does not occur.

Question # 48

Options:

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

Question 49

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 50

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

Options:

A.

The ruleset can be added to the ruleset stack for multiple applications.

B.

The case type might be converted to a component application in the future.

C.

A User Story can be associated to a single, fine-grained ruleset within a Branch.

D.

The case type ruleset might be converted to a true component in the future.

Question 51

Which two actions can yon perform to improve the guardrails compliance score of an application? (Choose

Options:

A.

Ensure keyed data classes are not mapped to pr-other where possible.

B.

Convert activities that only retrieve data to data transforms that invoke data pages.

C.

Achieve a higher application level test coverage percentage score.

D.

Increase the percentage of unit tests and scenario tests that pass.

Page: 1 / 17
Total 170 questions