Latest Pegasystems PEGAPCSA87V1 Practice Test Questions, Pega Certified System Architect (PCSA) 87V1 Exam Dumps
Aug-2022 Pass Pegasystems PEGAPCSA87V1 Exam in First Attempt Easily
Pegasystems PEGAPCSA87V1 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
NEW QUESTION 87
Users can access an apartment hunting application from different devices with different screen sizes.
A screen displays the photos of available properties. By default, the photos are displayed in three columns.
When the screen width is less than 800 pixels, the photos should be displayed in two columns. How do you implement the screen for this requirement?
- A. Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid tripleto inline-grid double format.
- B. Use a column layout with a responsive breakpoint at 800 pixels to hide the left column.
- C. Circumstance the section rule to display different number of columns at different screen sizes.
- D. Circumstance the layout to display different number of columns at different screen sizes.
Answer: A
NEW QUESTION 88
A developer configures a button with the action set as shown in the following image.

Answer:
Explanation:
Explanation
Text, letter Description automatically generated
NEW QUESTION 89
Several Development teams work on different enhancements.
The release date for each enhancement is uncertain. Which two options allow each team to keep its work separate? (Choose Two)
- A. Set up a branch ruleset for each team
- B. Create a production ruleset for each team.
- C. Create a new ruleset version for each team.
- D. Create a new application for each team
Answer: A,C
NEW QUESTION 90
Which requirement is fulfilled by configuration a field value?
- A. Service agents are able to enter feedback in multiple languages.
- B. Customers can add an unlimited number of items to an online shopping card.
- C. A government official can enter comments that require location.
- D. A global hotel chain application can display current amenties in 23 languages.
Answer: C,D
NEW QUESTION 91
Which two statements about data records are true? (Choose Two)
- A. Data records are displayed in a searchable text field by default.
- B. Data records define permissible values for data fields.
- C. Data records require external storage.
- D. Data records are displayed in a drop-down list by default.
Answer: B,C
NEW QUESTION 92
On a service level, the passed deadline interval is measured from
- A. the end of the goal interval
- B. when the assignment is ready for a user
- C. the end of the deadline interval
- D. when a user begins the assignment
Answer: A
NEW QUESTION 93
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 Vista, Billing Cycle equals monthly, and Expiration Date equals next
60 days - C. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 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 94
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Trace tool allow you to diagnose the problem without affecting application performed? (Choose Two.)
- A. The Event monitor
- B. The Clipboard tool
- C. Breakpoints
- D. The Watch function
Answer: A,D
NEW QUESTION 95
Which studio do you use to configure a service level agreement (SLA) with a passed deadline?
- A. Prediction Studio
- B. Admin Studio
- C. Dev Studio
- D. App Studio
Answer: C
NEW QUESTION 96
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 = 10, Prefix = [no value]
- C. Work Item Urgency = 10, Prefix = "C-"
- D. Work Item Urgency = 0, Prefix = "C-"
Answer: C
NEW QUESTION 97
Which two items must be provided by the user to add an external data source to a data object? (Choose Two)
- A. The authenticating information, if required by the corresponding service
- B. A data transform to map the application data model to the connector
- C. The uniform resource identifier that identifies the web service
- D. A simulated data source to test the implementation
Answer: A,C
NEW QUESTION 98
A disrupted transaction case records account information using a page property. Account information is recorded at the time the case is created and does not update when the case is further processed. Account information is stored in an external system and accessed by a data page.
How do you configure the account information page?
- A. Select refer to a data page on the page property
- B. Configure the page property to refer to a keyed data page
- C. Define a reference property that refers to the data page
- D. Select copy from a data page on the page property
Answer: D
NEW QUESTION 99
Which scenario is a use case for the Wait step?
- A. An agent needs to send a confirmation email to an insured customer after they complete a form.
- B. The customer cannot complete an application for a checking account until a bank representative reviews their credit report.
- C. The customer needs to log in to their account before receiving a membership discount on an online purchase.
- D. A payroll user cannot process a salary increase until the department manager approves the increase.
Answer: D
NEW QUESTION 100
You are configuring an accident claim case for an automobile insurance company with two child cases as illustrated. How do you suspend the Accident Claim case processing until the Vehicle Damage and Body Injury cases are resolved?
- A. Add a service level agreement to resolve the child cases within 90 days.
- B. Add a 30-day wait to the parent case to allow time for the child cases to resolve.
- C. Add a wait shape to the parent case pausing the parent case until the child cases resolve.
- D. Add an approval shape to each of the child cases to resolve the cases.
Answer: C
NEW QUESTION 101
An accident claim case creates a vehicle claim case for each vehicle involved in an accident. Which two configurations prevent the accident claim case from resolving before all vehicle claims are resolved? (Choose Two)
- A. Add an optional process to pause the accident case until the vehicle claims are paid.
- B. Add a wait step to the accident claim case to wait until ail vehicle claims have a status of Resolved.
- C. Add each vehicle claim as a child case of the accident claim.
- D. Add a manual approval step to the accident claim case.
Answer: B,C
NEW QUESTION 102
A business architect has developed a new process for a case type. To verify that the UI elements collect the expected result, you want to test the process and the fields.
Which two configuration, when used together, allow you to record a set of interactions and save the test result to verify process functionality? (Choose two.)
- A. Create a scenario tests for the case type.
- B. Add explicit assertions on the UI elements.
- C. Add explicit assertions on the Scenario testing landing page.
- D. Create a unit test for the case type.
Answer: B,C
NEW QUESTION 103
Which three use cases demonstrate the Pega dynamic Ul behavior? (Choose Three)
- A. Display a message upon form submission that a date field must be in the future.
- B. Display partner information fields when a screen loads for married applicants.
- C. Unmask a password field when users click an icon.
- D. Automatically calculate order total when users change quantities.
- E. Display a shipping address section when users select the Different than billing address check box.
Answer: B,C,E
NEW QUESTION 104
......
Free PEGAPCSA87V1 Exam Files Downloaded Instantly 100% Dumps & Practice Exam: https://www.vce4dumps.com/PEGAPCSA87V1-valid-torrent.html
Updated Verified PEGAPCSA87V1 dumps Q&As - 100% Pass Guaranteed: https://drive.google.com/open?id=1Dv6tCrIqYhYgwuIIDHtihfq_LsxetS2W