Get 2023 Free Pegasystems PEGAPCSSA87V1 Exam Practice Materials Collection [Q63-Q82]

Share

Get 2023 Free Pegasystems PEGAPCSSA87V1 Exam Practice Materials Collection

Get Latest and 100% Accurate PEGAPCSSA87V1 Exam Questions


The PEGAPCSSA87V1 exam is a challenging exam that requires a lot of preparation and dedication. It is designed to test the knowledge and expertise of the individual in the Pega platform. However, passing PEGAPCSSA87V1 exam can be extremely beneficial for professionals looking to advance in their careers. It not only validates their skills and expertise but also opens up new opportunities for them in the industry.


To be eligible for the PEGAPCSSA87V1 exam, candidates must have completed the Pega Certified System Architect (PCSA) exam and have at least six months of experience in designing and implementing Pega solutions. It is also recommended that candidates attend the Pega Senior System Architect training course before taking the exam.

 

NEW QUESTION # 63
To reduce training requirements for users, a company wants to utilize the existing front end of their application. How can a third-party application use Pega Platform?

  • A. By using middleware tools in application servers
  • B. By exposing third-party application services
  • C. By using REST calls from the Pega API
  • D. By using database tables for staging the requests

Answer: C


NEW QUESTION # 64
Drag the application integration methods on the left to the appropriate use cases on the right.

Answer:

Explanation:


NEW QUESTION # 65
You are preparing to create a new major version of an application ruleset with multiple minor and patch versions.
How do you create the new ruleset version?

  • A. Lock and roll the existing ruleset versions to the new version.
  • B. Merge the existing rules in the relevant ruleset versions to the new version.
  • C. Skim the relevant ruleset versions to copy the highest versions of the existing rules to the new version.
  • D. Create a new application ruleset by using the appropriate version number.

Answer: C


NEW QUESTION # 66
How do you ensure that only a manager can run a specific flow action?

  • A. Add a validate rule to the flow action form to determine whether the user is a manager.
  • B. Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.
  • C. Add an Access When condition to the flow action to determine whether the user is a manager.
  • D. Add a pre-processing activity to the flow action form to determine whether the user is a manager.

Answer: B


NEW QUESTION # 67
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)

  • A. Enables users to continue interacting with mobile apps while offline.
  • B. Allows downloading of rules for offline use with a mobile app.
  • C. Provides access to static resources such as HTML files, image files, or JS files.
  • D. Supports debugging efforts by providing a run-time view of the rules accessed by the app.

Answer: A,C


NEW QUESTION # 68
A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.
* Patients access cases on a read-only basis.
* Patients can only access their own cases.
* Doctors and nurses can modify cases throughout the case life cycle.
8 Only doctors are allowed to write prescriptions.
What two steps, when performed together, allow you to ensure that patients can read, but not edit, cases? (Choose Two)

  • A. Configure an Access of Role to Object rule with the open case action set to 5.
  • B. Configure an Access Role to Object rule with the open case action set to 1.
  • C. Configure an access control policy condition to test whether the user is a patient.
  • D. Create an access group unique to patients.

Answer: A,C


NEW QUESTION # 69
An assignment service-level agreement (SLA) is configured with the following details:
* Initial urgency: 20
* Assignment ready: Timed delay of 2 hours
* Goal: 5 hours and increase urgency by 10
* Deadline: 2 hours and increase urgency by 25
* Passed deadline: 1 hour, increase urgency by 5, and limit events to 6
The case reaches the assignment at 9 AM on Wednesday.
Assuming no other urgency adjustments, what is the assignment urgency 6.5 hours after the case reaches the assignment?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C


NEW QUESTION # 70
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)

  • A. Capture PAL readings after significant changes to a process to identify any performance impact.
  • B. Run PAL as an end user to account for any performance differences due to the portal itself.
  • C. Capture a PAL reading for a process with good performance to establish a benchmark for comparison.
  • D. Run the process to completion first to perform needed rule assembly and avoid skewed results.

Answer: A,D


NEW QUESTION # 71
Which statement is true about connectors?

  • A. Connectors establish a link to a service on another system.
  • B. Connectors require a REST service to function.
  • C. Connectors can be referenced from data transforms.
  • D. Connectors use a listener that runs in the background.

Answer: C


NEW QUESTION # 72
An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:

If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?

  • A. Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
  • B. Instances of MyCo-HR-SelfService-Work
  • C. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
  • D. Instances of all Work- derived classes

Answer: C


NEW QUESTION # 73
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?

  • A. Configure the data transform as post-processing instead of pre-processing.
  • B. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  • C. Add logic to the pre-processing data transform to test if values were already initiated.
  • D. Do nothing. The pre-processing data transform is only called once for each assignment.

Answer: C


NEW QUESTION # 74
What is the function of class mapping for reports?

  • A. Assign an ID to a class so reports can reference specific properties.
  • B. Retrieve data from an associated database table.
  • C. Create a new Database table record for a Pega Platform class.
  • D. Ensure all data from one report belongs to a single Case type instance.

Answer: B


NEW QUESTION # 75
In the following example, the Homelns, Homelnslnt, and Customer rulesets are configured for application validation. MyCo and MyCoInt are configured for ruleset validation. MyCo lists MyCoInt and Customer as its prerequisites, and the prerequisite for MyCoInt is Pega-ProcessCommander.
Which of the following statements is correct?

  • A. Rules in Customer can reference rules in Homelns.
  • B. Rules in MyCo can reference rules in Homelns.
  • C. Rules in MyCoInt can reference rules in Customer.
  • D. Rules in MyCo can reference rules in Homelnslnt.

Answer: A


NEW QUESTION # 76
An assignment service-level agreement (SLA) is configured with the following details:
* Initial urgency: 20
* Assignment ready: Timed delay of 1 hour
* Goal: 5 hours and increase urgency by 10
* Deadline: 8 hours and increase urgency by 20
* Passed deadline: 2 hours, increase urgency by 20, and limit events to 5 Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D


NEW QUESTION # 77
What are three valid ways to exchange data through a Pega Web Mashup? (Choose Three)

  • A. Use the Javascript function doAction() to set or read data values through the hosting web page.
  • B. Use an action object configured as a script to perform additional actions on a web mashup gadget.
  • C. Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.
  • D. Use an SQL call to exchange data between the mashup and hosting web page.
  • E. Use a queue processor to pass updated attributes to the gadget on the hosting web page.

Answer: A,B,C


NEW QUESTION # 78
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review. Which two steps do you perform to implement this requirement? (Choose Two)

  • A. Configure a data transform to apply the Open-Review status on the appropriate assignments.
  • B. Apply the Open-Review status to the appropriate assignments.
  • C. Add Open-Review as an allowed status on the case type record.
  • D. Create a field value record for the Open-Review status.

Answer: A,B


NEW QUESTION # 79
An assignment service-level agreement (SLA) is configured with the following details:
*Initial urgency: 15
*Assignment ready: Timed delay of 2 hours
*Goal: 1 hour and increase urgency by 10
*Deadline: 2 hours and increase urgency by 15
*Passed deadline: 1 hour, increase urgency by 10, and limit events to 10
Assuming no other urgency adjustments, what is the assignment urgency 4.5 hours after the case reaches the assignment?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C


NEW QUESTION # 80
A Pega Platform application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as expected?

  • A. Automation Test
  • B. Unit Test
  • C. Performance test.
  • D. Scenario Test

Answer: B


NEW QUESTION # 81
Which two data elements can be used as an attribute for an access control policy? (Choose Two)

  • A. Appointment date
  • B. Password string
  • C. Number of dependents
  • D. Encrypted bank account number

Answer: D


NEW QUESTION # 82
......

Maximum Grades By Making ready With PEGAPCSSA87V1 Dumps: https://www.exam4tests.com/PEGAPCSSA87V1-valid-braindumps.html

Prepare PEGAPCSSA87V1 Exam Questions Recently Updated Questions: https://drive.google.com/open?id=1ly6HnVIDBEfJj4VsNd95sBgkDUQsJLAZ