PEGACLSA_62V2 Dumps To Pass Certified System Architect Exam in One Day (Updated 150 Questions) [Q26-Q51]

Share

PEGACLSA_62V2 Dumps To Pass Certified System Architect Exam in One Day (Updated 150 Questions)

PEGACLSA_62V2 Exam Brain Dumps - Study Notes and Theory

NEW QUESTION 26
A user is experiencing very slow screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 entries for that user.
Which of the following statements are FALSE in this case? (Choose Two)

  • A. The delay is caused by a PRPC utility function that is not captured in the PEGA0001 alert
  • B. There are multiple interactions that are executed from one screen to the other. Each interaction is less than the threshold
  • C. Most of the user-perceived delay is caused by network slowness
  • D. The delay is caused by an external webservice that is not captured in the PEGA0001 alert
  • E. Most of the user-perceived delay is caused by browser issues

Answer: A,D

 

NEW QUESTION 27
A large company is designing a Benefts application with PRPC. The company is broken into five regions, and each has different processes and business rules that affect the application. As a pilot, you are implementing the application for a single region.
How do you determine which rules belong in the framework layer versus the implementation layer? (Choose One)

  • A. Treat the pilot region functionality as the framework unless the region-specific functionality has already been defined
  • B. Treat the pilot region functionality as the implementation layer
  • C. You must gain consensus across all divisions in order to determine which rules are common across all regions
  • D. Only place rules in the framework layer and don't build an implementation layer until more regions are required

Answer: A

 

NEW QUESTION 28
An architect wishes to route an assignment to the operator with a title of "Contractor" with the highest French skill rating.
What approach is the most appropriate? (Choose One)

  • A. Use the standard "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
  • B. Use a custom router activity that retrieves a list of all operators using obj-browse and then apply a decision table to filter by contractor
  • C. Use a custom router activity configured to execute a report definition that filters and sorts based on title and skill respectively
  • D. Use the standard "ToSkilledGroup" router, configured with the appropriate skill and job title

Answer: C

 

NEW QUESTION 29
What is TRUE about skimming? (Choose Two)

  • A. It is only possible to skim to a new major version
  • B. The source RuleSet versions need to be unlocked
  • C. Blocked rules are not copied to the new RuleSet
  • D. The history of the source rule is copied to the new skimmed rule
  • E. Rule types without versions are unaffected by skimming

Answer: C,E

 

NEW QUESTION 30
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. Node
  • B. Requestor
  • C. Application
  • D. Thread

Answer: A

 

NEW QUESTION 31
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 32
Which of the following statements is most accurate regarding the display of the flow actions at run-time ? (Choose One)

  • A. The perform harness uses a gadget section which accepts menu area, link, button and dropdown as parameters which control the display of the flow actions
  • B. The display of flow actions are controlled by the harness; we need to reference a different harness if all flow actions must be displayed as links or buttons
  • C. The flow action display can be changed by creating custom harness rule instead of using the standard harness
  • D. At run-time the user has the option to switch to a different display from what is defined in design time

Answer: A

 

NEW QUESTION 33
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. System of record integration should always be done procedurally so that the developer can explicitly determine when the integration should take place
  • C. Declarative pages should be used in all system of record integration strategies
  • 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 be considered after designing the work types and processes

Answer: A,D

 

NEW QUESTION 34
Review the following requirement:
A home 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
- Home 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 20%. 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 a declare on-change rule to look for changes in the 3 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 20%
  • B. Use a declare trigger to check for changes to the properties and copy the previous values to 3 additional properties. In the activity called by the trigger execute the web services and determine, using a when rule, if the 20% change has occurred, if so execute the review flow
  • C. 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 20% change and start the review process
  • 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 20% change, to execute the review process

Answer: B

 

NEW QUESTION 35
Which of the following statements are most accurate about ad-hoc work? (Choose Two)

  • A. In order to convert an ad-hoc work item into a case type, it must NOT be an instance of a class group
  • B. An ad-hoc work item can only be converted into a case type as a subcase of an existing case type
  • C. Both operations involving the creation of ad-hoc work and the conversion of ad-hoc work into a case type require a specific privilege
  • D. Process commander allows an ad-hoc work to be the child of another ad-hoc work
  • E. By default, an ad-hoc work item class is the class group of the current work

Answer: D,E

 

NEW QUESTION 36
A PRPC application is properly deployed and configured so distributed transactions are container-managed.
Which of the following options is the least accurate implication of that configuration? (Choose One)

  • A. For a service rule to participate in a distributed transaction, the transaction scope must start and end outside of PRPC
  • B. All database write operations are deferred
  • C. A service rule processing can initiate multiple connector calls in parallel within the scope of a distributed transaction
  • D. If a service rule processing results in the creation of a new work item, that work item does not exist until the container completes the transaction

Answer: C

 

NEW QUESTION 37
Review the following requirement:
A claims application has as part of its process a step that sends a letter to an individual. After the letter is sent, the claims adjuster cannot do anything to the claim for 28 days. After those 28 days, the next step is for the claims adjuster to review the case details and make a processing decision. During those 28 days, the individual who received the letter may call up the front office and provide new information about the claim at which point the 28-day hold is lifted and the work is routed to the adjuster for the decision. The business says in most cases this call does not occur and the 28 days lapses.
Given the information provided, which design is most appropriate? (Choose One)

  • A. 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 28-day SLA on the work. If the SLA fires resume/move the flow to the decision step
  • B. After the letter is sent, route the work to a "pending" workbasket and place an SLA on it for 28 days. After the 28 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
  • C. After the letter is sent, use a split join to route the work to both the front office and adjuster. Place a 28-day SLA on the front office assignment to resume the flow if the 28 days lapses with no call
  • D. After the letter is sent, route the work to a "pending" workbasket and place an SLA on it for 28 days. After the 28 days resume/move the flow to the decision step. After processing theupdate 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

Answer: D

 

NEW QUESTION 38
A work type MyCo-FW-PurchaseApp-Work-Request has a PageList property .LineItems of class MyCo-FW-PurchaseApp-Data-Item.
Another work type, MyCo-FW-PurchaseApp-Work-Order has a PageList property .ItemsForVendor of class MyCo-FW-PurchaseApp-Data-Item.
An item has a calculation .TotalPrice = .Quantity * .UnitPrice.
The application is experiencing behavior where the TotalPrice is calculating correctly for Requests but not for Orders.
Which of the following is the most likely explanation for this issue? (Choose One)

  • A. The expression is likely defined as a context-free expression ("regardless of any page it is contained in")
  • B. The expression is likely defined as backward chaining
  • C. The expression is likely defined as forward chaining
  • D. The expression is likely defined as a context-sensitive expression ("only when the top level page is of the applies to class")

Answer: A

 

NEW QUESTION 39
Which of the following tools are useful in identifying the slowest running DB query? (Choose Two)

  • A. Activity Profiler
  • B. Performance Analyzer
  • C. Alert Log files
  • D. Tracer tool
  • E. Run Explain Plan

Answer: C,D

 

NEW QUESTION 40
Which of the following examples best demonstrate proper use of Declare Page rules? (Choose Two)

  • A. To cache (at a node level) an extremely large list of reference data that is infrequently referenced
  • B. To periodically poll external data for changes that will then trigger the recalculation of declarative expressions
  • C. To create a "Most Recently Used" (MRU) caching mechanism for external database queries
  • D. To cache (at a node level) a small list of reference data that is expensive to retrieve
  • E. To retrieve data, when necessary, from an external service that is related to the current work object (such as accident reports for a driver)

Answer: D,E

 

NEW QUESTION 41
Your application uses a custom Rule Type created to handle a specific business requirement.
Which of the following are the recommended options to temporarily enable logging level on all rules belonging to that rule type? (Choose two)

  • A. Create a new category in prlogging.xml
  • B. Set the logging level using the SMA
  • C. Create a new appender in prlogging.xml
  • D. Change the logging level using dynamic system settings
  • E. Set the logging level using the logging level gadget in designer studio

Answer: B,E

 

NEW QUESTION 42
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. 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
  • B. 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
  • C. 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
  • D. 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

Answer: C

 

NEW QUESTION 43
Which of the following statements is most accurate related to delegating rules to business users using the PRPC MyRules functionality? (Choose One)

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

Answer: D

 

NEW QUESTION 44
Given the following use case:
A rules engine for an online travel site (TravelCo) is used to make a recommendation for a hotel based on a set of inputs. Besides determining the best fit for the hotel, a profit margin is added to the selected hotel's rate. The combination of best fit logic and pricing logic is referred to as a "search strategy". TravelCo applies different search strategies based on the customer's status and the channel the request is being made from. TravelCo would like to manage each strategy from a single screen.
Which of the following approaches is most appropriate? (Choose One)

  • A. Use a custom landing page to allow users to view and input the necessary references to either parameters or other rule references to execute the best fit and profit margin logic. Use the landing page to control how the logic is specialized by customer status and channel
  • B. Use declarative expressions to calculate the profit margin and a report definition to determine the best fit hotel. These rules can be individually circumstanced by customer status and channel
  • C. Create a custom rule type called search strategy that provides the necessary references to either parameters or other rule references to execute the best fit and profit margin logic. The custom rule can then be circumstanced by customer status and channel
  • D. Create a user interface to manage the various parameters and generate the appropriate standard PRPC rules

Answer: C

 

NEW QUESTION 45
Which of the following are NOT recommended practices with respect to packaging and versioning? (Choose Two)

  • A. Keep spare versions between releases (e.g. 01-01-01 to 01-01-05)
  • B. Increment each RuleSet version by one for each release (e.g. 01-01-01 to 01-01-02)
  • C. Consider skimming when the R-A-P file becomes large
  • D. Use the associated RuleSet metadata to dynamically associate data instances with a product
  • E. Use separate R-A-Ps for rules and data instances

Answer: B,E

 

NEW QUESTION 46
A user has reported a 6.5-second screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 (Browser Interaction Time) entries for that user.
What are likely explanations for this observation? (Choose Two)

  • A. There are multiple interactions that are executed from one screen to the other. Each interaction is less than the threshold.
  • B. The delay is caused by a PRPC utility function that is not captured in the PEGA0001 alert
  • C. Most of the user-perceived delay is caused by network slowness
  • D. The delay is caused by an external webservice that is not captured in the PEGA0001 alert
  • E. The default threshold is higher than 6.5 seconds

Answer: A,C

 

NEW QUESTION 47
Which of the following steps are required to implement Policy Override capability? (Choose Two)

  • A. Define a Declare OnChange rule to track a property and a business exception condition
  • B. Customize the Policy Override agent activity to support the Policy Override review
  • C. Define a Declare Case Match rule with a business exception condition
  • D. Define a Declare Trigger rule to track and respond to the business exceptions
  • E. Define a flow rule to support the Policy Override review

Answer: A,E

 

NEW QUESTION 48
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. You will import the CSS files in the quick create step of the branding wizard to create all the styles
  • B. 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
  • C. 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
  • D. Branding wizard creates the skin rule which is nothing but a collection of Text file rules

Answer: A

 

NEW QUESTION 49
A PRPC system is configured to support SSO (Single Sign-On) authentication in which authentication is done in an external website, and then redirected to PRPC. PRPC must validate the identity of the external site to ensure authenticity.
In this situation, where would the validation be configured? (Choose One)

  • A. An Authentication Service instance
  • B. prconfig.xml
  • C. The Authentication Activity
  • D. The Access Group instance

Answer: C

 

NEW QUESTION 50
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 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
  • C. Create separate RuleSets for each Organizational Unit, and put two separate copies of the flow rule in each RuleSet
  • D. Create two circumstanced copies of the flow rulE.one that tests if OperatorID.pyOrgUnit = OrgUnitA and the other that tests if OperatorID.pyOrgUnit = OrgUnitB

Answer: A

 

NEW QUESTION 51
......

PEGACLSA_62V2 Dumps PDF - Want To Pass PEGACLSA_62V2 Fast: https://learningtree.testkingfree.com/Pegasystems/PEGACLSA_62V2-practice-exam-dumps.html