Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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)

A.

Pega Marketing

B.

Pega Customer Service

C.

Robotic Process Automation

D.

Customer Decision Hub

Full Access
Question # 5

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

Full Access
Question # 6

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?

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.

Full Access
Question # 7

your application uses a page type property named customerinfo to store the customer's first and last

names.which two approaches ensure that the customer's first and last names are stored in upper case?(choose two)

A.

creating a 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

Full Access
Question # 8

you are configuring authentication for a pega web mashup implementation.

how do you ensure the host system origin is trusted?

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

Full Access
Question # 9

A shipping case needs to wait for a designated time period before progressing In its flow. The developer considers using either a Wait shape or an assignment with a service-level agreement (SLA) to perform this function.

Identify the use case where an assignment with an SLA is the preferred approach.

A.

There is a requirement to present a custom UI form to the user before the designated time.

B.

There is a requirement to perform an action before the designated time.

C.

There is a requirement to adjust the case urgency when the creation of the assignment occurs.

D.

There is a requirement to manually step past the waiting point before the designated time.

Full Access
Question # 10

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.

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.

Full Access
Question # 11

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

A.

Web user node is down

B.

Real-time node is down

C.

Background node is down

D.

Stream-node is down

Full Access
Question # 12

A queue processor is configured with the value of the Max attempts field is 4, the value of the Initial delay field is 2 minutes and the the value of the Delay factor field is 2 for processing retries.

What is the delay between the second and third attempt, assuming each previous attempt fails?

A.

8 minutes

B.

4 minutes

C.

2 minutes

D.

6 minutes

Full Access
Question # 13

You oversee a medium-sized development team, and some of the team members are new to using Pega Platform. What are the two 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 automated Pega unit tests against their rules.

B.

Run the Tracer tool on each rule the new team members check in to identify an failures In rule execution.

C.

Use the rule check-in approval process to review the changes that the new team members make.

D.

Use the Pega Log Analyzer to identify exceptions that are associated with the new team members.

Full Access
Question # 14

In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.

Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)

A.

Use Case Designer data propagation to copy the data to the subcases to populate the page contents.

B.

Use the Load-DataPage method to initiate the population of the page contents.

C.

Use the system of Record (SOR) data access pattern to populate the page contents.

D.

Use the Snapshot data access pattern to populate the page contents.

Full Access
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 detailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices.

select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)

A.

sourcing data from 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

Full Access
Question # 16

Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)

A.

Data pages

B.

Activities

C.

Connectors

D.

Reports

E.

Data transforms

Full Access
Question # 17

XYZ corp sells products that can be researched and ordered within a single screen. After the user submits the order, only the ID for each ordered product is propagated to a product child case. An additional property within the product child case reference a data page that displays product detail. XYZ wants you to define a report that shows detail about each product associated within a given order case.

In which class do you optimize the detail properties for the product?

A.

both the order class and product class

B.

the product class

C.

the order class

D.

the data class for the product

.

Full Access
Question # 18

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?

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

Full Access
Question # 19

A Customer Service application requires customer data assembled from multiple external systems. The customer data is captured by a parent case. Subcases of that parent case need to reference the same customer data.The customer data must be as current as possible.

Which two options are used as part of the solution? (Choose Two)

A.

Have each subcase load a portion of the customer data prior to updating the parent case.

B.

Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.

C.

Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.

D.

Use the System of Record (SOR) data access pattern when capturing the customer data.

Full Access
Question # 20

In a decision strategy, you can use aggregation components to________________.

A.

filter actions based on priority and relevance

B.

set a text value to a strategy property

C.

make calculations based upon a list of actions

D.

choose between actions

Full Access
Question # 21

You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after

3:00 p.m. every day with an out-of-memory error. Which two alerts typically precede this

condition?(choose two)

A.

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

Full Access
Question # 22

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?

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.

Full Access
Question # 23

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

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

Full Access
Question # 24

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?

A.

Suppression rules

B.

Applicability

C.

Suitability

D.

Eligibility

Full Access
Question # 25

Pega Express*" is a light, design-focused delivery approach that uses Pega's low-code experience, best practices, and Scrum to quickly deliver meaningful outcomes.

Which two of the following statements best describe the so-called three pillars of the Pega Express delivery approach? (Choose Three)

A.

The three pillars define Personas and Channels, as Personas represent the access roles and privileges that are required in the Microjourney"*, and the channels represent the technology that the personas use to interact with the application.

B.

The three pillars define Cases and strategies, as cases define how to process the data, and strategy is about design pattern to design case that processes the Microjourney

C.

The three pillars define the Data and Interface, as Data objects replace case objects in the process of the Microjourney, and an interface is about the technology used to interact with the application.

D.

The three pillars define the Data and Interface, as a Data object is required in the process of the Microjourney, and an interface is required for integration with external systems.

E.

The three pillars define the Cases and Strategies, as cases define how to process the Microjourney, and strategy is about design pattern to process the Microjourney

F.

The three pillars define Personas and Channels, as Personas represent the people that are involved in the Microjourney, and the channels represent how personas interact with the application.

Full Access
Question # 26

A case can be withdrawn using a local action. You want to restrict the ability to withdraw a

case to the user who created the case or any work group manager of the user. Select three

rule types used in combination to achieve this functionality. (choose three)

A.

Access Deny

B.

Access When

C.

Access Control Policy

D.

Access of Role to Object

E.

Privilege

Full Access
Question # 27

Client XYZ Corp implemented Pega Customer Service.

A customer service representative (CSR) needs to launch multiple applications to manually update information to keep dam synchronized across systems. The applications are built in different technologies, decreasing the CSR's efficiency in handling customer requests. The client has a requirement to launch all applications from the PLCJA Customer service application. The client requires that data Mows to and from the Pega Customer Service application to the other applications used by the CSR. Changes made in any one of the systems is reflected in other relevant systems. This results in the CSR handling customer requests more efficiently and spending less time manually updating dependent applications.

Which Pega capability do you recommend to support this requirement?

A.

Use Robotic Desktop Automation.

B.

Use SOAP/REST services to update the information.

C.

Use SQL connectors to update the data.

D.

Use Robotic Process Automation.

Full Access
Question # 28

Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:00 P.M. and 4:00 P.M. AH attempts to reproduce the problem in the Development, QA, and Staging environments have failed.

Which two techniques help you troubleshoot the problem? (Choose Two)

A.

Review Performance Alerts and Exceptions in PDC.

B.

Review a Production Tracer Log using SMA.

C.

Review Alerts and Exceptions using PLA.

D.

Review Performance Alerts and Exceptions in AES.

Full Access
Question # 29

In a Human Resources application, the Social Security Number (SSN) and date of birth details for employees are confidential, and business requirements state that only the HR Manager can see these details.

What is the best approach to mask the information for other users everywhere in the application?

A.

Use the PropertyRead access control policy for the SSN and date of birth.

B.

Add the privilege rule for the UI controls that display the SSN and date of birth.

C.

Add an Access When rule for access role objects of the HR Manager role.

D.

Use the Property Encrypt access control policy for the SSN and date of birth.

Full Access
Question # 30

Select the statement below that best applies to the following Class structure:

A.

Parking cannot be a child case of Hotel.

B.

Instances of EventBookin and Hotel cannot be stored in a separate table.

C.

Parking and Auto instances can be stored in the same table or in separate tables.

D.

Auto must be a child case of Parking.

Full Access
Question # 31

An e-commerce application offers special discounts on a seasonal basis. A business manager is authorized to maintain these discounts.

Which of the following options is the best possible solution for maintaining the discounts?

A.

Create a case that performs the data updates.

B.

Use a list landing page without the default data sources.

C.

Provide a Harness to update the discount details.

D.

Use a list landing page and define the default data sources.

Full Access
Question # 32

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 ?

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

Full Access
Question # 33

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.

Full Access
Question # 34

A healthcare company decides to use Pega Foundation for Healthcare (PFH) for all of their new Pega Platform"" applications, because the data model that PFH provides can accommodate all of their needs. However, some new fields and new data classes need to be created to suit the company's specific processes.

What is the recommended approach to extending the foundation data model?

A.

Create a copy of the foundation data model in the Pega Platform application. Then use direct inheritance to extend the copied data model.

B.

Extend the provided data model by using direct inheritance. Pattern inheritance can be used to extend application-specific behavior.

C.

Create a copy of the foundation data model in the Pega Platform application. Then use pattern inheritance to extend the copied data model.

D.

Extend the provided data model by using pattern inheritance. Direct inheritance can be used to extend application-specific behavior.

Full Access
Question # 35

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

Full Access
Question # 36

What advantage does a rule-utility-function have over a rule-obj-activity?

A.

Ability to be circumstanced

B.

Ability to be saved multiple rulesets

C.

Ability to be directly called from a decision table

D.

Ability to be used to enforce security

Full Access
Question # 37

U+ Bank currently uses a Pega Platform'" application to automate its internal operations. The bank wants to add independent tax processing functionality to its application. This work should be routed to tax consultants in the application.

To support this new feature, the bank has appointed country-specific tax consultants because tax processing is handled differently in different countries.

Which one of the following options is the best approach to add tax processing to the bank's existing Pega Platform application?

A.

Create a tax case type, then circumstance the required processes and routing utilities by using the country property.

B.

Create a country-specific tax assessment application that is built on the existing Pega Platform application.

C.

Create a tax case type and use case type specialization by country, each with its own process, to be routed and assigned to the appropriate tax consultant.

D.

Create a country-specific tax process for tax assessment that is routed to the appropriate tax consultant.

Full Access
Question # 38

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

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

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

Full Access
Question # 39

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)

A.

Retention

B.

Resource Planning

C.

Service

D.

Accounting

E.

Collections

Full Access
Question # 40

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)

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.

Full Access
Question # 41

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.

Full Access
Question # 42

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

Full Access
Question # 43

You oversee a medium-size development team. Some of the team members and new to Pega and are working on features in a separate branch.

What are two ways you can ensure that the rules the team creates adhere to best practices? (Choose Two)

A.

Run 1 rarer on each new rule in the branch that new team members check in to identify any failures in rule execution.

B.

Leverage the branch review feature to have senior team members validate the branch contents.

C.

Use Pega Log Analyzer to locate any exceptions in the branch associated with the new team members.

D.

Review the branch quality to identify any rules with guardrail warnings.

Full Access
Question # 44

You are designing a form for an online bookstore to display new arrivals. In the form, the book cover pictures are displayed in a row, like words in a sentence. Once the row reaches the full width of the screen, it wraps around to begin a new row.

Which layout do you use to display the book cover pictures?

A.

Screen layout

B.

Column layout

C.

Dynamic layout

D.

Repeating layout

Full Access
Question # 45

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?

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.

Full Access
Question # 46

In a decision strategy, to use a customer property in an expression, you

A.

define the property as a strategy property

B.

prefix the property with the keyword Customer

C.

use the property as defined without any prefix

D.

define Customer page in Pages & Classes

Full Access
Question # 47

How do you configure an application to monitor changes made to delegated Decision Table in a production environment?

A.

check Enable Auditing on the Rule-Declare-Decision Table RuleForm harness

B.

use Designer studio> system> Refactor-rules>compare rule

C.

check Audit the use of this flow action on the Rule check in flow action

D.

Define an Advanced agent that scans History-Rule instances on a daily basis

Full Access
Question # 48

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?

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.

Full Access
Question # 49

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

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.

Full Access
Question # 50

XYZ Corporation would like a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and 15 years, between 5 and 10 years, and less than 5 years.

How do you implement this report using Pega?

A.

Use a SQL Function.

B.

Use a listView with a custom getContent Activity.

C.

Use a correlated subreport.

D.

Use a Connect-SQL rule.

Full Access
Question # 51

XYZ Corp users are experiencing delays in the application that you suspect is related to the database

Which two options do you recommend to isolate the issue? (Choose Two)

A.

Write Pega logs to the database server.

B.

Investigate when the database is used most heavily.

C.

Lower query-time-related alert thresholds.

D.

Increase the threshold for blob-size alerts.

Full Access
Question # 52

MyCo, a telecom company, developed a new data plan group to suit the needs of its customers. The following table lists the three data plan actions and the criteria that customers must satisfy to qualify for the offer:

How do you configure the engagement policies to implement this requirement? Choose the engagement policy level that is best-suited for each criterion

Full Access
Question # 53
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.

Full Access
Question # 54

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

Full Access
Question # 55

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)

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.

Full Access
Question # 56

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)

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.

Full Access
Question # 57

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.

Full Access
Question # 58

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)

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.

Full Access
Question # 59

A Customer Service application requires customer data that is assembled from multiple external systems. The customer data is captured by a parent case. Child cases of that parent case need to reference the same customer data. The customer data must be as current as possible.

Which two of the following options would you use as part of the solution? (Choose Two)

A.

Load the customer data in parallel using the Load-DataPage and Connect-Wait methods.

B.

Have each child case load a portion of the customer data before updating the parent case.

C.

Use the System of Record (SOR) data access pattern to reference the customer data.

D.

Use Case Designer data propagation to copy customer data to each child case when spun off.

Full Access
Question # 60

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?

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

Full Access
Question # 61

MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application.

What is your recommendation to implement the new business requirement?

A.

Synchronize case creation with RFST services.

B.

Leverage database replication to communicate case creation.

C.

Implement Federated Case Management.

D.

Implement a parent case across multiple products.

Full Access
Question # 62

Items selected by a user need to be copied to a page list property when the user submits the form.

How do you copy the items?

A.

Create a validate rule to copy the selected items.

B.

Create a declare expression with the page list property as the target.

C.

Add a data transform to the flow action as a pre-processing action.

D.

Add a data transform to the flow action as a post-processing action.

Full Access
Question # 63

In a telecom customer service application, birthday wishes must be sent to customers every day at midnight by email, according to KYC records. The business requirement states that if email delivery failures occur, the system must record the failures.

There is an infrastructure limitation in using an external stream node; other available nodes are Webuser, Background processing, and BIX only. What two options can comprise an alternative approach as an interim solution? (Choose Two)

A.

Configure a data set with partitioning keys and filter keys. Configure this data set as an input to data flow which outputs the data to a utility that sends email to customers. Record failed emails in a data type.

B.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke the SendEmailNotification utility. If any exception is received in email delivery, mark the failure in a data type.

C.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke a Flow-New method from a utility to call a flow that uses the Send email smart shape to send notifications to customer. Mark the failure in a data type.

D.

Run a job scheduler, and pull the customers that match the current date. For each record, invoke the CorrNew utility. If any exception is received in email delivery, mark the failure in a data type.

Full Access
Question # 64

Consider the following requirement:

case worker must be able to add a work party when creating a case

select the configuration option that fulfills this requirement

A.

add a data transform to the pyCaseManagementDefault work parties rule

B.

Ensure the addparty user action is available as a local action

C.

add the addworkObjectparty activity to the assigments

D.

select the VOE? option on the pyCaseManagementDefault work parties rule

Full Access
Question # 65

XYZ corp has requirement to send an email to every person who has used a certain service in the previous month thanking them for doing business with XYZ. Generating and sending these emails take a certain amount of time XYZ wants these email processed as quickly as possible to avoid interfering with emails sent during business hours.XYZ also wants to ensure that the thank-you email is not sent to the same person twice

Full Access
Question # 66

A purchase order application allows users in their work group to read and write purchase

request cases. When the total amount exceeds usd10,000 however, only the work group

manger can read and write the case. Select two configuration that satisfy the

requirement.(choose two)

A.

Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.

B.

Use a reads access control policy with a condition that verifies the amount is less than USD10.000.

C.

Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.

D.

Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.

Full Access
Question # 67

XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set.

to simplify report creation for managers, you create________________________

A.

numerous sample reports showing how to join the classes

B.

association rules for the classes in this set

C.

a template report with every class join predefined

D.

a declare trigger that restricts report class joins to this set

Full Access
Question # 68

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

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.

Full Access
Question # 69

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?

A.

association

B.

subreport

C.

class join

D.

declare index

Full Access
Question # 70

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.

Full Access
Question # 71

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.

Full Access