[Sep 12, 2021] New 2021 Pegasystems PEGAPCLSA80V1_2020 Exam Dumps with PDF from ExamCost (Updated 80 Questions) [Q38-Q54]

Share

New 2021 PEGAPCLSA80V1_2020 exam questions Welcome to download the newest ExamCost PEGAPCLSA80V1_2020 PDF dumps (80  Q&As)

P.S. Free 2021 Pega CLSA PEGAPCLSA80V1_2020  dumps are available on Google Drive shared by ExamCost

NEW QUESTION 38
A page application locally stores the same set of codes defied by an used within an external system of record.
The Pega application does not locally store the associated to these codes. During case processing, the displayed labels for this set if codes are sourced from the external system of record. On any given data, the label associated to a code may change. You are asked to implement a report definition that display the current label associated to each code whenever the report is run.
How do you design a Pega application to meet this requirement?

  • A. Persist the most recently retrieved label for each code in a table. Join to that table when running the report.
  • B. Display report definition rows using a custom section. Use a keyed-access Data page to source label values.
  • C. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels in bulk.
  • D. Develop a SQL function rows that calls a stored procedure to retrieve the currently associated label for each code.

Answer: B

 

NEW QUESTION 39
A Pega application has cases that represent customers' accounts each with many members. When a members of a customer accounts registers with the application through an offline component, a related, registration transaction is recorded. Am advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes.
Which two element are valid design choices (Choose two.)

  • A. Create a Registration subcase configured to run in offline mode.
  • B. Override DetermineLockString to use Account instead of .PyID as the lock string
  • C. Leverage the default object lock contention queuing capability.
  • D. Use the optimistic locking option on the case types.

Answer: A,C

 

NEW QUESTION 40
What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose Two)

  • A. The case type ruleset might be converted to a true component in the future.
  • B. The ruleset can be added to the ruleset stack for multiple applications.
  • C. A User Story can be associated to a single, fine-grained ruleset within a Branch.
  • D. The case type might be converted to a component application in the future.

Answer: A,C

 

NEW QUESTION 41
FinCo corporation uses Pega perform the majority of the mortgage underwriting tasks. After gathering the initial data, the mortgage case pauses and waits for the credit report. The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the application routes the mortgage case to the specialist.
Which of the following options is the optimal solution to route the mortgage case to the specialist when the credit report is complete?

  • A. Insert a credit report assignment In the mortgage flow with a SLA check the status of the credit report case and call the ResumeFlow activity when the credit case completes.
  • B. Modify the credit report flow to move the mortgage case to the specialist. The application routes the assignment to the specialist with the least amount of work.
  • C. Add a wait shape to the mortgage flow with case dependency to advance the mortgage flow to the next assignment when the credit report case resolved.
  • D. Insert a credit report assignment in the mortgage flow with a SLA to check status of the credit report case and call ResumeFlow activity when the credit report completes.

Answer: B

 

NEW QUESTION 42
Using the information shown in the class structure, select the correct statement.

  • A. Auto must be a subcase of Parking.
  • B. EventBooking cannot be a subcase of Auto
  • C. Instance of EventBooking and Hotel can be stored In a separate table.
  • D. Parking and Auto instances must be stored in the same table.

Answer: D

 

NEW QUESTION 43
Items selected by a user need to be copied to a page list property when the user submits the form.
How do you copy the items?

  • A. Create a validate rule to copy the selected items.
  • B. Add a data transform to the flow action as a post-processing action.
  • C. Create a declare expression with the page list property as the target.
  • D. Add a data transform to the flow action as a pre-processing action.

Answer: D

 

NEW QUESTION 44
Select the primary reason for developing a set of test cases and automated testing suites in a continuous integration and continuous deployment (CI/CD) model.

  • A. Automated testing allows for orchestration between automation server and the Execute Test REST service.
  • B. Automated testing programmatically ensure quality of rules to maintain the integrity of the pipeline.
  • C. Automated testing accelerates the deployment of rules from the development environment to target environments.
  • D. Automated testing reduces costs by reducing the need to hire and train testing resources.

Answer: C

 

NEW QUESTION 45
An organization has two lines of business: selling books for children and reselling college textbooks.
The division selling books for children can use the same basic user interface (UI) as the division reselling textbooks with the exception of the payment methods.
How do you apply the Situational Layer CakeTM in this scenario?

  • A. Place the UI rules in the base layer, and create a new layer for the payment rule for each division.
  • B. Place the UI rules in the base layer, and create a new layer for the payment rules for both lines of business.
  • C. Place the UI rules in the base layer, and create a parallel base layer for the payments rules.
  • D. Place the UI rules and generic payment method rules in the base layer, and create a new layer for the division-specific payment rules.

Answer: D

 

NEW QUESTION 46
You oversee a medium size development team, and some of the team members are new to Pega.
What are the two most efficient ways to ensure that the rules the team creates adhere to best practices?
(Choose Two.)

  • A. Use Pega Log Analyze to identify exceptions associated with the new team members.
  • B. Leverage the rule check-in approve process to review the new team member changes first.
  • C. Run Tracer on each rule the new team members check in the identify an failure in rule execution.
  • D. Have new team members create and run Pega automated unit tests against their rules.

Answer: A,B

 

NEW QUESTION 47
A shipping case needs to wait s specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.
Identify the two requirements for which a wait shape is the simpler approach.(Choose Two.)

  • A. Present a custom UI from to the user while waiting to expire.
  • B. Manually step past the waiting point prior to the designated time.
  • C. Adjust the case urgency when the assignment is created.
  • D. Automatically bypass looking when the assignment is created.

Answer: B,D

 

NEW QUESTION 48
You are designing an accessible Pega application for French and English-language users who require assistive technologies. The application must be able to run from desktop, tablet, and mobile phone browsers, Also, Several screen require the ability to sane changes and refresh the screen.
Given these requirements, which configuration reflects best practices?

  • A. Create a new auto generated button control and alter caption o support a shortcut key.
  • B. Create a new auto generated link control with a shortcut key and limit its absolute width.
  • C. Create a new custom button control that uses an image and uses a fixed width.
  • D. Create a new custom text label control set as required and use relative widths.

Answer: C

 

NEW QUESTION 49
You are managing distributed, geographically dispersed, development teams A, B and C. Team A is ready to merge changes into their development environment to make available changes to Team B's Team C's.
To ensure all development teams are working with the latest version of shared rule base, select and move all of the following tasks to the tasks List Order column and place them in the correct order.

Answer:

Explanation:

 

NEW QUESTION 50
Which two action can you perform to improve the Guardrails Compliance score of an application? (Choose two.)

  • A. Changes the security type for activities used for simulations from Activity to Utility.
  • B. Create an application that is built on the original application. Use the parent application's compliance score.
  • C. Develop CheckForCustomerWarnin activities that filter out pxWarning rows based on specifies pxWarningName values.
  • D. Add a justification to Access of Role to Object (ARO) instances whenever a listed privilege is not visible from the ARO's rulset.

Answer: A,C

 

NEW QUESTION 51
GigCo receive complaints from existing customer and new prospects that BigCo representative contact them with irrelevant offers and products.
Which two Pega solution do you suggest to help solve this problem? (Choose Two)

  • A. Pega Marketing
  • B. Customer Decision Hub
  • C. Robotic process Automation
  • D. Pega Customer Service

Answer: A,C

 

NEW QUESTION 52
An application, created by MyCo, has a number of rules implemented as decision tables that use "Title" as an input as seen in the sample rule below:
MyCo is finding a number of application defects caused by incorrect spellings in the title field. The valid titles are stored as field values. MyCo is requesting options to help prevent these types of errors. Which of the following approaches is most applicable? (Choose One)

  • A. Create a custom rule form that uses harnesses and sections and can be configured however MyCo desires
  • B. Create a custom validation rule in the Rule-Declare-DecisionTable class to validate that the .Title property always has a valid value
  • C. Use the table edit of the .Title property to reference the field values, the decision table will then automatically validate that the value is valid
  • D. Recreate the logic in decision trees and use function aliases to limit the options via a drop down box

Answer: C

 

NEW QUESTION 53
Which three approaches are considered a PegaUnit testing best practice? (Choose Three)

  • A. A test case is not necessary when un error message is the expected result.
  • B. A test case groups relevant assertions together .
  • C. A test case uses limited assertions.
  • D. A test ruleset is placed at the top of an application's ruleset stack.
  • E. A test case focuses on a single area of functionality.

Answer: A,B,C

 

NEW QUESTION 54
......

PEGAPCLSA80V1_2020 exam questions from ExamCost dumps: https://www.examcost.com/PEGAPCLSA80V1_2020-practice-exam.html (80  Q&As)