Practice Free PEGACPLSA24V1 Exam Online Questions
Your application server is experiencing out-of-memory (OOM) errors. You suspect that the issue is related to a new report you recently put into production.
Which of the following options is the likeliest reason that the report is causing these OOM issues?
- A . Unoptimized properties.
- B . Large result sets.
- C . Complex SQL requests.
- D . Heavy network traffic.
How do deployment choices affect design decisions in Pega applications?
- A . Deployment choices impact the user interface design and layout.
- B . They do not have any significant influence on design decisions.
- C . The choice of deployment affects the selection of application monitoring tools.
- D . They may influence the use of specific rulesets and configurations based on the target environment.
Which of the following statements about Case Specialization are most accurate? (Choose Two)
- A . Any Property visible to a case can be used to specialize the case
- B . Case Specialization enables multiple case structures for the same case type
- C . A Specialized case type can cover another specialized case type
- D . A Specialized case type does not support automatic instantiation for its covered items
- E . The starting process of a specialized case type is a circumstanced version of the base case starting flow
A consumer goods company has an application that introduces new products to the market. The application helps enhance the products before they are released. Products have multiple attributes that are sourced from multiple services. The services must be validated and posted, and the UI should minimize the delay and the number of clicks required to view the data.
Which of the following approaches renders all the details effectively?
- A . Define smaller sections, and use a multi-step screen flow.
- B . Define smaller sections, with buttons to populate each section when clicked.
- C . Define smaller sections and implement them as collapsible sections.
- D . Distribute all the fields into multiple tabs and load them by using a defer load activity.
ABC organization has a case management application where users handle customer complaints. Each complaint case contains various details, including the following attributes: Case title: A brief description of the complaint. Creation date: The date when the complaint was registered. Complaint name: The name of the person who filed the complaint. Complaint details: A more detailed description of the issue. ABC wants to allow certain users (for example, managers and supervisors) to gain insights into complaint cases even if they do not have full read access.
What is the primary purpose of the ABAC Discover policy in the case management application?
- A . To reveal sensitive details about complaint cases to managers and supervisors.
- B . To restrict access to complaint cases for all users.
- C . To prevent any user from accessing the case dashboard.
- D . To allow managers and supervisors to view essential case information.
You are a Pega team lead, and your team is working on a critical project. To ensure quality and consistency, you decide to implement the Rule check-in approval feature.
Which two of the following actions would you take to manage this feature effectively? (Choose Two)
- A . Ignore the approval process for minor Rule changes.
- B . Regularly review the approval process and make adjustments as necessary.
- C . Allow all team members to approve their own Rule check-ins.
- D . Assign a specific senior team member to review and approve all Rule check-ins.
In the HRApp application, there are sensitive reports related to hiring and compensation. These reports must only be accessible to senior executives.
What is the best possible way to achieve this requirement?
- A . Implement a role-based access control system that restricts access to the reports based on the role of the user.
- B . Use the Access Control Check feature in Pega Platform to identify any potential security risks in the custom code.
- C . Assign the HRApp:SeniorExec role to the relevant users and ensure that this role has the necessary permissions for the reports.
- D . Implement a data masking strategy to protect sensitive data in the reports.
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.
The AI capability of Pega Platform™ has a built-in mechanism for automated decisioning that uses natural language processing (NLP) and machine learning. However, Pega Platform also supports third-party AI platforms.
Which two of the following third-party platforms are currently supported by Pega Platform? (Choose Two)
- A . Amazon Sage Maker
- B . Google AI Platform
- C . IBM Watson assistant
- D . Microsoft Azure AI
When designing reports for performance, what technique can help reduce query execution time?
- A . Including multiple complex SQL functions in the queries.
- B . Storing pre-aggregated data in the reporting database.
- C . Using a higher level of normalization in the database schema.
- D . Running reports during peak business hours to improve response time.
