Latest PEGACLSA_62V2 Exam Real Tests Free Updated Today [Q46-Q66]

Share

Latest PEGACLSA_62V2 Exam Real Tests Free Updated Today

PEGACLSA_62V2 Real Exam Question Answers Updated [Feb 07, 2023]

NEW QUESTION 46
In a PurchaseOrder application, the ReviewOrderInformation screen displays the purchase order to the user for them to verify the entries before submitting for processing. In this screen the button label must display Confirm instead of Submit.
Which of the following is the best option to handle this requirement? (Choose One)

  • A. Change the label of the button in the flow action rule
  • B. Add a pxButton control in the flow action rule
  • C. Disable the buttons in flow action and add a custom pxButton in the section rule
  • D. Modify the label of the button in the Action section used in the perform harness

Answer: A

 

NEW QUESTION 47
Which of the following requirements best describes a situation where custom rule types should be created? (Choose One)

  • A. A group of business users need to maintain business logic that could be represented well in decision trees but the business users find the decision tree form difficult to use
  • B. Business users request decision tree like logic with additional customizations such as using more application specific terminology and turning open text boxes into drop downs
  • C. An application has a concept of execution strategies, maintained by business executives. An execution strategy defines the run-time sequence and selection of rules and parameters used to execute the strategy
  • D. A rules engine application has aggressive performance requirements

Answer: C

 

NEW QUESTION 48
What does the Migrate Product wizard NOT do? (Choose One)

  • A. Upload the product ZIP file to target systems
  • B. Create the product ZIP file on the source system
  • C. Create the product rule on the source system and upload the product ZIP file to the target system
  • D. Trigger the import of the product ZIP file on the target system

Answer: C

 

NEW QUESTION 49
Which of the following examples best demonstrate proper use of Declare Page rules? (Choose Two)

  • A. To create a "Most Recently Used" (MRU) caching mechanism for external database queries
  • B. To cache (at a node level) an extremely large list of reference data that is infrequently referenced
  • C. To periodically poll external data for changes that will then trigger the recalculation of declarative expressions
  • D. To cache (at a node level) a small list of reference data that is expensive to retrieve
  • E. To retrieve data, when necessary, from an external service that is related to the current work object (such as accident reports for a driver)

Answer: D,E

 

NEW QUESTION 50
Which of the following statements is TRUE about screen flow? (Choose One)

  • A. When using tabs or trees the validations can be executed only at the last screen
  • B. The flow actions used in the screen flow cannot hide the default action buttons
  • C. The assignment shape can reference only one flow action
  • D. Assignments within a screenflow can be processed by multiple users

Answer: C

 

NEW QUESTION 51
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. System Pulse has not run yet to clear the lock string from the cache
  • B. You probably have a second PRPC Thread running
  • C. A developer has customized the standard "DetermineLockString" activity and probably introduced a bug
  • D. You have not properly logged out of the system after working on that work item couple of days ago

Answer: B

 

NEW QUESTION 52
Which of the following statements are NOT accurate regarding the "Goal Seek" functionality? (Choose Two)

  • A. Goal seek can be useful in presenting a user a complete list of questions they must answer as part of a survey
  • B. 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
  • C. Goal seek is a PRPC feature that uses a landing page to control its configuration
  • D. Goal seek can be configured to use both direct user input and data retrieved from external sources when calculating a value
  • E. Goal seek utilizes backward chaining to determine which properties are needed to a complete a calculation

Answer: A,C

 

NEW QUESTION 53
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 default threshold is higher than 6.5 seconds
  • C. There are multiple interactions that are executed from one screen to the other. Each interaction is less than the threshold.
  • D. The delay is caused by a PRPC utility function that is not captured in the PEGA0001 alert
  • E. The delay is caused by an external webservice that is not captured in the PEGA0001 alert

Answer: A,C

 

NEW QUESTION 54
A customer requires that the Workbasket used for a "Review" assignment depends on the Organizational Unit. OrgUnitA should use the OrgUnitABasket, and OrgUnitB should use OrgUnitBBasket.
Which of the following is the best approach for this requirement? (Choose One)

  • A. Create a map rule that sets a property value to "OrgUnitABasket" when OperatorID.pyOrgUnit = OrgUnitA, and "OrgUnitBBasket" when OperatorID.pyOrgUnit = OrgUnitB. Also, create a declare page with this property
  • B. Create two circumstanced copies of the flow rulE.one that tests if OperatorID.pyOrgUnit = OrgUnitA and the other that tests if OperatorID.pyOrgUnit = OrgUnitB
  • C. Create separate RuleSets for each Organizational Unit, and put two separate copies of the flow rule in each RuleSet
  • D. Create a separate subflow that includes only the Review Assignment, and create circumstanced copies of this subflow: one that tests if OperatorID.pyOrgUnit = OrgUnitA and the other that tests if OperatorID.pyOrgUnit = OrgUnitB

Answer: A

 

NEW QUESTION 55
PRPC's branching ability is most appropriate to use when __________. (Choose One)

  • A. several development teams work on different enhancements in a RuleSet simultaneously that will go into production at the same time
  • B. the single and only development team work on an enhancement in a RuleSet and it is not known ahead when the enhancement will go into production
  • C. several development teams simultaneously work on the same enhancement in a RuleSet and it is not known ahead when the enhancement will go into production
  • D. 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

Answer: D

 

NEW QUESTION 56
An application team has recently released an application to production with the last locked RuleSet version as 01-01-32. They now wish to create two new RuleSet versions; one to hold weekly bug fixes for the current release and one to start working on the next quarterly release.
Which two RuleSet versions would be most appropriate to create? (Choose One)

  • A. 01-02-01 and 01-03-01
  • B. 01-01-40 and 01-02-01
  • C. 01-01-33 and 01-02-01
  • D. 01-01-40 and 02-01-01

Answer: B

 

NEW QUESTION 57
Which statement is true about external classes? (Choose One)

  • A. You can execute an Obj-Browse to report on an external class
  • B. External classes can belong to a class group
  • C. It is possible to create declare index rules on external classes
  • D. Each external class has an associated database table instance
  • E. External classes must contain the pzInskey and pxObjClass properties

Answer: D

 

NEW QUESTION 58
What are the primary benefits of using Connect Java as compared to a Rule-Utility-Function? (Choose Two)

  • A. Connect Java performs better as it is pre-compiled
  • B. Time spent in a Connect-Java call will be reported by PAL and other performance tools as connectors
  • C. You can easily execute a Connect-Java rule in parallel to the primary flow processing
  • D. Connect Java allows you to access the full HttpServletRequest object whereas utility functions do not
  • E. Connect Java allows you to reference all Java classes whereas utility functions can only reference PRPC Java APIs

Answer: B,C

 

NEW QUESTION 59
An application team has recently released an application to production with the last locked RuleSet version as 01-02-42. They now wish to create two new RuleSet versions; one to hold weekly bug fixes for the current release and one to start working on the next quarterly release.
Which two RuleSet versions would be most appropriate to create? (Choose One)

  • A. 01-02-50 and 02-01-01
  • B. 01-02-43 and 01-03-01
  • C. 01-03-01 and 01-04-01
  • D. 01-02-50 and 01-03-01

Answer: D

 

NEW QUESTION 60
Which of the following statements is most accurate regarding system of record integration? (Choose One)

  • A. 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
  • B. 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
  • C. 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.
  • D. PRPC's database should never be used as a system of record for data

Answer: C

 

NEW QUESTION 61
When container-managed authentication is used with an LDAP system, would PRPC be required to integrate with the LDAP system? (Choose One)

  • A. Yes, for token validation
  • B. Yes, to pull operator attributes
  • C. No, PRPC would never need to communicate with LDAP system with container-managed authentication
  • D. Yes, to authenticate operators

Answer: B

 

NEW QUESTION 62
A linked property can be best thought of as ___________? (Choose One)

  • A. A property that represents a PRPC-managed object
  • B. A property that can be referenced from any context at any time
  • C. Another term for a reference property
  • D. A pointer between two pages or properties
  • E. A reference to an external entity that is stored in a system of record

Answer: A

 

NEW QUESTION 63
Which of the following statements is most accurate regarding connector error handling? (Choose One)

  • A. All connector errors must be handled using Java try/catch blocks
  • B. All connector errors are handled by the ConnectionProblem flow
  • C. Connection errors, such as unable to resolve host, are best handled by using the step status of the calling activity
  • D. Connection errors, such as unable to resolve host, are best handled by the ConnectionProblem flow

Answer: D

 

NEW QUESTION 64
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. 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
  • C. 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
  • 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 65
A Purchase Order application is built with PRPC. Cases include the following:
- VendorFulfillment
- InventoryFulfillment
- PurchaseRequest
(each purchase request includes either a VendorFulfillment or InventoryFulfillment)
What are the likely classes for these case types and what are the likely case relationships between them? (Choose One)

  • A. MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase) MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work) MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work)
  • B. MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase) MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest) MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest)
  • C. MyCo-FW-PRApp-Work-PurchaseRequest (not a subcase) MyCo-FW-PRApp-Work-PurchaseRequest-VendorFulfillment (subcase of MyCo-FW-PRApp- Work-PurchaseRequest) MyCo-FW-PRApp-Work-PurchaseRequest-InventoryFulfillment (subcase of MyCo-FW-PRApp- Work-PurchaseRequest)
  • D. MyCo-FW-PRApp-Work-PurchaseRequest (subcase of MyCo-FW-PRApp-Work) MyCo-FW-PRApp-Work-VendorFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest) MyCo-FW-PRApp-Work-InventoryFulfillment (subcase of MyCo-FW-PRApp-Work- PurchaseRequest)

Answer: B

 

NEW QUESTION 66
......

Latest PEGACLSA_62V2 Study Guides 2023 - With Test Engine PDF: https://pass4sure.troytecdumps.com/PEGACLSA_62V2-troytec-exam-dumps.html