PEGACPLSA88V1 Exam Questions Dumps, Selling Pegasystems Products [Q83-Q105]

Share

PEGACPLSA88V1 Exam Questions Dumps, Selling Pegasystems Products

PEGACPLSA88V1 Cert Guide PDF 100% Cover Real Exam Questions

NEW QUESTION # 83
A decisioning architect wants to use the customer properties income and age in a Filter component. Which decision component is required to enable access to these properties?

  • A. None, properties are available
  • B. Proposition Data
  • C. Set Property
  • D. Data Import

Answer: A

Explanation:
To use customer properties like income and age in a Filter component:
Direct Access:
Customer properties such as income and age are directly available for use in decisioning components.
There's no need for additional components to enable access.
Using the Filter Component:
Simply drag and drop the Filter component into the decision strategy.
Use the customer properties directly in the filter logic (e.g., Customer.Income > 50000).
This is because Pega Customer Decision Hub typically provides direct access to commonly used customer properties.


NEW QUESTION # 84
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 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.

  • A. 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
  • B. 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
  • C. 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
  • D. 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

Answer: B


NEW QUESTION # 85
When implementing a Next-Best-Action, the customer Lifetime value Threshold is used to __________ for an offer

  • A. prioritze high value propositions
  • B. apply the customer's lifetime value
  • C. determine customer eligibility
  • D. prioritize customer

Answer: C


NEW QUESTION # 86
Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases.
Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)

  • A. Increase the weights of the weighted conditions.
  • B. Decrease the weighted condition sum threshold.
  • C. Increase the weighted condition sum threshold.
  • D. Decrease the weights of the weighted conditions.

Answer: A,C

Explanation:
Increase Weights of Conditions:
Adjust the weights of the conditions to make them more significant in the duplicate detection process. This can help in reducing false positives.
Adjust Threshold:
Increase the threshold for the weighted condition sum to ensure that only cases with a higher likelihood of being duplicates are flagged.
Reference:
Pega Academy: Duplicate Case Management.
Pega Documentation: Configuring Duplicate Detection Rules.


NEW QUESTION # 87
In a Human Resources application, the Social Security Number (SSN) and date of birth details for employees are confidential, and business requirements state that only the HR Manager can see these details.
What is the best approach to mask the information for other users everywhere in the application?

  • A. Use the Property Encrypt access control policy for the SSN and date of birth.
  • B. Add an Access When rule for access role objects of the HR Manager role.
  • C. Add the privilege rule for the UI controls that display the SSN and date of birth.
  • D. Use the PropertyRead access control policy for the SSN and date of birth.

Answer: D

Explanation:
* Using the PropertyRead access control policy for the SSN and date of birth ensures that only users with the appropriate access (e.g., HR Manager) can view these details. This approach masks the information for other users.
* Reference:
Pega best practices for data security and access control recommend using PropertyRead policies to restrict access to sensitive information.
* Therefore, the correct answer is:
A . Use the PropertyRead access control policy for the SSN and date of birth.


NEW QUESTION # 88
You are audit a property named. Generic Code. The label on the form is named suggested generic substitute.
when the field value changes, you want the history details to show as the name of the label.
you also want to record the name of the property
How do you ensure that the entry shows both the label and the property name?

  • A. on the work management landing page > Filed level Auditing tab,, in the source filed enter "suggested generic substituite(. GeneriCode)"
  • B. on the work management landing page> Filed level Auditing tab in the source filed enter GenericCode. in the Description filed enter "suggested generic substitute"
  • C. On the pyTracksecurtiyChanges data tranform, in the source field, enter "suggested generic substitue (. GenricCode)"
  • D. on the pyTracksecurtiyChanges declare trigger activity, enter GenericCode as a parameter name and
    "suggested generic substitute" as a perameter description

Answer: C


NEW QUESTION # 89
U+ Bank, a retail bank, introduced a new mortgage refinance offer in the eastern region of the country. They want to advertise this offer on their website by using a banner, targeting the customers who live in that area.
What do you configure in Next-Best-Action Designer to implement this requirement?

  • A. A prioritization formula
  • B. Applicability rules
  • C. An audience
  • D. A customer segment

Answer: D

Explanation:
* Identify the Target Audience: To ensure that the advertisement targets customers in the eastern region, you need to define a specific customer segment that includes customers residing in that area.
* Customer Segment Configuration: In Pega's Next-Best-Action Designer, customer segments allow you to group customers based on specific attributes, such as location, ensuring that only the relevant audience sees the offer.
* Implementation: Configure the customer segment by setting the geographic criteria to include customers from the eastern region.
* Reference: Pega Marketing and Customer Decision Hub documentation emphasize the use of customer segments to personalize and target offers effectively (Pega Customer Decision Hub, Segmentation and Targeting).


NEW QUESTION # 90
you want to expose a set of services for your application. Each service should be exposed as a separate WSDL.
How do you accomplish this?

  • A. place the service rules in separate classes, one class per WSDL
  • B. create a separate service package for each WSDL.
  • C. Run the service wizard for each WSDL.
  • D. create a service listener for each WSDL.

Answer: B


NEW QUESTION # 91
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.

  • A. Configure a Declare index to record case data to a separate table.
  • B. Configure an activity to generate the data in the clipboard and report using a custom section.
  • C. Configure a summary report that leverages sub reports for each month.
  • D. Configure an agent to record monthly case status in a separate table and report on that table.

Answer: B


NEW QUESTION # 92
In an e-commerce application that is built on Pega Platform, a data type named Order stores the order-related information. as shown in the following table:

An operations manager wants to view a report at the end of each day. If the number of items ordered in a category is greater than 5, the report displays the number of items in that category that are ordered during the day.
Which option do you use to implement the requirement?

  • A. A report with a custom SQL function on Quantity and filter condition Sum (Quantity) > 5 that the system applies after aggregation.
  • B. A report with a custom SQL function on Quantity and filter condition Sum (Quantity) > 5 that the system applies before aggregation.
  • C. A report with a summarize function on Quantity and filter condition Sum (Quantity) > 5 that the system applies before aggregation.
  • D. A report with a summarize function on Quantity and filter condition Sum (Quantity) > 5 that the system applies after aggregation.

Answer: D

Explanation:
Summarize Function with Filter Condition After Aggregation:
Using a report with a summarize function on Quantity and a filter condition applied after aggregation ensures that the report accurately displays categories with more than 5 items ordered.
Reference:
Pega documentation on report definitions and aggregation functions outlines how to apply filters after summarizing data to meet reporting requirements.
Therefore, the correct answer is:
C . A report with a summarize function on Quantity and filter condition Sum (Quantity) > 5 that the system applies after aggregation.


NEW QUESTION # 93
Six weeks after you deliver your application to production, your 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.
How do you begin your research to diagnose the cause of the reported performance issue?

  • A. Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
  • B. Observe the cluster and node status on the Enterprise Health Console.
  • C. Look at the performance profile and DB Trace output from each node.
  • D. Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.

Answer: B


NEW QUESTION # 94
Given the following classes and properties:
myco-data-shape (abstract)
area
color
myco-data-shape-rectangle
length
width
myco-data-shape-circle
radius
a page list property .shapes is defined as being of the abstract class myco-data-shape.
select two correct statements. (choose two)

  • A. A rule existing in myco-data-shape can be overridden in myco-data-shape-circle.
  • B. a rule defined in myco-data-shape-rectangle can modify the. Color property.
  • C. pages of .Shapes can be of either myco-data-Shape-rectangle or myco-data-shape-circle, but all pages must be the same.
  • D. pages of shapes can contain. length and. Radius.

Answer: A,B


NEW QUESTION # 95
XYZ, Inc. is multinational software interested in deploying a worldwide application as soon as possible. The application currently does not have requirements that depend on its user's geographical region. An outside consultant suggested that the application initially be generated with a framework and implementation layer.
Which three questions do you ask to validate the outside consultant's recommendation? (Choose Three)

  • A. Can the framework layer instead consist of multiple built-on applications?
  • B. How many languages and locales must the application eventually support?
  • C. Is there an intent to market the framework layer to other companies?
  • D. What is the name of the first division or region that uses the application?
  • E. Is there a reason why this decision cannot be made at a later time?

Answer: B,C,D

Explanation:
When designing a worldwide application, it is important to consider various factors such as the number of languages and locales, the intent to market the framework layer, and the initial deployment region. These questions help validate the consultant's recommendation by addressing key aspects of the application's architecture and deployment strategy.
Reference:
Pega Framework and Implementation Layers: Pega Framework


NEW QUESTION # 96
An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications.
How do you satisfy this requirement ?

  • A. configure the native mobile app to creat a claim case using the page API
  • B. Package the claims management application as a SDK mobile app
  • C. Embed the claims management application in the native mobile app using a pega web Mashup gadget
  • D. Configure a service to creat claim cases when called from the native mobile app

Answer: B


NEW QUESTION # 97
A shipping case needs to wait for a designated time period before progressing In its flow. The developer considers using either a Wait shape or an assignment with a service-level agreement (SLA) to perform this function.
Identify the use case where an assignment with an SLA is the preferred approach.

  • A. There is a requirement to present a custom UI form to the user before the designated time.
  • B. There is a requirement to adjust the case urgency when the creation of the assignment occurs.
  • C. There is a requirement to perform an action before the designated time.
  • D. There is a requirement to manually step past the waiting point before the designated time.

Answer: B

Explanation:
When deciding between using a Wait shape or an assignment with an SLA in a Pega case flow:
Assignment with SLA (C):
An assignment with an SLA is preferred when there is a requirement to adjust the case urgency at the time of assignment creation. SLAs allow you to specify goals, deadlines, and escalation actions that can modify the urgency of the case.
This approach is suitable when you need to ensure that the case is handled within a certain timeframe and that the urgency can dynamically change based on business rules.
Reference:
Pega Case Management Best Practices
Pega SLA Configuration Guide


NEW QUESTION # 98
U+ Bank wants to offer credit cards only to customers with a low-risk profile. The customers are divided into various risk segments from AAA to CCC. The risk segmentation rules that the business provides use the Age and the customer Credit Score based on the following table. The bank uses a scorecard model to determine the customer Credit Score.

As a decisioning architect, how do you Implement the business requirement?

  • A. Add a decision table to a decision strategy and reference it in the scorecard component.
  • B. Add a decision table to a decision strategy and pass the credit score as the parameter.
  • C. Add three contact policies that correspond to the three risk segments.
  • D. Add the risk segmentation rules in the Results tab of the scorecard rule.

Answer: B

Explanation:
To implement the business requirement for risk segmentation using age and credit score:
Create a decision table that defines the risk segmentation rules.
Add this decision table to a decision strategy.
Pass the customer's credit score as a parameter to the decision table to determine the appropriate risk segment.


NEW QUESTION # 99
MyMealth Corporation wants to use the age of the claim to increase the urgency on the assignment so that claims processors work on the most urgent claims first. The claim assignment urgency increases by 1 each day the claim remains in an unresolved status. At any time. My Health has up to 10,000 claims in process. Claims in the PendingProcessing workbasket are subject to this calculation. The application updates the claim urgency daily before the work day begins. AM claims are processed within 30 days.
MyHealth also processes complaint cases from health plan members. Complaint cases use a service level agreement (SLA) to ensure the customer service representatives respond to complaints within 48 hours. All claims processors work in Los Angeles 9:00 AM-5:OQ PM PST.
Which approach satisfies the claim urgency requirement and provides the best experience for the claims processor?

  • A. Use a declare expression to increment the pytJrgcncyAsp/gnAdjur.t value to 1. When a claim processor opens the assignment, the urgency is increased by 1.
  • B. Use an advanced agent on a dedicated node to increment the pyUrgencyAssignAdjust value by 1 for every assignment that matches the selection criteria.
  • C. Use the overall SLA to increment the pyUrgencyAssignAdjust value by 1. Reset the goal date to the following day
  • D. Use the assignment SLA to increment the pyUnjerncyAssiqnAdjust value by 1 every day the claim is in an open status.

Answer: B

Explanation:
To ensure claim processors work on the most urgent claims first, consider the following approach:
Advanced Agent: Implement an advanced agent on a dedicated node to increment the pyUrgencyAssignAdjust value by 1 for each assignment that meets the selection criteria. This agent can run at the start of each day to update the urgency of all claims in the PendingProcessing workbasket.
Dedicated Node: Using a dedicated node ensures that the urgency update process does not interfere with other application processes and can handle the large volume of claims efficiently.


NEW QUESTION # 100
your application connects to two REST services that list details about bank offices.
One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.
the other REST service uses a city name as a GET parameter and returns adetailedlist of back offices in cities with that name. The application uses data pages to cache details about bank offices.
select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)

  • A. sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time
  • B. sourcing data from a single REST connector that is circumstanced based on the input parameter
  • C. sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time
  • D. sourcing data from both rest connectors and using the response data transform to select the correct data

Answer: A,C


NEW QUESTION # 101
Select three operations that Elasticsearch queries can support when using a report definition. (Choose Three)

  • A. Only Include matching rows
  • B. Greater than
  • C. Starts with
  • D. Custom SQL functions
  • E. Contains

Answer: B,C,E

Explanation:
* Elasticsearch Query Support:
Elasticsearch queries support operations such as "Starts with", "Contains", and "Greater than", which are useful for various search and filtering needs.
* Reference:
Pega's use of Elasticsearch for indexing and searching data provides support for these operations to enhance report definitions.
* Therefore, the correct answers are:
A . Starts with
B . Contains
E . Greater than


NEW QUESTION # 102
which of the following things do you need to add to the whitelist for a mobile application to function correctly while offline?

  • A. Validate rules on an email address field
  • B. Filed values used to populate a drop-down
  • C. Data paga used to source a drop-down list
  • D. Data transforms invoked by custom javascript

Answer: C

Explanation:
When configuring a mobile application to function correctly while offline, it's essential to ensure that data used to populate drop-down lists is available offline. This requires adding the relevant data pages to the whitelist. The data pages will then be downloaded and cached on the mobile device, ensuring that drop-down lists can be populated without requiring an active network connection.


NEW QUESTION # 103
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 autogenerated link control with a shortcut key and limit its obsolute width.
  • B. Create a new autogenerated button control and alter its caption to support a shortcut key.
  • C. Create a new custom text label control set as required and uses relative widths.
  • D. Create a new custom burton control that uses an image and uses a fixed width.

Answer: B

Explanation:
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.


NEW QUESTION # 104
In the Answer Area, determine where data is stored for each design option.

Answer:

Explanation:
use the same as below.
Explanation:
Select as under.
Letter Description automatically generated


NEW QUESTION # 105
......

Pass PEGACPLSA88V1 Exam - Real Questions and Answers: https://www.test4engine.com/PEGACPLSA88V1_exam-latest-braindumps.html

Pass PEGACPLSA88V1 Review Guide, Reliable PEGACPLSA88V1 Test Engine: https://drive.google.com/open?id=1JKuYLLoNYb9z-QB6uQ0UV3Fdwmv2PRLV