Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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?

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.

An application uses a property to process customer information that is stored in an external

database. some of the customer information changes infrequently.

how do you ensure the property contains the correct customer information at run time?

A.

configure the property to refer to a data page using the SOR patten.

B.

configure the user interface (UI) to refresh the information each time it is rebdered.

C.

configure the property to copy the customer information from a data page using the snap shot patten.

D, configure the property to use a report definition to retrieve the customer information directly.

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

A.

A test ruleset is placed at the top of an application's ruleset stack.

B.

A test case uses limited assertions.

C.

A test case groups relevant asseitions together.

D.

A test case is not necessary when an error message is the expected result.

E.

A test case focuses on a single area of functionality.

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

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.

Pega Customer Decision Hub enables organizations to make Next-Best decisions. To which type of a decision is Next-Best-Action applied?

A.

Optimizing supply chain management

B.

Determining how to optimize inventories

C.

Determining if a borrower gets a loan

D.

Predicting the time of a machine failure

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?

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.

A Pega COE team is building a reusable component for a functionality that will be mandatory for all Pega applications that are built for the different departments of a company.

The component functionality is documented and published in a common SharePoint file, so that it is accessible by all Pega developers within the company.

Which one of the following approaches will work best for this use case?

A.

The component should be embedded in the enterprise application, so that it does not need to be embedded in the department applications.

B.

The component should be embedded in the enterprise application, and should also be embedded in the department applications.

C.

The component should be placed in a separate application so that the departments can all integrate with that application when they want to run the functionality.

D.

The component should not be embedded in the enterprise application. Instead, each department should include the component in their own application.

While extracting transactional data from the Pega Platform database to external data store with the Business Intelligence Exchange (BIX) rueset, how do you avoid recalculating declarative properties from its source properties?

A.

Log in to Dev Studio, and then withdraw declarative rules processing during the BIX extraction.

B.

Configure the BIX command line argument '-D' to turn off declarative processing.

C.

Use the BIX command line with disableBackWardChaining and disableForwardChaining options.

D.

By default, BIX does not recalculate the declarative properties.

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

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

Which two approaches can you take to facilitating Mashup interface development in App Studio? (Choose Two)

A.

Within a Development-only application built on the Production application, define a case type that pauses at an assignment. The modal flow action displayed for that case should have the same data class as a Mashup interface that uses the Display a page option.

B.

In the pyDefault Data Transform for a case, set pxThread.isWebMashup to True by using an Application Setting. App Studio users then see the same views that are displayed by a Mashup interface when it is configured to use the Create a case option.

C.

Use associated privilege visibility conditions. At design time, an App Studio user is able to view and configure sections that are only shown to external personas.

D.

Within a Development-only application built on the Production application, define a case type that has an embedded page with the same data class as a Mashup interface that uses the Display a page option.