[Q13-Q32] Use Real PEGAPCLSA85V1 - 100% Cover Real Exam Questions [Jan-2022]

Share

Use Real PEGAPCLSA85V1 - 100% Cover Real Exam Questions [Jan-2022] 

Dumps Brief Outline Of The PEGAPCLSA85V1 Exam - UpdateDumps

NEW QUESTION 13
XVZ Corporation would like: a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and IS years, between 5 and 10 years, and less than
5 years.
How do you implement this report using Pega?

  • A. Use a correlated subreport.
  • B. Use a SQL Function.
  • C. Use a Connect-SQL rule.
  • D. Use a ListView with a custom getContent Activity.

Answer: A

 

NEW QUESTION 14
You are working on an insurance claims application that receives claims through email. The company receives
500 emails per hour. the insurance company promises a 24-hour response time to receives and verify the clain.
After the claim is verified. The system automatically responds with email containing the claim ID.
The application is developed in the Pega cloud environment. The production environment is currently running on premises.
What is your recommendation to ensure that insurance company can meet the 24-hour response time requirement for claims submitted by email?

  • A. Recommend the insurance company use an MDB listener instead of an email listener.
  • B. Recommend the insurance company change its policy to allow for a broader processing window.
  • C. Recommend the insurance company use an advanced agent to verify claims and respond.
  • D. Recommend the insurance company use an email lister with concurrent threats.

Answer: B

 

NEW QUESTION 15
You isolated the problem to node 1 of the cluster. You see node 1 goes down shortly after
3:00 p.m. every day with an out-of-memory error. Which two alerts typically precede this condition?(choose two)

  • A. PEGA0001 - HTTP interaction time exceeds limit
  • B. PEGA00017 - Cache exceeds limit
  • C. PEGA0002 - Connect operation time exceeds limit
  • D. PEGA0004 -Quantity of data received by database query exceeds limit

Answer: A,B

Explanation:
Explanation
Six weeks after you deliver your application to production, you users report that the application slows down in the afternoon. The application is almost completely unresponsive for some users shortly after 3:00 P.M. Other users do not experience this problem until later in the day.
You do not have access to the Production environment, but you do have access to AES. The production environment has three nodes and a load balancer.
You need to resolve this issue because a new division of the organization will start using the application next month.

 

NEW QUESTION 16
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:

Explanation
Team A publishes branch,
Automation server merges three branch,
Team B and C rebase the application

 

NEW QUESTION 17
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?

  • A. Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.
  • B. Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator's worklist. Assignments are opened accordingly.
  • C. Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.
  • D. Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.

Answer: B

 

NEW QUESTION 18
Identify three rule types that are used in defining Authentication Service data instances. (Choose Three)

  • A. Data transforms
  • B. Data pages
  • C. Reports
  • D. Connectors
  • E. Activities

Answer: B,D,E

 

NEW QUESTION 19
Select two ways for queuing an item for a queue p

  • A. Use Utility smart shape
  • B. Use Run in Background smart shape
  • C. Use the Queue-for-processing method
  • D. Use the Queue for -agent method

Answer: B,C

 

NEW QUESTION 20
Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.
How do you achieve this requirement?

  • A. Use Exclude Operators options in Security Policies landing page
  • B. Create a separate role for Admin Executives
  • C. Define operator override setting in enterprise authentication system
  • D. Define Access Control Policy to exclude Admin Executives

Answer: C

 

NEW QUESTION 21
A Pega application locally stores the same set of codes defined by and used within an external system of record. The Page 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. Query the distinct codes that the report would display. Develop an interface to retrieve the associated labels In bulk.
  • C. Develop a SQL function that calls a stored procedure to retrieve the currently associated level for each code.
  • D. Persist the most recently retrieved labels for each code in a local table. Join to that table when running the report.

Answer: C

 

NEW QUESTION 22
In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.
Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)

  • A. Use Case Designer data propagation to copy the data to the subcases to populate the page contents.
  • B. Use the Snapshot data access pattern to populate the page contents.
  • C. Use the Load-DataPage method to initiate the population of the page contents.
  • D. Use the system of Record (SOR) data access pattern to populate the page contents.

Answer: A,B

 

NEW QUESTION 23
In the answer area, select the configuration for back-to=back processing on the follow action form so that getnextwork processing does not occur.

  • A. Look for the assignment to perform.
  • B. For each also consider assignments in workbaskets
  • C. If not found, look for assignment in flows on the parent case
  • D. If not found, look for other assignment in flows on this case

Answer: A

 

NEW QUESTION 24
A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture?

  • A. Pega Customer Service is the customer interaction system of record.
  • B. Pega Customer Set vice is the customer and account enterprise service bus.
  • C. Pega Customer Service is the billing and reporting system of record.
  • D. Pega Customer Service is the new customer onboarding system.

Answer: B

 

NEW QUESTION 25
When do you use the load-datapage activity method?

  • A. To queue the data page for a default agent
  • B. To initiate the loading of a data page
  • C. To run a connector asynchronously
  • D. To refresh a data page

Answer: B

 

NEW QUESTION 26
Identify two benefits provided by using single sign-on (SSO) in a high availability (HA) application. (choose two)

  • A. To allow the movement of stateful data between application servers
  • B. To redirect the user to a new server during a server quiesce (pause)
  • C. To allow for cookie persistence on the browser
  • D. To automatically authenticate users on a new server following a server crash

Answer: B,D

 

NEW QUESTION 27
Using the information shown in the case structure below, which option is always true?

  • A. The Weather case can be instantiated without a parent Event Booking case.
  • B. The Parking class must inherit from the Event Booking class.
  • C. Resolution of the Event Booking case requires the Parking case to be resolved.
  • D. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.

Answer: C

 

NEW QUESTION 28
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 screens require the ability to save changes and refresh the screen.

  • A. Create a new custom burton control that uses an image and uses a fixed width.
  • B. Create a new custom text label control set as required and uses relative widths.
  • C. Create a new autogenerated button control and alter its caption to support a shortcut key.
  • D. Create a new autogenerated link control with a shortcut key and limit its obsolute width.

Answer: C

 

NEW QUESTION 29
MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application.
What is your recommendation to implement the new business requirement?

  • A. Leverage database replication to communicate case creation.
  • B. Implement Federated Case Management.
  • C. Synchronize case creation with RFST services.
  • D. Implement a parent case across multiple products.

Answer: B

 

NEW QUESTION 30
An application is being constructed In multiple phases for a growing company that has over 1000 employees.
During the initial development stages, it is determined a button on a section has to be made conditionally visible based on a group of actors.
What should the conditional visibility be based on to minimize the amount of future maintenance?

  • A. Role
  • B. Work group
  • C. Privilege
  • D. AccessGroup

Answer: D

 

NEW QUESTION 31
XYZ Corporation would like a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and 15 years, between 5 and 10 years, and less than
5 years.
How do you implement this report using Pega?

  • A. Use a correlated subreport.
  • B. Use a SQL Function.
  • C. Use a listView with a custom getContent Activity.
  • D. Use a Connect-SQL rule.

Answer: A

 

NEW QUESTION 32
......

Certification Training for PEGAPCLSA85V1 Exam Dumps Test Engine: https://www.updatedumps.com/Pegasystems/PEGAPCLSA85V1-updated-exam-dumps.html