(2022) PASS PEGACLSA_62V2 exam with Pegasystems PEGACLSA_62V2 Real Exam Questions [Q68-Q84]

Share

(2022) PASS PEGACLSA_62V2 exam with Pegasystems PEGACLSA_62V2 Real Exam Questions

Real exam questions are provided for Certified System Architect tests, which can make sure you 100% pass

NEW QUESTION 68
There is an application for which many reports created in production must pull data from more than one class.
Which of the following statements best represents proper planning for this situation? (Choose One)

  • A. Application developers should ensure that there are association rules between these classes
  • B. No special planning is required; managers should be able to create these reports
  • C. No special planning is required; application developers must create these reports
  • D. Application developers should create "template" reports with the corresponding class joins defined. Managers will then be able to do a "SaveAs" to build reports from them

Answer: A

 

NEW QUESTION 69
An architect wishes to build a report that queries records that are already on the clipboard so that querying the database is not necessary. How can this be accomplished? (Choose One)

  • A. This can be done by using the standard activity Rule-Obj-Report-Definition.pxRetrieveReportData
  • B. This can be configured with List Views, by changing the default report source activity
  • C. This can be configured with Report Definitions, by changing the default report source activity
  • D. This can be configured with Report Definitions, using the default report source activity

Answer: B

 

NEW QUESTION 70
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. Start Global DB Tracing in SMA to check for any DB issues on a specific node
  • C. Download the log files and import them in PLA to check for any CRITICAL warnings and EXCEPTIONS in the system log file
  • D. Request for a developer access so you can run PAL in production

Answer: D

 

NEW QUESTION 71
If a PRPC system crashed due to suspected out of memory issues, which of the following data would best help you determine the root cause? (Choose Two)

  • A. Global DB Trace
  • B. PAL
  • C. Log-Usage Reports
  • D. Profiler Readings
  • E. PegaRULES System and Alert log files

Answer: C,E

 

NEW QUESTION 72
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. Option 1 can be designed to not require a lock on the account
  • B. Option 2 can be designed to not require a lock on the account
  • C. Neither option requires a lock and thus option 1 is simpler to implement
  • D. Both options would require a lock on the account object

Answer: B

 

NEW QUESTION 73
An application has requirements to handle the following inbound email use cases:
UC-1 Creating new work for email received at [email protected].
UC-2 Executing business actions (such as an approval) via email
UC-3 Support for email conversations for email received at [email protected], i.e. reply messages are automatically attached to the original work item
Which of the use cases are supported by standard PRPC email processing? (Choose One)

  • A. UC-1 and UC-2
  • B. UC-1 and UC-3
  • C. UC-1 Only
  • D. All use cases are supported

Answer: D

 

NEW QUESTION 74
In a PRPC production environment, in which cache would you likely find a Rule-Declare-DecisionTree? (Choose One)

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

Answer: A

 

NEW QUESTION 75
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 not be granted since Manager role specified a 0 as the production level
  • C. The privilege, SensitiveInfo, will be granted since the Admin role is evaluated last
  • D. The privilege, SensitiveInfo, will be granted as the order is not significant

Answer: D

 

NEW QUESTION 76
When designing a refresh strategy for retrieving updated data from a system of record, one should _______________. (Choose One)

  • A. always choose the strategy that proves the best runtime performance
  • B. choose a single consistent strategy for all data sources used by an application
  • C. consider all the pros and cons of the options for each data source and the requirements
  • D. always retrieve data using declarative pages

Answer: C

 

NEW QUESTION 77
Which of the following statements is TRUE with respect to PRPC integration with JMS? (Choose One)

  • A. PRPC only supports integration with JMS on WAR deployments
  • B. PRPC supports MDB JMS listeners on WAR deployments and blocking JMS listeners on EAR deployments
  • C. PRPC supports MDB JMS listeners on EAR deployments and blocking JMS listeners on WAR deployments
  • D. PRPC only supports integration with JMS on EAR deployments

Answer: C

 

NEW QUESTION 78
Items in a chart legend are shown multiple times (see screenshot).

What is a likely explanation for this observation? (Choose One)

  • A. "Uniform Minor Group" is checked
  • B. "Rotate Axes" is unchecked
  • C. "Rotate Axes" is checked
  • D. "Uniform Minor Group" is unchecked

Answer: D

 

NEW QUESTION 79
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 80
Which of the following statements is most accurate related to delegating rules to business users using the PRPC MyRules functionality? (Choose One)

  • A. The PRPC MyRules feature is used by business users instead of rule check-in and check-out
  • B. The PRPC MyRules feature can only be used to delegate rules in production environments
  • C. The PRPC MyRules feature provides an easily accessible link to a rule but not the security needed to update the rule
  • D. Only decision trees and table can be delegated to a business user using PRPC MyRules functionality

Answer: C

 

NEW QUESTION 81
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 base CSS takes precedence in all harnessess
  • C. The Style defined in the skin rule takes precedence on all harnesses
  • D. The button style defined in the Skin rule cannot be viewed in designer studio
  • E. The buttons use the style defined in the skin on all other harnesses

Answer: A,E

 

NEW QUESTION 82
A Connector rule is configured in PRPC to run asynchronously.
Which of the following statements is the most accurate with regard to its configuration or execution? (Choose One)

  • A. Using the "Run in Parallel" option requires the users to hold a specific privilege
  • B. When using the queue functionality you must also build the queue to be used by PRPC
  • C. When using the queue functionality the connector's response is not available to the calling activity
  • D. The "Page-Merge-Into" method performs better than the "Connect-Wait" method when needed to get the connector response

Answer: C

 

NEW QUESTION 83
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. Add a pxButton control to the flow action rule
  • B. Modify the label of the button in the Action section used in the perform harness
  • C. Change the label of the button in flow actions
  • D. Change the label of the button in the button area of the perform harness

Answer: B

 

NEW QUESTION 84
......

Latest PEGACLSA_62V2 Pass Guaranteed Exam Dumps Certification Sample Questions: https://testking.vcetorrent.com/PEGACLSA_62V2-valid-vce-torrent.html