Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A requirement states: A customer can update an address at any point during case processing by performing the following steps.

1. The customer submits the new address.

2. The application verifies that the address matches postal service requirements.

3. The customer then approves the corrected address. How do you configure this requirement?

A.

Add a case-wide optional action to the workflow for the address submission.

B.

Add a case-wide optional process to the case workflow to perform the address change.

C.

Add an alternate stage to the case life cycle to change the address.

D.

Add a button to each assignment to present the customer with a form to submit a new address.

A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door. Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.

Object Type » ACME-Products-Data-Color or ACME-Products-Work-Color or ACME-Products-Work-ColorFeedback

Edit Mode » Readonly Or Editable Or Savable Scope » Thread Or Requestor Or Node

A.

Page, ACME-Products-Data-Color,ReadOnly,Node

B.

List, ACME-Products-Data-Color,ReadOnly,Thread

C.

Page, ACME-Products-Data-Color,ReadOnly,Requestor

D.

List, ACME-Products-Work-Color,ReadOnly,Node

E.

List, ACME-Products-Work-ColorFeedback,ReadOnly,Node

F.

List, ACME-Products-Data-Color,ReadOnly,Node

Which three statements are true about DevOps practices in pega priority. (Choose three)

A.

Intermittent delivery is preferred to help plan predictable releases

B.

Acceptance criteria helps to focus customer-centric deployment

C.

Pega can integrate third-party DevOps tools to promote flexibility

D.

DevOps promotes larger releases in shorter development cycles

E.

Tests are run before publishing changes to ensure compatibility

A data page holds product information. The data page's Reload if older Than field is set to 15 minutes. The data page is created at 06:12.At 06:20 the user requests product information. At 06:42 the user requests product information. When is the data page reloaded?

A.

06:35

B.

06:20

C.

06:27

D.

06:42

You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances. Which configuration option is used to summarize the remaining vacation and sick time?

A.

Use a When rule. When the application references the remaining vacation and sick time, each value calculates.

B.

Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.

C.

Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.

D.

Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.

You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?

A.

Add a must match condition where the work status of the current case does not contain "Resolved"

B.

Add a weighted condition where the work status of potential duplicates does not contain "Resolved"

C.

Add a weighted condition that evaluates the work status of current and existing cases where work status equals "Resolved" and has a weight of "0"

D.

Add a must match condition where the work status of potential duplicates does not contain "Resolved".

Which two options are process reports? (Choose two.)

A.

The number of customer support request cases created for each week.

B.

Average duration and timeliness for each assignment.

C.

Total customer inquiry cases for each state for each product line.

D.

Top 10 merchants with highest percentage of fraud cases.

An internal application grants 75 employees access to one of four personas: Admin, Author, User, and Manager. A new analyst who joins the company requires all the access of the Author persona, but only some of the reporting features that are available to the Manager persona.

How do you satisfy this security requirement?

A.

Add the analyst to the Author persona.

B.

Create a new Analyst persona with the required access.

C.

Update the Author persona to include the required analyst reports.

D.

Add the analyst to both the Author persona and Manager persona.

In an Online retail application, the Order Receipt view displays a list of the product ordering, including the product image, unit cost, and quantity. The total cost of the order is displayed at the bottom of the view.

Which two configurations on the Receipt view must be together to display the required information as described? (Choose two.)

A.

Add a repeating dynamic layout with embedded dynamic layouts.

B.

Add the total cost inside the repeating dynamic layout.

C.

Add a dynamic with an embedded repeating dynamic layout.

D.

Add the total outside the repeating dynamic layout.

A form must support accessibility. How do you enable a user to specify a date?

A.

Configure a text box to allow date entry.

B.

Use a calendar control that displays an entire year.

C.

Use a calendar control that displays an entire month.

D.

Provide separate controls for month, day, and year.