PEGA CSA Certified System Architect Mock Test 6

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 Staffordhemans
S
Staffordhemans
Community Contributor
Quizzes Created: 1 | Total Attempts: 598
| Attempts: 598
SettingsSettings
Please wait...
  • 1/71 Questions

    A section rule can be embedded in another Section rule.

    • True
    • False
Please wait...
PEGA CSA Certified System Architect Mock Test 6 - Quiz
About This Quiz

Are you sitting or looking forward to sit for your Pega Certified System Architect exam and you are in need of revision material? Well, the quiz below has content, which will help gauge your understanding before the exam.


Quiz Preview

  • 2. 

    During rule resolution, a circumstance rule is executed if the valued of the circumstance property on the rule matches that property’s value on the clipboard at runtime.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    During rule resolution, a circumstance rule is executed if the value of the circumstance property on the rule matches that property's value on the clipboard at runtime. This means that if the condition specified in the circumstance rule is met, then the rule will be executed. If the values do not match, the rule will not be executed. Therefore, the statement "During rule resolution, a circumstance rule is executed if the valued of the circumstance property on the rule matches that property's value on the clipboard at runtime" is true.

    Rate this question:

  • 3. 

    Which connector type can be used to connect an Assignment to another shape? (Choose One)

    • Flow Action

    • Allways

    • When

    • Status

    Correct Answer
    A. Flow Action
    Explanation
    A Flow Action can be used to connect an Assignment to another shape. Flow Actions are used to define the user interface and the behavior of assignments in a flow. They allow users to interact with assignments and perform actions such as submitting or saving the assignment. By connecting an Assignment to a Flow Action, the flow can continue to the next shape or perform a specific action based on the user's interaction with the assignment.

    Rate this question:

  • 4. 

    A requirement specification states that if a test score is between 91 and 100, assign the grade A; 81-90, assign a B; 71-80, assign a C. Which two rule types are appropriate for this requirement?(Choose two)

    • Decision Table

    • Decision Tree

    • When Condition

    • Flow Action

    • Constraint

    Correct Answer(s)
    A. Decision Table
    A. Decision Tree
    Explanation
    The requirement specification states that different grades should be assigned based on the test score range. Both Decision Table and Decision Tree are appropriate rule types for this requirement. A Decision Table can be used to define the different ranges of scores and the corresponding grades to be assigned. A Decision Tree can also be used to visually represent the decision-making process based on the score ranges. Both rule types allow for clear and structured decision-making based on specified conditions.

    Rate this question:

  • 5. 

    Which Decision rule type is best used to display nested “if” statements? (Choose one)

    • Map value

    • When Condition

    • Decision Table

    • Decision Tree

    Correct Answer
    A. Decision Tree
    Explanation
    A Decision Tree is the best decision rule type to display nested "if" statements. It allows for a visual representation of a series of decisions and their possible outcomes. Each node in the tree represents a decision, and the branches represent the possible outcomes. This hierarchical structure makes it easier to understand and follow the logic of nested "if" statements, especially when there are multiple conditions and possible paths to consider.

    Rate this question:

  • 6. 

    A single flow can contain multiple End Shapes.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    In a flowchart, an End Shape is used to indicate the end of a process or a decision. It signifies that the flowchart has reached its conclusion. Since a flowchart can have multiple processes and decisions, it is possible for a single flow to contain multiple End Shapes. This allows for the representation of complex processes and multiple possible outcomes within a single flowchart. Therefore, the statement "A single flow can contain multiple End Shapes" is true.

    Rate this question:

  • 7. 

    Every class, expect @baseclass, must define a directed inheritance path

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Every class, except for the base class, must define a directed inheritance path means that in object-oriented programming, when creating a class hierarchy, every derived class must have a clear and specified parent class from which it inherits. This ensures that each class in the hierarchy has a well-defined relationship with its parent class and allows for the proper functioning of inheritance and polymorphism. Therefore, the statement is true.

    Rate this question:

  • 8. 

    When circumstancing a rule, a “base” version of the rule to be circumstanced must already exist.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    This statement is true because in order to circumstance a rule, there must already be a base version of the rule that can be modified or adjusted based on the specific circumstances. Without a base version of the rule, there would be nothing to modify or adjust, making it impossible to circumstance the rule. Therefore, the existence of a base version is a necessary condition for circumstancing a rule.

    Rate this question:

  • 9. 

    By Default, where in the database is the data collected by a property you create as part of your data model stored? (Choose one)

    • The BLOB column

    • A dedicated column

    • A lookup table

    • A declarative index

    Correct Answer
    A. The BLOB column
    Explanation
    The data collected by a property you create as part of your data model is stored in the BLOB column by default. BLOB stands for Binary Large Object, which is a column type used to store large amounts of binary data, such as images or documents. This column allows for efficient storage and retrieval of the data associated with the property.

    Rate this question:

  • 10. 

    Buttons can be configured on Harnesses that run custom Activities.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    This statement is true because in a harness, which is a container for displaying sections of an application, buttons can be configured to perform specific actions. These buttons can be associated with custom activities, which are custom logic or processes that can be executed when the button is clicked. By configuring buttons on harnesses, users can interact with the application and trigger the execution of custom activities. Therefore, the given statement is true.

    Rate this question:

  • 11. 

    When a validate rule is used to test the values of multiple properties and if a property value fails its validation criteria, the system continues to test the remaining properties only if ___________(Choose one)

    • The validate rule was called using the Page-validate method in an activity

    • The Continue Validation checkbox is selected in the Validation Conditions for the property that failed

    • The property is the first one listed in the validate rule

    • The validate rule uses input-qualified validation

    • All are correct

    Correct Answer
    A. The Continue Validation checkbox is selected in the Validation Conditions for the property that failed
    Explanation
    If the Continue Validation checkbox is selected in the Validation Conditions for the property that failed, the system will continue to test the remaining properties even if a property value fails its validation criteria. This means that even if one property fails, the system will still check the validation criteria for the other properties listed in the validate rule.

    Rate this question:

  • 12. 

    What is the key difference between BPM application development and traditional application development? (Choose one)

    • In a BPM application, elements of the application – such as UI, logic, and data – cannot be modular

    • A traditional application cannot be used in a N-tier environment

    • A traditional application allows for direct execution of the business process, while BPM application does not.

    • A BPM application is process-centric (all elements of the application depend upon the process)

    Correct Answer
    A. A BPM application is process-centric (all elements of the application depend upon the process)
    Explanation
    A BPM application is process-centric, meaning that all elements of the application depend upon the process. This means that the UI, logic, and data in a BPM application are all designed and structured around the specific business process being implemented. In contrast, traditional application development does not have this process-centric approach, allowing for more flexibility in how the UI, logic, and data are organized and utilized.

    Rate this question:

  • 13. 

    When a Section rule is updated, all Harness using that Section rule must also be opened and saved.

    • True

    • False

    Correct Answer
    A. False
    Explanation
    When a Section rule is updated, it is not necessary to open and save all Harness using that Section rule. Updating a Section rule will automatically reflect the changes in all the Harnesses that are using it. Therefore, the correct answer is False.

    Rate this question:

  • 14. 

    RuleSets are referenced in _________, which are referenced in _________, which are referenced in__________.

    • Access Groups, Applications Rules, Operator ID records

    • Application rules; Operator ID records; Access groups

    • Application rules; Access groups; Operator ID records

    • Access Groups, Operator ID records; Application rules

    Correct Answer
    A. Application rules; Access groups; Operator ID records
    Explanation
    Application rules are referenced in Access groups, which are referenced in Operator ID records.

    Rate this question:

  • 15. 

    Which shape should be used to call a connector in a flow?(Choose one)

    Correct Answer
    A.
    Explanation
    The correct answer for this question is a diamond shape. In a flowchart, a diamond shape is used to represent a decision point or a conditional statement. It is used to indicate that the flow of the program will branch out based on a certain condition. When a connector is needed to connect different paths or branches in a flowchart, a diamond shape should be used. This helps to visually represent the decision-making process and the different possible outcomes.

    Rate this question:

  • 16. 

    Which flow shapes can be used to send correspondence? (Choose Two)

    • Assigment

    • Subprocess

    • Connector

    • Utility

    Correct Answer(s)
    A. Assigment
    A. Utility
    Explanation
    The flow shapes that can be used to send correspondence are Assignment and Utility. Assignments are used to assign tasks to users or groups, and can be used to send correspondence to inform them about the task. Utilities are used to perform specific actions, such as sending emails or generating documents, and can also be used to send correspondence. Subprocesses and Connectors are not typically used for sending correspondence.

    Rate this question:

  • 17. 

    Which two statements are true about Harnesses and Sections?(Choose two)  

    • Each Harness contains the same three standard Section rules

    • Sections may contain multiple Harnesses

    • Harnesses and the Sections they contain need not be built in the same class

    • Harnesses may contain multiple Sections

    Correct Answer(s)
    A. Harnesses and the Sections they contain need not be built in the same class
    A. Harnesses may contain multiple Sections
    Explanation
    The first statement is false because each Harness may contain different Section rules, not necessarily the same three standard Section rules. The second statement is true because Sections can be contained in multiple Harnesses. The third statement is true because Harnesses and the Sections they contain do not have to be built in the same class. The fourth statement is true because Harnesses can indeed contain multiple Sections.

    Rate this question:

  • 18. 

    A worklist displays a list of open_____________.(Choose one)

    • Assignments

    • Work items

    • Service levels

    • Correspondence

    Correct Answer
    A. Assignments
    Explanation
    A worklist is a tool that displays a list of open assignments. These assignments are tasks or work items that need to be completed. The worklist helps individuals or teams keep track of their pending tasks and prioritize their work accordingly. It provides a centralized view of the assignments that need attention, ensuring that nothing gets overlooked or forgotten.

    Rate this question:

  • 19. 

    Select the ones you like

    • Option1

    • Option2

    • Option3

    • Option4

    Correct Answer
    A. Option1
    Explanation
    The correct answer is Option1 because it is the only option that is selected or chosen. The question asks to select the ones you like, and since Option1 is the only option mentioned in the answer, it is the correct choice.

    Rate this question:

  • 20. 

    Which activity method is used to view the contents of a step page in XML format? (Choose one)

    • Page-New

    • Show-Page

    • Property-Set

    • Step pages cannot be viewed as XML

    Correct Answer
    A. Show-Page
    Explanation
    The Show-Page activity method is used to view the contents of a step page in XML format. This method allows developers to see the underlying XML structure of the step page, which can be useful for debugging and understanding the data being stored in the page. The other options, Page-New and Property-Set, are not used for viewing step pages in XML format. The last option, "Step pages cannot be viewed as XML," is incorrect as step pages can indeed be viewed in XML format using the Show-Page method.

    Rate this question:

  • 21. 

    Upon reaching a Fork shape, PRPC will first evaluate the When rule referenced by ____________.(Choose one)

    • The connector that has the lowest Likelihood value

    • The connector that has the greatest likelihood value

    • The connector that returns the first true result

    • The leftmost connector

    Correct Answer
    A. The connector that has the greatest likelihood value
    Explanation
    Upon reaching a Fork shape, PRPC will first evaluate the When rule referenced by the connector that has the greatest likelihood value. This means that PRPC will prioritize the connector that has the highest likelihood of being true. By evaluating this connector first, PRPC can determine the most likely path to take based on the conditions specified in the When rule.

    Rate this question:

  • 22. 

    Which of the following is a good use of the DynamicSelect UI control?(Choose one)

    • To present to the user a shot list of allowed choices, and allow the user to enter a value not displayed in the drop-down list.

    • To present to the user a shot list of choices defined in a property rule.

    • To present to the user a static list of allowed choice

    • To present to the user a list of choices that are generated by and activity, list view, clipboard page, or report definition

    Correct Answer
    A. To present to the user a list of choices that are generated by and activity, list view, clipboard page, or report definition
    Explanation
    The DynamicSelect UI control is used to present a list of choices that are generated by an activity, list view, clipboard page, or report definition. This allows the user to select from a dynamically generated set of options based on specific criteria or data. This can be useful when the available choices need to be updated frequently or when the options are dependent on certain conditions.

    Rate this question:

  • 23. 

    What is the primary purpose of an Assignment shape in a flow? (Choose one)

    • To generate correspondence automatically

    • To pause the flow while the work object is manually researched or analyzed

    • To resolve the work object

    • To initiate a subflow

    Correct Answer
    A. To pause the flow while the work object is manually researched or analyzed
    Explanation
    The primary purpose of an Assignment shape in a flow is to pause the flow while the work object is manually researched or analyzed. This allows the user to perform any necessary tasks or gather additional information before the flow can proceed. The Assignment shape is used to assign the work object to a specific user or group, who will then complete the required actions and provide the necessary input. Once the assignment is completed, the flow can resume and continue with the next steps.

    Rate this question:

  • 24. 

    Which statement is true about work item instances?(Choose one)

    • Some work items do not have work items IDs

    • All work items belong to covers

    • A work item may be instantiated from an abstract class

    • Every work item is an instance of a concrete class

    Correct Answer
    A. Every work item is an instance of a concrete class
    Explanation
    Every work item is an instance of a concrete class. This means that all work items in a system are created from a specific, defined class rather than an abstract or generic class. Concrete classes provide the specific implementation details and functionality for each work item instance, allowing for more precise and specialized behavior.

    Rate this question:

  • 25. 

    Portal Rules can only be customized by contacting Pegasystems’ Engineering department

    • True

    • False

    Correct Answer
    A. False
    Explanation
    The statement that Portal Rules can only be customized by contacting Pegasystems' Engineering department is incorrect. The portal rules can be customized by the users themselves without the need to contact the Engineering department.

    Rate this question:

  • 26. 

    The Application Explorer displays which rules?(Choose one)

    • All the rules in PRPC

    • Rules in a work pool/class group and its associated work classes

    • Only rules you have worked on since logging on

    • Only rules you have worked on in the last 7 days

    Correct Answer
    A. Rules in a work pool/class group and its associated work classes
    Explanation
    The Application Explorer in PRPC displays rules in a work pool/class group and its associated work classes. This means that it shows the rules that are relevant to the specific work pool or class group that the user is currently working on. It does not show all the rules in PRPC, only the ones that are related to the current context.

    Rate this question:

  • 27. 

    Which rule availability setting allows you to mask a rule in a child class and fall back to the same rule in a parent class?(Choose one)

    • Withdrawn

    • Blocked

    • Hidden/No

    • Skipped

    • All are correct

    Correct Answer
    A. Withdrawn
    Explanation
    The rule availability setting "Withdrawn" allows you to mask a rule in a child class and fall back to the same rule in a parent class. When a rule is withdrawn in a child class, it is not accessible or visible in that class, but the system will automatically use the rule from the parent class instead. This allows for customization and modification of rules in specific classes while still maintaining the default behavior defined in the parent class.

    Rate this question:

  • 28. 

    Which statement is true about Work Users utilizing the Clipboard tool?(Choose one)

    • They may use it to change their portal layout

    • They may use it to change their password

    • They have no access to the Clipboard tool from the standard User portal

    • They may use it to update work object properties

    Correct Answer
    A. They have no access to the Clipboard tool from the standard User portal
    Explanation
    Work Users do not have access to the Clipboard tool from the standard User portal.

    Rate this question:

  • 29. 

    Page List properties typically reference a class derived – directly or indirectly – from which superclass (choose one)

    • Data-

    • Work-

    • Embed-

    • Index-

    Correct Answer
    A. Data-
    Explanation
    Page List properties typically reference a class derived from the Data superclass. The Data superclass is the base class for all classes that represent a data object in Pega. It provides common properties and methods that are inherited by its subclasses. Therefore, when creating a Page List property, it is expected to reference a class derived from the Data superclass to ensure that it inherits the necessary functionality and structure.

    Rate this question:

  • 30. 

    A property has been added into a Section rule. The input box for that property should only be displayed when a clipboard is set to a particular value. On the Conditions tab of the Cell properties panel, how should the visible field be set?(choose one)

    • If not blank

    • If not zero

    • Other Condition

    • Always

    Correct Answer
    A. Other Condition
    Explanation
    The "Other Condition" option should be selected on the Conditions tab of the Cell properties panel. This option allows for custom conditions to be defined using expressions or functions. In this case, the custom condition would be set to display the input box for the property only when the clipboard is set to a particular value.

    Rate this question:

  • 31. 

    Is the following flow an example of a valid screen flow?(Choose one)

    • Yes

    • Cannot be determined from the diagram

    • No

    Correct Answer
    A. Yes
    Explanation
    The given answer is "Yes" because the question asks if the flow is an example of a valid screen flow, and the answer states that it is. However, without any information or context about the actual flow diagram, it is difficult to determine the validity of the screen flow.

    Rate this question:

  • 32. 

    Why should a business process be run at least once before measuring it with Performance Analyzer(PAL)? (Choose one)

    • So PAL can establish a baseline

    • So Rules Assembly occurs and does not adversely affect the outcome

    • So PAL can start up properly

    • So the developer can capture Rules Assembly times

    Correct Answer
    A. So Rules Assembly occurs and does not adversely affect the outcome
    Explanation
    A business process should be run at least once before measuring it with Performance Analyzer (PAL) so that the Rules Assembly can occur and not have any negative impact on the outcome. Running the process allows for the proper execution of the Rules Assembly, which is an important step in analyzing the performance. By running the process beforehand, any potential issues or conflicts related to Rules Assembly can be identified and resolved, ensuring accurate and reliable performance measurements with PAL.

    Rate this question:

  • 33. 

    Which type of layout would you used to minimize developer effort in formatting? (Choose one)

    • Smart layout

    • Free form layout

    • Simple layout

    • Repeating layout

    Correct Answer
    A. Smart layout
    Explanation
    The smart layout is designed to automatically adjust and format content based on the available space and the device being used. It minimizes the developer's effort by handling most of the formatting tasks dynamically. This layout is intelligent enough to adapt to different screen sizes and orientations, making it easier for developers to create responsive and user-friendly designs without manually adjusting the layout for each scenario.

    Rate this question:

  • 34. 

    Which rule type is not classified as decision rules?(Choose one)

    • Decision table

    • Decision tree

    • Map value

    • When

    • Declare Expressions

    Correct Answer
    A. Declare Expressions
    Explanation
    Declare Expressions is not classified as a decision rule because it is used to define variables and expressions that can be used in decision rules. It is not a rule itself but rather a tool to support the creation of decision rules. Decision table, decision tree, map value, and when are all examples of decision rules as they define specific conditions and actions to be taken based on those conditions.

    Rate this question:

  • 35. 

    Select two statements that are true of Atomic Use Cases (Choose Two)

    • They are defined for each work type and are small and granular

    • They are owned by multiple actors

    • They change ownwership several times during processing

    • They correspond to flow actions, flows, screen flows, harnesses, or activities

    Correct Answer(s)
    A. They are defined for each work type and are small and granular
    A. They correspond to flow actions, flows, screen flows, harnesses, or activities
    Explanation
    Atomic Use Cases are defined for each work type and are small and granular. This means that they are specific to each type of work and are broken down into small, manageable tasks. They also correspond to various components of the system such as flow actions, flows, screen flows, harnesses, or activities. This indicates that they are integrated into the overall workflow and can be executed within different parts of the system.

    Rate this question:

  • 36. 

    Once you create a simulation for a connector, the simulation remains in effect_____________(Choose one).

    • Until disabled by using the Connector Simulation tool

    • Until the simulation activity is deleted

    • Permanently on the system; it can never be disabled

    • Until the first call to the connector is completed

    Correct Answer
    A. Until disabled by using the Connector Simulation tool
    Explanation
    Once a simulation for a connector is created, it will remain in effect until it is manually disabled using the Connector Simulation tool. This means that the simulation will continue to be active and affect the behavior of the connector until it is specifically turned off or disabled by the user.

    Rate this question:

  • 37. 

    When the system automatically checks an internal dependency network for other values that are affected and performs other processing as determined by the network, the system is performing a process called __________. (Choose one)

    • Declarative Network Analysis

    • Declarative Processing

    • Forward Chaining

    • Backward Chaining

    Correct Answer
    A. Forward Chaining
    Explanation
    Forward Chaining is a process where the system automatically checks an internal dependency network for other values that are affected and performs other processing as determined by the network. This means that the system starts with the given information and uses rules and logic to derive new conclusions or values based on that information. It moves forward in the chain of dependencies, using the derived values to further infer and process until it reaches a desired outcome or conclusion.

    Rate this question:

  • 38. 

    A property rule used the Default control to determine how it displays. When the same Property in used in a Section rule, the control is changed to CurrencyAmount. When the Section is displayed to an end user, it uses the Default control since the initial value cannot be overridden in a Section rule.

    • True

    • False

    Correct Answer
    A. False
    Explanation
    The explanation for the given correct answer (False) is that when a property rule is used in a section rule, the control can be changed to CurrencyAmount. Therefore, when the section is displayed to an end user, it will use the CurrencyAmount control instead of the default control. This means that the initial value can be overridden in a section rule.

    Rate this question:

  • 39. 

    Which of the following is a step in the rules resolution process? (Choose one)

    • PRPC discards rules instances that are not in an applicable RuleSet

    • PRPC clears the rule cache to free memory

    • PRPC adds rules instances with availability set to “Yes” or “Final” to the cache

    • PRPC ranks rule instances according to their availability

    Correct Answer
    A. PRPC discards rules instances that are not in an applicable RuleSet
  • 40. 

    Review the following diagram A work object of the class MyCo-PL-Work-PolicyAdmin-NewBusiness is being instantiated. A rule named SampleRules exists at @baseclass, Work-Cover-, and PolicyAdmin-Work. At runtime, which version of SampleRule will be located and executed during Rule Resolution? (Choose one)

    • @baseclass.SampleRule

    • Work-Cover-.SampleRule

    • PolicyAdmin-Work.SampleRule

    • The version in the RuleSet that is the highest on the Ruleset list

    Correct Answer
    A. PolicyAdmin-Work.SampleRule
    Explanation
    At runtime, the version of SampleRule that will be located and executed during Rule Resolution is PolicyAdmin-Work.SampleRule. This is because the work object being instantiated belongs to the class MyCo-PL-Work-PolicyAdmin-NewBusiness, which is a subclass of PolicyAdmin-Work. Therefore, the rule resolution will prioritize the version of SampleRule in the PolicyAdmin-Work class over the versions in @baseclass and Work-Cover-. Additionally, the question does not mention any specific Ruleset list, so it can be assumed that the version in the highest Ruleset on the list will be executed.

    Rate this question:

  • 41. 

    The elements that make up a Business Process Management application include____________(Choose three)

    • Process

    • User Inteface

    • Forms

    • Logic and Decision

    • Analyzing

    • Routing

    • Respondign

    • Fork

    Correct Answer(s)
    A. Process
    A. User Inteface
    A. Logic and Decision
    Explanation
    A Business Process Management (BPM) application is designed to manage and optimize business processes. The three elements that make up a BPM application are Process, User Interface, and Logic and Decision. The Process element refers to the sequence of activities and tasks that need to be executed to achieve a specific business objective. The User Interface element provides a platform for users to interact with the BPM application, allowing them to view and manage processes. The Logic and Decision element involves defining rules and conditions that govern the flow of the process and the decisions made within it.

    Rate this question:

  • 42. 

    What is the primary difference between a Validate rule and a Constraints rule?(Choose one)

    • A Validate rule can reference either Validate rules or Constraints rules, while a Constraints rule can only reference other constraints rules

    • Constraints rules are evaluated declaratively, while Validate rules are executed procedurally

    • Constraints rules are evaluated procedurally, while Validate rules are executed declaratively

    • A validate rule indicates the specific property that fails validation, while a constraints rule does not indicate that specific property the fails validation

    Correct Answer
    A. Constraints rules are evaluated declaratively, while Validate rules are executed procedurally
    Explanation
    A Constraints rule is evaluated declaratively, meaning that it defines the conditions that must be met for the data to be considered valid. It does not involve any procedural logic or execution. On the other hand, a Validate rule is executed procedurally, which means that it contains custom logic that is executed to validate the data. This allows a Validate rule to perform more complex validation tasks compared to a Constraints rule. Therefore, the primary difference between the two is the way they are evaluated and executed.

    Rate this question:

  • 43. 

    Other than an activity, which rule type can be sued to populate a declare page?(Choose one)

    • Data Transform

    • Report Definition

    • Decision Table

    • Database

    • All of the above can be sued to populate a declare page

    Correct Answer
    A. Report Definition
    Explanation
    A Report Definition can be used to populate a declare page. A Report Definition is a rule type in Pega that defines a SQL query or a data source to retrieve data from the database. It can be configured to fetch data based on specific criteria and populate a declare page with the retrieved data. This allows the declare page to hold and display the data for use in various parts of the application.

    Rate this question:

  • 44. 

    Validate rules may be specified in which one of the following rule types to validate properties displayed on the user interface? (Choose one)

    • Flow Action

    • Section

    • Harness

    • Flow

    Correct Answer
    A. Flow Action
    Explanation
    Flow Action rules can be used to validate properties displayed on the user interface. A Flow Action rule defines the actions and behavior of a particular step in a flow. It allows you to specify validation rules to ensure that the data entered by the user is correct and meets the required criteria. By using Flow Action rules, you can validate properties and display error messages to the user if the entered data is invalid.

    Rate this question:

  • 45. 

    Review the following diagram: The escalate shape represents a(n)____________.(Choose one)

    • Comment

    • Activity

    • Flow/Subflow

    • Decision

    Correct Answer
    A. Flow/Subflow
    Explanation
    The correct answer is Flow/Subflow because the escalate shape in the diagram represents a sequence of steps or actions that are connected and executed in a specific order. This indicates a flow or subflow in the process being depicted.

    Rate this question:

  • 46. 

    Which of the following can be used to define a column in a report?(Choose Two)

    • Another Report

    • A SQL Function

    • A Java Function

    • A class join

    • An exposed property

    Correct Answer(s)
    A. A SQL Function
    A. An exposed property
    Explanation
    A SQL Function can be used to define a column in a report because it allows for calculations or manipulations of data from the database. An exposed property can also be used to define a column in a report as it allows for the retrieval of specific data from a class or object.

    Rate this question:

  • 47. 

    Which of the following it not associated with the Decision shape?(Choose one)

    • Decision table

    • Map value

    • When rule

    • Decision tree

    Correct Answer
    A. When rule
    Explanation
    A "When rule" is not associated with the Decision shape. The Decision shape is typically used in decision-making processes to represent a decision point where different paths can be taken based on certain conditions. A Decision table is a tabular representation of decision logic, a Map value is a key-value pair used for mapping values, and a Decision tree is a graphical representation of decision logic. However, a "When rule" is a specific type of rule used in rule-based systems to define conditions that must be met for a rule to be executed, and it is not directly associated with the Decision shape.

    Rate this question:

  • 48. 

    Which of the following is not true of a data class?(Choose one)

    • It must inherit, either directly or indirectly, from the Data- class

    • It must belong to a class group

    • It should be correspond to a distinct entity in the model

    • It can inherit rules other than properties

    Correct Answer
    A. It must belong to a class group
    Explanation
    A data class does not necessarily have to belong to a class group. Class groups are used to organize classes that have similar characteristics or behavior. However, a data class can exist independently and may not need to be grouped with other classes.

    Rate this question:

  • 49. 

    What are three rules types that can be identified by using a Rules Inspector?(Choose Three)

    • Property

    • Data Transform

    • Constraints

    • Section

    • Harness

    • Flows

    Correct Answer(s)
    A. Property
    A. Section
    A. Harness
    Explanation
    The Rules Inspector is a tool that allows users to analyze and inspect the rules in a Pega application. By using the Rules Inspector, three types of rules that can be identified are Property rules, Section rules, and Harness rules. Property rules define the properties or fields of a class, Section rules define the layout and presentation of a user interface, and Harness rules define the flow and organization of a case.

    Rate this question:

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

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 14, 2014
    Quiz Created by
    Staffordhemans
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.