
Quality PEGACLSA_62V2 PDF Dumps - PEGACLSA_62V2 Exam Questions
Most UptoDate Pegasystems PEGACLSA_62V2 Exam Dumps PDF 2023
NEW QUESTION 32
A linked property can be best thought of as ___________? (Choose One)
- A. Another term for a reference property
- B. A property that represents a PRPC-managed object
- C. A reference to an external entity that is stored in a system of record
- D. A property that can be referenced from any context at any time
- E. A pointer between two pages or properties
Answer: B
NEW QUESTION 33
Review the following requirement:
A PRPC-based stock trading application allows a pool of traders to initiate stocks sale on behalf of customers. However, such an operation should only be allowed during the Stock Market Trading Sessions. The requirement for the application is to detect any operations occurring outside of the Trading Sessions hours, to suspend it and alert a group of auditors to review it and decide whether to allow it to go through during the next session or to simply reject it.
Which of the following approaches is the most appropriate for this requirement? (Choose One)
- A. Define a when condition rule to identify a trade being initiated outside trading sessions, a Declare OnChange rule to track such trade and suspend it, as well as a flow to review the work item and render a verdict on it
- B. Setup the Auditors to be able to subscribe to business events. Configure a business event definition to monitor outside trading sessions trades. When the event occurs, have the business event defintion notify the subscribers and call a review flow. Have the Auditors subscribe to the event definition
- C. Build a Case Match rule with condition(s) to identify outside trading sessions trades. In a case match calling activity, loop through the retrieved cases and route them to a "Pending" workbasket. Then call a flow rule with an assignment to an auditor to review the case and make the appropriate decision
- D. Tag any trade work item which pyCreateDateTime doesn't fall within the session hours and route the work item into the "Pending" workbasket. Send out a RSS feed to the auditors indicating the work item ID so they can create an ad-hoc work on that work item to review it, allow it or reject it
Answer: A
NEW QUESTION 34
In what two ways do Declare OnChange and Declare Trigger instances differ? (Choose Two)
- A. Declare Trigger activities can be run in a child (background) requestor; Declare OnChange rules cannot
- B. Declare OnChange rules run in memory; Declare Trigger rules run directly on the database server
- C. Only Declare Trigger rules can execute activities
- D. Declare OnChange rules cannot execute a commit; Declare Trigger rules can
- E. Declare OnChange rules can start a policy override; Declare Trigger rules cannot
Answer: A,E
NEW QUESTION 35
Which of the following statements are most accurate regarding the "Goal Seek" functionality? (Choose Two)
- A. Goal seek can be configured to use both direct user input and data retrieved from external sources when calculating a value
- B. Goal seek is a PRPC feature that uses a landing page to control its configuration
- C. Goal seek utilizes forward chaining to determine which properties are needed to a complete a calculation
- D. Goal seek can be useful in presenting a user a complete list of questions they must answer as part of a survey
- E. Goal seek is a general pattern with sample rules provided by PRPC. However, it is expected that these rules will be customized for your application's needs
Answer: A,E
NEW QUESTION 36
A user has reported a 6.5-second screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 (Browser Interaction Time) entries for that user.
What are likely explanations for this observation? (Choose Two)
- A. Most of the user-perceived delay is caused by network slowness
- B. The delay is caused by an external webservice that is not captured in the PEGA0001 alert
- C. The delay is caused by a PRPC utility function that is not captured in the PEGA0001 alert
- D. The default threshold is higher than 6.5 seconds
- E. There are multiple interactions that are executed from one screen to the other. Each interaction is less than the threshold.
Answer: A,E
NEW QUESTION 37
Review the following requirement:
A loan application has as part of its process a step that sends a letter to an individual. After the letter is sent, the loan officer cannot do anything to the loan application for 14 days. After those 14 days, the next step is for the loan officer to review the case details and make a processing decision. During those 14 days, the individual who received the letter may call up the front office and provide new information about the application at which point the 14-day hold is lifted and the work is routed to the underwriter for the decision. The business says in most cases this call does not occur and the 14 days lapses.
Given the information provided which design is most appropriate? (Choose One)
- A. After the letter is sent route the work to the front office to allow for the updating of the item if and when the call is made. Place a 14-day SLA on the work. If the SLA fires resume/move the flow to the decision step
- B. After the letter is sent route the work to a "pending" workbasket and place an SLA on it for 14 days. After the 14 days resume/move the flow to the decision step. At the same time spinoff an assignment to the front office to update work if a call comes in. After processing the update resume/move the flow to the decision step
- C. After the letter is sent use a split join to route the work to both the front office and loan officer. Place a 14-day SLA on the front office assignment to resume the flow if the 14 days lapses with no call
- D. After the letter is sent route the work to a "pending" workbasket and place an SLA on it for 14 days. After the 14 days resume/move the flow to the decision step. After processing the update resume/move the flow to the decision step. Create a search screen for the front office to find and update work if a call comes in
Answer: D
NEW QUESTION 38
An architect wishes to route an assignment to the operator with a title of "SalesRep" with the highest Spanish skill rating.
What approach is most appropriate? (Choose One)
- A. Use the standard "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
- B. Use the standard "ToSkilledGroup" router, configured with the appropriate skill and job title
- C. Use a custom router activity that uses obj-browse
- D. Use a custom router activity configured to execute a report definition that performs the necessary join, filtering and sorting
Answer: D
NEW QUESTION 39
For an Access Group with two Roles defined as seen below, will the privilege, SensitiveInfo, be granted to this Access Group, assuming no Access Deny rules? (Choose One)
- A. The privilege, SensitiveInfo, will be granted since the Admin role is evaluated last
- B. The privilege, SensitiveInfo, will not be granted since Manager role is evaluated first
- C. The privilege, SensitiveInfo, will not be granted since Manager role specified a 0 as the production level
- D. The privilege, SensitiveInfo, will be granted as the order is not significant
Answer: D
NEW QUESTION 40
What are the primary benefits of using Connect Java as compared to a Rule-Utility-Function? (Choose Two)
- A. Time spent in a Connect-Java call will be reported by PAL and other performance tools as connectors
- B. Connect Java allows you to access the full HttpServletRequest object whereas utility functions do not
- C. You can easily execute a Connect-Java rule in parallel to the primary flow processing
- D. Connect Java allows you to reference all Java classes whereas utility functions can only reference PRPC Java APIs
- E. Connect Java performs better as it is pre-compiled
Answer: A,C
NEW QUESTION 41
Review the following requirement:
A car loan application has a new requirement to track changes to the following properties during the lifecycle of the loan process (which can be many weeks and allows for updates to these properties at different points throughout the process).
Properties to Track:
Loan Amount
Car Value
Downpayment
The new requirement is to track all changes to these properties and send the previous value, current value and operator who made the change to a web service used for fraud detection. A second requirement is to spin-off a loan review process if the loan amount changes by more than 10%. This review process occurs in parallel to the primary process.
Given the above requirements which of the following approaches is most appropriate? (Choose One)
- A. Use the property auditing landing page and its configuration options to track the property changes and call the appropriate web service. Also, create an additional declare on-change rule to check for the 10% change and start the review process
- B. Use a declare trigger to check for changes to the properties and copy the previous values to three additional properties. In the activity called by the trigger execute the web services and determine, using a when rule, if the 10% change has occured, if so execute the review flow
- C. Use a declare on-change rule to track all of the properties and execute the web services. Also utilize the process override functionality, in conjunction with a when rule to check for the 10% change, to execute the review process
- D. Use a declare on-change rule to look for changes in the three properties and then execute the appropriate web service. Use a separate trigger to track the change in loan amount and start the review process flow if the change is more than 10%
Answer: B
NEW QUESTION 42
Which of the following is NOT a typical use-case for the Package Work wizard? (Choose One)
- A. To move work items that are part of the application itself
- B. To archive work items
- C. To move work items created on a local PRPC system to a central PRPC system
- D. To move work items from a production to a test system to debug an issue
Answer: B
NEW QUESTION 43
Which of the following are TRUE statements regarding the restriction of operations in SMA? (Choose Two)
- A. SMA restrictions are configured through the security landing page
- B. The functionality can be restricted by user role
- C. SMA functionality can be restricted by Access Group and Privileges
- D. By default, PRPC restricts some SMA functionality
- E. Most SMA functionality can be restricted through configuration files
Answer: D,E
NEW QUESTION 44
An external application calls a PRPC SOAP service. Since the service can take a significant amount of time, PRPC returns a unique identifier instantly and executes the service without the application waiting.
Which approach is most appropriate to implement this functionality? (Choose One)
- A. A SOAP service that runs a spin-off flow to execute the service asynchronously
- B. A SOAP service configured to run asynchronously using a custom service request processor
- C. A SOAP service that uses a run in parallel connector to call a PRPC server
- D. A SOAP service that runs Queue-For-Agent and then returns a unique ID
Answer: B
NEW QUESTION 45
A Connector rule is configured in PRPC to run asynchronously.
Which of the following statements is the most accurate with regard to its configuration or execution? (Choose One)
- A. When using the queue functionality the connector's response is not available to the calling activity
- B. The "Page-Merge-Into" method performs better than the "Connect-Wait" method when needed to get the connector response
- C. Using the "Run in Parallel" option requires the users to hold a specific privilege
- D. When using the queue functionality you must also build the queue to be used by PRPC
Answer: A
NEW QUESTION 46
Using a PRPC-based application with the default lock timeout, you have requested a lock on a work item. PRPC responded by displaying a message indicating that you already hold a lock on that work item.
Which of the following describes the most likely reason? (Choose One)
- A. You have not properly logged out of the system after working on that work item couple of days ago
- B. A developer has customized the standard "DetermineLockString" activity and probably introduced a bug
- C. You probably have a second PRPC Thread running
- D. System Pulse has not run yet to clear the lock string from the cache
Answer: C
NEW QUESTION 47
Which of the following statements is most accurate about the Split-For-Each and Split-Join shapes? (Choose One)
- A. Both shapes create separate Threads for sub-processes they create
- B. Split-For-Each can only be used when iterating over a list of work objects
- C. Split-Join allows you to execute different sub-flows whereas Split-For-Each calls the same process on different pages
- D. Split-For-Each allows you to execute different sub-flows whereas Split-Join calls the same process on different pages
Answer: C
NEW QUESTION 48
MyCo uses PRPC application to process claims. One of the user groups involved in the process should be able to perform assignments on any piece of "urgent" work no matter who it is assigned to using the "get most urgent" functionality.
Which of the following approaches would you most likely take to ensure that workers from that user group would perform any "urgent" work no matter who it is assigned to? (Choose One)
- A. Attribute the highest skills level to the workers in that user group
- B. Circumstance the standard List view rule used by "Get Most Urgent" to pull work from workers' worklist based on user's workgroup. Update the circumstanced version to not check the assigned operator
- C. Create a special Role for the workers in that user group. Update the standard activity supporting the "Get most urgent" functionality to bypass any security measure if the user has that special role
- D. Create a special privilege rule to the workers in that user group. Make sure only workers from that group have been attributed the privilege
Answer: B
NEW QUESTION 49
Review the following requirement:
As part of a process you would like to display information, such as contact details and organizational affiliation, about the operator that initiated the process. The information is strictly read-only.
Given the above requirements which of the following approaches is most appropriate? (Choose One)
- A. Use a linked property for the operator
- B. Use a thread scope declarative page to load the operator
- C. Create a page property with the auto populate option selected for the operator
- D. Use a declare trigger to copy this information to the work object on each update
- E. Load the operator as a top-level page in a flow action pre-activity (and remove it later)
Answer: A
NEW QUESTION 50
......
100% Free Certified System Architect PEGACLSA_62V2 Dumps PDF Demo Cert Guide Cover: https://www.testinsides.top/PEGACLSA_62V2-dumps-review.html