Practice Free PEGACPLSA24V1 Exam Online Questions
A pega application has cases that represent customer accounts each with many members. When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded.
An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes.
Which two elements are valid design choices? (choose two)
- A . Create a Registration subcase configured to run in offline mode.
- B . Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
- C . Use the optimistic locking option on the case types.
- D . Leverage the default object lock contention requeuing capability.
Which of the following options are the responsibilities of Lead System Architect to support Citizen developers to configure applications using App Studio? (Choose Two)
- A . Authoring decision tables.
- B . Creating design templates for selection in App Studio while configuring a view for a process step.
- C . Adding case types.
- D . Enabling branch development so that citizen developers can use it.
When producing queries for reporting, which SQL function would you use to calculate the average of a numeric column?
- A . AVG()
- B . COUNT()
- C . SUM()
- D . MIN()
Which three of the following options make up the three-level data modeling approach?
- A . Logical
- B . Physical
- C . Conceptual
- D . Extensible
- E . Flexible
A Pega Platform application designed for customer onboarding in a bank involves multiple subprocesses and extensive data entry and retrieval. With over 15 screens to navigate, the Quality Assurance team faces challenges in thoroughly testing the application. Each bug fix requires the team to restart testing from the beginning, adding to the difficulty.
What suggestion do you adopt as a Lead System Architect to assist the team?
- A . Suggest that the team begins recording with the screen recording feature of the browser, and then replay the recording when testing the application after performing bug fixes.
- B . Encourage the team to write utilities to speed up the testing process.
- C . Advise the team to create Pega test suites to run the bulk test cases in one go and speed up the testing process.
- D . Advise the team to begin recording the testing performed using the scenario testing feature, and then replay the recording when testing the application after performing bug fixes.
As a Lead System Architect, one of your principal duties involves advocating for the reuse of assets. You have the authority to harness the features of the Library in App Studio.
Which two of the following statements best encapsulate the advantages of the Library? (Choose Two)
- A . Update the existing components to make it more specific to the current application.
- B . Perform create, read, update, and delete operations on the library components.
- C . Manage or add components to your application to enable new features.
- D . Use the library to optimize your application creation by reusing assets from all the existing applications developed in your Pega ecosystem.
You are a Pega developer working on a complex application. During the development process, you encounter several guardrail warnings.
In this context, which of the following statements about guardrail warnings is true?
- A . Guardrail warnings are stored in the pc_rule_declare database table.
- B . A Rule with a guardrail warning can still run.
- C . A guardrail warning prevents the system from saving the Rule.
- D . Only one guardrail warning is displayed on the Rule form.
Which two content security policies come with Pega Platform™ by default? (Choose Two)
- A . pxDefaultAllowAll
- B . pxDefaultAllowAll
- C . pxDefaultAllowAll
- D . pxDefaultSecured
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
What are two potential impacts if large data sets are generated by a report and scheduled to be sent to group of users? (Choose Two)
- A . Can cause testing issue.
- B . Can cause out-of-memory issues.
- C . Can cause Network latency issues.
- D . Can cause hardware failure.
