
Latest [Feb 17, 2023] PEGACLSA_62V2 Exam Dumps - Valid and Updated Dumps
Free Sales Ending Soon - 100% Valid PEGACLSA_62V2 Exam Dumps with 150 Questions
NEW QUESTION 82
When configuring a file service there are two types of asynchronous execution modes that can be use:
"Queue for execution" and "Queue for agent".
Which of the following statements are TRUE with regard to the execution mode? (Choose Two)
- A. "Queue for agent" should be configured so that the agent associated with the queue only runs on a single node
- B. "Queue for agent" does not guarantee that the queued items are processed in order, but "Queue for execution" does
- C. "Queue for execution" does not require a queue and agent to be specified
- D. "Queue for execution" is the preferred execution mode in a single node environment
- E. "Queue for agent" will cause the item to be processed by any node configured to run the agent
Answer: D,E
NEW QUESTION 83
Users have reported slowness on the production environment.
To find the cause, which of the following steps is NOT required? (Choose One)
- A. Use SMA to view the Log-Usage report to identify the performance issues that happened on that node over the past day
- B. Download the log files and import them in PLA to check for any CRITICAL warnings and EXCEPTIONS in the system log file
- C. Request for a developer access so you can run PAL in production
- D. Start Global DB Tracing in SMA to check for any DB issues on a specific node
Answer: C
NEW QUESTION 84
An activity must be executed upon display of a section in a portal.
What is the best approach to implement this functionality? (Choose One)
- A. Customize the openDefault or the performDefault standard rules
- B. Create a Custom portal which can invoke an activity and then render the custom HTML rule to display the section
- C. Include the pxLocalAction section to reference a flow action which can reference an activity
- D. Invoke custom onload javascript
Answer: C
NEW QUESTION 85
Assuming all other factors equal, which flow action will be available to the most operators? (Choose One)
- A. The flow action with no privileges listed
- B. The flow action with 1 privilege listed
- C. All three flow actions will be available to the same number of users
- D. The flow action with 2 privileges listed
Answer: A
NEW QUESTION 86
A PRPC application has a work object that represents a corporate account with thousands of members. When a member of an account registers with the application a related transaction must be recorded.
There are generally two approaches for this design:
1) Embed the transactions as a PageList in the account object
2) Create transaction objects that are linked to the account
Which of the following statements is most accurate regarding the impact of locking on choosing between these approaches? (Choose One)
- A. Neither option requires a lock and thus option 1 is simpler to implement
- B. Option 2 can be designed to not require a lock on the account
- C. Option 1 can be designed to not require a lock on the account
- D. Both options would require a lock on the account object
Answer: B
NEW QUESTION 87
The home loan application uses a PRPC SOAP connector to get the credit score of the applicant from an external webservice hosted by a third party company. The application determines the risk level for the applicant based on this score. The underwriting group handling these cases must be able to specify the risk level that is appropriate to a score band.
When the CSR is working on the case, the application invokes the SOAP connector to get the credit score and the external service returns the credit score of the applicant. However, since the information is confidential, it is required to display the risk level of the applicant based on their score and not the actual score.
Given the above requirements which of the following approaches is most appropriate? (Choose One)
- A. Create a thread level declare page that has the credit score to credit rating level predefined using an activity and a data transform that is used to set relationships. At runtime when the service returns the score loop through the declare page to get the rating level of the applicant
- B. Create a node level declare page that has the credit score to credit rating level predefined using an activity and a data transform that is used to set relationships. At runtime when the service returns the score loop through the declare page to get the rating level of the applicant
- C. Create a PRPC connector to retrieve the credit score when appropriate. Create a new decision table or tree that returns risk level for the credit score range. Write a declare expression on the credit score property to call the decision rule
- D. Build a new service on top of the third party service that returns the risk level based on the credit score. Create a PRPC connector that connects with the new service instead of connecting with the third party service
- E. Create a new decision table or tree that returns risk level for the credit score range. In the connector activity rule add a step to invoke the decision rule to get the credit rating level
Answer: C
NEW QUESTION 88
The Purchase order request form must let the user select multiple items from a list of items that is displayed in the user screen. The item data is read from the inventory database which changes very frequently.
Which of the following options would you consider using? (Choose One)
- A. Write a custom control rule that allows multiple select
- B. A List-to-List Control
- C. Repeating Grid using report definition as its source
- D. A Dynamic Select control to display the list
Answer: B
NEW QUESTION 89
In which situations would you typically use rule check-in approval? (Choose Two)
- A. When business logic requires a manager to review a work item
- B. To control changes to rules delegated directly in production
- C. To control who can update rules
- D. To review rule changes made by system architects
- E. To track interface changes for connectors
Answer: B,D
NEW QUESTION 90
Case Tagging and Case Following are referenced as Social BPM. Which of the following statements is NOT accurate about Social BPM? (Choose One)
- A. PRPC automatically compiles a list of "Seed tags" based on the most frequently used tags in an application
- B. When properly configured, a case follower is notified about the case through an RSS feed only when the case status changes
- C. By default, PRPC displays the Tag Deck only through its standard Case Manager portal
- D. To start following a case, a case worker must be able to lock the case
Answer: A
NEW QUESTION 91
Review the following classes and properties:
MyCo-Data-Shape-
- Area
- Color
MyCo-Data-Shape-Rectangle
- Length
- Width
MyCo-Data-Shape-Circle
- Radius
A page list property is defined at the class group MyCo-FW-ShapeApp-Work. The property name is .Shapes and it is defined as being a Page List of class MyCo-Data-Shape-
Which of the following statements are correct? (Choose Two)
- A. At design time PRPC will provide a warning as it is not a good practice to define a page list with an abstract class
- B. At runtime pages of .Shapes can be of either MyCo-Data-Shape-Rectangle or MyCo-Data-Shape-Circle but all pages must be the same
- C. At runtime .Shapes(1) could be of class MyCo-Data-Shape-Rectangle while .Shapes(2) is of class MyCo-Data-Shape-Circle
- D. At design time an architect can create a rule in MyCo-Data-Shape-Circle only if the rule exists in MyCo-Data-Shape-
- E. At design time an architect can create a rule in MyCo-Data-Shape-Circle regardless of if the rule exists in MyCo-Data-Shape-
Answer: C,E
NEW QUESTION 92
Which of the following statements are most accurate about ad-hoc work? (Choose Two)
- A. In order to convert an ad-hoc work item into a case type, it must NOT be an instance of a class group
- B. By default, an ad-hoc work item class is the class group of the current work
- C. Process commander allows an ad-hoc work to be the child of another ad-hoc work
- D. An ad-hoc work item can only be converted into a case type as a subcase of an existing case type
- E. Both operations involving the creation of ad-hoc work and the conversion of ad-hoc work into a case type require a specific privilege
Answer: B,C
NEW QUESTION 93
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. Setup the Auditors to be able to subscribe to business events. Configure a business event definition to monitor outside trading sessions trades. And 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
- B. Tag any trade work item which pyCreateDateTime is not 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
- 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. Build a when rule to identify a trade being initiated outside trading sessions, also build a Declare OnChange rule to track such a trade and suspend it, as well as a flow to review the work item and render a verdict on it
Answer: D
NEW QUESTION 94
As a best practice, it is recommended that generated integration data models are mapped to the application data model and not used directly by business rules.
Which of the following is the best rationale for this best practice? (Choose One)
- A. The integration data model does not define Rule-Obj-Property instances and thus cannot be referenced by business rules
- B. The integration data model is generated in a separate RuleSet that cannot be accessed by the application RuleSet
- C. By providing this abstraction the applications rules will not require changes if the underlying services change
- D. Classes that inherit from Int- cannot be embedded in a work object
Answer: C
NEW QUESTION 95
Which of the following statements is NOT correct regarding the PRPC requestor expiration when a session times out? (Choose One)
- A. The system can be configured so that the requestor data is passivated to the file system on timeout
- B. When using file system passivation, the Load balancer plays a key role in activation
- C. The system can be configured so that the requestor data is passivated to the database on timeout
- D. The requestor data can be activated only by an administrator
Answer: D
NEW QUESTION 96
What is TRUE about skimming? (Choose Two)
- A. The source RuleSet versions need to be unlocked
- B. Rule types without versions are unaffected by skimming
- C. It is only possible to skim to a new major version
- D. Blocked rules are not copied to the new RuleSet
- E. The history of the source rule is copied to the new skimmed rule
Answer: B,D
NEW QUESTION 97
Which of the following statements is most accurate regarding system of record integration? (Choose One)
- A. PRPC can be the system of record for data but in many cases it is not. When PRPC is not the system of record a number of design patterns can be used to integrate with the system of record.
- B. PRPC's database should never be used as a system of record for data
- C. PRPC should be the system of record for any data it persists in a work object and provide webservices for other applications to access the data
- D. PRPC can only integrate with external systems of record if the external system is a relational database that can be mapped to PRPC class definitions
Answer: A
NEW QUESTION 98
In a PRPC production environment, in which cache would you likely find an instance of Rule-Obj-WorkParties? (Choose One)
- A. Dictionary Cache
- B. Rule Assembly Cache
- C. Rule Cache
- D. Conclusion Cache
Answer: C
NEW QUESTION 99
In a Credit card dispute application PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the dispute they should see only the last twenty transactions made by the account holder. If the transaction that the account holder wants to dispute does not appear in the list then the CSR should perform a search by entering the date of transaction or the transaction amount or the merchant name. The transaction list should display the 20 transactions that satisfies the criteria. In any circumstance the CSR should not see more than 20 transactions in the screen and cannot paginate through results. The external service returns transactions ordered by date of transaction with the recent ones appearing first.
Given the above requirements, which of these approaches is most appropriate and would satisfy both these requirements? (Choose One)
- A. Execute the activity that makes a connector call to get the list of transactions from an external service before the flow action is rendered so that all transactions are available on the clipboard. When a search parameter (transaction date, amount and merchant name) is specified, use a data transform to copy the appropriate subset of the transaction to a new page
- B. Execute the activity that makes a connector call to get the list of transactions from an external service before the flow action is rendered. Write a data transform to copy the connector result to a declare page. Create a repeating grid layout using the declare page as its source. Display the first 20 results of the declare page by using the pagination setting First X results
- C. Build a thread level declare page that uses an activity to invoke the connector activity and then copy only the first 20 pages to the pagelist property defined in the declare page; this property is used as a source for the repeating grid. A when rule would be used to control when the results are fresh based on the values of the search parameters (transaction date, amount and merchant name)
- D. Build a thread level declare page which uses an activity as its source. The activity will invoke the connector activity and then copy only the first 20 pages to the declare page. Display the first 20 results of the declare page by using the pagination setting "First X" results
Answer: C
NEW QUESTION 100
Several development teams work on different enhancements in the same RuleSet simultaneously and it is not known ahead which enhancements will go into production first.
Which of the following approached is best suitable for this requirement? (Choose One)
- A. Use the private check-out feature
- B. Create multiple RuleSet versions
- C. Create multiple RuleSets and merge the RuleSets later
- D. Create branch RuleSets for each development team
Answer: D
NEW QUESTION 101
Which of the following statements is most accurate regarding connector error handling? (Choose One)
- A. Connection errors, such as unable to resolve host, are best handled by using the step status of the calling activity
- B. All connector errors must be handled using Java try/catch blocks
- C. All connector errors are handled by the ConnectionProblem flow
- D. Connection errors, such as unable to resolve host, are best handled by the ConnectionProblem flow
Answer: D
NEW QUESTION 102
......
PEGACLSA_62V2 Exam Dumps - 100% Marks In PEGACLSA_62V2 Exam: https://braindump2go.examdumpsvce.com/PEGACLSA_62V2-valid-exam-dumps.html
