Practice Free PEGACPLSA24V1 Exam Online Questions
You isolated the problem to node ! of the cluster. Y see node 1 goes down shortly after 3:00 P.M. every day with an out-of-memory error.
What is the likely cause of the out of-memory error?
- A . At 3:00 P.M., a robotic process automation runs every day. The mapping of results to each case type horn the automation is CPU intensive.
- B . At 3:00 P.M., managers view multiple reports displaying open assignments and cases so they can plan work for the following day.
- C . At 3:00 P.M., a job scheduler is mistakenly configured to run on a single Web Tier node that pulls an increasingly large number of records onto a clipboard page each day.
- D . At 3:00 P.M., a shift change occurs and several users login and display the" work list and dashboard.
What are three different ways to accommodate temporal data?
- A . Declare the data class as abstract.
- B . Use a data class with an As-Of date property.
- C . Leverage the History-Rule class.
- D . Use a data class with a version property.
- E . Use a custom rule.
XYZ Corp wants to streamline its business processes across various divisions and units. The goal is to develop a Pega application structure that efficiently uses resources while promoting a modular reuse architecture.
Given this scenario, which of the following options is the correct approach?
- A . Create an enterprise application with a framework application structure, and then create the required division and unit applications as implementation application structures.
- B . Create an enterprise application with an implementation application structure. Then, create the required division and unit applications as implementation application structures.
- C . Create an enterprise application with both framework and implementation application structures, and then create the required division and unit applications as implementation application structures on top of the framework structure.
- D . Create separate implementation application structures for each division and unit. Each application communicates with another by using DX APIs.
Which of the following statements are most accurate regarding the implementation of system of record integration? (Choose Two)
- A . Callback activities, such as OpenDefaults and PerformDefaults, can be modified to read system of record data when a work object is opened from the end user portal
- B . System of record integration should always be done procedurally so that the developer can explicitly determine when the integration should take place
- C . Declarative pages should be used in all system of record integration strategies
- D . Declarative pages are a useful mechanism to retrieve read-only system of record data as they are only executed when the data is referenced and are run regardless of when the data is accessed (e.g. agent, UI, activity, etc)
- E . System of record integration should be considered after designing the work types and processes
Which one of the following statements is true about data classes?
- A . Persisting a derived value, such as a date-dependent historical price, is acceptable for performance reasons provided that it is reproducible.
- B . A reference data class must not possess a BLOB column.
- C . Reference data must be embedded within a case’s BLOB.
- D . Every data class should be defined at the Enterprise layer under Org-Data-, then extended to higher layers.
Which two of the following terms are associated with the term "component"? (Choose Two)
- A . Ruleset
- B . Recursive
- C . Framework
- D . Interface
Which two reasons justify using subcases when designing a case hierarchy? (Choose Two)
- A . To simplify reporting, security, and auditing.
- B . When parallel processing of cases is optional.
- C . When multiple units of work must be completed simultaneously and independently.
- D . When optimistic locking is required.
When designing an effective case structure, which elements should be considered? (Select all that apply)
- A . The number of stages and steps required to complete the case.
- B . The level of integration with external systems and data sources.
- C . The availability of predefined templates for specific case types.
- D . The color scheme and layout of the case user interface.
In the context of Pega applications, what does "Containerization" refer to?
- A . Designing applications with modular components for easy integration.
- B . Deploying applications on a cloud-based platform.
- C . Packaging applications and their dependencies in isolated environments for portability.
- D . Utilizing virtual machines for application deployment.
While designing an application for a large set of users working across regions on a large set of data, which three of the following points have to be taken into consideration to improve the user experience?
- A . Use the deferred data loading technique.
- B . Leverage case management to divide complex cases.
- C . Maximize server-side expressions, calculations, and validation.
- D . Capture all the data required from user in a single form.
- E . Leverage asynchronous and background processing.
