Valid PEGAPCSA86V1 Exam Q&A PDF PEGAPCSA86V1 Dump is Ready (Updated 89 Questions) [Q23-Q46]

Share

Valid PEGAPCSA86V1 Exam Q&A PDF PEGAPCSA86V1 Dump is Ready (Updated 89 Questions)

Exam Questions and Answers for  PEGAPCSA86V1 Study Guide

NEW QUESTION 23
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date.
A manager requests that the report show only those customers who meet the following conditions:
* The customer is on a monthly billing cycle
* The credit card is either MoreCash or Vista
* The credit card expires within 60 days
Which set of filtering conditions returns a report with the desired data?

  • A. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
  • B. Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
  • C. Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
  • D. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.

Answer: D

 

NEW QUESTION 24
A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base .
What approach maximizes reuse and maintainability?

  • A. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.
  • B. Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.
  • C. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
  • D. Place the updated rules into a new ruleset and include the new ruleset in a new application.

Answer: A

 

NEW QUESTION 25
A data page holds product information and has the Reload if Older Than field set to 30 minutes.
The data page is created at 7:43.
The user then performs the following actions:
8:10 the user refreshes the product information
8:45 the user refreshes the product information
At what time is the data page reloaded?

  • A. 8:40
  • B. 8:13
  • C. 8:10
  • D. 8:45

Answer: D

 

NEW QUESTION 26
An order fulfillment case type allows a customer to update user profile information during the order placement stage.
The user profile consists of the following three pages:
* Account ID and password
* Customer contact information
* A list of open orders with status of each order
How do you configure the case type to allow customers to update any of the user profile pages at any time during case processing?

  • A. Add an optional process to the case workflow.
  • B. Add a set of optional actions to the case workflow.
  • C. Add a button for each profile page to each assignment.
  • D. Add an alternate stage to the case life cycle.

Answer: A

 

NEW QUESTION 27
A customer views a product available in multiple color options. The customer must select only one color for each product.
Which Ul control allows a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options?

  • A. Text input
  • B. Drop-down
  • C. Radio buttons
  • D. Check box

Answer: C

 

NEW QUESTION 28
You are configuring an external data source using the Integration Designer. You have the REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source .
What other information do you need to configure the external data source?

  • A. The name of the database where the source data is stored
  • B. The data views using the external data source
  • C. A plan for mapping the data and REST response fields
  • D. A backup endpoint URL if the configured URL refuses to connect

Answer: D

 

NEW QUESTION 29
You are developing a case type to process visa applications. As part of the process, applicants need to schedule an interview with the console. A child case is created for the interview process and assessment. Following the interview, it typically takes 48 hours for the to reach a decision. For the visa case to proceed to applicant notification, the interview case needs to be resolved .
How do you configure a case to achieve the required behavior?

  • A. Add a Create step creates the interview child case, There is no need to add a wait step.
  • B. Add a Create step creates the interview child case. Following the step, add a Wait step that pauses the parent case unit the interview case status of Resolved.
  • C. Add a Create step creates the interview child case, Following the step, add a Wait step that pauses the parent case unit 48 have elapsed.
  • D. Add a Create step creates the interview child case. Following the step, add a Wait step that pauses the parent case unit the interview case reaches a status of Resolved and after 48 hours have elapsed.

Answer: B

 

NEW QUESTION 30
The inheritance path for an application contains four copies of the pyDefault data transformation that set property values for two properties: Work item Urgency and Prefix.

If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix use crates an auto claim case?

  • A. Work Item Urgency =20, prefix =C-
  • B. Work Item Urgency =25, prefix = [no value]
  • C. Work Item Urgency =10, prefix = 0-
  • D. Work Item Urgency = 25, prefix = C-

Answer: D

 

NEW QUESTION 31
What is the relationship between pyWorkPage and case data?

  • A. pyWorkPage stores all the data pages generated when a case resolves.
  • B. pyWorkPage timestamps all the data generated while creating and processing a case.
  • C. pyWorkPage stores all the data generated while creating and processing a case.

Answer: C

 

NEW QUESTION 32
You are designing a medical claim case type and haw the following requirement: Method claims must be resolved within 5 days. To meet this requirement you need to set the_________. the service level to 5 days.

  • A. goal
  • B. deadline
  • C. passed deadline
  • D. urgency

Answer: B

 

NEW QUESTION 33
With Pega's Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?

  • A. Create a rule for the variation and add it to a secondary common application layer.
  • B. Create a rule for the variation and add the rule to the layer for the region.
  • C. Create a rule for the variation and add the rule to the common layer of the application.
  • D. Create a rule for the variation and replace the existing HR time off rule in the application common layer.

Answer: A

 

NEW QUESTION 34
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix.

If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?

  • A. Work Item Urgency = 10, Prefix = [no value]
  • B. Work Item Urgency = 20, Prefix = "A-"
  • C. Work Item Urgency = 10, Prefix = MC-"
  • D. Work Item Urgency = 0, Prefix = MC-W

Answer: C

 

NEW QUESTION 35
You are implementing a data entry screen to include an asset ID field to track company equipment. All asset IDs are eight characters in length. The first three characters are letters followed by a five-digit number .
Which validation approach restricts entries to the required format?

  • A. Validate rule
  • B. Edit Validate rule
  • C. Text data type
  • D. Min/Max characters

Answer: B

 

NEW QUESTION 36
Which two configurations do you use to validate the minimum age of a new potential customer in the Collect Account lnformation assignment step? (Choose Two)

  • A. Reference the Edit Validate rule on the CollectAccountlnformation flow action.
  • B. Create and Edit Validate rule to check the customer age.
  • C. Reference the Edit validate rule on the CollectAccountlnformation assignment.
  • D. Create a Validate rule to check the customer age.
  • E. Reference the Validate rule on the CollectAccountlnformation flow action.
  • F. Reference the Validate rule on the CollectAccountlnformation assignment.

Answer: D,E

 

NEW QUESTION 37
In designing your application, you want to apply consistent visual styles to all parts of the application.
How do you meet this requirement?

  • A. Specify a skin in the harness rule.
  • B. Use the Live Ul tool to select the skin rule.
  • C. Specify a skin in the application rule.
  • D. Apply styles to the screen layout.

Answer: C

 

NEW QUESTION 38
Which business need do you address through delegation?

  • A. A general manager must approve catering proposals that exceed EUR5000.
  • B. A care supervisor wants to authorize a second opinion for an insurance claim.
  • C. A service representative must attach the appropriate form when emailing a customer.
  • D. A risk officer wants to adjust the income threshold for automobile loans.

Answer: D

 

NEW QUESTION 39
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability.
How do you enforce these restrictions when requesting an instant loan?

  • A. Use Ul controls to validate the entries in the income and liability fields.
  • B. Use two Edit Validate rules: one for income and one for liability.
  • C. Use a single Validate rule with two conditions: one for income and one for liability.
  • D. Use a Validate rule to call two Edit validate rules: one for income and one for liability.

Answer: C

 

NEW QUESTION 40
A user view includes a list of four urgency options selectable by radio buttons .
How do you configure the selection list?

  • A. Configure a field group with selectable urgency options.
  • B. Configure a drop down field with selectable urgency options.
  • C. Configure a Boolean field with selectable urgency options.
  • D. Configure a picklist with radio buttons for the urgency options.

Answer: D

 

NEW QUESTION 41
How do you indicate the progress of a case towards resolution?

  • A. Update the case status on the appropriate steps.
  • B. Design intent-driven user interfaces.
  • C. Apply service levels to the assignment steps.
  • D. Configure a case notes field to capture progress information

Answer: A

 

NEW QUESTION 42
A requirement states: Loan applicants must enter their annual salary. If the salary is above the qualifying threshold, the application is automatically approved. If the salary is below threshold, the applicant must identify a cosigner.
Select two configuration options that follow best practices to meet the requirement. (Choose two.)

  • A. Create an assignment step for a loan officer to review the applicant's annual salary and determine if a cosigner is necessary.
  • B. Design a user view with an annual salary field. Create an optional action to collect information about the cosigner and assign the action to the appropriate stage.
  • C. Use a collect information step with an annual salary field. Use a decision shape to determine whether to advance to a step to enter cosigner information or complete the process.
  • D. Design a user view with an annual salary field and a section for cosigner information. Use a Visible When condition to display the cosigner section when the salary is below the threshold.

Answer: C,D

 

NEW QUESTION 43
A requirement states: The tax identification number must contain 10 digits .
How do you configure the field to support this requirement?

  • A. Configure a validate rule to test the tax identification number pattern.
  • B. Use an edit validate rule that validates the tax identification number pattern.
  • C. Use a decimal property type and make the field required.
  • D. Set the minimum and maximum values to "10" in a text field-

Answer: B

 

NEW QUESTION 44
An online retailer allows customers to select a courier service for deliveries. The list of available courier services is drawn from a data type sourced in the Pega database. The Fulfillment department wants to allow local warehouse managers to add courier services to mitigate increases in delivery limes and remove courier services that fail to meet delivery metrics .
Which two options are required increase managers to update courier service records in production? (Choose Two)

  • A. Enable rule checkout for the local wherehous manager
  • B. Delegate the records for the courier service data type.
  • C. Create an access group for local wherehouse manager
  • D. Define an approval process for adding and removing courier services.

Answer: B,C

 

NEW QUESTION 45
In an application for configuring hardware equipment for new employees, the manager chooses a laptop model from a drop-down list. The list of available laptop models is maintained in an external system and may change over time .
Which of the following do you use as the data source for this drop-down list?

  • A. A local list
  • B. A data transform
  • C. A data page
  • D. A data table

Answer: C

 

NEW QUESTION 46
......

Certification dumps - Pega CSA PEGAPCSA86V1 guides - 100% valid: https://www.fast2test.com/PEGAPCSA86V1-premium-file.html

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어