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.
You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly «ift A. At 3:00 P.M., managers view multiple reports displaying open assignments and cases so they can plan work for the following day. B. At 3:00 P.M., a robotic process automation runs every day. The mapping of results to each case type horn the automation is CPU intensive. C. At 3:00 P.M., a job scheduler is mistakenly configured to run on a single Web Tier node that pulls an increasingly large number of records onto a clipboard page each day. D. At 3:00 P.M., a shift change occurs and several users login and display the" work list and dashboard.
How do you begin your research to diagnose the cause of the reported performance issue?
A. Look at the performance profile and DB Trace out put from each node.
B. Observe the cluster and node status on the Enterprise Health Console.
C. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
D. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
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.
What two features do activities and functions share? (Choose Two)
A. Ability to be circumstanced
B. Ability to be parameterized
C. Ability to be called directly from a decision table
D. Ability to be versioned
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?
A. As a final rule
B. As a case level property
C. As an enterprise class level property
D. As a relevant record
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.
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.
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.
APP Studio created a data type in the Organization layer for Quote data called BCO-Data Quote. How do you help users find rules from this data class when working in APP Studio?
A. Create a BCO-QI -Data-Quote class that inherits from BCO Data-Quote.
B. Use a Data Reference to configure the rules that you need from the BCO-Data-Quote class.
C. Copy the fields In the data class to the BCO QT Work- class so all subclasses can see the Quote rules.
D. Select each rule you want to reuse in the application as a relevant record.