PEGA 7 Mock2 Trivia Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Giorgio
G
Giorgio
Community Contributor
Quizzes Created: 1 | Total Attempts: 394
| Attempts: 394 | Questions: 45
Please wait...
Question 1 / 45
0 %
0/100
Score 0/100
1.
Charts can be added on both list and summary reports

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.

Submit
Please wait...
About This Quiz
PEGA CSA Certified Quizzes & Trivia

The Pega 7 Mock2 Trivia quiz assesses knowledge in best practices for reusable UIs, the functionalities of repeating grids, and rules related to UI and flow actions. It's... see moredesigned for learners aiming to certify as PEGA Certified System Architects, enhancing their skills in practical application development. see less

2.
You need  to add a field  to a form  that provides a large list of dynamic values to choose from what

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.

Submit
3.
What happens if none of the rows in a Decision Table evaluate to True

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.

Submit
4.
the best way to cache the results of an external database query is to use a:

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.

Submit
5.
Select  the statement that is MOST accurate regarding the execution of Validate rules:

Explanation

not-available-via-ai

Submit
6.
What are three rule types tat can be identified by using the UI inspector (Choose three) 

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.

Submit
7.
Two Case types in the same application use the same section. What would be the most appropriate "Applies To" class for the section?

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.

Submit
8.
Select  the valid options for instatiating a subcase. (Choose Three)

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.

Submit
9.
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?

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.

Submit
10.
What is the most appropriate "Applies To:" class for a section used to display data elements contained in a page property

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.

Submit
11.
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)

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.

Submit
12.
A layout can be saved as a section so  it can  be:

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.

Submit
13.
A data page is refreshed if the condition in the Do not reload when field is true

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.

Submit
14.
Which of the following is true of a Declare Expression?

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.

Submit
15.
Which of the folowing actions can be performed using Application Express? Choose Two

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".

Submit
16.
Justifying a Guardrail warning should only be allowed when ______________

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.

Submit
17. Which one do you like?

Explanation

not-available-via-ai

Submit
18.
Select the best practice for saving connector results in the application

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.

Submit
19.
Why are Guardrails important? (Select Three)

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.

Submit
20.
Guardrail reports are used to do all of the following EXCEPT 

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.

Submit
21.
A selectable list control can be sourced using (choose two)

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.

Submit
22.
The property Optimization wizard is used to:

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.

Submit
23.
Select the statements regarding data tables that are MOST accurate

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.

Submit
24.
Which of the following statements are true regarding repeating grids __________(Choose Two)

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.

Submit
25.
A when rule is used to manage multiple sources for a data page

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.

Submit
26.
Which Statements best describe the purpose of a data trasform? Choose Two

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.

Submit
27.
Select the statement that best define a rule. (Choose Two)

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.

Submit
28.
Select Statement which best defines the difference between "push" and "pull" rounting:

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.

Submit
29.
In the screenshot, a D appears above the value for the Rate property. What does indicate?

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.

Submit
30.
A workbasket is ______________

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.

Submit
31.
select the statement about declare expressions that is true

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.

Submit
32.
Select the statements that best describe UI gallery (Choose Two)

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.

Submit
33.
Which of the following are true about classes choose two

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.

Submit
34.
When  a Data Page is defined as a Page, the results can be used as a source for:

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.

Submit
35.
Which of the following is NOT an example of dynamic user interface?

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.

Submit
36.
Select the scenario where PEGA ia a n appropriate system of record for data Choose Two:

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.

Submit
37.
Report Definitions can be used on which of these use cases?(Choose Three)

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.

Submit
38.
Data pages can be populated from a: Choose Two

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.

Submit
39.
Using the Documentation wizard, how can you include sample data in a screenshot

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.

Submit
40.
The purpose of a data table is to:

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.

Submit
41.
What is the best approach to set the default value of the CustomerGrade property to Silver when a case i screated

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.

Submit
42.
Folowing best practices for reusable Uis __________ (Choose Two)

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.

Submit
43.
Select  the statements about Work Parties that are true: Choose TWO

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.

Submit
44.
Which rule types can be specified  on a flow action rule form, to process data  entered  by the user (Choose Two)

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.

Submit
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?

Explanation

not-available-via-ai

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 29, 2015
    Quiz Created by
    Giorgio
Cancel
  • All
    All (45)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Charts can be added on both list and summary reports
You need  to add a field  to a form  that provides a...
What happens if none of the rows in a Decision Table evaluate to True
The best way to cache the results of an external database query is to...
Select  the statement that is MOST accurate regarding the...
What are three rule types tat can be identified by using the UI...
Two Case types in the same application use the same section. What...
Select  the valid options for instatiating a subcase. (Choose...
Review the following screenshot. In the Miscellaneous Item section,...
What is the most appropriate "Applies To:" class for a...
In an application, an inbound email is used to create a purchase...
A layout can be saved as a section so  it can  be:
A data page is refreshed if the condition in the Do not reload when...
Which of the following is true of a Declare Expression?
Which of the folowing actions can be performed using Application...
Justifying a Guardrail warning should only be allowed when...
Which one do you like?
Select the best practice for saving connector results in the...
Why are Guardrails important? (Select Three)
Guardrail reports are used to do all of the following EXCEPT 
A selectable list control can be sourced using (choose two)
The property Optimization wizard is used to:
Select the statements regarding data tables that are MOST accurate
Which of the following statements are true regarding repeating grids...
A when rule is used to manage multiple sources for a data page
Which Statements best describe the purpose of a data trasform? Choose...
Select the statement that best define a rule. (Choose Two)
Select Statement which best defines the difference between...
In the screenshot, a D appears above the value for the Rate property....
A workbasket is ______________
Select the statement about declare expressions that is true
Select the statements that best describe UI gallery (Choose Two)
Which of the following are true about classes choose two
When  a Data Page is defined as a Page, the results can be used...
Which of the following is NOT an example of dynamic user interface?
Select the scenario where PEGA ia a n appropriate system of record for...
Report Definitions can be used on which of these use cases?(Choose...
Data pages can be populated from a: Choose Two
Using the Documentation wizard, how can you include sample data in a...
The purpose of a data table is to:
What is the best approach to set the default value of the...
Folowing best practices for reusable Uis __________ (Choose Two)
Select  the statements about Work Parties that are true: Choose...
Which rule types can be specified  on a flow action rule form, to...
The default urgency for an assignment is 25. At 09:00 AM, assignment...
Alert!

Advertisement