
PEGACLSA_62V2 Certification Exam Dumps Questions in here [Nov-2022]
Updated PEGACLSA_62V2 Exam Practice Test Questions
NEW QUESTION 51
A PRPC application is properly deployed and configured so distributed transactions are container-managed.
Which of the following options is the least accurate implication of that configuration? (Choose One)
- A. For a service rule to participate in a distributed transaction, the transaction scope must start and end outside of PRPC
- B. A service rule processing can initiate multiple connector calls in parallel within the scope of a distributed transaction
- C. If a service rule processing results in the creation of a new work item, that work item does not exist until the container completes the transaction
- D. All database write operations are deferred
Answer: B
NEW QUESTION 52
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. Each external class has an associated database table instance
- D. External classes must contain the pzInskey and pxObjClass properties
- E. It is possible to create declare index rules on external classes
Answer: C
NEW QUESTION 53
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 assignment shape can reference only one flow action
- C. Assignments within a screenflow can be processed by multiple users
- D. The flow actions used in the screen flow cannot hide the default action buttons
Answer: B
NEW QUESTION 54
A linked property can be best thought of as ___________? (Choose One)
- A. A property that represents a PRPC-managed object
- B. Another term for a reference property
- C. A property that can be referenced from any context at any time
- 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 55
Three (3) flows (Flow-A, Flow-B and Flow-C) are being executed on the same work item. So far, Flow-A has reached its 5th and last assignment, Flow-B has reached its 3rd assignment, and 4th and last assignment of Flow-C has just been created.
All assignments are routed to a user's worklist.
How many records related to this work item would you expect the pc_assign_worklist table to hold? (Choose One)
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 56
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 (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)
- D. 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)
Answer: B
NEW QUESTION 57
A PRPC Human Resources application is built to manage Benefit Enrollment.
Cases include the following:
- EnrollMedical (created when an employee enrolls in a Medical plan)
- EnrollDental (created when an employee enrolls in a Dental plan)
- EmployeeBenefits (created for each employee to manage the overall benefits; EnrollMedical is run first, followed by EnrollDental)
What are the likely classes for these case types and what are the likely case relationships between them? (Choose One)
- A. MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits (not a subcase) MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits-EnrollMedical (subcase of MyCo-FW- BenefitEnrollment-Work-EmployeeBenefits) MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits-EnrollDental (subcase of MyCo-FW- BenefitEnrollment-Work-EmployeeBenefits)
- B. MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits (subcase of MyCo-FW- BenefitEnrollment-Work) MyCo-FW-BenefitEnrollment-Work-EnrollMedical (subcase of MyCo-FW-BenefitEnrollment-Work- EmployeeBenefits) MyCo-FW-BenefitEnrollment-Work-EnrollDental (subcase of MyCo-FW-BenefitEnrollment-Work- EmployeeBenefits)
- C. MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits (not a subcase) MyCo-FW-BenefitEnrollment-Work-EnrollMedical (subcase of MyCo-FW-BenefitEnrollment-Work- EmployeeBenefits) MyCo-FW-BenefitEnrollment-Work-EnrollDental (subcase of MyCo-FW-BenefitEnrollment-Work- EmployeeBenefits)
- D. MyCo-FW-BenefitEnrollment-Work-EmployeeBenefits (not a subcase) MyCo-FW-BenefitEnrollment-Work-EnrollMedical (subcase of MyCo-FW-BenefitEnrollment-Work- EmployeeBenefits) MyCo-FW-BenefitEnrollment-Work-EnrollDental (subcase of MyCo-FW-BenefitEnrollment-Work- EnrollMedical)
Answer: C
NEW QUESTION 58
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" does not guarantee that the queued items are processed in order, but "Queue for execution" does
- B. "Queue for execution" does not require a queue and agent to be specified
- C. "Queue for agent" should be configured so that the agent associated with the queue only runs on a single node
- 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 59
An application administrator has been sent a number of complaints that after nightly server restarts the PRPC application is slow in the early morning.
Which of the following actions can be used to mitigate this issue? (Choose One)
- A. Configure and execute Static Assembler
- B. Increase the size of the Rule Cache
- C. Restart System Pulse
- D. Enable Assembly Avoidance
Answer: A
NEW QUESTION 60
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 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
- C. 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
- 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: C
NEW QUESTION 61
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-Join allows you to execute different sub-flows whereas Split-For-Each calls the same process on different pages
- C. Split-For-Each allows you to execute different sub-flows whereas Split-Join calls the same process on different pages
- D. Split-For-Each can only be used when iterating over a list of work objects
Answer: B
NEW QUESTION 62
You have been asked to build human resources application that facilitates the work required to support new hires. For each new hire, multiple tasks must be done, such as "Enroll in Benefits" and "Acquire Workspace". You are having trouble deciding if each of these tasks should be represented as separate assignments in the same case, or separate subcases.
Which of the following requirements will help you decide on the approach? (Choose Two)
- A. "Enroll in Benefits" and "Acquire Workspace" require the capability to be reopened independently
- B. It must be possible to configure security differently: those who can open "Enroll in Benefits" must not be able to open "Acquire Workspace"
- C. It must be possible for the completion of one task to be independent from the other
- D. It must be possible to edit fields for "Enroll in Benefits" and "Acquire Workspace" at the same time
- E. It must be possible for "Enroll in Benefits" and "Acquire Workspace" to be assigned to different operators at the same time
Answer: A,D
NEW QUESTION 63
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 can only integrate with external systems of record if the external system is a relational database that can be mapped to PRPC class definitions
- D. 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
Answer: A
NEW QUESTION 64
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. Invoke custom onload javascript
- D. Include the pxLocalAction section to reference a flow action which can reference an activity
Answer: D
NEW QUESTION 65
Which of the following requirements best describes a situation where custom rule types should be created? (Choose One)
- A. 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
- B. 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
- C. A rules engine application has aggressive performance requirements
- D. 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
Answer: D
NEW QUESTION 66
Which of the following are NOT recommended practices with respect to packaging and versioning? (Choose Two)
- A. Increment each RuleSet version by one for each release (e.g. 01-01-01 to 01-01-02)
- B. Consider skimming when the R-A-P file becomes large
- C. Use separate R-A-Ps for rules and data instances
- D. Use the associated RuleSet metadata to dynamically associate data instances with a product
- E. Keep spare versions between releases (e.g. 01-01-01 to 01-01-05)
Answer: A,C
NEW QUESTION 67
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. Connect Java allows you to access the full HttpServletRequest object whereas utility functions do not
- C. Time spent in a Connect-Java call will be reported by PAL and other performance tools as connectors
- D. You can easily execute a Connect-Java rule in parallel to the primary flow processing
- E. Connect Java allows you to reference all Java classes whereas utility functions can only reference PRPC Java APIs
Answer: C,D
NEW QUESTION 68
PRPC's branching ability is most appropriate to use when __________. (Choose One)
- A. 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
- B. several development teams work on different enhancements in a RuleSet simultaneously that will go into production at the same time
- C. 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
- D. 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
Answer: C
NEW QUESTION 69
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. Create multiple RuleSet versions
- B. Use the private check-out feature
- C. Create branch RuleSets for each development team
- D. Create multiple RuleSets and merge the RuleSets later
Answer: C
NEW QUESTION 70
Which of the following statements are NOT 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 can be useful in presenting a user a complete list of questions they must answer as part of a survey
- C. 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
- D. Goal seek is a PRPC feature that uses a landing page to control its configuration
- E. Goal seek utilizes backward chaining to determine which properties are needed to a complete a calculation
Answer: B,D
NEW QUESTION 71
An architect wishes to route an assignment to the operator with a title of "Contractor" with the highest French skill rating.
What approach is the most appropriate? (Choose One)
- A. Use the standard "ToSkilledGroup" router, configured with the appropriate skill and job title
- B. Use the standard "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
- C. Use a custom router activity that retrieves a list of all operators using obj-browse and then apply a decision table to filter by contractor
- D. Use a custom router activity configured to execute a report definition that filters and sorts based on title and skill respectively
Answer: D
NEW QUESTION 72
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 "ToSkilledGroup" router, configured with the appropriate skill and job title
- B. Use a custom router activity that uses obj-browse
- C. Use the standard "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
- D. Use a custom router activity configured to execute a report definition that performs the necessary join, filtering and sorting
Answer: D
NEW QUESTION 73
......
Pass Certified System Architect PEGACLSA_62V2 Exam With 150 Questions: https://www.examsreviews.com/PEGACLSA_62V2-pass4sure-exam-review.html