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

Pegasystems PEGACPLSA88V1 Certified Pega Lead System Architect (CPLSA) Exam 8.8 Exam Practice Test

Page: 1 / 24
Total 238 questions

Certified Pega Lead System Architect (CPLSA) Exam 8.8 Questions and Answers

Question 1

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 2

An online sales application supports both laptop and mobile devices. You are configuring the application skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require.

Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)

Options:

A.

Use the same application skin in all portals.

B.

Update the process to give mobile users a separate portal.

C.

Do not use a skin for the mobile application version.

D.

Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.

Question 3

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

Options:

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.

Question 4

An application for the U+ Vehicle Insurance company generates insurance quotes for vehicles specified by the customer. There can be various types of vehicles processed by the application, such as cars, motorcycles, trucks, and so on. The business specifications can also differ for each vehicle type in the quote process.

Which one of the following possibilities is the best data model design for the quote case type?

Options:

A.

Create a separate data type by grouping similar types of vehicles based on the number of wheels. At runtime, parameterized data pages are used to identify the specific vehicle type.

B.

Create a separate data type for each vehicle type, and then create a single vehicle page list in the quote case type. At runtime, dynamically identify the page class for each page in the vehicle page list.

C.

Create a separate data type for each type of vehicle, and then create a separate page list in the quote case type. At runtime, a rule resolution algorithm will identify the specific vehicle type.

D.

Create a single data type for all vehicle types and a single-page list in the quote case type. At runtime, circumstance will be used to identify the specific vehicle type.

Question 5

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 6

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 7

As a part of the DevOps release pipeline, the Center of Excellence team enforced the development teams to use scenario testing to create Ul-based, end-to-end scenarios to test the applications.

Which three of the following statements are true about scenario testing? (Choose Three)

Options:

A.

Scenario tests can include another scenario test.

B.

Scenario tests do not support the setup or cleanup of test data.

C.

Scenario tests do not support file uploads or downloads as a part of the test execution.

D.

Scenario tests cannot include another scenario test.

E.

Scenario tests support the setup or cleanup of test data.

Question 8

A company is planning to build an application that can capture information about individuals in different roles, who work for different companies, in different parts of the world.

Future independent Pega Platform'* applications that can potentially use that same information are also being planned. Every application, including the first one, has a tight delivery schedule.

How do you design the data model?

Options:

A.

Extend existing core Pega Platform classes such as Data-Party-Person, Data-Party-Corn, and Data-Address-Postal, persisting instances of the extended classes in the PegaData schema.

B.

Extend existing core Pega Platform classes such as PegaData-Contact, PegaData-Organization, and PegaData-Address, persisting instances of the extended classes in the CustomerData schema.

C.

Create the minimum number of properties necessary to describe a person, organization, and address within the ORG-Data class. Share the ORG ruleset with other applications.

D.

Define new Person, Organization, and Address Data classes that extend ORG-Data. Persist Person in the PegaData schema, and Organization and Address in the CustomerData schema.

Question 9

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.

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 output 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 10

An external application calls a Pega REST service, which takes a significant amount of time to respond. Pega Platform returns a unique identifier instantly and runs the service without the application waiting.

Which configuration implements this functionality?

Options:

A.

A REST service that runs Queue-For-Agent method, and then returns a unique ID.

B.

A REST service that runs asynchronously by using a service request processor.

C.

A REST service that runs a connector in parallel to call a Pega server.

D.

A REST service that runs a spin-off flow to run the service asynchronously.

Question 11

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?

Options:

A.

Each access group can use separate portals, harnesses, and sections. Use Specialty Components and use XML 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.

Create different harnesses for each user's workspace. New portal rules are not needed. Define Specialty Components and use JSON 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.

Question 12

Finco corporation uses pega to perform the majority of the mortgage underwriting tasks.

After gathering the initial data, the mortgage case pauses and waits for the credit report

The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the application routes the mortgage case to the specialist.

Which of the following options is the optimal solution to route the mortgage case to the specialist when the credit report is complete?

Options:

A.

Add a wait shape to the mortgage flow with a case dependency to advance the mortgage flow to the next assignment when the credit report case is resolved.

B.

Insert a credit report assignment in the mortgage flow with a SLA to check the status of the credit report case and call the ResumeFlow activity when the credit report case completes.

C.

Include a split join shape in the mortgage flow to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before routing to the specialist.

D.

Modify the credit report flow to move the mortgage case to the specialist. The application routes the assignment to the specialist with the least amount of work.

Question 13

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 14

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)

Options:

A.

creating a vaildate rule that validates the first and last names are in upper case and reference the vaildate rule in the flow action

B.

creating an Edit input rule on the customerinfo property that automatically changes the first and last names to upper case

C.

creating a post-processing data trabsform that converts the values to upper case (if needed ) and reference it in the flow action

D.

creating an Edit vaildate rule on the customerinfo property to vaildate that the first and last names are in upper case

Question 15

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 16

What is the primary reason for developing a set of unit test cases and automated testing suites in a continuous integration and continuous deployment (CI/CD) model?

Options:

A.

Automated testing reduces costs by reducing the need to hire and train testing resources.

B.

Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.

C.

Automated testing accelerates the deployment of rules from the development environment to target environments.

D.

Automated testing assists orchestration between automation server and the Execute Test REST service.

Question 17

The clipboard contains a list of details for all companies on the NASDAQ stock Exchange

select the requirement that indicates you use a page list instead of a page group.

Options:

A.

A DATA transform must iterate over the list.

B.

company details must be referenced using the company stock triker.

C.

the list must be sorted by company stock ticker.

D.

Each element in the list of companies must contain a list of accounts.

Question 18

Case Type A and Case Type B capture information about multiple line items. Each line item is an Instance erf the same Line Item data type. Separate work pool classes are used for Case Types A and B.

What is the optimal data model design to meet these requirements?

Options:

A.

Add a CaseTypeRef property to the Line Item data type. Case Types A and B possess a Query (tisf Uneltem) property. This List Query property sources a D_UneltemList data page that accepts a pylD parameter.

B.

Add a CsseTypeRef property, an ObjClass property, and Query property related to the Line Item data type. The Query property sources a Lookup Data Page that accepts ObjClass and CaseTypeRef parameters.

C.

Add CaseTypeARef and CaseTypeBRef properties to the Line Item data type. The CaseTypeARef property is a case reference to Case Type A. The CaseTypeBRef property is a case reference to Case Type B.

D.

Case Types A and B both possess an embedded list of line items. Define a Declare Index against each embedded list. Change the direct inheritance class for each Declare Index class to the Line Item data type.

Question 19

What is the name of the property that the system computes automatically when you use an Adaptive Model decision component?

Options:

A.

Propensity

B.

Rank

C.

Order

D.

Priority

Question 20

In the Answer Area, drag each use case on the left to the appropriate locking strategy on the right.

Options:

Question 21

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?

Options:

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.

Question 22

A dispute case type has various stages, including collect, review, Reinburse, Chargeback, and Resolve.

In the production system, inflight cases exist in the chargeback stage. The Chargeback stage is moved to a new case type.

If the analyst advances the inflight cases, what error flow is initiated?

Options:

A.

The pzBrokenProcess flow.

B.

The pzStageProblems flow.

C.

The pzException flow.

D.

The pzFlowProblems flow.

Question 23

As a Customer Service Representative, you present an offer to a customer who called to learn more about a new product. The customer rejects the offer.

What is the next step that Pega Customer Decision Hub takes?

Options:

A.

Stops presenting offers to the customer

B.

Adds the customer to the potential churn list

C.

Reevaluates the Next-Best-Action

D.

Sends a detailed email about the offer

Question 24

Which two of the following are best practices when designing an accessible application? (Choose Two)

Options:

A.

Avoid key commands because they can conflict with screen readers.

B.

Use responsive layouts to help align with device screen size.

C.

Use link controls instead of buttons, for readability.

D.

Use inline styles for better readability.

Question 25

In a production system, a queue processor is not running. What option might be the potential root cause?

Options:

A.

Web user node is down

B.

Real-time node is down

C.

Background node is down

D.

Stream-node is down

Question 26

An attribute-based access control configuration evaluate the attributes of the operator creating the

case. A data page contains the value used in the evaluation.

Options:

A.

Use the data page as a restriction method in the access control policy.

B.

Use the data page as a the policy condition value in the access control policy condition

C.

Use the data page as a the permit access if the value in the access control policy

D.

Use the data page as a the policy condition column source in the access control policy condition

Question 27

A company wants to run the same pega application in its eastern US office as well as its india

office. The eastern united states server runs in the eastern united states time zone. The india server runs in the india time zon. The company wants a process to run in both offices at the same time world-wide once a day regardless of the server's location

How do you efficiently meet this requirement?

Options:

A.

Define two advanced agents that call the same activity. one agent is scheduled to run at a time in the eastern united states time zone and the other agents is scheduled to run at a time in the india time zone. The activity checks both the local time zone and the local time. if the local time is close to the expected time the activity should run it continues otherwise it exits

B.

Define two advanced agent that call the same parameterzied activity. One agent passes eastern united states time zone to the activity, and the other agent passes india time zone. The activity checks

the local time zone. if the parameter matches the local time zone, the activity continues. otherwise it exits

C.

Define a single adavanced agent that is scheduled to run in any desired time zone. in the Eastern us server modify the agaent schedule to run in the eastern united states time zone. For the india server, specify the india time zone within the agent schedule

D.

Define a single advanced agent that is scheduled to run in either the eastern united states zone or the india time zone. Ensure that the clocks with the servers in both offices are synchronized using the simple Network time protocal

Question 28

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 29

When implementing a Next-Best-Action, the customer Lifetime value Threshold is used to __________ for an offer

Options:

A.

determine customer eligibility

B.

apply the customer's lifetime value

C.

prioritze high value propositions

D.

prioritize customer

Question 30

A Citizen Developer working on a Claims case type wants to validate the BenefitType property value. This property is located on a Clipboard page named ClaimBenefit of the MyCo-Data-ClaimBenefit class, which is inherited from Data-.

As a Lead System Architect, what do you recommend to make this validation available to the Citizen Developer?

Options:

A.

A System Architect should create a When rule in Dev Studio and reference the ClaimBenefit Clipboard page on the Pages it Classes tab. They define and implement the required criteria, because it is not possible to make it available for Citizen Developers.

B.

A System Architect should create a property BenefitType in the work class and copies the BenefitType property value from the ClaimBenefit Clipboard page to pyWorkPage. Citizen Developers can check the criteria on work class BenefitType property.

C.

A Citizen Developer uses any existing property and informs the system architect to implement a constraint rule. The System Architect marks the constraint rule as a relevant record, to make it visible to the Citizen Developer.

D.

A System Architect should create a When rule in Dev Studio and reference the ClaimBenefit Clipboard page on the Pages file Classes tab. They mark the rule as a relevant record so that the rule becomes available to Citizen Developers.

Question 31

BigCo receives complaints from existing customers and new prospects that BiyCo repi irrelevant offers and products.

Which two Pega solutions do you suggest to help solve this problem? (Choose Two)

Options:

A.

Pega Marketing

B.

Pega Customer Service

C.

Robotic Process Automation

D.

Customer Decision Hub

Question 32

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 33

Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases.

Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)

Options:

A.

Decrease the weights of the weighted conditions.

B.

Increase the weights of the weighted conditions.

C.

Increase the weighted condition sum threshold.

D.

Decrease the weighted condition sum threshold.

Question 34

An application contains cases that transition through different statuses throughout their life cycle, which typically lasts three 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 a job scheduler 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 by using a custom section.

C.

Configure a report scheduler to record monthly case status in a separate table and report on that table.

D.

Configure a summary report that uses subreports for each month.

Question 35

Which two statements are true of Kubemetes capabilities? (Choose Two)

Options:

A.

They can orchestrate JVM garbage collection.

B.

They can orchestrate database re-indexing.

C.

They can auto scale pods up and down.

D.

They can orchestrate pods and their dependencies.

Question 36

Your team is developing a Quoting application for BigCo. The team is developing a Policy Administration application. The Quoting application is built on the Policy Administration application. The Policy Administration application requires enhancements to support other areas of the business. These enhancement take place during the same time frame as the Quoting application development.

Select the two practices for your team to follow to minimize potential development conflicts. (Choose Two.)

Options:

A.

Share rule sets between both application

B.

Switch application when modifying rules.

C.

Perform branch reviews when merging branches.

D.

Periodically rebase the policy Administrator application

Question 37

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 38

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 39

An agent is associated with the Background processing node type. Several nodes in the cluster are

configured to perform background processing. You need to create an agent that runs every day at

midnight and sends customers an email if their birthday is that day

which two options do you select to configure the agent?

Options:

A.

Auto queue management

B.

Advanced for mode

C.

Periodic for pattern

D.

Delay next run of agent across the cluster by specified time period

Question 40

If an Operator ID in an application is associated with the work queues in the following figure, how will the system behave?

Question # 40

Options:

A.

The system will consider the assignments with urgency value equal to and greater than the specified value in the Operator rule, and will ignore all assignments with lower urgency value.

B.

The system will process work queues from top to bottom by ignoring urgency threshold, because the Get from work queues first option is selected, and because the system ignores all assignments with lower urgency value.

C.

The system will process work queues from top to bottom by ignoring urgency threshold, because the Get from work queues first option is selected.

D.

The system will consider the assignments with urgency value equal to and greater than the specified value in the Operator rule. Once all assignments are processed from the work queue based on the threshold urgency value, the lower urgency assignments are then considered.

Question 41

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 42

In a Pega Platform application, business users want to create several unique reports that retrieve data from several related classes in the production environment.

Which one of the following statements is true about maximizing flexibility for business users to create reports?

Options:

A.

Business users customize existing template reports with preestablished class relationships.

B.

Business users can create reports on a single class only.

C.

Lead System Architect ensures that there are association rules between the classes.

D.

Business users require a Lead System Architect's assistance to create a report.

Question 43

U+ Bank follows all engagement policy best practices to present credit card offers on their website. The bank has introduced a new credit card offer, the Rewards card. Anna, an existing customer, currently holds a higher value card, Premier Rewards, and does not see the new Rewards card offer.

What condition possibly prevents Anna from seeing the new Rewards card offer?

Options:

A.

Suppression rules

B.

Applicability

C.

Suitability

D.

Eligibility

Question 44

An organization has two sets of users: Manager and Vice President, with no role dependencies. The organization wants to introduce a new set of users called Senior Manager that has Manager access and a subset of Vice President access.

What is the recommended approach to add the Senior Manager role to meet this requirement?

Options:

A.

Create a new Senior Manager role, and define new Access of Role to Object rules as required.

B.

Create a new Senior Manager role with Manager as a dependent role, and define new Access of Role to Object rules as required.

C.

Create a new Senior Manager role with Vice President as a dependent role, and override Access of Role to Object rues as required.

D.

Create a new Senior Manager role with Manager and Vice President as dependent roles, and override the Access of Role to Object rules from the Vice President role as required.

Question 45

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 46

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 those changes available to Team B's and Team C's environments

To ensure that all development teams are working with the latest version of the shared rulebase. select and move the below tasks to the Task List Order column and place them in the correct order

Question # 46

Options:

Question 47

In a product management application, the configuration of a flow rule must be different for two products from the hundreds

of other products.

A Pega COE team has been evaluating the specialization design considerations for this requirement.

Which of the following approaches is best suited to this scenario?

Options:

A.

Class specialization is the best approach, because it takes precedence in the rule resolution algorithm and helps to pick up correct flow rule.

B.

Creating two different flow rules appended with the product name is the best design approach.

C.

Application specialization is the best specialization design approach, so that every product can be managed separately.

D.

Circumstancing the flow rule is the best specialization design approach, as it is only for two products.

Question 48

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 49

U* Bank, a retail bank, has recently implemented a project in which credit card offers are presented to qualified customers when they log in to the web self-service portal. The bank added engagement policy conditions to show the offers based on the bank's requirements.

In the Answer Area select the correct engagement policy for each condition

Question # 49

Options:

Question 50

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 51

A Pega developer working on customizing GetNextWork functionality has overridden the

GetNextWork_WorkBasketUrgencyThreshold application settings rule, because they want to define a minimum cutoff value for assignment urgency.

Overriding this value can speed things up by changing the order in which assignment candidates are examined.

As an LSA, which one of the following would you recommend as a best practice in this situation?

Options:

A.

To simplify migration, create a separate ruleset for customization of GetNextWork functionality.

B.

To keep in sync with the work list, change the Urgency Threshold for the worklist as well.

C.

To avoid customization, do not approve check-in of the rule.

D.

To simplify testing of GetNextWork functionality, supply different cutoffs for different production levels.

Question 52

You manage a 30-person development team with members located across the globe.

Which Pega Cloud environment best supports the needs of your team?

Options:

A.

Large sandbox

B.

Standard sandbox

C.

Large development instance

D.

Preproduction instance

Question 53

A health insurance application receives a weekly feed of customer insurance quotes as CSV files from each partner company. Which of the following options is the best solution to create policy cases based on the received customer insurance quotes?

Options:

A.

Use file listener to read the file, and then feed the data from file into a datatype. Configure a Job scheduler to read the records and place them in a queue to create the cases.

B.

Use file listener to read the file, and then invoke the pxCreateTopCase utility to create case immediately.

C.

Use file listener to read the file, and then feed the data from file into a datatype. Invoke the pxCreateTopCase utility to create case.

D.

Use file listener to read the file, and then feed the data from file into a datatype. Configure a job scheduler to read the records and create cases.

Question 54

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 55

what configuration is required to control which nodes in a cluster an agent runs.?

Options:

A.

assign the agent to a specifie category.

B.

associate the agent to specific node type.

C.

use a custom queue for the agent

D.

create agent schedules on applicable nodes.

Question 56

A software training company wants to hold a webinar on a particular subject if a sufficient number of people express an interest in attending. An instructor is tasked with developing the webinar presentation, if they get enough people to register. There is no limit on the number of attendees.

Which case design pattern is the best solution in this scenario?

Options:

A.

Divide and Conquer

B.

Sibling Case Update

C.

Data Instance First

D.

Data Instance After

Question 57

you are configuring authentication for a pega web mashup implementation.

how do you ensure the host system origin is trusted?

Options:

A.

in the authentication service JNDI binding parameters, specify the protocol, host, and port.

B.

in the authentication service spaecify the IACAuthverification activity

C.

in the application definition, specify the protocol, host, and port

D.

in the content security policy record specify the website as allowed

Question 58

Review the following classes and properties:

Question # 58

An embedded list property is defined In the MyCo-Lending-Work ProcessLoan class.The embedded list property is named .Loans.The data type is MyCo-Data Loan.

Which three of the following statements are valid in this situation? (Choose Three)

Options:

A.

The pxObjCiass of any page in the .Loans embedded list can be changed at run time and does not need to be the same class.

B.

At design time, the system issues a warning since it is poor practice to define an embedded list using an abstract data type class.

C.

A car loan application can extend MyCo Data-Loan Auto without affecting a sum performed against .Loans().Amount.

D.

A rule in MyCo-Data-Loan-Mortgage can only be referenced through .Loans, if the rule is also defined in MyCo-Data-Loan.

E.

All pages within the .Loans embedded list must be the same class, either MyCo-Data-Loan-Auto or MyCo-Data-Loan- Mortgage.

Question 59

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

Options:

A.

Configure the importance field for each column included in a repeating layout.

B.

Configure the Column I ayout and specify how the sidebar appears on tablets and smart phones.

C.

Configure the style for all application field values, paragraphs, and correspondence records.

D.

Configure the Column Layout and specify the width of the sidebar on desktops.

Question 60

A volume constraint uses the Return any action that does not exceed constraint mode. The following tables show the configuration of the volume constraints and the list of customers in the outbound segment:

Question # 60

The outbound run selects customers in the following order to apply the volume constraints: CUST-01, CUST-02, CUST-03, CUST-04, and CUST-05.

Based on the configuration of the volume constraints for each channel, which offer does CUST-05 receive?

Options:

A.

Diamond card

B.

None

C.

Silver card and Diamond card

D.

Silver card

Question 61

At XYZ Corp, multiple ClaimUnit sub case types are spun off from a parent Claim case. User retrieve ClaimUnit assignment using Get Next Work based on the average time to resolve each sub case type. Assignments associated with sub case types that tale longer to resolve on average should be retrieve first. The average time to resolve sub case types will change over time. How do you design the solution to handle this requirement?

Options:

A.

Increase subcase urgency based on ClaimUnit type prior to the workbasket assignment. Specialize the Service Level Rule by ClaimUnit case type.

B.

When the SLA's goal is reached, have an escalation Activity adjust the claim urgency in proportion to the average time to resolve ClaimUnit cases.

C.

Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialist the service Level Rule by ClaimUnity case type.

D.

Store the average time to complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this value for ordering the results.

Question 62

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)

Options:

A.

Pega Marketing

B.

Pega Customer Service

C.

Robotic Process Automation

D.

Customer Decision Hub

Question 63

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 64

The U+ Corporation uses Pega software for mortgage underwriting tasks. After gathering the initial data, the mortgage case pauses and waits for a credit report. The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the mortgage case is routed to a specialist.

Which one of the following options is the best way to advance the mortgage case to the specialist?

Options:

A.

Insert a credit report assignment step in the mortgage process containing an SLA to check the status of the credit report case and call the ResumeFile activity when the credit report case completes.

B.

Include a split join shape in the mortgage process to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before advancing to the step that routes to the specialist.

C.

Add a wait shape to the mortgage process with a case dependency to advance the mortgage case to the next step when the credit report case is resolved.

D.

Modify the credit report process to move the mortgage case to the specialist. The application routes the assignment to the specialist who has the least amount of work.

Question 65

Select each task on the left and drag it to the corresponding Application Development Studio on the right, where the task can be completed.

Question # 65

Options:

Question 66

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 67

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 68

As a decisioning architect, you advise the board on the business issues for which they must use the Next-Best-Action strategy.

Which three business issues do you recommend? (Choose Three)

Options:

A.

Retention

B.

Resource Planning

C.

Service

D.

Accounting

E.

Collections

Question 69

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 70

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 71

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

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 RAP containing the new version.

Select the two best practices that minimize potential development conflicts and work with the most current version of the Policy Administration application. (Choose Two)

Options:

A.

Perform branch reviews when merging branches.

B.

Share rulesets between both applications.

C.

Switch between applications when modifying rules.

D.

Periodically sync the Policy Administration application code.

Page: 1 / 24
Total 238 questions