Best Preparations of PEGAPCLSA80V1_2020 Exam 2021 Pega CLSA Unlimited 80 Questions
Focus on PEGAPCLSA80V1_2020 All-in-One Exam Guide For Quick Preparation.
NEW QUESTION 20
At XYZ Corp, multiple ClaimUnit sub case types are spun off from a parent Claim case. User retrieve ClaimUnit assignment using Get Next Work based on the average time to resolve each sub case type.
Assignments associated with sub case types that tale longer to resolve on average should be retrieve first. The average time to resolve sub case types will change over time.
How do you design the solution to handle this requirement?
- A. When the SLA's goal is reached, have an escalation Activity adjust the clam urgency in proportion to the average time to resolve ClaimUnit cases.
- B. Store the average time o complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this for ordering he results.
- C. Increase subcase urgency based on Claim unit type prior to the workbasket assignment. Specialize the service Level Rule by ClaimUnit case type.
- D. Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialize the Server Level Rule By ClaimUnit case type.
Answer: C
NEW QUESTION 21
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 22
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 23
When do you use the Load_DataPage activity method?
- A. To refresh a data page
- B. The queue the data page for a default agent.
- C. To initiate the loading of a data page
- D. To run a connector asynchronously
Answer: B
NEW QUESTION 24
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 25
You review and tune the agent configuration on production system since default agents___________ and .
(Choose Two.)
- A. Are not necessary for every application
- B. Need to registered with the master agent
- C. Require an agent schedule record
- D. Should never run in a production environment
Answer: B,D
NEW QUESTION 26
An online sales application supports both laptop and mobile devices. You are configuring the application skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require.
Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)
- A. Update the process to give mobile users a separate portal.
- B. Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
- C. Do not use a skin for the mobile application version.
- D. Use the same application skin in all portals.
Answer: B,D
NEW QUESTION 27
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 28
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 29
You are using Pega Express. You want to avoid creating unnecessary case level properties and views.
Which three actions do you take to accomplish this goal? (Choose Three.)
- A. Drag-and-drop a Filed Group when defining a case view.
- B. Create a data type that corresponds to each case type.
- C. Pre-define properties, sections, and relevant records that are applied to work Cover
- D. Define case type view using ''. Page.property ''syntax for the majority of the filed.
- E. Add an embedded Page property to the case type.
Answer: C,D,E
NEW QUESTION 30
You are configuring the container setting of a section to display a title. The title is based on the type of loan requested. The section has a parameter defined named Loantype
Answer:
Explanation:
Check the answer as below
NEW QUESTION 31
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 32
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 33
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 34
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 35
You imported a Rule- Ad mm- Product (RAP) file that contains new features into a user acceptance testing (UAT) environment.
Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.
- A. Create an integration test suite. Run the test suite using the Execute Test REST service.
- B. Create an ad hoc test suite. Run the test suite using the post-import process.
- C. Create a regression test suite. Run the test suite using the automation server.
- D. Create a smoke test suite. Run the test suite using the pre-import process.
Answer: C
NEW QUESTION 36
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 37
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 38
......
Guaranteed Success with PEGAPCLSA80V1_2020 Dumps: https://www.updatedumps.com/Pegasystems/PEGAPCLSA80V1_2020-updated-exam-dumps.html