2024 Valid PEGAPCSSA87V1 Real Exam Questions (Updated) 100% Dumps & Practice Exam
[UPDATED 2024] Pegasystems PEGAPCSSA87V1 Questions Prepare with Free Demo of PDF
NEW QUESTION # 11
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day.
How do you implement this use case?
- A. Create a queue processor that can process orders received by the company.
- B. Create scheduled jobs, one for each run, that can process accumulated orders.
- C. Create batches of orders and send each batch for processing when it gets full.
- D. Create one scheduled job and set its run schedule to multiple times a day.
Answer: D
NEW QUESTION # 12
An application includes three case types.
A business requirements states that members of the App:
Users access role cannot run reports for one of the case types.
Which configuration can you apply to satisfy this requirement?
- A. Use the Access Manager and set the Run reports action for the case type to No Access for the user role.
- B. Use an Access When record to verify that the user role has access to the Run reports action.
- C. Use an Access When record to verify that the case type has access to the Run reports action.
- D. Use an automation to verify that a user does not have access to the App: Users access role before running the report
Answer: A
NEW QUESTION # 13
Drag the application integration methods on the left to the appropriate use cases on the right.
Answer:
Explanation:
NEW QUESTION # 14
Teams X and Y work on different enhancements in the same ruleset. The release date for each enhancement is uncertain.
Which two options, when performed together, allow each team to keep its work separate? (Choose Two)
- A. Create a branch ruleset for each team.
- B. Apply privileges to the rules each team configures.
- C. Create access groups for each of the teams.
- D. Create a new ruleset version for one of the teams.
Answer: A,D
NEW QUESTION # 15
A city resident can report potholes to the Department of Transportation by logging in to a mobile Pega Platform application that utilizes the Pega API.
Which two Pega API interactions do you use to facilitate this? (Choose two.)
- A. Update the report using GET/cases
- B. Log into the application using PUT/authenticate
- C. Submit the report using POST/cases
- D. Access the related case type to report using GET/casetypes
Answer: B,C
NEW QUESTION # 16
Which two statements are valid regarding Pega Web Mashups? (Choose two.)
- A. A user can view their worklist in an external portal and select items to take action on.
- B. A mashup display starts by calling either a flow or a harness from a Pega application.
- C. Pega Platform limits a mashup to working on existing cases.
- D. A mashup can allow access to Dev Studio for full system configuration.
Answer: A,B
NEW QUESTION # 17
Which two configuration are required when adding a Split Join shape to your case life cycle? (Choose two)
- A. Enter a rule that stores the audit note that you want to include in the audit trail of the subprocess.
- B. Define when the parent process resumes processing based on the status of subprocess or the evaluation of when condition.
- C. Configure the context of the subprocess by selecting the current page, a specific work item, or an embedded page.
- D. Link an application to the subprocess to specify information about the subprocess in the application documentation.
Answer: B,C
NEW QUESTION # 18
In MLP2, the business asks you to create a mobile app for an existing Pega Platform application.
Which two of the following actions are required to create the mobile app? (Choose Two)
- A. Configure the mobile application access in Dev Studio.
- B. Set up push notifications for developers.
- C. Configure access to the Pega Mobile Build Server.
- D. Create a certificate set.
Answer: C,D
NEW QUESTION # 19
The primary purpose of a production ruleset is to allow rules to be
- A. reused in multiple production environments
- B. tested in a production environment
- C. updated in a production environment
- D. migrated to a production environment
Answer: D
NEW QUESTION # 20
An assignment service-level agreement (SLA) is configured with the following details?
* Initial urgency: 20
* Assignment ready: Timed delay of 1hr
* Goal: 5hr and increase urgency by 10
* Deadline: 8hr and increase urgency by 20
* Passed deadline: 2hr, increase urgency by 20, and limit events to 5
Assuming no other urgency adjustment, what is assignment urgency 16hr after the case reaches the assignment?
Answer:
Explanation:
100
NEW QUESTION # 21
A requirement states that the Manager role cannot open a purchase request during the Audit stage.
How do you configure the case stage to satisfy this requirement?
- A. Apply an Access Deny record.
- B. Apply an Access When record.
- C. Apply a Privilege record.
- D. Apply a When record.
Answer: B
NEW QUESTION # 22
Your application contains the following versions of a service level named AuthorizeClaim.
The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?
- A. Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
- B. Make the circumstanced rules in the AccountOpen class unavailable.
- C. Withdraw the circumstanced rules in the AccountOpen class.
- D. Block the circumstanced rules in the AccountOpen class.
Answer: B
NEW QUESTION # 23
Which two configurations can you use to include access groups into your Product rule? (Choose Two)
- A. Associate the access groups with a ruleset included in the application.
- B. Export the access groups using the Access Manager.
- C. Add the access groups to the application definition.
- D. Add the access group to the Product record in the Individual instances to include section.
Answer: A,D
NEW QUESTION # 24
MyCo insurance company completes the development phase of its application and decides to start the testing phase of the application in a testing environment. To migrate the application, the development team created an instance of the Rule Admin Product class, that includes the application and data instances to migrate.
Which two components does the Rule-Admin-Product instance include by default when you generate an archive file? (Choose Two)
- A. Pega Platform rules
- B. Checked-out rules
- C. MyCo- class instances
- D. Checked-in rules
Answer: C,D
NEW QUESTION # 25
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?
- A. Skim the existing ruleset and update the existing application version.
- B. Create a new application version and add the new ruleset version as a production ruleset.
- C. Create a branch ruleset and a new application, and add the branch ruleset to the application.
- D. Lock and roll the existing ruleset, and create a new application version.
Answer: D
NEW QUESTION # 26
A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.
Which implementation satisfies this requirement?
- A. Create a multivariate circumstanced rule, a circumstanced definition, and a circumstanced template.
- B. Create a single property circumstanced rule and a when rule.
- C. Create a single property circumstanced rule.
- D. Create a multivariate circumstanced rule and a when rule.
Answer: A
NEW QUESTION # 27
Place the steps in the order in which a service processes a request.
Answer:
Explanation:
NEW QUESTION # 28
A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.
Select two possible designs for this use case. (Choose Two)
- A. Use the Run in background step in the case life cycle and design a standard queue processor.
- B. Use the Queue-For-Processing method in an activity and design a standard queue processor.
- C. Use the Queue-For-Processing method in an activity and design a dedicated queue processor.
- D. Use the Run in background step in the case life cycle and design a dedicated queue processor.
Answer: C,D
NEW QUESTION # 29
What is the function of class mapping for reports?
- A. Retrieve data from an associated database table.
- B. Ensure all data from one report belongs to a single Case type instance.
- C. Assign an ID to a class so reports can reference specific properties.
- D. Create a new Database table record for a Pega Platform class.
Answer: A
NEW QUESTION # 30
A form must support accessibility.
How do you enable a user to specify a date?
- A. Configure a text box to allow date entry.
- B. Provide separate controls for month, day, and year.
- C. Use a calendar control that displays an entire year.
- D. Use a calendar control that displays an entire month.
Answer: C
NEW QUESTION # 31
A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose Two)
- A. Configure the application nodes with node types.
- B. Select the Include in background processing option on the application rule.
- C. Associate the queue processors with the appropriate node types.
- D. Configure the queue processors to run multiple times a day.
Answer: A,C
NEW QUESTION # 32
Application Settings allow you to____________.
- A. store references to an external system connected to an application
- B. simulate data in an environment for testing purposes
- C. execute connectors in parallel to improve performance
- D. automate the application migration process
Answer: A
NEW QUESTION # 33
......
PEGAPCSSA87V1 Deluxe Study Guide with Online Test Engine: https://www.dumptorrent.com/PEGAPCSSA87V1-braindumps-torrent.html
NEW 2024 Certification Sample Questions PEGAPCSSA87V1 Dumps & Practice Exam: https://drive.google.com/open?id=1lCOL533Dp1OSGfqcn13AswZbSnfAE8lJ