[Aug-2021] Updated Pega CLSA PEGAPCLSA80V1_2020 Exam Questions BUNDLE PACK
Master The Pegasystems Content PEGAPCLSA80V1_2020 EXAM DUMPS WITH GUARANTEED SUCCESS!
NEW QUESTION 23
The application contains a property named ClaimID. You want business users to reuse this property in an any new case types they creates.
How do you define the ClaimID property?
- A. As a final rule
- B. As an enterprise class level property
- C. As a relevant record
- D. As a case level property
Answer: A
NEW QUESTION 24
Your team is developing a Quoting application for BigCo. The team is developing a Policy Administration application. The Quoting application is built on the Policy Administration application. The Policy Administration application requires enhancements to support other areas of the business. These enhancement take place during the same time frame as the Quoting application development.
Select the two practices for your team to follow to minimize potential development conflicts. (Choose Two.)
- A. Switch application when modifying rules.
- B. Share rule sets between both application
- C. Periodically rebase the policy Administrator application
- D. Perform branch reviews when merging branches.
Answer: A,D
NEW QUESTION 25
You want your application to have consistent styling across portals. You want the background color of all buttons in your application to be blue. You want the background color of the buttons to be easily updated in case corporate branding changes.
Which attribute do you modify to set the background color?
- A. The controls format
- B. The application skin
- C. The background mixin
- D. The buttons format
Answer: D
NEW QUESTION 26
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 27
A Pega application locally stores the same set of codes defined by and used within an external system of record. The Pega application does not locally store the labels associated to these codes. During case processing, the displayed labels for this set of codes are sourced from the external system of record. On any given day, the label associated to a code may change. You are asked to implement a report definition that displays the current label associated to each code whenever the report is run.
How do you design a Pega application to meet this requirement?
- A. Display report definition rows using a custom section. Use a keyed-access Data Page to source label values.
- B. Develop a SQL function that calls a stored procedure to retrieve the currently associated label for each code
- C. Query the distinct codes that the report would display. Develop an interface to retrieve the associated label, in bulk.
- D. Persist the most recently retrieved labels for each code in a local table. Join to that table when running the report.
Answer: A
NEW QUESTION 28
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 29
An application contains cases which transition through different statuses through their life cycle which typically lasts 3 months.
- A. Configure an activity to generate the data in the clipboard and report using a custom section.
- B. Configure a summary report that leverages sub reports for each month.
- C. Configure a Declare index to record case data to separate table.
- D. Design a reporting strategy to display the number of cases by status at the end of each month for a
12-month period.
Answer: A
NEW QUESTION 30
One of the important requirements of Pega Web Mashup is to ensure that the same-origin policy is followed.
From the following options, select two valid configurations. (Choose two.)
- A. Option A Configuration
- B. Option D Configuration
- C. Option B Configuration
- D. Option C Configuration
Answer: C,D
NEW QUESTION 31
A company wants to run the same pega application in its eastern US office as well as its india office. The eastern united states server runs in the eastern united states time zone. The india server runs in the india time zon. The company wants a process to run in both offices at the same time world-wide once a day regardless of the server's location How do you efficiently meet this requirement?
- A. Define a single adavanced agent that is scheduled to run in any desired time zone. in the Eastern us server modify the agaent schedule to run in the eastern united states time zone. For the india server, specify the india time zone within the agent schedule
- B. Define a single advanced agent that is scheduled to run in either the eastern united states zone or the india time zone. Ensure that the clocks with the servers in both offices are synchronized using the simple Network time protocal
- C. Define two advanced agent that call the same parameterzied activity. One agent passes eastern united states time zone to the activity, and the other agent passes india time zone. The activity checks the local time zone. if the parameter matches the local time zone, the activity continues. otherwise it exits
- D. Define two advanced agents that call the same activity. one agent is scheduled to run at a time in the eastern united states time zone and the other agents is scheduled to run at a time in the india time zone. The activity checks both the local time zone and the local time. if the local time is close to the expected time the activity should run it continues otherwise it exits
Answer: A
NEW QUESTION 32
You are working with BigCo to create an application for insurance quoting. BigCo is a multinational corporation that has traded on the NASDAQ as BCO. BigCo headquarters is located in the UK, and the company has division for each geographical location.
You expect the application to contain two types of work: Quote and Policy.
The Quote guides the sales preventative through one or more quote with the customer. Each quote must be retained by the system and visible to the sales representative and the manager, any data captured during the quoting process must be available to the Policy case. The Policy represents the accepted insurance quote.
For the next year, BigCo intends to use the insurance quoting application only for the personal insurance business in the United Kingdom, Joe the business experts (SMEs) to understand the quoting process. Joe uses Pega Express to develop the quoting application with the SMEs.
Default application settings are shown in the image.
What two edits do you make to the advanced configuration based on information in the reading passage?
(Choose Two).
- A. Edit the Division name to ''UK''.
- B. Edit the Organization name to UK''
- C. Deselect ''Create demonstration users''.
- D. Select ''Framework'' as the application structure.
- E. Edit the Organization name to BCO.''
Answer: B,D
NEW QUESTION 33
Client XYZ Corp implement Pega Customer Service.
A customer service representative (CSR) needs to launch multiple application to manually update information to keep data synchronized across systems. The application are built in different technologies, decreasing the CSR's efficiency in handling customer request. The client has a requirement to launch all applications from the PEGA Customer service application. The client require that data flow to and from the Pega Customer Service application to the other results in the CSR handling customer request more efficiently and spending less time manually updating dependent applications.
Which Pega capability do you recommend to support requirement?
- A. Use SQL connection to update the data.
- B. Use SOAP/RESR services to update the information
- C. Use Robotic Process Automation.
- D. Use Robotic Desktop Automation.
Answer: C
NEW QUESTION 34
A duplicate case search contains two weighted conditions in which a property value in the current case is compared to the same property value in the existing case. After processing multiple cases that have two matching data values, duplicate case search does not identify any duplicates.
What two approaches do you take to diagnose the cause? (Choose two.)
- A. Verify that each of the basic conditions are satisfied.
- B. Verify that the case type is instantiated as a temporary case so the case can be cancelled.
- C. Verify that the total weights of the matching conditions match or exceed the threshold.
- D. Verify that there are no more than 4 maximum weighted conditions being tested.
Answer: C,D
NEW QUESTION 35
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 36
Select the three security tasks you perform when deploying an application to n production environment.
(Choose Three)
- A. Review and remove servlets from the web-xml.
- B. Rename and redeploy the prweb.vvar.
- C. Delete the Unauthenticated access group.
- D. Set the Production Level to 1 in prconfig.xml.
- E. Disable unused out-of-the-box operators.
Answer: B,C,D
NEW QUESTION 37
An end user of the application experienced a browser crash working on a highly available system. Crash recovery is enabled.
Does the user have to be authenticated?
- A. No, if the authentication cookie was lost.
- B. No, if the user is directed to a different node.
- C. Yes, if the user is directed to the same node.
- D. Yes. If the authentication cookie was lost.
Answer: D
NEW QUESTION 38
Acme Corporation is designing an Order Fulfillment application built on an Inventory application. Both applications reuse a section that displays Part details.
Where do you configure the PartDetails section?
- A. In an Inventory ruleset within the Inventory application's work pool class
- B. In an Order Fulfillment ruleset within the Order Fulfillment application's Pans data class
- C. In an Enterprise ruleset within the Inventory application's Parts data class
- D. In an Order Fulfillment ruleset within the Order Fulfillment application's work pool class
Answer: C
NEW QUESTION 39
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 40
MyCo.com has instances of SCM-FS SmartDispute, and CPM-FS in their environment distributed across multiple Pega instances. A new business requirement states that user working in any one application can create a case any other application.
What is your recommendation to implement the new business requirement?
- A. Leverage database replicating to communicate case creation.
- B. Implement a parent case across multiple products.
- C. Synchronize case creation with REST services.
- D. Implement Federated Case Management.
Answer: D
NEW QUESTION 41
You are working on an insurance claims application that receive claims email. The company receives 500 emails per hour. The insurance company promises a 24-hour response time to receive and verify the claim.
After the claim is verified, the system automatically responds with an email containing the claim ID.
The application is developed in the cloud environment. The production environment is currently running on premise.
What is your recommendation to ensure the insurance company can meet the 24-hour response time requirement for claims submitted by email?
- A. Recommend the insurance company use an advanced agent to verify claims and respond.
- B. Recommend the insurance company use email listener with concurrent threads.
- C. Recommend the insurance company change its policy to allow for a broader processing and respond.
- D. Recommend the insurance company use an MDB listener instead of an email listener.
Answer: D
NEW QUESTION 42
......
Pass Pegasystems PEGAPCLSA80V1_2020 Exam – Experts Are Here To Help You: https://www.itpassleader.com/Pegasystems/PEGAPCLSA80V1_2020-dumps-pass-exam.html