[Q79-Q97] Master 2023 Latest The Questions Certified System Architect and Pass PEGACLSA_62V2 Real Exam!

Share

Master 2023 Latest The Questions Certified System Architect and Pass PEGACLSA_62V2 Real Exam!

Penetration testers simulate PEGACLSA_62V2 exam PDF

NEW QUESTION 79
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 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
  • B. 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
  • C. 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
  • 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: B

 

NEW QUESTION 80
You have been asked to design the user interface forms to follow the enterprise branding standard on all user forms generated in PRPC. You have been given the CSS files that can be used as a style guide to format the HTML elements.
Which of the following statements is FALSE? (Choose One)

  • A. Branding wizard creates the skin rule which is nothing but a collection of Text file rules
  • B. After the skin rule is created using the branding wizard you have to manually reference the skin rule on all end user portals and in developer preferences to see the changes
  • C. You will import the CSS files in the quick create step of the branding wizard to create all the styles
  • D. For all styles that are not available in the branding wizard you need to create a text file rule and reference the text file rule in the harness rule

Answer: C

 

NEW QUESTION 81
All of the following requirements can be met through the use of Directed Web Access, EXCEPT? (Choose One)

  • A. The assignee can access the assignment either through the user portal, or by clicking the link in an email
  • B. It must be possible to execute the assignment from a shared computer, using web-based mail
  • C. The external user must fill out a form to perform the assignment
  • D. The IP Address of the external user must be tracked

Answer: A

 

NEW QUESTION 82
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. System Pulse has not run yet to clear the lock string from the cache
  • C. You have not properly logged out of the system after working on that work item couple of days ago
  • D. You probably have a second PRPC Thread running

Answer: D

 

NEW QUESTION 83
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. 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
  • B. Create a special privilege rule to the workers in that user group. Make sure only workers from that group have been attributed the privilege
  • 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. Attribute the highest skills level to the workers in that user group

Answer: A

 

NEW QUESTION 84
Which of the following tools for interpreting or configuring performance metrics are included in the standard PRPC deployment? (Choose Two)

  • A. Performance Analyzer (PAL)
  • B. Tracer Viewer
  • C. Autonomic Event Services (AES)
  • D. PegaRULES Log Analyzer
  • E. Activity Profiler

Answer: A,E

 

NEW QUESTION 85
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. Java Connector
  • B. Java activity step
  • C. EJB Connector
  • D. Function Rule

Answer: A

 

NEW QUESTION 86
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 the ConnectionProblem flow
  • D. Connection errors, such as unable to resolve host, are best handled by using the step status of the calling activity

Answer: C

 

NEW QUESTION 87
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: C

 

NEW QUESTION 88
Given 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 NOT 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 regardless of if the rule exists in MyCo-Data-Shape-
  • E. A rule defined in MyCo-Data-Shape-Rectangle can modify the .Color property

Answer: A,B

 

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

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

Answer: C

 

NEW QUESTION 90
Consider the following situation:
A PRPC application is running within a 1.2 GB JVM (Java Virtual Machine). There is approximately 350 MB of free memory and garbage collector reclaims in average 32 MB of memory in the course of an hour.
The Rules Assembly count is 0 when a typical interaction executes in average 72.6 rules. The application CPU peaks periodically at 22% but otherwise runs in average around 12%.
The application is generating approximatively 30 database alerts per minute. The database CPU runs at an average of 75% peaking periodically at 96%. The alert log file does not report any byte warning with a 10 MB threshold defined.
Users are complaining about poor performance. Their interactions take in average 4.5 seconds.
Which of the following approaches is most appropriate to resolve this issue? (Choose One)

  • A. Reduce the number of loop iterations executing on the large sets of data
  • B. Review the database table indexes and utilize query plan to consider changes
  • C. Expose all columns used by the application
  • D. Review the application profile log to determine which activities are taking the most time
  • E. Limit the number of database interactions by storing most data on a series of declare pages

Answer: B

 

NEW QUESTION 91
In a PRPC production environment, in which cache would you likely find an instance of Rule-Obj-WorkParties? (Choose One)

  • A. Rule Assembly Cache
  • B. Conclusion Cache
  • C. Dictionary Cache
  • D. Rule Cache

Answer: D

 

NEW QUESTION 92
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 Queue-For-Agent and then returns a unique ID
  • 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 a spin-off flow to execute the service asynchronously

Answer: B

 

NEW QUESTION 93
What does the Connect-Wait activity method do? (Choose One)

  • A. Connect-Wait waits for all connector child requestors to return their responses
  • B. Connect-Wait logs how long a connector waited for the response to be returned
  • C. Connect-Wait pauses a connector call for a specified period of time
  • D. Connect-Wait is used to connect to a potentially long running external service

Answer: A

 

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

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

Answer: A

 

NEW QUESTION 95
All user forms in PRPC display a Submit button for submitting the user action.
There is a requirement to change the button label to Confirm on all screens instead of Submit, which of the following is the best approach to handle this requirement? (Choose One)

  • A. Change the label of the button in the button area of the perform harness
  • B. Add a pxButton control to the flow action rule
  • C. Modify the label of the button in the Action section used in the perform harness
  • D. Change the label of the button in flow actions

Answer: C

 

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

  • A. 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
  • 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. 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
  • 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 97
......

Penetration testers simulate PEGACLSA_62V2 exam: https://testking.vcetorrent.com/PEGACLSA_62V2-valid-vce-torrent.html