Pegasystems PEGAPCSSA87V1 Cert Guide PDF 100% Cover Real Exam Questions
Pass PEGAPCSSA87V1 Exam - Real Questions and Answers
NEW QUESTION # 35
A client requests that you add a footer to the Case Manager portal. How do you satisfy this request?
- A. Change the section layout on the harness referenced on the portal record.
- B. Update the portal format in the skin applied to the portal.
- C. Update the portal type on the portal record.
- D. Configure a navigation record to describe the new portal format.
Answer: D
NEW QUESTION # 36
You should consider using a field value when the list of allowed values is
- A. mostly static
- B. specific to one case type
- C. shared across all case types
- D. three or fewer items
Answer: B
NEW QUESTION # 37
Drag each security solution on the left to its appropriate use case.
Answer:
Explanation:
NEW QUESTION # 38
In the Answer Area, drag each mobile application solution on the left to the correct scenario.
Answer:
Explanation:
NEW QUESTION # 39
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.
* Only doctors are allowed to write prescriptions.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?
- A. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.
- B. Create a single access role for both doctors and nurses, and set the modify action to 5.
- C. Create a single access role for both doctors and nurses, and set the modify action to 1.
- D. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1.
Answer: A
NEW QUESTION # 40
What are the two most common ways to expose your application to an external system? (Choose Two)
- A. Leverage the Pega API.
- B. Create a connector linked to a data page.
- C. Configure a signed certificate.
- D. Create a web service with the Service wizard.
Answer: A,D
NEW QUESTION # 41
A chemical supplier processes thousands of online orders each day. The supplier provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock. When buyers select an item to order, the application displays the MSDS. The MSDS rarely changes.
Which of the following options ensures the MSDS is up to date when an order is created?
- A. Create a data page that contains the MSDS for each cleaning product.
- B. Create a keyed data page with the MSDS for each cleaning product.
- C. Configure a keyed data page that allows multiple pages for each key.
- D. Create a parameterized data page that loads a new MSDS for each product.
Answer: C
NEW QUESTION # 42
Which three options do you consider when deciding to use post-processing actions on a flow action? (Choose Three)
- A. The sequence in which the system runs different actions
- B. The potential reuse of the flow action
- C. The timing of the commit for the flow action
- D. The security setting for the flow action
- E. The effect if the flow action is reloaded
Answer: A,B,E
NEW QUESTION # 43
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 a When record.
- B. Apply an Access When record.
- C. Apply a Privilege record.
- D. Apply an Access Deny record.
Answer: B
NEW QUESTION # 44
In which of the following situations would you configure Application Settings?
- A. Two SOAP connectors execute in parallel to improve performance.
- B. The credentials for a REST service differ between development and production environments.
- C. The thresholds for a SLA are set to hours instead of days on a testing environment.
- D. A SOAP connector retums simulated data in the development environment.
Answer: B
NEW QUESTION # 45
Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.
Answer:
Explanation:
NEW QUESTION # 46
In which of the following situation do you use branches?
- A. Development team A is working in the development environment and the quality assurance (QA) team is testing in the QA environment.
- B. Development team A in India and development team B in UK are working on different applications in different times zones.
- C. Development team A is working on application 02.01.01 and development team B is working on application 02.02.02.
- D. Development team A and development team B are both working on application 02.01.01 at the same time.
Answer: D
NEW QUESTION # 47
You perform a major skim on the ruleset ABC:02-02 to ABC:03-01.
In the Answer area, select the ruleset versions that the skim operation uses.
Answer:
Explanation:
NEW QUESTION # 48
Which three items are generated and displayed in the compliance score of an application? (Choose Three)
- A. Unweighted compliance score out of 100
- B. Rules with unjustified warnings in the application
- C. Total core rules used in the application
- D. Rules with warnings in the application
- E. Percentage of compliant rules in the application
Answer: A,B,E
NEW QUESTION # 49
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 a When record.
- B. Apply an Access When record.
- C. Apply a Privilege record.
- D. Apply an Access Deny record.
Answer: B
NEW QUESTION # 50
Drag each security solution on the left to its appropriate use case.
Answer:
Explanation:
NEW QUESTION # 51
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration? (Choose two.)
- A. Users are expected to create cases, open assignments, and manage data privacy.
- B. Developers have access to only App Studio when configuring the integration.
- C. Minimal resources are assigned to update Pega Platform for each new release.
- D. The application is built on Pega Platform version 8.2 using UI Kit.
Answer: A,B
NEW QUESTION # 52
Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.
Answer:
Explanation:
NEW QUESTION # 53
Which two use cases correctly describe controlling access to an attachment category? (Choose Two)
- A. Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true.
- B. Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false.
- C. Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment.
- D. Configure the privilege "DeleteOwn" and assign it to a user so that a user can delete their own attachments.
Answer: A,D
NEW QUESTION # 54
A fitness organization wants to ensure that data is entered correctly into an online form when users apply for, or update, their membership information.
Which scenario requires an edit validate rule?
- A. New members can get a 20% discount, if they enter the Coupon Code SAVE.
- B. Existing members must enter their membership number in the correct format, M-######-0#.
- C. New members must be at least 18 years of age at the time they sign up for membership.
- D. The first and last name are required on the form, but a middle name or initial is optional.
Answer: B
NEW QUESTION # 55
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 Queue-For-Processing method in an activity and design a standard queue processor.
- B. Use the Run in background step in the case life cycle and design a standard queue processor.
- C. Use the Run in background step in the case life cycle and design a dedicated queue processor.
- D. Use the Queue-For-Processing method in an activity and design a dedicated queue processor.
Answer: C,D
NEW QUESTION # 56
You have a requirement to associate users in different units to the same work queue.
How do you implement this requirement?
- A. Associate the users to a common work group. Then associate the work group to the appropriate units.
- B. Associate the users to a common work group. Then associate a work queue to the work group.
- C. Associate the users to a common unit. Then associate a work queue to the common unit.
- D. Associate the users to a common work queue. Then associate the work queue to the appropriate units.
Answer: B
NEW QUESTION # 57
If a customer reports an issue with their online order, an Investigation case is created. All assignments for Investigation cases are higher priority than assignment Which configuration supports the requirements to have a greater default urgency on Investigation case assignments?
- A. Create a SLA rule and ensure that the assignment is ready immediately.
- B. Increase the initial urgency on the case type settings.
- C. Create a SLA rule and increase the initial urgency.
- D. Configure an optional action to enable manual changes to case urgency.
Answer: B
NEW QUESTION # 58
The Static Assembler is used to address rules assembly issues due to which cause?
- A. The server is managing a large number of rules caches.
- B. Access groups contain multiple production rulesets.
- C. The application record lists several branch rulesets.
- D. A new application is migrated to the production system.
Answer: D
NEW QUESTION # 59
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 an Access When record to verify that the case type has access to the Run reports action.
- B. Use an automation to verify that a user does not have access to the App: Users access role before running the report
- C. Use the Access Manager and set the Run reports action for the case type to No Access for the user role.
- D. Use an Access When record to verify that the user role has access to the Run reports action.
Answer: C
NEW QUESTION # 60
......
100% Free PEGAPCSSA87V1 Daily Practice Exam With 115 Questions: https://www.pass4leader.com/Pegasystems/PEGAPCSSA87V1-exam.html
Pass PEGAPCSSA87V1 Review Guide, Reliable PEGAPCSSA87V1 Test Engine: https://drive.google.com/open?id=1VKgB55LJLDj67fnfXElhc5rqnDcJI46c