1.
Folowing best practices for reusable Uis __________ (Choose Two)
Correct Answer(s)
A. Makes it easier to use the same control type throught a section
C. Helps in providing a consistent UI structure and layout
Explanation
Following best practices for reusable UIs makes it easier to use the same control type throughout a section because it allows for consistency and familiarity for users. It also helps in providing a consistent UI structure and layout, which enhances the overall user experience and makes the application more user-friendly.
2.
Which of the following statements are true regarding repeating grids __________(Choose Two)
Correct Answer(s)
B. repeating grids can be used to display data in rows and columns
C. repeating grids can use a list data pages as a source
Explanation
Repeating grids can be used to display data in rows and columns because they are designed to present data in a tabular format, allowing users to view and interact with the data in a structured manner. Repeating grids can also use a list data page as a source, which means that the data displayed in the grid can be dynamically populated from a list data page, providing real-time updates and flexibility in the displayed data.
3.
You need to add a field to a form that provides a large list of dynamic values to choose from what
Correct Answer
D. AutoComplete
Explanation
AutoComplete is the correct answer because it allows users to type in a value and then suggests matching options from a large list of dynamic values. This feature provides a more efficient and user-friendly way to select from a large list of options compared to DropDown, Local List, or Radio Buttons.
4.
What are three rule types tat can be identified by using the UI inspector (Choose three)
Correct Answer(s)
B. Section
C. Control
E. Property
Explanation
The UI inspector can be used to identify three rule types: Section, Control, and Property. The Section rule type is used to define the layout and structure of a section on a user interface. The Control rule type is used to define the behavior and appearance of a specific control element on a user interface. The Property rule type is used to define the data or information that is associated with a specific control or section on a user interface.
5.
Which rule types can be specified on a flow action rule form, to process data entered by the user (Choose Two)
Correct Answer(s)
C. Edit Validate
D. Data Trasform
Explanation
On a flow action rule form, the rule types that can be specified to process data entered by the user are Edit Validate and Data Transform. Edit Validate rule type is used to validate the user input and display error messages if necessary. Data Transform rule type is used to transform or manipulate the user input data before it is saved or used further in the system.
6.
Select the statements that best describe UI gallery (Choose Two)
Correct Answer(s)
B. The UI gallery examples include source which can be copied into an application
E. The UI gallery provides examples of the latest PRPC UI features
Explanation
The correct answer is that the UI gallery examples include source which can be copied into an application and the UI gallery provides examples of the latest PRPC UI features. This means that the UI gallery not only provides ready-made UI examples that can be directly used in an application, but it also showcases the latest UI features available in PRPC.
7.
A selectable list control can be sourced using (choose two)
Correct Answer(s)
B. A data page
C. A local list defined on the property
Explanation
A selectable list control can be sourced using a data page and a local list defined on the property. A data page is a dynamic data source that retrieves and holds data from a variety of sources, such as a database or an external system. It can be used to populate a selectable list control with the desired data. Additionally, a local list defined on the property allows for a predefined list of values to be used as the data source for the selectable list control.
8.
What is the most appropriate "Applies To:" class for a section used to display data elements contained in a page property
Correct Answer
A. The class where the data elements for the page property are defined
Explanation
The most appropriate "Applies To:" class for a section used to display data elements contained in a page property is the class where the data elements for the page property are defined. This is because the section will need access to the data elements in order to display them correctly. By using the class where the data elements are defined, the section can easily retrieve and display the necessary information.
9.
Two Case types in the same application use the same section. What would be the most appropriate "Applies To" class for the section?
Correct Answer
C. ORG-App-Work
Explanation
The most appropriate "Applies To" class for the section would be ORG-App-Work because it is the common class for both Case types (CaseTypeOne and CaseTypeTwo) in the same application. Using this class ensures that the section can be used by both Case types without any conflicts or issues.
10.
Which of the following is NOT an example of dynamic user interface?
Correct Answer
B. Displaying the new calculated value based on a specific value assigned to a property
Explanation
Dynamic user interface refers to the ability of the interface to change and adapt based on user interactions or other factors. The first option, eliminating full page screen refresh, is an example of dynamic user interface as it allows for smoother transitions and updates without reloading the entire page. The third option, displaying a different layout format based on screen resolution, is also an example of dynamic user interface as it adjusts the layout to fit different screen sizes. The second option, displaying the new calculated value based on a specific value assigned to a property, is also an example of dynamic user interface as it updates the displayed value based on changes in the assigned property. Therefore, the correct answer is that there is no example of dynamic user interface in the given options.
11.
When a Data Page is defined as a Page, the results can be used as a source for:
Correct Answer
B. A repeating grid
Explanation
When a Data Page is defined as a Page, it means that the page contains a list of data that can be used as a source for various UI components. In this case, since the Data Page can be used as a source for a repeating grid, it implies that the results of the Data Page can be displayed in a grid format where the data is repeated for each row. Therefore, the correct answer is a repeating grid.
12.
A layout can be saved as a section so it can be:
Correct Answer
B. Used in other rules
Explanation
By saving a layout as a section, it can be reused and referenced in other rules. This allows for easier management and consistency in the design of a website or application. It also promotes code reusability and reduces duplication, as the same layout can be applied to multiple pages or sections. This saves time and effort in development and maintenance.
13.
Select the valid options for instatiating a subcase. (Choose Three)
Correct Answer(s)
A. Automatic instantiation
B. Conditional instantiation
E. Manual instantiation
Explanation
The valid options for instantiating a subcase are automatic instantiation, conditional instantiation, and manual instantiation. Automatic instantiation refers to the process of automatically creating an instance of a subcase without any manual intervention. Conditional instantiation involves creating an instance of a subcase based on certain conditions or criteria. Manual instantiation requires manually creating an instance of a subcase. Procedural instantiation and declarative instantiation are not valid options for instantiating a subcase.
14.
Which one do you like?
Correct Answer
A. Option 1
15.
Charts can be added on both list and summary reports
Correct Answer
B. False
Explanation
Charts can only be added on summary reports, not on list reports. List reports display data in a tabular format, while summary reports provide a summary of the data, including charts and graphs. Therefore, the statement that charts can be added on both list and summary reports is incorrect.
16.
The property Optimization wizard is used to:
Correct Answer
C. Improve report perfomance
Explanation
The Optimization wizard is used to improve report performance. This means that it helps in optimizing the performance of reports by enhancing their speed and efficiency. It does not store properties on the clipboard more efficiently, create properties in a data class, or store properties in the BLOB to reduce database table space. The primary purpose of the Optimization wizard is to enhance the performance of reports.
17.
In an application, an inbound email is used to create a purchase request, and accesses an external catalog to retrieve the latest price information. How should you implement each integration? (Choose Two)
Correct Answer(s)
A. Purchase Request creation is implemented as a service
D. Price retrievail is implemented as a connector
Explanation
In this scenario, the purchase request creation should be implemented as a service because it involves the creation of a new request and it is a standalone process that can be executed independently. On the other hand, the price retrieval should be implemented as a connector because it requires accessing an external catalog to retrieve the latest price information, which is a specific task that can be integrated with the application.
18.
Report Definitions can be used on which of these use cases?(Choose Three)
Correct Answer(s)
B. To report on business and process metrics
C. As a source for a data page
E. To filter the results of a page list
Explanation
Report Definitions can be used on the following use cases:
- To report on business and process metrics: Report Definitions can be used to generate reports that provide insights into various business and process metrics, allowing users to analyze and monitor performance.
- As a source for a data page: Report Definitions can be used to populate data pages with relevant data, which can then be used by other parts of the application for various purposes.
- To filter the results of a page list: Report Definitions can be used to filter the results of a page list based on specific criteria, allowing users to narrow down and focus on the data that is most relevant to their needs.
19.
Select the best practice for saving connector results in the application
Correct Answer
A. Use the Data Page to store the results
Explanation
Using a Data Page to store the results is considered the best practice for saving connector results in the application. Data Pages provide a way to cache and manage data from various sources, including connectors. Storing the results in a Data Page allows for easy access and reuse of the data throughout the application, improving performance and reducing the need for multiple calls to the connector. Additionally, Data Pages can be configured to refresh the data at specified intervals or based on certain conditions, ensuring that the results are always up to date.
20.
Which of the folowing actions can be performed using Application Express? Choose Two
Correct Answer(s)
A. Define Business objectives for the application
D. Create a new PEGA Application
Explanation
Application Express is a development environment that allows users to create web-based applications. It provides a platform for defining business objectives for the application, allowing users to outline the goals and purposes of the application they are creating. Additionally, Application Express can be used to create a new PEGA application, which is a specific type of application framework used for building enterprise software. Therefore, the correct answers are "Define Business objectives for the application" and "Create a new PEGA Application".
21.
Justifying a Guardrail warning should only be allowed when ______________
Correct Answer
A. There is no other alternative
Explanation
The correct answer is "There is no other alternative." This means that justifying a Guardrail warning should only be allowed when there are no other options available. This implies that the warning is necessary and there are no alternative solutions that can be implemented. It suggests that the warning is the best or only option in the given situation.
22.
Which of the following are true about classes choose two
Correct Answer(s)
A. Classes play a ket role in deciding the scope of a rule
C. Classes represent the applicability of rules
Explanation
Classes play a key role in deciding the scope of a rule because they determine which instances of the rule will be executed based on the class membership of the objects being processed. Classes represent the applicability of rules because rules are associated with specific classes and are only applicable to instances of those classes. By grouping rules for deployment, classes allow for easier management and organization of rules. However, classes are not used to control access to applications; that is typically done through other means such as user roles and permissions.
23.
Select the statement that best define a rule. (Choose Two)
Correct Answer(s)
B. Rules are used to define and configure an application
D. Rule are organized in RuleSets, which are then organized into class
Explanation
Rules are used to define and configure an application. This means that rules are used to establish the behavior and functionality of an application. They define how the application should operate and what actions it should take in different situations.
Rule are organized in RuleSets, which are then organized into class. This means that rules are organized into groups called RuleSets, which help to categorize and manage them. These RuleSets are then further organized into classes, which provide a higher level of organization and structure for the rules within an application.
24.
Why are Guardrails important? (Select Three)
Correct Answer(s)
A. Performcance issues are caught early on when following Guardrails
B. Application are easier to maintain and upgrade when following Guardrails
C. Application are build consistently by different teams when follow Guardrails
Explanation
Guardrails are important because they help in catching performance issues early on, making it easier to maintain and upgrade applications, and ensuring that applications are built consistently by different teams. They do not directly address connectivity with external data sources or eliminate the need for quality assurance testing.
25.
Guardrail reports are used to do all of the following EXCEPT
Correct Answer
C. Identify open cases with guardrailviolations
Explanation
Guardrail reports are used to identify rule warnings in an application, identify warnings by rule type, and identify performance warnings. However, they are not used to identify open cases with guardrail violations.
26.
Using the Documentation wizard, how can you include sample data in a screenshot
Correct Answer
A. Select properties and specify their values in the wizard
Explanation
To include sample data in a screenshot using the Documentation wizard, you need to select properties and specify their values in the wizard. This means that you can choose specific properties and define their respective values to be included in the screenshot. This allows you to provide a visual representation of the sample data within the documentation.
27.
The best way to cache the results of an external database query is to use a:
Correct Answer
A. Data Page
Explanation
The best way to cache the results of an external database query is to use a Data Page. Data Pages in a system store and manage data retrieved from external sources, such as databases, and can be configured to cache the results for improved performance. This allows the application to retrieve the data from the cache instead of making repeated calls to the external database, reducing latency and improving efficiency.
28.
A when rule is used to manage multiple sources for a data page
Correct Answer
B. False
Explanation
A when rule is not used to manage multiple sources for a data page. A when rule is a condition that is used to determine whether a rule or a step should be executed. It is typically used in decision-making processes to evaluate a set of conditions and return a boolean value. However, managing multiple sources for a data page is typically done using data transforms or data pages themselves, not when rules.
29.
Review the following screenshot. In the Miscellaneous Item section, the user can wnter several item name. The entered value are storen in Items property. Which type of property is this?
Correct Answer
B. Page List
Explanation
The user can enter several item names in the Miscellaneous Item section, and these entered values are stored in the Items property. Since the user can enter multiple items, the Items property must be able to hold a list of values. Therefore, the type of property that can accommodate multiple values is a Page List.
30.
Select the statements regarding data tables that are MOST accurate
Correct Answer(s)
A. Fields can be single value properties
D. There must be a unique key field
Explanation
Data tables can have fields that are single value properties, meaning they can hold a single value. Additionally, data tables must have a unique key field, which is used to uniquely identify each record in the table. The other statements are not accurate. Fields cannot be page properties, as page properties are typically used to store information about a specific page or document. Fields can be mapped to a database, as they are used to define the structure and organization of the data stored in the database.
31.
A data page is refreshed if the condition in the Do not reload when field is true
Correct Answer
B. False
Explanation
A data page is not refreshed if the condition in the "Do not reload when" field is true. This means that the data page will not be reloaded or updated if the specified condition is met.
32.
What is the best approach to set the default value of the CustomerGrade property to Silver when a case i screated
Correct Answer
A. Set the default value while defining the CustomerGrade property
Explanation
The best approach to set the default value of the CustomerGrade property to Silver when a case is created is to set the default value while defining the CustomerGrade property. This ensures that the default value is directly associated with the property and will be automatically assigned whenever a new case is created.
33.
The purpose of a data table is to:
Correct Answer
A. Connect to external database
Explanation
A data table is used to connect to an external database. It allows for the retrieval and storage of data from an external source, providing access to a larger set of data that may not be available within the application itself. This enables the application to interact with and manipulate data from the external database, enhancing its functionality and capabilities.
34.
Which Statements best describe the purpose of a data trasform? Choose Two
Correct Answer(s)
C. To update the value of a property
D. To manipulate data copied from one case to a subcase
Explanation
A data transform is used to update the value of a property, allowing for changes to be made to the data stored in a case. Additionally, it can also be used to manipulate data copied from one case to a subcase, allowing for the data to be modified or transformed as needed.
35.
Data pages can be populated from a: Choose Two
Correct Answer(s)
A. Report Definition
B. Local list defined in a property
Explanation
Data pages can be populated from a Report Definition and a local list defined in a property. A Report Definition is a rule that defines a report's structure and content, and it can be used to populate a data page with data from a database query. A local list defined in a property is a list of values that is defined within a property, and it can also be used to populate a data page. Both of these options allow data pages to be populated with data for use in an application.
36.
Select the scenario where PEGA ia a n appropriate system of record for data Choose Two:
Correct Answer(s)
B. A list of all calls received from a customer
C. A list of all offers made to a customer
Explanation
PEGA is an appropriate system of record for the list of all calls received from a customer and the list of all offers made to a customer because these are specific data points that are directly related to the customer's interactions with the company. PEGA can effectively track and manage this information, allowing for easy access and analysis. However, a list of all phone numbers of a customer and a list of all accounts held by a customer are more general data that may be better suited for a different system or database.
37.
Select Statement which best defines the difference between "push" and "pull" rounting:
Correct Answer
B. Push routing describes when a user is automatically assingned a tasks, and Pull routing describes when a user decides which tasks to claim from a list of available list
Explanation
The correct answer is that push routing describes when a user is automatically assigned tasks, and pull routing describes when a user decides which tasks to claim from a list of available tasks.
38.
Which of the following is true of a Declare Expression?
Correct Answer
C. They are invoked automatically without any explicit reference
Explanation
A Declare Expression in Pega is a rule that is invoked automatically without any explicit reference. It is used to calculate and store values in properties based on expressions defined in the rule. This allows for automatic updating of property values without the need for manual intervention or explicit references in other rules or sections.
39.
Select the statement that is MOST accurate regarding the execution of Validate rules:
Correct Answer
D. Validation occurs after submitting a form
40.
In the screenshot, a D appears above the value for the Rate property. What does indicate?
Correct Answer
C. Clicking D allows the end user to modify the declare expression that is used to calculate Rate
Explanation
The presence of the "D" above the value for the Rate property indicates that clicking on it allows the end user to modify the declare expression that is used to calculate the Rate. This suggests that the system has a functionality that allows users to customize the calculation of the Rate property by modifying the declare expression.
41.
Select the statements about Work Parties that are true: Choose TWO
Correct Answer(s)
A. Work Parties are used to identify email recipients
C. All Work Party roles for a given case type are tipically defined in a single Work Party Rule
Explanation
Work Parties are used to identify email recipients as they can be assigned a role specifically for receiving emails related to a case. All Work Party roles for a given case type are typically defined in a single Work Party Rule, which helps in organizing and managing the roles and responsibilities of different parties involved in a case.
42.
What happens if none of the rows in a Decision Table evaluate to True
Correct Answer
D. The table returns a default 'otherwise' value
Explanation
If none of the rows in a Decision Table evaluate to True, the table will return a default 'otherwise' value. This means that if none of the conditions in the table are met, the default value specified in the 'otherwise' column will be returned as the result.
43.
Select the statement about declare expressions that is true
Correct Answer
A. A declare expression can be referenced in any rule
Explanation
A declare expression is a rule in Pega that defines a calculated value based on other properties or expressions. It can be referenced in any rule within the application, allowing it to be used in various contexts and calculations. This flexibility makes it a powerful tool for defining and reusing calculated values across different rules and components in Pega.
44.
A workbasket is ______________
Correct Answer
D. A queue fo pending assignments
Explanation
A workbasket is a queue for pending assignments. It is a designated location where assignments that need to be completed are stored, waiting for an operator to work on them. This allows for efficient assignment management and ensures that tasks are not overlooked or forgotten.
45.
The default urgency for an assignment is 25. At 09:00 AM, assignment with this service level associated to it is started:Initial Urgency : 15GOAL : 8h - 10DEADLINE: 12h - 15PASSED DEADLINE : 1 day - 15What will the urgency value of the assignment be at 09:00 AM of following day?
Correct Answer
D. 75