Pegasystems PEGACLSA_62V2 Practice Exam - 150 Unique Questions
Latest Questions PEGACLSA_62V2 Guide to Prepare Free Practice Tests
NEW QUESTION 65
When using the standard "start a new process" button to start a new flow on an open work item, which of the following options most accurately describes the eligible flow rules available to be selected? (Choose One)
- A. All flows defined in the current workpool
- B. All starter flows available to the current user
- C. All flows in the current work item class hierarchy enabled to be added to a work object
- D. All subflows of the current flow
Answer: C
NEW QUESTION 66
The requirement is to display a red colored text for labels of all mandatory fields in the user interface.
Which of the following options are valid choices in implementing this behavior? (Choose Two)
- A. Use smart label control and update the style in branding wizard
- B. Create a custom style for the skin rule using the branding wizard and reference it in the parameters panel of the control
- C. Use javascript to override the standard presentation for these labels
- D. Create a custom style for the skin rule using the branding wizard and reference it in the Read-Write cell of the label
- E. Configure using the inline style editor
Answer: D,E
NEW QUESTION 67
When configuring an external assignment, who is it assigned to? (Choose One)
- A. To a Workparty
- B. To a Workparty, Operator, or Workbasket, depending on how it is configured
- C. To an Operator
- D. To a Workbasket
Answer: A
NEW QUESTION 68
In a PRPC application, a customer wishes to ensure that the value of "Government ID" is encrypted when stored. Database-level encryption is not available.
Which of the following is least likely needed to implement this requirement? (Choose One)
- A. Install a cipher on the server
- B. Set the corresponding property type to "TextEncrypted"
- C. Check the "Encrypt BLOB?" option for the corresponding class
- D. Configure an Access When rule
Answer: C
NEW QUESTION 69
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. Download the log files and import them in PLA to check for any CRITICAL warnings and EXCEPTIONS in the system log file
- C. Request for a developer access so you can run PAL in production
- D. Start Global DB Tracing in SMA to check for any DB issues on a specific node
Answer: C
NEW QUESTION 70
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-PurchaseRequest-VendorFulfillment (subcase of MyCo-FW-PRApp- Work-PurchaseRequest) MyCo-FW-PRApp-Work-PurchaseRequest-InventoryFulfillment (subcase of MyCo-FW-PRApp- Work-PurchaseRequest)
- B. 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)
- C. 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)
- D. 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)
Answer: D
NEW QUESTION 71
Which of the following statements are most accurate when performing archival or purging of work items? (Choose Two)
- A. The production system can be configured to retry the Archival or purging strategy if the first attempt is unsuccessful
- B. When archiving, the entries in the declare index tables are also exported
- C. Archiving or purging requires enabling the ImportExport Agent
- D. Both Archiving and Purging exports the data into a zip file which can be imported in another PRPC instance
- E. Purging deletes the work items from the work tables and all other associated tables while archiving does not delete the work items and all other associated tables in the active database
Answer: A,C
NEW QUESTION 72
Consider the following situation:
A PRPC application is running within a 1.2 GB JVM (Java Virtual Machine). There is approximatively 400 MB of free memory and garbage collector reclaims in average 32 MB of memory in the course of an hour.
The application is generating approximately 30 database alerts per minute. The database CPU runs at an average of 76% peaking periodically at 97%. The alert log file does not report any byte warning with a 10 MB threshold defined.
The Rules Assembly count is 0 when a typical interaction executes in average 74.6 rules. The application CPU peaks periodically at 20% but otherwise runs in average around 12%.
Users are complaining about poor performance. Their interactions take in average 4.15 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. Limit the number of database interactions by storing most data on a series of declare pages
- C. Reconsider the database table indexes by reviewing query plans
- D. Avoid retrieving the BLOB column during database interactions
- E. Review the application profile log to determine which activities are taking the most time
Answer: C
NEW QUESTION 73
You have been asked to build a human resources application that facilitates the work required to support new hires. For each new hire, multiple tasks must be done, such as "Acquire Computer" and "Setup Payroll". You are having trouble deciding if each of these tasks should be represented as separate assignments in the same case, or separate sub-cases.
Which of the following requirements will help you decide on the approach? (Choose Two)
- A. It must be possible to configure security differently; those who can open "Acquire Computer" must not be able to open "Setup Payroll"
- B. It must be possible to edit fields for "Acquire Computer" and "Setup Payroll" at the same time
- C. It must be possible for "Acquire Computer" and "Setup Payroll" to be assigned to different operators at the same time
- D. It must be possible for the completion of one task to be independent from the other
- E. "Acquire Computer" and "Setup Payroll" require the capability to be reopened independently
Answer: B,E
NEW QUESTION 74
Which of the following is NOT a typical use-case for the Package Work wizard? (Choose One)
- A. To move work items created on a local PRPC system to a central PRPC system
- B. To move work items that are part of the application itself
- C. To move work items from a production to a test system to debug an issue
- D. To archive work items
Answer: D
NEW QUESTION 75
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. Modify the label of the button in the Action section used in the perform harness
- B. Change the label of the button in the button area of the perform harness
- C. Change the label of the button in flow actions
- D. Add a pxButton control to the flow action rule
Answer: A
NEW QUESTION 76
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. You have not properly logged out of the system after working on that work item couple of days ago
- B. A developer has customized the standard "DetermineLockString" activity and probably introduced a bug
- 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 77
What is TRUE about the PRPC command line utility that imports and exports archives? (Choose One)
- A. It communicates with the source and target systems over SOAP
- B. It cannot use a Rule-Admin-Product to export rules
- C. It does not require the Pega-ImportExport agent running
- D. It is installed with PRPC by default
Answer: C
NEW QUESTION 78
In a PRPC production environment, in which cache would you likely find a Rule-Declare-DecisionTree? (Choose One)
- A. Rule Cache
- B. Rule Assembly Cache
- C. Conclusion Cache
- D. Dictionary Cache
Answer: B
NEW QUESTION 79
Which of the following statements are most accurate regarding the implementation of system of record integration? (Choose Two)
- A. Callback activities, such as OpenDefaults and PerformDefaults, can be modified to read system of record data when a work object is opened from the end user portal
- B. Declarative pages should be used in all system of record integration strategies
- C. System of record integration should be considered after designing the work types and processes
- D. Declarative pages are a useful mechanism to retrieve read-only system of record data as they are only executed when the data is referenced and are run regardless of when the data is accessed (e.g. agent, UI, activity, etc)
- E. System of record integration should always be done procedurally so that the developer can explicitly determine when the integration should take place
Answer: A,D
NEW QUESTION 80
Which of the following examples best demonstrate proper use of Declare Page rules? (Choose Two)
- A. To retrieve data, when necessary, from an external service that is related to the current work object (such as accident reports for a driver)
- B. To cache (at a node level) an extremely large list of reference data that is infrequently referenced
- C. To cache (at a node level) a small list of reference data that is expensive to retrieve
- D. To create a "Most Recently Used" (MRU) caching mechanism for external database queries
- E. To periodically poll external data for changes that will then trigger the recalculation of declarative expressions
Answer: A,C
NEW QUESTION 81
In a PRPC application the ViewPortfolioInformation section has three accordion layouts: Stock Details, Stock graphs and Trade/Payment history.
What is the preferred design you will do to make the screen display latest details when they are accessed? (Choose One)
- A. Write a timer script that periodically does a section refresh
- B. Defer load on all accordion layouts, selecting them will render data everytime
- C. Add Refresh When condition on each Accordion layouts that refreshes on a When rule which uses a timer to fire the event
- D. Enable the Refresh When active feature on accordion layouts to get the recent transaction
Answer: D
NEW QUESTION 82
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 an architect can create a rule in MyCo-Data-Shape-Circle regardless of if the rule exists in MyCo-Data-Shape-
- B. At design time PRPC will provide a warning as it is not a good practice to define a page list with an abstract class
- C. A rule defined in MyCo-Data-Shape-Rectangle can modify the .Color property
- D. At runtime .Shapes(1) could be of class MyCo-Data-Shape-Rectangle while .Shapes(2) is of class MyCo-Data-Shape-Circle
- E. 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.
Answer: B,E
NEW QUESTION 83
In a Credit card dispute application, PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the dispute they should see only the last ten transactions made by the account holder. If the transaction that the account holder wants to dispute does not appear in the list then the CSR should perform a search by entering the date of transaction or the transaction amount or the merchant name. The transaction list should display the 10 transactions that satisfies the criteria. In any circumstance the CSR should not see more than 10 transactions in the screen and cannot paginate through results. The external service returns transactions ordered by date of transaction with the recent ones appearing first.
Given the above requirements, which of these approaches is most appropriate and would satisfy both these requirements? (Choose One)
- A. Invoke the activity that makes a connector call to get the list of transactions from an external service before the flow action is rendered so that all transactions are available on the clipboard. When a search parameter (transaction date, amount and merchant name) is specified, use a data transform to copy the appropriate subset of the transaction to a new page
- B. Invoke the activity that makes a connector call to get the list of transactions from an external service before the flow action is rendered. Write a data transform to copy the connector result to a declare page. Create a repeating grid layout using the declare page as its source. Display the first 10 results of the declare page by using the pagination setting First X results
- C. Create a thread level declare page which uses an activity as its source. This activity will invoke the connector activity and then copy only the first 10 pages to the pagelist property defined in the declare page; this property is used as a source for the repeating grid. A when rule would be used to control when the results are fresh based on the values of the search parameters (transaction date, amount and merchant name)
- D. Create a thread level declare page which uses an activity as its source. The activity will invoke the connector activity and then copy only the first 10 pages to the declare page. Display the first 10 results of the declare page by using the pagination setting "First X" results
Answer: C
NEW QUESTION 84
Which statement is true about external classes? (Choose One)
- A. It is possible to create declare index rules on external classes
- B. Each external class has an associated database table instance
- C. External classes must contain the pzInskey and pxObjClass properties
- D. External classes can belong to a class group
- E. You can execute an Obj-Browse to report on an external class
Answer: B
NEW QUESTION 85
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 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
- D. Create separate RuleSets for each Organizational Unit, and put two separate copies of the flow rule in each RuleSet
Answer: A
NEW QUESTION 86
Which of the following usage patterns would likely benefit from a short passivation timeout? (Choose One)
- A. An application where most users use the system for short periods of time with frequent interactions
- B. Any applications with over 1000 concurrent users
- C. It is not recommended to use short passivation timeouts
- D. An application where most users use the system for long periods of time with infrequent interactions
Answer: D
NEW QUESTION 87
Which of the following statements about Case Specialization are most accurate? (Choose Two)
- A. Case Specialization enables multiple case structures for the same case type
- B. A Specialized case type can cover another specialized case type
- C. Any Property visible to a case can be used to specialize the case
- D. A Specialized case type does not support automatic instantiation for its covered items
- E. The starting process of a specialized case type is a circumstanced version of the base case starting flow
Answer: A,B
NEW QUESTION 88
As a best practice, it is recommended that generated integration data models are mapped to the application data model and not used directly by business rules.
Which of the following is the best rationale for this best practice? (Choose One)
- A. By providing this abstraction the applications rules will not require changes if the underlying services change
- B. Classes that inherit from Int- cannot be embedded in a work object
- C. The integration data model does not define Rule-Obj-Property instances and thus cannot be referenced by business rules
- D. The integration data model is generated in a separate RuleSet that cannot be accessed by the application RuleSet
Answer: A
NEW QUESTION 89
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. Enable caching on the dynamic select control, this option is currently disabled
- C. Create a node scope declarative page with a refresh strategy to refresh every 7 days. Use the declarative page to populate the dynamic select
- D. 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
Answer: D
NEW QUESTION 90
......
Correct and Up-to-date Pegasystems PEGACLSA_62V2 BrainDumps: https://pass4sure.practicedump.com/PEGACLSA_62V2-exam-questions.html