Clear your concepts with PEGACLSA_62V2 Questions Before Attempting Real exam
Get professional help from our PEGACLSA_62V2 Dumps PDF
NEW QUESTION 77
All of the following requirements can be met through the use of Directed Web Access, EXCEPT? (Choose One)
- A. The external user must fill out a form to perform the assignment
- B. The assignee can access the assignment either through the user portal, or by clicking the link in an email
- C. It must be possible to execute the assignment from a shared computer, using web-based mail
- D. The IP Address of the external user must be tracked
Answer: B
NEW QUESTION 78
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 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%
- 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 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
Answer: C
NEW QUESTION 79
In which of the following cases would you use Connect SQL rules? (Choose Two)
- A. To execute a stored procedure against an external database
- B. To read from an external table
- C. To update an external table as part of a distributed transaction
- D. To execute a SQL statement that contains database vendor specific syntax
- E. To improve performance over similar OBJ- methods
Answer: A,D
NEW QUESTION 80
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. Review the application profile log to determine which activities are taking the most time
- C. Reconsider the database table indexes by reviewing query plans
- D. Avoid retrieving the BLOB column during database interactions
- E. Limit the number of database interactions by storing most data on a series of declare pages
Answer: C
NEW QUESTION 81
Which of the following are TRUE statements regarding the restriction of operations in SMA? (Choose Two)
- A. By default, PRPC restricts some SMA functionality
- B. Most SMA functionality can be restricted through configuration files
- C. The functionality can be restricted by user role
- D. SMA functionality can be restricted by Access Group and Privileges
- E. SMA restrictions are configured through the security landing page
Answer: A,B
NEW QUESTION 82
In what two ways are Declare OnChange and Declare Trigger similar? (Choose Two)
- A. Neither rule type can be directly executed from another rule type
- B. Both rule types can start a policy override
- C. Both rule types execute directly in the browser
- D. Both rule types can execute activities
- E. Both rule types provide out of the box configuration options to track changes in property values
Answer: A,D
NEW QUESTION 83
In what two ways do Declare OnChange and Declare Trigger instances differ? (Choose Two)
- A. Declare OnChange rules cannot execute a commit; Declare Trigger rules can
- B. Only Declare Trigger rules can execute activities
- C. Declare OnChange rules can start a policy override; Declare Trigger rules cannot
- D. Declare Trigger activities can be run in a child (background) requestor; Declare OnChange rules cannot
- E. Declare OnChange rules run in memory; Declare Trigger rules run directly on the database server
Answer: C,D
NEW QUESTION 84
An application team has recently released an application to production with the last locked RuleSet version as 01-01-32. 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-01-40 and 01-02-01
- B. 01-01-40 and 02-01-01
- C. 01-01-33 and 01-02-01
- D. 01-02-01 and 01-03-01
Answer: A
NEW QUESTION 85
Consider the following requirement:
Whether or not an operator is allowed to view accounts in a PRPC-based credit card application depends on the grade of the employee and the credit limit of the account. The grade, which is an attribute in the company's LDAP directory, is a numeric scale ranging from 1-10. The requirement states that employees may open accounts that have a Credit Limit less than (10000 * (10/Grade)). For example, Senior Vice Presidents (Grade = 1) can open accounts with less than a $100,000 limit, and entry-level employees (Grade = 10) can open accounts with less than a $10,000 limit.
Which of the following is the best approach to meet this requirement? (Choose One)
- A. The operators reference an Access Group that references a Role, which is referenced by an Access of Role to Object (ARO) rule. The privilege, CanView, on the ARO references an Access When rule that reads a MaxAmountToOpen property. This property is populated by a Declare Expression that uses the "EmployeeGrade" property, which is populated by an Authentication Activity.
- B. The operator's Access Group references an Access Role. The "open instances" setting for the Access of Role to Object (ARO) references an Access When rule that reads a MaxAmountToOpen property. This property is populated by a Declare Expression that uses the "EmployeeGrade" property, which is populated by an Authentication Activity.
- C. The operators reference a Work Group that references a Workbasket. The Workbasket references a Role, which is referenced by an Access of Role to Object (ARO) rule. The "open instances" setting for the ARO references an Access When rule that reads a MaxAmountToOpen property. This property is populated by a Declare Expression that uses the "EmployeeGrade" property, which is populated by an Authentication Activity.
- D. The operators reference an Access Group that references a Role, which is referenced by an Access of Role to Object (ARO) rule. The "open instances" setting for the ARO references an Access When rule that reads a MaxAmountToOpen property. This property is calculated within the Authentication Activity.
Answer: B
NEW QUESTION 86
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 unchecked
- B. "Rotate Axes" is checked
- C. "Rotate Axes" is unchecked
- D. "Uniform Minor Group" is checked
Answer: A
NEW QUESTION 87
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 a custom router activity configured to execute a report definition that performs the necessary join, filtering and sorting
- 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 uses obj-browse
- D. Use the standard "ToSkilledGroup" router, configured with the appropriate skill and job title
Answer: A
NEW QUESTION 88
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). DivD has a new requirement: Solar Panel related incidents are stored in a separate table from other incidents. There is no Solar Panel specific class.
In order to meet this new requirement, is it necessary to add a Solar Panel class? (Choose One)
- A. Yes; it should only be added to the framework layer for greater reusability (e.g. EnergyCo-FW-IncMgt-Work-Incident-SolarPanel)
- B. No; a add a Solar Panel specific database table instance to the EnergyCo-DivD-IncMgt-Work-Incident class
- C. Yes; it should only be added to the implementation layer (e.g. "EnergyCo-DivD-IncMgt-Work-Incident-SolarPanel")
- D. No; it is possible to circumstance based on an IncidentType property
Answer: C
NEW QUESTION 89
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. 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
- D. You will import the CSS files in the quick create step of the branding wizard to create all the styles
Answer: D
NEW QUESTION 90
Which of the following tools for interpreting or configuring performance metrics can analyze data from multiple nodes? (Choose Two)
- A. Tracer Viewer
- B. PegaRULES Log Analyzer
- C. System Management Application (SMA)
- D. Performance Analyzer (PAL)
- E. Activity Profiler
Answer: B,C
NEW QUESTION 91
Review the following requirement:
A loan application has as part of its process a step that sends a letter to an individual. After the letter is sent, the loan officer cannot do anything to the loan application for 14 days. After those 14 days, the next step is for the loan officer to review the case details and make a processing decision. During those 14 days, the individual who received the letter may call up the front office and provide new information about the application at which point the 14-day hold is lifted and the work is routed to the underwriter for the decision. The business says in most cases this call does not occur and the 14 days lapses.
Given the information provided which design is most appropriate? (Choose One)
- A. After the letter is sent use a split join to route the work to both the front office and loan officer. Place a 14-day SLA on the front office assignment to resume the flow if the 14 days lapses with no call
- B. After the letter is sent route the work to a "pending" workbasket and place an SLA on it for 14 days. After the 14 days resume/move the flow to the decision step. After processing the update resume/move the flow to the decision step. Create a search screen for the front office to find and update work if a call comes in
- C. After the letter is sent route the work to the front office to allow for the updating of the item if and when the call is made. Place a 14-day SLA on the work. If the SLA fires resume/move the flow to the decision step
- D. After the letter is sent route the work to a "pending" workbasket and place an SLA on it for 14 days. After the 14 days resume/move the flow to the decision step. At the same time spinoff an assignment to the front office to update work if a call comes in. After processing the update resume/move the flow to the decision step
Answer: B
NEW QUESTION 92
Which of the following statements most accurately describes dependency management? (Choose One)
- A. In order for 2 cases to depend on each other, they should have a direct parent-child relationship
- B. A dependency can be configured to instantiate a case when another case has started
- C. The dependency configuration could be done through the case type rule form of the top-level case
- D. The waiting case can move forward only when all cases it is waiting for are completed
Answer: B
NEW QUESTION 93
......
Achieve the PEGACLSA_62V2 Exam Best Results with Help from Pegasystems Certified Experts: https://www.itpass4sure.com/PEGACLSA_62V2-practice-exam.html

