Practice Free PEGACPLSA24V1 Exam Online Questions
Which of the following statements are most accurate about ad-hoc work? (Choose Two)
- A . Both operations involving the creation of ad-hoc work and the conversion of ad-hoc work into a case type require a specific privilege
- B . By default, an ad-hoc work item class is the class group of the current work
- C . Process commander allows an ad-hoc work to be the child of another ad-hoc work
- D . An ad-hoc work item can only be converted into a case type as a subcase of an existing case type
- E . In order to convert an ad-hoc work item into a case type, it must NOT be an instance of a class group
Which two of the following options are best practices for using App Studio? (Choose Two)
- A . Create reusable IT assets using App Studio.
- B . Share business assets across applications.
- C . Manage reusable assets through a center of excellence (COE).
- D . Avoid using App Studio for Directly Capture Objectives (DCO) sessions.
XYZ Corporation would like a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and 15 years, between 5 and 10 years, and less than 5 years.
How do you implement this report using Pega?
- A . Use a SQL Function.
- B . Use a listView with a custom getContent Activity.
- C . Use a correlated subreport.
- D . Use a Connect-SQL rule.
How do you begin your research to diagnose the cause of the reported performance issue?
- A . Look at the performance profile and DB Trace out put from each node.
- B . Observe the cluster and node status on the Enterprise Health Console.
- C . Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
- D . Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
Which three of the following items make sense to be packaged as components? (Choose Three)
- A . Application rules
- B . Case types
- C . Correspondence
- D . Function library
- E . Integration assets
The Center of Excellence (COE) team is performing a design review of multiple applications. The team identifies that some applications are not in line with the Center-out™ business architecture.
Which two of the following design statements are uncharacterisitc of the Center-out approach? (Choose Two)
- A . The organization currently operates in one region only, so the design has one enterprise layer and one production application layer. Separate the organization-wide assets from the assets that are specific to the production application.
- B . All the channels in an organization have their own back-end-specific business logic to retrieve and display the required data.
- C . The organization uses two different legacy database systems: define data access, and persistence with the data virtualization layer.
- D . The organization uses two different legacy database systems, so define data access and data presentation rules that are very specific to the existing database vendors. The execution of database queries is faster, and output can be displayed very quickly with this design approach.
What is the role of a "Case Designer" in the context of designing Pega applications? (Select all that apply)
- A . Responsible for creating user interfaces and user experience design.
- B . In charge of developing and maintaining application backend logic.
- C . Involved in defining case hierarchy and relationships between case types.
- D . Coordinates with stakeholders to gather business requirements.
You are a Pega DevOps engineer, and you are setting up a release pipeline for a new project. You are considering which tools to use as an Automation server.
In this context, which of the following tools can you use as an Automation server in a DevOps release pipeline in Pega Platform™?
- A . Docker
- B . Both Jenkins and JFrog Artifactory
- C . Jenkins
- D . JFrog Artifactory
In what two ways do Declare OnChange and Declare Trigger instances differ? (Choose Two)
- A . Declare OnChange rules run in memory; Declare Trigger rules run directly on the database server
- B . Declare OnChange rules cannot execute a commit; Declare Trigger rules can
- C . Declare OnChange rules can start a policy override; Declare Trigger rules cannot
- D . Declare Trigger activities can be run in a child (background) requestor; Declare OnChange rules cannot
- E . Only Declare Trigger rules can execute activities
In which three of the following ways can an application be specialized? (Choose Three)
- A . Through ruleset overriding
- B . By using decision rules
- C . Through class inheritance
- D . By using branching
- E . By circumstancing
