Get Instant Access of 100% REAL PEGACLSA_62V2 DUMP Pass Your Exam Easily
PEGACLSA_62V2 Free Exam Questions with Quality Guaranteed
NEW QUESTION 55
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 only supports integration with JMS on EAR deployments
- C. PRPC supports MDB JMS listeners on WAR deployments and blocking JMS listeners on EAR deployments
- D. PRPC supports MDB JMS listeners on EAR deployments and blocking JMS listeners on WAR deployments
Answer: D
NEW QUESTION 56
Case Tagging and Case Following are referenced as Social BPM. Which of the following statements is NOT accurate about Social BPM? (Choose One)
- A. PRPC automatically compiles a list of "Seed tags" based on the most frequently used tags in an application
- B. When properly configured, a case follower is notified about the case through an RSS feed only when the case status changes
- C. To start following a case, a case worker must be able to lock the case
- D. By default, PRPC displays the Tag Deck only through its standard Case Manager portal
Answer: A
NEW QUESTION 57
What is TRUE about the PRPC command line utility that imports and exports archives? (Choose One)
- A. It cannot use a Rule-Admin-Product to export rules
- B. It is installed with PRPC by default
- C. It does not require the Pega-ImportExport agent running
- D. It communicates with the source and target systems over SOAP
Answer: C
NEW QUESTION 58
Which of the following statements is most accurate regarding system of record integration? (Choose One)
- A. PRPC can be the system of record for data but in many cases it is not. When PRPC is not the system of record a number of design patterns can be used to integrate with the system of record.
- B. PRPC's database should never be used as a system of record for data
- C. PRPC can only integrate with external systems of record if the external system is a relational database that can be mapped to PRPC class definitions
- D. PRPC should be the system of record for any data it persists in a work object and provide webservices for other applications to access the data
Answer: A
NEW QUESTION 59
Which of the following statements is most accurate regarding connector error handling? (Choose One)
- A. All connector errors are handled by the ConnectionProblem flow
- B. Connection errors, such as unable to resolve host, are best handled by the ConnectionProblem flow
- C. Connection errors, such as unable to resolve host, are best handled by using the step status of the calling activity
- D. All connector errors must be handled using Java try/catch blocks
Answer: B
NEW QUESTION 60
When designing a refresh strategy for retrieving updated data from a system of record, one should _______________. (Choose One)
- A. consider all the pros and cons of the options for each data source and the requirements
- B. always retrieve data using declarative pages
- C. choose a single consistent strategy for all data sources used by an application
- D. always choose the strategy that proves the best runtime performance
Answer: A
NEW QUESTION 61
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 periodically poll external data for changes that will then trigger the recalculation of declarative expressions
- 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 cache (at a node level) an extremely large list of reference data that is infrequently referenced
Answer: A,C
NEW QUESTION 62
When using a declarative page to store a list of currency rates used by an entire application, what is the most appropriate scope? (Choose One)
- A. Application
- B. Thread
- C. Requestor
- D. Node
Answer: D
NEW QUESTION 63
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 edit fields for "Enroll in Benefits" and "Acquire Workspace" at the same time
- D. It must be possible to configure security differently: those who can open "Enroll in Benefits" must not be able to open "Acquire Workspace"
- E. It must be possible for "Enroll in Benefits" and "Acquire Workspace" to be assigned to different operators at the same time
Answer: A,C
NEW QUESTION 64
Which of the following statements about Case Specialization are most accurate? (Choose Two)
- A. The starting process of a specialized case type is a circumstanced version of the base case starting flow
- B. Case Specialization enables multiple case structures for the same case type
- C. A Specialized case type does not support automatic instantiation for its covered items
- D. A Specialized case type can cover another specialized case type
- E. Any Property visible to a case can be used to specialize the case
Answer: B,D
NEW QUESTION 65
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 66
Which of the following statements are NOT accurate regarding the "Goal Seek" functionality? (Choose Two)
- A. Goal seek can be useful in presenting a user a complete list of questions they must answer as part of a survey
- B. Goal seek is a general pattern with sample rules provided by PRPC. However, it is expected that these rules will be customized for your application's needs
- C. Goal seek is a PRPC feature that uses a landing page to control its configuration
- D. Goal seek can be configured to use both direct user input and data retrieved from external sources when calculating a value
- E. Goal seek utilizes backward chaining to determine which properties are needed to a complete a calculation
Answer: A,C
NEW QUESTION 67
What does the Migrate Product wizard NOT do? (Choose One)
- A. Create the product rule on the source system and upload the product ZIP file to the target system
- B. Trigger the import of the product ZIP file on the target system
- C. Create the product ZIP file on the source system
- D. Upload the product ZIP file to target systems
Answer: A
NEW QUESTION 68
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. The PRPC data model should always be modeled after the external systems with which it interfaces
- D. In a good design there would be no business rules or processes defined in the data classes
Answer: A
NEW QUESTION 69
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. Coding HTML with: <pega:reference name="OrderDescription" mode="literal" />
- C. Coding HTML with: <pega:reference name="OrderDescription" mode="richtext" />
- D. Using autogenerated controls and sections
- E. Coding HTML with: <%tools.appendString (StringUtils.reversibleCrossScriptingFilter (tools.getActiveValue ())) ;%>
- F. Coding HTML with: <pega:reference name="OrderDescription" />
Answer: A,B
NEW QUESTION 70
The following report shows individual updates for flow and flow action rules: This report pulls data from two classes.
What are they? (Choose Two)
- A. Index-CustomFields
- B. History-Rule
- C. Rule-Obj-Flow
- D. Rule-Obj-FlowAction
- E. Data-Rule-Summary
- F. Data-Rule-Locking
Answer: B,E
NEW QUESTION 71
Which of the following statements is most accurate about the Split-For-Each and Split-Join shapes? (Choose One)
- A. Split-For-Each can only be used when iterating over a list of work objects
- B. Split-For-Each allows you to execute different sub-flows whereas Split-Join calls the same process on different pages
- C. Both shapes create separate Threads for sub-processes they create
- D. Split-Join allows you to execute different sub-flows whereas Split-For-Each calls the same process on different pages
Answer: D
NEW QUESTION 72
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. Enable caching on the dynamic select control, this option is currently disabled
- B. Create a node scope declarative page with a refresh strategy to refresh every 7 days. Use the declarative page to populate the dynamic select
- C. Trigger the connector with run in parallel selected at the beginning of the flow so that the response is available when it is needed
- 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 73
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 "open instances" setting for the ARO references an Access When rule that reads a MaxAmountToOpen property. This property is calculated within the Authentication Activity
- B. 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
- C. 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
- 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 populated by aDeclare Expression that uses the "EmployeeGrade" property, which is populated by an Authentication Activity
Answer: D
NEW QUESTION 74
Which of the following steps are required to implement Policy Override capability? (Choose Two)
- A. Define a Declare Trigger rule to track and respond to the business exceptions
- B. Customize the Policy Override agent activity to support the Policy Override review
- C. Define a flow rule to support the Policy Override review
- D. Define a Declare Case Match rule with a business exception condition
- E. Define a Declare OnChange rule to track a property and a business exception condition
Answer: C,E
NEW QUESTION 75
It is required that a user must be able to open multiple work items and perform actions simultaneously. What is the most efficient way to implement this? (Choose One)
- A. Use a Menu bar control
- B. Open work items in modal dialogs
- C. Use a WorkArea control and enable the tabbed option
- D. Open Work items in multiple popups
Answer: C
NEW QUESTION 76
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. The "Page-Merge-Into" method performs better than the "Connect-Wait" method when needed to get the connector response
- D. When using the queue functionality the connector's response is not available to the calling activity
Answer: D
NEW QUESTION 77
What is TRUE about skimming? (Choose Two)
- A. Blocked rules are not copied to the new RuleSet
- B. Rule types without versions are unaffected by skimming
- C. The history of the source rule is copied to the new skimmed rule
- D. The source RuleSet versions need to be unlocked
- E. It is only possible to skim to a new major version
Answer: A,B
NEW QUESTION 78
When configuring a file service there are two types of asynchronous execution modes that can be use:
"Queue for execution" and "Queue for agent".
Which of the following statements are TRUE with regard to the execution mode? (Choose Two)
- A. "Queue for agent" should be configured so that the agent associated with the queue only runs on a single node
- B. "Queue for execution" is the preferred execution mode in a single node environment
- C. "Queue for agent" does not guarantee that the queued items are processed in order, but "Queue for execution" does
- D. "Queue for agent" will cause the item to be processed by any node configured to run the agent
- E. "Queue for execution" does not require a queue and agent to be specified
Answer: B,D
NEW QUESTION 79
In the August 20-24, 2012 period, the operators "Architect2" and "Architect4" create the following number of work items:
An architect wishes to create a report that charts this data as follows:
What is the simplest way to create a report with this chart? (Choose One)
- A. Create a Summary View Report
- B. Create a List View Report
- C. Create a Report Definition, grouped by Operator and Creation Date/Time
- D. Create a Report Definition Report, without grouping
- E. Create a Report Definition, grouped by Operator and Creation Date/Time, pivoted by Operator
Answer: A
NEW QUESTION 80
......
PEGACLSA_62V2 Free Exam Files Downloaded Instantly: https://www.examcollectionpass.com/Pegasystems/PEGACLSA_62V2-practice-exam-dumps.html