Practice Free PEGACPLSA24V1 Exam Online Questions
Which two statements are true about asynchronous processing? (Choose Two)
- A . Job schedulers can have associates with more than one node type.
- B . Queue processors can have associates with more than one node type.
- C . Job schedulers use a Kafka-distributed streaming service to achieve maximum throughput.
- D . The replication factor of the queue processor ensures reliability and fault tolerance.
Which two statements are true about industry foundation data models?
- A . Data pages provided by the industry foundation data model need to be extended for each external integration.
- B . The industry foundation data model can only be used as a built-on application in conjunction with Pega applications.
- C . Pega’s industry foundation data model simplifies the complexity of many-to-many relationships.
- D . A best practice is to use the industry foundation data model as-is, as much as possible.
An application consisting of a single case requires sending correspondence at a designated time with minimal delay.
The existing solution uses an assignment to pause the case until an SLA invokes the escalation activity that sends the correspondence. Occasionally there is a delay in sending the correspondence.
Which two factors contribute to the delay? (Choose Two)
- A . Correspondence rule configuration
- B . The number of queued SI A objects
- C . Error handling for locked items
- D . Multiple open assignments on the same case
Which two of the following statements are true about Cosmos React? (Choose Two)
- A . Cosmos React allows rule delegation.
- B . Cosmos React supports localization.
- C . Cosmos React is best suited for applications that are built from scratch.
- D . Cosmos React improved system performance.
What are the key considerations for maintaining data integrity in a Pega application? (Select all that apply)
- A . Enforcing referential integrity constraints between data tables.
- B . Utilizing unique keys and indexes to prevent duplicate data entries.
- C . Implementing scheduled data backups for disaster recovery.
- D . Creating data pages with write-only access to restrict data modifications.
In a flight schedule management application, the initiation of a scheduled flight case triggers both pre-flight check and flight catering service processes. These processes require access to flight information, such as flight number, cabin class, number of seats, departure date and time, while also maintaining process-specific data elements.
Which one of the following options best describes the optimal data model for meeting this requirement?
- A . Set Schedule Flight as the parent case type, with the triggered processes as child case types. Store flight data within the Schedule Flight case. This data will then bepropagated to the child cases upon their creation.
- B . Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data in the travel management enterprise layer and create data classes specific to each child case type, inheriting directly from the travel management enterprise layer.
- C . Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data within the Schedule Flight class and develop data classes specific to each child case type.
- D . Set Schedule Flight as the parent case type, with the triggered processes as child case types. Place flight data within the work pool class, allowing all three case types to inherit properties from the work pool class.
Every day at 1 AM, all the ATM transactions at ABC Bank from the previous day are shared with the head office of the bank. All ATM machines perform this data sharing. ABC Bank uses this information to validate transactions and balance all the ledgers. If any discrepancy is identified, a dispute resolution flow initiates to investigate the root cause and resolve the dispute. ABC Bank has 1 million ATMs for which transactions need to be analyzed for discrepancies.
Which one of the following is the optimal solution for gathering the transaction information from all the ATMs?
- A . The ATM machines generate an Excel file of all the transactions and place it in a NAS directory.
Pega workflow processes the files using an Advanced agent. - B . The ATM machines generate an Excel file of all the transactions and place it in a NAS directory.
Pega workflow processes the files using a Queue Processor. - C . The ATM machines generate an Excel file of all the transactions and place it in a NAS directory.
Pega workflow processes the files using a Job Scheduler. - D . The ATM machines generate an Excel file of all the transactions and place it in a NAS directory.
Pega workflow processes the files using a Data Set of type File, and feeds the files into a Data Flow.
What is the best approach for implementing limited-availability-and-concurrency design patterns?
- A . Manage the limited resources by using the lock on the instance (data or case); once locked, Pega Platform automatically manages the concurrency.
- B . Use a data instance approach to represent each incoming request for consuming limited available resources. Handle requests with flags to manage resource locks and availability. Processing techniques in Pega Platform manage concurrency.
- C . Create a case instance for each request that represents consuming limited available resources.
Case management features in Pega Platform automatically manage locks and concurrency. - D . Circumstance the rule resolution algorithm to fit the requirements of the business use case; Pega Platform automatically manages the limited availability and concurrency.
Which of the following Skin rule customizations help satisfy the states requirements?
- A . In the Skin rule, configure the importance field for each column included in a repeating layout.
- B . In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.
- C . In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.
- D . In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.
A reference property can be best thought of as _____________?
- A . a reference to an external entity that is stored in a system of record
- B . a pointer between two pages or properties
- C . a property that can be referenced from any context at any time
- D . a property whose references are tracked for auditing purposes
- E . Another term for a linked property
