
PEGACLSA_62V2 Dumps - Grab Out For [NEW-2023] Pegasystems Exam
PEGACLSA_62V2 Exam Dumps PDF Guaranteed Success with Accurate & Updated Questions
NEW QUESTION 40
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. 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
- 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. 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
Answer: A
NEW QUESTION 41
The power company EnergyCo uses a PRPC-based Incident Management application with a single work type defined in the framework (class: EnergyCo-FW-IncMgt-Work-Incident). EnergyCo has four divisions (DivA - DivD).
There is a new requirement: Solar Panel related incidents must be stored in a separate table from other incidents for all divisions (i.e. a single "Solar Panel" table is used for all divisions). There is no Solar Panel specific class.
In order to meet this new requirement, which of the following approaches is most appropriate? (Choose One)
- A. Add a class to only the framework layer for greater reusability
- B. Add a class to the framework layer and all implementation layers
- C. Circumstance based on an IncidentType property
- D. Add a Solar Panel specific database table instance to the EnergyCo-FW-IncMgt-Work-Incident class
Answer: B
NEW QUESTION 42
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 not be granted since Manager role is evaluated first
- B. The privilege, SensitiveInfo, will be granted since the Admin role is evaluated last
- C. The privilege, SensitiveInfo, will be granted as the order is not significant
- D. The privilege, SensitiveInfo, will not be granted since Manager role specified a 0 as the production level
Answer: C
NEW QUESTION 43
Which of the following changes to a flow is least likely to cause issues with existing assignments in a production environment? (Choose One)
- A. Renaming an assignment
- B. Replacing an assignment with a subflow shape
- C. Replacing an assignment with a new one with the same name
- D. Adding or removing flow actions to an assignment
Answer: D
NEW QUESTION 44
A framework rule has been overridden with a copy in the implementation layer. Both rules are in locked RuleSet versions. An architect wishes to restore the framework functionality.
Which of the following will NOT accomplish this? (Choose Two)
- A. Copy the framework rule to a higher framework RuleSet version in the framework class
- B. Create a withdrawn copy of the implementation rule in a higher implementation RuleSet version
- C. Unlock the implementation RuleSet version, and delete the implementation layer rule
- D. Mark availability of the implementation layer rule as "No/Draft"
- E. Copy the framework rule to a higher implementation RuleSet version in the implementation class
Answer: A,D
NEW QUESTION 45
If a button is styled in three places - one in the base CSS used in PRPC, one in a custom CSS file that is included in the harness, and one in the Branding wizard, which of the following statements are TRUE? (Choose Two)
- A. The button style defined in the custom CSS takes precedence in that harness only
- B. The button style defined in the Skin rule cannot be viewed in designer studio
- C. The buttons use the style defined in the skin on all other harnesses
- D. The Style defined in the skin rule takes precedence on all harnesses
- E. The base CSS takes precedence in all harnessess
Answer: A,C
NEW QUESTION 46
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 "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
- B. Use a custom router activity configured to execute a report definition that filters and sorts based on title and skill respectively
- 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 the standard "ToSkilledGroup" router, configured with the appropriate skill and job title
Answer: B
NEW QUESTION 47
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. A developer has customized the standard "DetermineLockString" activity and probably introduced a bug
- B. You have not properly logged out of the system after working on that work item couple of days ago
- 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 48
Which of the following statements is most accurate regarding the PRPC data model? (Choose One)
- A. The PRPC data model can help promote reuse via inheritance and composition
- B. The PRPC data model should be stored in a separate RuleSet from application/business rules
- C. In a good design there would be no business rules or processes defined in the data classes
- D. The PRPC data model should always be modeled after the external systems with which it interfaces
Answer: A
NEW QUESTION 49
Consider the following situation:
A frequently used dynamic select is populated by a SOAP service call. Users have been complaining because the service is slow causing a delay when the list is loaded. The list contains available discount codes and changes at midnight every Sunday.
Which of the following approaches is most appropriate to resolve this issue? (Choose One)
- A. Trigger the connector with run in parallel selected at the beginning of the flow so that the response is available when it is needed
- B. Create an agent that runs at midnight every Sunday and populates a data table, which is used in a report definition to populate the dynamic select
- C. Enable caching on the dynamic select control, this option is currently disabled
- D. Create a node scope declarative page with a refresh strategy to refresh every 7 days. Use the declarative page to populate the dynamic select
Answer: B
NEW QUESTION 50
Which of the following statements is most accurate about the Split-For-Each and Split-Join shapes? (Choose One)
- A. Split-Join allows you to execute different sub-flows whereas Split-For-Each calls the same process on different pages
- B. Split-For-Each can only be used when iterating over a list of work objects
- C. Both shapes create separate Threads for sub-processes they create
- D. Split-For-Each allows you to execute different sub-flows whereas Split-Join calls the same process on different pages
Answer: A
NEW QUESTION 51
Which of the following approaches to building User Interface rules are most vulnerable to security attacks? (Choose Two)
- A. Coding HTML with: <%tools.appendString(tools.getActiveValue()); %>
- B. Using autogenerated controls and sections
- C. Coding HTML with: <pega:reference name="OrderDescription" mode="richtext" />
- D. Coding HTML with: <%tools.appendString (StringUtils.reversibleCrossScriptingFilter (tools.getActiveValue ())) ;%>
- E. Coding HTML with: <pega:reference name="OrderDescription" />
- F. Coding HTML with: <pega:reference name="OrderDescription" mode="literal" />
Answer: A,F
NEW QUESTION 52
Review the following requirement:
A home 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
- Home 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 20%. 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 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 20% change, to execute the review process
- B. Use a declare trigger to check for changes to the properties and copy the previous values to 3 additional properties. In the activity called by the trigger execute the web services and determine, using a when rule, if the 20% change has occurred, if so execute the review flow
- C. 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 20% change and start the review process
- D. Use a declare on-change rule to look for changes in the 3 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 20%
Answer: B
NEW QUESTION 53
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 for the completion of one task to be independent from the other
- C. It must be possible to configure security differently: those who can open "Enroll in Benefits" must not be able to open "Acquire Workspace"
- D. It must be possible for "Enroll in Benefits" and "Acquire Workspace" to be assigned to different operators at the same time
- E. It must be possible to edit fields for "Enroll in Benefits" and "Acquire Workspace" at the same time
Answer: A,E
NEW QUESTION 54
An existing JAR of Java function to call proprietary services has been provided to your application team.
Which of the following PRPC features is the best way to utilize the JAR? (Choose One)
- A. Function Rule
- B. Java Connector
- C. Java activity step
- D. EJB Connector
Answer: B
NEW QUESTION 55
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 the same RuleSet simultaneously and it is not known ahead which enhancements will go into production first
- 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 a RuleSet simultaneously that will go into production at the same time
Answer: B
NEW QUESTION 56
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 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
- B. 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
- 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 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
Answer: C
NEW QUESTION 57
Which of the following statements are most accurate about the Split-For-Each and Split-Join shapes? (Choose Two)
- A. Split-Join allows you to execute different sub-flows whereas Split-For-Each calls the same process on different pages
- B. Both shapes allow you to continue processing when ANY or ALL of the sub processes complete
- C. Split-For-Each can only be used when iterating over a list of work objects
- D. Both shapes create separate Threads for sub-processes they create
- E. Split-For-Each allows you to execute different sub-flows whereas Split-Join calls the same process on different pages
Answer: A,B
NEW QUESTION 58
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-02-50 and 01-03-01
- D. 01-03-01 and 01-04-01
Answer: C
NEW QUESTION 59
......
Get New PEGACLSA_62V2 Certification Practice Test Questions Exam Dumps: https://exam-labs.exam4tests.com/PEGACLSA_62V2-pdf-braindumps.html