[Jul-2021] PEGAPCSA84V1 Pre-Exam Practice Tests | Exam Questions and Answers for Pega CSA Study Guide
Pega Certified System Architect (PCSA) 84V1 Certification Sample Questions
NEW QUESTION 62
Which two configuration steps do you perform, in combination, to record a unit test for automated testing? (Choose Two)
- A. Select a ruleset configured to store automated test cases.
- B. Select a ruleset that is configured to store the results of the test.
- C. Add an assertion to define an expected result.
- D. Add a test case to the Automated Testing landing page.
Answer: A,C
NEW QUESTION 63
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 two Edit Validate rules: one for income and one for liability.
- B. Use a single Validate rule with two conditions: one for income and one for liability.
- C. Use a Validate rule to call two Edit validate rules: one for income and one for liability.
- D. Use UI controls to validate the entries in the income and liability fields.
Answer: B
NEW QUESTION 64
In the Answer area, identify the type of data measured in each report.
Answer:
Explanation:

NEW QUESTION 65
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 = 20, Prefix = "A-"
- B. Work Item Urgency = 0, Prefix = "C-"
- C. Work Item Urgency = 10, Prefix = [no value]
- D. Work Item Urgency = 10, Prefix = "C-"
Answer: B
NEW QUESTION 66
In the Answer Area, select the Data Transform configuration that defaults the Quantity property value on a Purchase Request case to 1.
Answer:
Explanation:
NEW QUESTION 67
Using the following Refund case life cycle, how do you design this case to skip the Item Return stage if the item will not be returned?
- A. Add an Item Retention alternate stage and define a process for retention of item.
- B. Add a decision in the Item Return process to change the stage when a return is not necessary.
- C. Replace the Wait step in the Item Return stage with a Change Stage step.
- D. Add a condition to skip the Item Return stage when a return is not necessary.
Answer: D
NEW QUESTION 68
Hotspot Question
In the Answer Area, select the development team member that corresponds to each development task.
Answer:
Explanation:
NEW QUESTION 69
In a hotel reservation application, a form displays a list of hotels with available rooms based on the check- in and check-out dates entered by users.
How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
- A. Configure an action set on the hotel list display to refresh the section when the hotel list changes.
- B. Configure action sets on the date fields to refresh the section when the date values change.
- C. Configure edit validates on the date fields to refresh the section when the date values change.
- D. Display the hotel in an embedded section with a visible when condition.
Answer: B
NEW QUESTION 70
A requirement states: When a customer applies for a credit card, a credit check must be completed in order for the credit card to be approved.
Select the case type relationship that satisfies the requirement.
- A. Make credit check a child case of credit card request.
- B. Make both loan request and credit check top cases.
- C. Make credit card request a child case of credit check.
- D. Make credit check a spin-off case of credit card request.
Answer: D
NEW QUESTION 71
A developer is attempting to reference a validate rule called ValidateCustomer from a flow action applied to a case type class called ACME-IT-Work-Ticket. The case type class directly inherits from the Work- class. The case type class does not contain a ValidateCustomer validate rule.
Place the classes in the order in which Pega searches for the ValidateCustomer validate rule.
Answer:
Explanation:
NEW QUESTION 72
Select each description on the left and drag it to the correct field type on the right.
Answer:
Explanation:
NEW QUESTION 73
Drag and Drop Question
Select each Application Design Requirement on the left and drag it to the appropriate Design Approach on the right.
Answer:
Explanation:
NEW QUESTION 74
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. Update the existing Default theme text entry
- D. Run a case type that uses the component and change the font on the view
Answer: A
NEW QUESTION 75
With Pega's Situational Layer CakeTM approach, how do you configure a regional variation for Human Resources (HR) time off cases?
- A. Create a rule for the variation and replace the existing HR time off rule in the application common layer.
- B. Create a rule for the variation and add it to a secondary common application layer.
- C. Create a rule for the variation and add the rule to the layer for the region.
- D. Create a rule for the variation and add the rule to the common layer of the application.
Answer: B
NEW QUESTION 76
User A should have application permissions that are identical to User B's permissions. Unlike User B, User A lacks access to the My Cases page.
How do you grant access to the My Cases page for User A?
- A. Update the User A account to access the same portal as User B.
- B. Add the My Cases page to the User A profile.
- C. Update User A to the same role as User B.
- D. Add the My Cases page to the User A role.
Answer: C
NEW QUESTION 77
HOTSPOT
In the Answer area, identify the type of data measured in each report.
Answer:
Explanation:
NEW QUESTION 78
In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level.
Where should the service level be configured?
- A. The stage
- B. The process
- C. The case type
- D. The step
Answer: B
NEW QUESTION 79
On a service level, the passed deadline interval is measured from________________.
- A. the end of the deadline interval
- B. when the assignment is ready for a user
- C. when a user begins the assignment
- D. the end of the goal interval
Answer: A
NEW QUESTION 80
In a claims application, customers can file home insurance claims. Each claim contains a list of items of loss. Depending on circumstances, some claims are investigated for potential fraud in parallel to the actual claim process.
Which two entities would you model as case type? (Choose two.)
- A. Claim
- B. Fraud investigation
- C. Items of loss
- D. Customer
Answer: A,C
NEW QUESTION 81
You are configuring an accident claim case for an automobile insurance company with two child cases as illustrated.
The requirement changes to allow the Accident Claim case to continue before the Body Injury and Vehicle Damage cases resolve under certain circumstances.
How do you configure the Wait shape for this requirement?
- A. Configure the Wait shape to continue the parent case when the child case reaches auditor approval.
- B. Configure the Wait shape so users can choose to continue the parent case process regardless of child case status.
- C. Configure the Wait shape so that only one child case must resolve before the parent case can continue.
- D. Configure the Wait shape so continue the parent case when the child cases reach the payment pending review status.
Answer: B
NEW QUESTION 82
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days.
To meet this requirement, you need to set the __________ in the service level to 5 days.
- A. urgency
- B. deadline
- C. goal
- D. passed deadline
Answer: B
NEW QUESTION 83
A form listing nearby restaurants has four columns:
- Restaurant name
- Restaurant location
- Thumbnail image of the seating area
- Make reservation (check box)
You want to ensure that users have the information they need to make a reservation regardless of screen size. When viewed on a small screen, you do not need to display images.
What three configuration steps do you take to support this requirement? (Choose three.)
- A. Set the importance of the Restaurant name column to Primary.
- B. Set the importance of the image column to Other.
- C. Set the importance of the Restaurant location and Make reservation columns to Secondary.
- D. Set the importance of the Restaurant name and Make reservation columns to Primary.
- E. Set the importance of the Make reservation column to Primary.
- F. Set the importance of the image column to Secondary.
Answer: A,B,C
Explanation:
A: Set the importance of the Make reservation column to Primary. This would put an emphasis on the checkbox on smaller screens. Since the restaurant's name is most arguably more important, this answer is not the best one.
B: Set the importance of the Restaurant name column to Primary. At the very least, you want to expose the restaurant's name to users, even when using small screens. This is correct.
C: Set the importance of the image column to Other. Other means that Pega is allowed to omit this piece of information on small devices. This answer is correct.
D: Set the importance of the image column to Secondary. Secondary would still result in displaying the image on some tables and phones. The requirement was that images may be omitted, so this answer isn't the right one.
E: Set the importance of the Restaurant location and Make reservation columns to Secondary.
Correct. You want both pieces of information to be available. On smaller screens, primary will be displayed as header, while secondary columns are shown as list underneath.
F: Set the importance of the Restaurant name and Make reservation columns to Primary. Only one primary column is allowed per table. This answer is incorrect.
NEW QUESTION 84
......
Pegasystems Exam Practice Test To Gain Brilliante Result: https://www.dumpsactual.com/PEGAPCSA84V1-actualtests-dumps.html
