Practice Free PEGACPLSA24V1 Exam Online Questions
Which two of the following business use cases require the case-instance-first design pattern for implementation in Pega applications? (Choose Two)
- A . In a sports competition management system, users must be assigned to an existing sports competition case to provide a final score.
- B . In an event management system, event schedule preparation involves an approval process after a monthly schedule calendar is prepared.
- C . In a healthcare management system, a patient’s medical history is captured before processing diagnostic needs and scheduling an appointment with a specialist.
- D . In an e-commerce platform, customers can browse products and add them to their cart prior to proceeding to the checkout and billing process.
Which two of the following options are key benefits of using a release managementa pproach in Pega Platform™? (Choose Two)
- A . It provides a visual representation of the application development process.
- B . It enables faster application development.
- C . It reduces the need for manual intervention in the development process.
- D . It ensures that all changes undergo proper testing and approval before deployment.
Which column can be removed from Declare Index tables to improve performance?
- A . pxPvStream
- B . pyPvStream
- C . pwPvStream
- D . pzPvStream
Which two of the following scenarios necessitate API-based testing for Pega Infinity applications? (Choose Two)
- A . The navigation of UI screens changes frequently in the application, and the quality assurance team is having challenges navigating the different screens. Every aspect of the application is accessible through interfaces.
- B . Citizen developers seek to conduct unit tests for complex UI functionality from App Studio. Every aspect of the application is accessible through interfaces.
- C . The quality assurance team is on an annual vacation, and application testing must be completed within a tight timeframe.
- D . The user experience of the application is complex and requires a significant amount of time to navigate all screens. Every aspect of the application is accessible through interfaces.
How do you implement polymorphism when defining a data relationship field type during data modelling?
- A . Map a field type to a concrete class at design-time and allow its actual type to be determined at run-time.
- B . Map a field type to a class at design-time and allow its actual type to be determined by Pattern inheritance at run-time
- C . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.
- D . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.
Which three of the following options are flow-related assignment properties that can be used to identify assignments for cases in flight? (Choose Three)
- A . pyInterestPageClass
- B . pyLockInterval
- C . UrgencyAdjust
- D . pxTaskName
- E . pxTaskName
The clipboard contains a list of details for all companies on the NASDAQ stock Exchange. Select the requirement that indicates you use a page list instead of a page group.
- A . A DATA transform must iterate over the list.
- B . company details must be referenced using the company stock triker.
- C . the list must be sorted by company stock ticker.
- D . Each element in the list of companies must contain a list of accounts.
A job scheduler with a NotifyBusinessUser activity has been created in an application to send emails every day. However, the scheduler processing is not working as expected. After thorough analysis, the production support team noticed that some other application-specific activity with the same name as NotifyBusinessUser is executed at runtime.
What is a possible reason for the scheduler to not execute the application-specific activity? (Choose two)
- A . A sync requestor type rule does not have an application-specific access group.
- B . An activity rule is marked as blocked in the highest version of the current application.
- C . An activity rule is marked as blocked in the highest version of the current application.
- D . The system runtime context does not include the application.
Which technology is used by Pega Process Fabric to ensure efficient communication between microservices in a distributed architecture?
- A . Docker
- B . Kubernetes
- C . Hazelcast
- D . AWS Lambda
Which three of the following approaches are valid methods of extending rules in Pega Platform™? (Choose Three)
- A . Organization hierarchy
- B . Class
- C . Dynamic class referencing (DCR)
- D . Circumstance
- E . Ruleset
