Practice Free PEGACPLSA24V1 Exam Online Questions
The power company EnergyCo uses a PRPC-based Incident Management application with a single work type defined in the framework (class: EnergyCo-FW-IncMgt-Work-Incident).
EnergyCo has four divisions (DivA – DivD). DivD has a new requirement: Solar Panel related incidents are stored in a separate table from other incidents. There is no Solar Panel specific class.
In order to meet this new requirement, is it necessary to add a Solar Panel class?
- A . No; it is possible to circumstance based on an IncidentType property
- B . No; a add a Solar Panel specific database table instance to the EnergyCo-DivD-IncMgt- Work-Incident class
- C . Yes; it should only be added to the implementation layer (e.g. "EnergyCo-DivD-IncMgt- Work-Incident-SolarPanel")
- D . Yes; it should only be added to the framework layer for greater reusability (e.g. EnergyCo-FW-IncMgt-Work-Incident-SolarPanel)
A software development company is planning to deploy its application for a new client. The client has unique security concerns and requires full control over their resources.
Which architecture would be most suitable for this scenario, considering customization, security, and performance?
- A . Design with the multitenancy architecture.
- B . Define an architecture that uses single tenancy.
- C . Blueprint the application architecture with shared tenancy.
- D . Design with the architecture that defines isolated tenancy.
The test coverage report in Pega Platform helps to determine the number of rules covered during a test cycle. It is viewable at the application and user level.
Which of the following statements describes the difference between these two levels?
- A . The application level focuses on rules created at the application ruleset level, while the user level focuses on rules created in branch rulesets.
- B . The application level includes the details of testing performed by all users in that session, while the user level pertains only to the user who initiated the testing session.
- C . The application level encompasses details of testing conducted with APIs, while the user level is specific to testing that the user performs.
- D . The application level includes rules created at the enterprise application layer, while the user level involves rules created at the implementation layer.
In which three of the following ways can an application be specialized? (Choose Three)
- A . Through ruleset overriding
- B . By using decision rules
- C . Through class inheritance
- D . By using branching
- E . By circumstancing
How can you configure a flow to resume from the point of failure after an error is resolved?
- A . By using the Resume flow option in the Actions menu.
- B . By using the Ticket shape and setting the ticket name to pyRestartFlow.
- C . By using the Subprocess shape and calling the pyRestartFlow flow.
- D . By using the Assignment shape and setting the assignment type to Resume.
What are two limitations of performing a rollback of a deployment with a restore point (Choose Two)
- A . Application rule changes.
- B . Any Java .jar file imports.
- C . Any SQL schema changes.
- D . Rule changes that are associated with a ruleset version.
In the pharmaceutical industry, cases are routed to different work queues based on the drug type that is defined. Quality control analysts then pick the cases from a work queue. At the XYZ pharmaceuticals company, all current and future cases should route to a single work queue.
What is the best approach to implementing this change when considering in-flight cases?
- A . Create a new application version with a new ruleset. Add the flow into this new ruleset with new changes. Create a new access group and point to this new application version. Users can switch to earlier application versions to work on inflight cases and new application versions for new cases.
- B . Move existing assignments to one side of the process flow, then add a new assignment in the flow with both incoming and outgoing connectors. With this implementation, old cases are unimpacted.
- C . Replace multiple assignment steps with a single assignment step in the flow. If there are no steps executed in this stage, create a custom activity and then call the out-of-the-box RestartStage activity for each in-flight case, to reassign to the new work queue. Ensure that there are no active users during this process.
- D . Replace multiple assignments with a single assignment in the flow. Create a custom activity to invoke a standard Startflow activity for a new assignment to be created.
For which three conditions are client-side expressions better than the server-side expressions?
- A . Disabled conditions
- B . Edit-Input
- C . Edit-Validate
- D . Visibility conditions
- E . Required conditions
- F . Obj-Validate
A credit card application is deployed on Amazon Web Services (AWS) with an S3 repository. This application connects to other external applications to retrieve credit card and transaction details.
What is the recommended approach to authenticating the REST connections?
- A . Use a REST connector that is associated with a secure protocol for secure communication.
- B . Use a REST connector that is associated with an Amazon Web Services (AWS) authentication profile. For secure communication, use AWS authentication in an S3 repository.
- C . Configure an OAuth 2.0 provider data instance for secure communication over HTTPS.
- D . Use a REST connector that is associated with an external application authentication profile for secure communication.
In asynchronous service processing, which rule decides the queuing and dequeuing option?
- A . Connect response processor
- B . Connect request processor
- C . Service request processor
- D . Service response processor
