[Jan 13, 2022] PEGAPCSA85V1 Test Prep Training Practice Exam Questions Practice Tests
Exam Questions Answers Braindumps PEGAPCSA85V1 Exam Dumps PDF Questions
NEW QUESTION 51
NO.76 The business process for an automobile insurance claim consists of the following phases:
* Submission: The customer contacts a customer service representative (CSR) to file the claim.
* Review: An adjuster reviews the claim, assesses the damages to each vehicle, and provides an estimate of the cost of repairs.
* Repair: A third patty performs the repairs on each vehicle, communicating with the adjuster and customer as necessary.
* Verification: After each vehicle repair, the adjuster closes the claim. According to Pega best practices, which phase can you implement as a child case?
- A. Review
- B. Submission
- C. Verification
C Repair
Answer: B
NEW QUESTION 52
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 a Validate rule to call two Edit validate rules: one for income and one for liability.
- B. Use two Edit Validate rules: one for income and one for liability.
- C. Use Ul controls to validate the entries in the income and liability fields.
- D. Use a single Validate rule with two conditions: one for income and one for liability.
Answer: D
NEW QUESTION 53
You are creating a case type to process job applications for a large corporation. Job applications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check. How do you configure a case type to achieve the required behavior?
- A. Create a process for the background check and an optional process for the physical assessment.
- B. Create a process on one stage for the background check and a process on another stage for the physical assessment.
- C. Create a process for the physical assessment that is followed by a process for the background check.
- D. Create a process for the physical assessment that is parallel to the background check process.
Answer: D
NEW QUESTION 54
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 ruleset and include the new ruleset in a new application.
- B. 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.
- 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 version of the application.
Answer: B
NEW QUESTION 55
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 AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- C. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- D. Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next
60 days
Answer: C
NEW QUESTION 56
You have created a new report that contains a list of employees, hire dates, and managers. You have been asked to display each manager in a row. Beneath each manager row, you must list the manager's employees and their hire dates. How do you support this request?
- A. Group the manager column
- B. Filter the manager column
- C. Summarize the manager column
- D. Sort the manager column
Answer: A
NEW QUESTION 57
A customer calls to apply for a new bank account. The customer service representative (CSR) needs to perform an assignment named Select Account Type. During the discussion, the customer can request written information regarding different account types. Select the case lifecycle design that satisfies this requirement.
- A. Add a router to the Select Account Type assignment.
- B. A user view for requesting information to the Select Account Type assignment.
- C. Add a case-wide optional action.
- D. Add an optional action to the stage that contains the Select Account Type assignment.
Answer: D
NEW QUESTION 58
NO.26 You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week.
On the entry form, employees see a summary of the total hours entered.
After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee.
You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances.
Which configuration option is used to summarize the remaining vacation and sick time?
- A. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
- B. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
- C. Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
- D. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
Answer: B
NEW QUESTION 59
What two pieces of information comprise a data element? (Choose Two)
- A. The value of the data element
- B. The name of the clipboard page
- C. The name of the referencing user view
- D. The name of the data element
Answer: A,D
NEW QUESTION 60
Your online shopping application serves international customers. You need to define a Data Page that holds currency exchange rates. All users accessing the application need to use the information.
The Scope of this Data Page should be set to________________.
- A. Application
- B. Node
- C. Reauestor
- D. Thread
Answer: B
NEW QUESTION 61
An online shopping application allows customers to select the item quantity of different goods and add items to the shopping cart. In the shopping cart, the application displays the price for each item type, indicates the quantity of each item type, calculate the total item prices, and calculate the total cost for all items in the shopping cart. The application pulls the price of each item type from a data page that references an external inventory management system. Select two unit tests useful in developing the shopping cart page. (Choose Two)
- A. Verify the data transform copies the correct value from the data page to the shopping cart page.
- B. Verify the price fields are displayed in the correct format.
- C. Verify the data page has the correct item prices.
- D. Verify the order total cost property is accurately calculated.
Answer: C,D
NEW QUESTION 62
A government application provides field placeholder values to help users enter the correct data. The Design Lead has asked you to increase the font size on ail field placeholder value components to help visually impaired users.
Which configuration applies the font styling requirement on the field placeholder values in the application?
- A. Upload a new application theme
- B. Add a new theme text entry to the application theme
- C. Run a case type that uses the component and change the font on the view
- D. Update the existing Default theme text entry
Answer: A
NEW QUESTION 63
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have.
You also create work items to address:
* A future enhancement request to group a set of existing steps into a multistep form
* A drop-down list that is missing one of the required options - This work item is in progress because the missing option prevents work from being done How do you populate the backlog directly from the spreadsheet?
- A. Create stories
- B. Create feedback
- C. Import stories
- D. Create bugs
Answer: C
NEW QUESTION 64
How do you route an assignment so that any available member of the department can perform the task?
- A. Route the assignment to the admin user ID.
- B. Route the assignment separately to all members.
- C. Route the assignment to a work queue.
- D. Route the assignment to a work list.
Answer: C
NEW QUESTION 65
From the left, drag each report into the corresponding report type on the right.
Answer:
Explanation:
Explanation
Graphical user interface, text, application, email Description automatically generated
NEW QUESTION 66
Employees submit time-off requests that must be approved by their manager. If the requested time off is extended beyond three weeks, the manager, director, and a member of human resources (HR) must approve the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A. Use a cascading approval with an authority matrix.
- B. Create a decision table and evaluate all rows.
- C. Configure custom approvals in the reporting structure.
- D. Use a cascading approval with a reporting structure.
Answer: A,D
NEW QUESTION 67
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 (Ul) 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 Ul rules in the base layer, and create a new layer for the payment rule for each division.
- B. Place the Ul rules and generic payment method rules in the base layer, and create a new layer for the division-specific payment rules.
- C. Place the Ul rules in the base layer, and create a new layer for the payment rules for both lines of business.
- D. Place the Ul rules in the base layer, and create a parallel base layer for the payments rules.
Answer: A
NEW QUESTION 68
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)
- A. An accountant wants to list the largest order for the last month, for each customer account.
- B. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
- C. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
- D. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
Answer: B,C
NEW QUESTION 69
Select each description on the left and drag it to the correct property mode on the right.
Answer:
Explanation:
NEW QUESTION 70
......
Download Free Pegasystems PEGAPCSA85V1 Real Exam Questions: https://www.testbraindump.com/PEGAPCSA85V1-exam-prep.html
