Practice Free PEGACPLSA24V1 Exam Online Questions
An airline service allows flight bookings from 10 days before a flight to 1 hour before the flight departure time. There can be multiple reservations and a reservation can be cancelled until 2 hours before the departure time. A flight case represents an actual flight instance.
Which of the following options best suits implementation of limited availability and concurrent reservations?
- A . Reservation is data with reference to flight cases.
- B . Reservations as a sibling case to the flight case.
- C . Reservations are part of the flight case as an embedded page.
- D . Reservations as child cases to the flight case.
What is the main advantage of using associations in reporting?
- A . Associations provide a way to create complex sub-reports within a primary report.
- B . Associations allow querying data from multiple related classes in a single report.
- C . Associations improve the visual layout and design of the reports.
- D . Associations automatically optimize SQL queries for better performance.
How can you ensure that a background process does not consume excessive system resources and cause performance issues?
- A . By assigning the background process to run on the most powerful server node.
- B . By setting a high priority level for the background process.
- C . By monitoring the system’s resource usage and adjusting the background process accordingly.
- D . By running the background process continuously without any delays between tasks.
Which two of the following statements are true about component applications? (Choose Two)
- A . Component applications do not contain case types.
- B . Component applications are designed to be used as built-on applications.
- C . Component applications cannot be self-testable.
- D . Component applications can be composed of other components.
Which two of the following reasons are the main difference between push routing and pull routing? (Choose Two)
- A . Push routing is initiated during the context of case processing, and pull routing is initiated outside the context of case processing.
- B . The behavior of push routing is configured in Rule-System-Settings , but pull routing is not.
- C . Push routing activity names begin with the word To , and pull routing activity names begin with either Get or Find.
- D . The security type value for push routing activities is Route, while the security type value for pull routing activities is Activity.
What does a release pipeline typically consist of? (Select all that apply)
- A . Automated testing stages to validate code changes.
- B . Manual testing stages for specific critical components.
- C . Continuous integration tasks to build and test code changes.
- D . Deployment stages for pushing changes to different environments.
- E . Staging environments for final production testing.
How can polymorphism be applied in data modeling in Pega applications? (Select all that apply)
- A . Defining data classes that inherit properties and behavior from multiple parent classes.
- B . Using data types to enforce strict data typing and prevent type conversion errors.
- C . Creating multiple instances of the same data class with different data values.
- D . Polymorphism is not applicable in data modeling; it is only used in rule resolution.
Which one of the following object-oriented programming principles do Pega Platform component applications follow?
- A . Open/Closed
- B . Liskov Substitution
- C . Open-ended design
- D . Interface Segregation
Which two of the following statements are true with respect to queue processor? (Choose Two)
- A . The node that is associated to queue processor must be a Stream node type.
- B . The partition count for a queue processor cannot be modified.
- C . The node that is associated with the queue processor can be the Stream node type.
- D . The partition count for a queue processor can be modified.
Enabling audit tracking on each property used in the application does not impact the performance of the application.
- A . True
- B . False
