2021 PEGAPCSA85V1 Premium Files Test pdf - Free Dumps Collection
Get ready to pass the PEGAPCSA85V1 Exam right now using our Pega Certified System Architect (PCSA) 8 Exam Package
NEW QUESTION 37
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
Which set of filtering condition 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 Credit Card (equals Vista AND 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 Vista, Billing Cycle monthly, and Expiration Date equals next 60 days
Answer: B
NEW QUESTION 38
Which two configurations do you use to validate the minimum age of a new potential customer in the CollectAccountlnformation assignment step? (Choose Two)
- A. Create a Validate rule to check the customer age.
- B. Reference the Validate rule on the CollectAccountlnformation flow action.
- C. Reference the Validate rule on the CollectAccountlnformation assignment.
- D. Create and Edit Validate rule to check the customer age.
- E. Reference the Edit validate rule on the CollectAccountlnformation assignment.
- F. Reference the Edit Validate rule on the CollectAccountlnformation flow action.
Answer: A,B
NEW QUESTION 39
Apartment tenants submit maintenance requests that specify their name, address, request type, and description of the request. The apartment management company often receives multiple requests from a single address about the same issue. The company wants to identify duplicate maintenance requests that are submitted less than 30 days apart.
Which three configurations, when applied in combination on the Search duplicate cases step, achieve this goal? (Choose Three)
- A. Configure a time period for the request date as a weighted condition.
- B. Configure the apartment address as a basic condition.
- C. Configure the apartment address as a weighted condition.
- D. Configure the tenant name as a basic condition.
- E. Configure the request type as a weighted condition.
Answer: A,C,E
NEW QUESTION 40
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. urgency
- B. deadline
- C. passed deadline
- D. goal
Answer: B
NEW QUESTION 41
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)
- A. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
- B. An accountant wants to list the largest order for the last month, for each customer account.
- C. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
- D. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
Answer: C,D
NEW QUESTION 42
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door.
Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.
Answer:
Explanation:
NEW QUESTION 43
From the employee training portal, an employee opens a new Enrollment case, submits course selections, and receives an email confirmation. There is an error in the email confirmation. You must identify the cause of the error by recording a set of interactions on the portal and testing expected behavior on the data collection fields.
What three steps, when applied in combination, achieve the required testing? (Choose Three)
- A. Add field validations on the course selection step.
- B. Add assertions on the UI elements to verify correct data collection.
- C. Create a test case for the employee portal.
- D. Add stage-entry validations on the Enrollment case fields.
- E. Run a new Enrollment case from the employee training portal.
Answer: B,D,E
NEW QUESTION 44
Which two conditions do you test with a unit test? (Choose Two)
- A. An application displays user views for 20 users within three seconds.
- B. An application is successfully migrated to a test system.
- C. A data page populates without any errors.
- D. A property value is set correctly by a data transform.
Answer: B,D
NEW QUESTION 45
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 times and remove courier services that fail to meet delivery metrics. Which two options are required to allow local warehouse managers to update courier service records in production? (Choose two.)
- A. Create an access group for local warehouse managers.
- B. Enable rule checkout for the local warehouse managers.
- C. Delegate the records for the courier service data type.
- D. Define an approval process for adding and removing courier services.
Answer: A,C
NEW QUESTION 46
Users can select a check box to subscribe to a text messaging service. Selecting the check box displays a field for a user to enter a mobile phone number.
How do you configure the application to display a field for entering a mobile phone number only when the check box is selected?
- A. Use a when condition in the UI form to determine whether to show the mobile phone number field.
- B. Use a when condition in a data transform to determine whether to show the mobile phone number field.
- C. Use a circumstance on the check box property to create a rule variant that is effective when the check box is selected.
- D. Use a when condition in the flow to branch the flow based on case data.
Answer: A
NEW QUESTION 47
Based on security factors, which two options are considered strong passwords? (Choose Two)
- A. 1Lik3Chocolate&StrawberryIcecre@m
- B. d8073&gxn*,.ki;vnhdf($h8un
- C. bluedoor
- D. Pe6@5yst3m$
Answer: B,D
NEW QUESTION 48
Select each Process Step on the left and drag it to the appropriate Flow Shape on the right.
Answer:
Explanation:
Explanation
Text Description automatically generated with low confidence
NEW QUESTION 49
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. Drop-down
- B. Radio buttons
- C. Text input
- D. Check box
Answer: B
NEW QUESTION 50
You are designing a credit transaction case type and have the following requirement:
Transaction disputes must be resolved within 3 days.
To meet this requirement you need to set the____________in the service level to 3 days.
- A. urgency
- B. deadline
- C. passed deadline
- D. goal
Answer: B
NEW QUESTION 51
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 a When rule. When the application references the remaining vacation and sick time, each value calculates.
- B. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
- C. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
- D. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
Answer: B
NEW QUESTION 52
Which business need do you address through delegation?
- A. A general manager must approve catering proposals that exceed EUR5000.
- B. A risk officer wants to adjust the income threshold for automobile loans.
- C. A care supervisor wants to authorize a second opinion for an insurance claim.
- D. A service representative must attach the appropriate form when emailing a customer.
Answer: B
NEW QUESTION 53
Which two conditions do you test with a unit test? (Choose two.)
- A. An application is successfully migrated to a test system.
- B. A data page populates without any errors.
- C. A property value is set correctly by a data transform.
- D. An application displays user views for 20 users within three seconds.
Answer: B,D
NEW QUESTION 54
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 equals monthly AND Expiration Date equals next 60 days.
- B. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- C. Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next
60 days - D. Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
Answer: A
NEW QUESTION 55
A bookseller maintains a database of more than 10,000 book titles. You have been asked to configure a form that a allow users to select a book by title. How do you configure the form?
- A. Add a drop-down control and Source the data using a data page.
C Add an autocomplete control and Source the data using a data page. - B. Add an autocomplete control and source the data from the clipboard work page.
- C. Add a drop-down control arid source the data from the property value used in the control.
Answer: B
NEW QUESTION 56
In which three situations can you use a data transform? (Choose Three)
- A. To execute a flow action
- B. To set default values for a case
- C. To copy the first and last name properties into a single property value
- D. To display the destination value as the location value
- E. To create the dependent property after case creation
Answer: B,C,D
NEW QUESTION 57
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 58
......
Master 2021 Latest The Questions Pega Certified System Architect (PCSA) 8 and Pass PEGAPCSA85V1 Real Exam!: https://www.vceengine.com/PEGAPCSA85V1-vce-test-engine.html
