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 Mocker4
M
Mocker4
Community Contributor
Quizzes Created: 3 | Total Attempts: 10,370
| Attempts: 1,575 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. When circumstancing a rule, a base version of the rule to be circumstanced must already exist

Explanation

In order to circumstance a rule, there must already be a base version of the rule in existence. This means that the rule being circumstanced is built upon an existing rule, which serves as the foundation. Without a base version of the rule, there would be nothing to circumstance or modify. Therefore, the statement is true.

Submit
Please wait...
About This Quiz
PEGA CSSA Mock Test2 - Quiz

Pega CSSA mock test 2 is a quiz on the Pega certification of the senior system architect. Are you a techie and working towards this certification? If so, take up the quiz below and sharpen you knowledge.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which of the following statements is true regarding PRPC and garbage collection (Choose One)

Explanation

Effective clipboard management is a true statement regarding PRPC and garbage collection. By managing the clipboard effectively, an architect can reduce the memory footprint of an application, which in turn helps in garbage collection. This means that unnecessary data stored in the clipboard can be removed, freeing up memory and improving the overall performance of the application.

Submit
3. In which order does validation occur on a standard flow action (choose one)

Explanation

The correct order of validation on a standard flow action is Client Side Validation, Validate Rule on Flow Action, and Post processing Activity. This means that the client-side validation is performed first to validate the input values entered by the user. Then, the system checks the validate rule on the flow action to ensure that the entered data meets the defined rules. Finally, the post-processing activity is executed after the validation is successful. The given answer accurately reflects this sequence of validation steps.

Submit
4. Work Parties are(Choose one)

Explanation

Work Parties are stored in a page group with the subscript representing the role of the party. This means that the work parties, which represent different roles involved in a work object, are organized and stored in a page group data structure. The subscript is used to differentiate between the different roles of the parties. This allows for easy access and management of the work parties within the application.

Submit
5. Which one of the following statements is true about work object history in PRPC (choose one)

Explanation

The work object history in PRPC is automatically added during key events, such as SLA deadlines, as well as by application specific rules. This means that whenever important events occur or specific rules are triggered, the system automatically adds a record to the work object's history. This allows for easy tracking and auditing of the work object's progress and actions taken on it.

Submit
6. Which one of the following stmts are true regarding passing page references to activities(Choose one

Explanation

Both page name parameters and prompt pages provide a way to pass a page reference to an activity so page names don’t need to be hardcoded. This means that instead of directly specifying the page names in the activity, we can use page name parameters or prompt pages to dynamically pass the page references. This allows for flexibility and reusability in the code, as the same activity can be used with different page references. Additionally, passing pages by reference does not require java code, as it can be achieved through the use of these features provided by the Pega platform.

Submit
7. Which one of the following actions could set different urgency values for a work object and an assignment on that work object?(choose one)

Explanation

When an assignment's SLA has an urgency escalation, it means that the urgency value for the assignment can change based on certain criteria or conditions defined in the SLA. This allows for different urgency values to be set for the work object and the assignment on that work object. The urgency escalation can be triggered by factors such as time, status, or other specific conditions defined in the SLA. This enables the system to prioritize and manage the work based on its urgency and ensure that the appropriate actions are taken within the defined timeframes.

Submit
8. Where do you configure the thresholds for alerts

Explanation

In PRCONFIG.XML, you can configure the thresholds for alerts. This file allows you to customize various system settings, including the thresholds for generating alerts. By modifying the values in this file, you can set the desired thresholds for different types of alerts according to your specific requirements.

Submit
9. The primary reason to using the Enterprise Class structure to reach reusability goals is (Choose one)

Explanation

The primary reason for using the Enterprise Class structure to reach reusability goals is to consider the most appropriate class and ruleset for each rule. This means that instead of creating new classes for each type of implementation or trying to alter the existing structure, the focus is on selecting the most suitable class and ruleset for each specific rule. By doing so, the Enterprise Class structure ensures that rules are organized and implemented in a way that maximizes reusability and efficiency.

Submit
10. Which features are available when using tracer (choose two)

Explanation

The two features available when using tracer are:
1. You can set a breakpoint for a specific step within an activity, which allows you to pause the execution of the activity at a specific point and analyze the data and behavior at that point.
2. Selecting which requestor session you wish to trace enables you to choose a specific user session or requestor session to trace, helping you to focus on a particular user's interactions and troubleshoot any issues related to that session.

Submit
11. You want to restrict the developers to save the rules that apply to the MyApp-Loan-JumboLoan class only in JumboLoanRS ruleset.How do you accomplish this(choose one)

Explanation

The correct answer is to use the restriction tab on the class definition form. This option allows you to specify the ruleset in which the rules for the MyApp-Loan-JumboLoan class should be saved. By using the restriction tab, you can ensure that the rules are restricted to the JumboLoanRS ruleset and cannot be saved in any other ruleset. This helps in maintaining the organization and structure of the rules within the application.

Submit
12. What is the Int-Class in the Divisional Reuse layer used for (choose one)

Explanation

The Int-Class in the Divisional Reuse layer is used for generated connector class and rules that are shared by all applications within a division. This means that the Int-Class contains reusable components that can be accessed and utilized by multiple applications within the same division, promoting code reusability and reducing redundancy.

Submit
13. Which one of the folowing is most true about DB trace and Application Profiler(choose one)

Explanation

The Application profiler is the better tool to see the step-by-step where the elapsed and CPU time. This means that the Application profiler provides more detailed information about the specific steps and the time taken for each step in the execution of the application. It allows for a more in-depth analysis of the performance of the application and helps identify any bottlenecks or areas that need optimization. On the other hand, DB trace may provide information about database actions, but it does not provide the same level of detail as the Application profiler in terms of step-by-step analysis and elapsed/CPU time.

Submit
14. Which statement is true about withdrawn rules?(Choose one)

Explanation

not-available-via-ai

Submit
15. Which one of the following is not a fundamental way to improve reusability (Choose one)

Explanation

Limiting the design to utilize not more than 8 different rule types is not a fundamental way to improve reusability. This approach restricts the flexibility and adaptability of the system, as it limits the number of rule types that can be used. To improve reusability, it is important to thoroughly document all rules, parameterize rules, use a dynamic class referencing design pattern, and use naming conventions when naming rules. These practices enhance the modularity and flexibility of the system, allowing for easier reuse of components.

Submit
16. Which two statements are true about EAA?

Explanation

EAA can generate a Framework and corresponding Implementation Layer in one go, meaning that both layers can be created simultaneously. Additionally, the EAA can create the Enterprise Organizational and Divisional Reuse layers, which suggests that it has the capability to generate these layers as well.

Submit
17. According to Pega best practices in which class should rules that are reusable at divisional level be placed. MyCo stand for an arbitrary company name and Div1 stands for an arbitrary division name (choose one)

Explanation

Rules that are reusable at a divisional level should be placed in the MyCo class. This ensures that the rules can be accessed and utilized by all divisions within the company. Placing the rules in the MyCo class allows for easy sharing and reusability across divisions, promoting consistency and efficiency in rule management.

Submit
18. Withdrawn rules are important in reuse and specialization because(choose one)

Explanation

Withdrawn rules are important in reuse and specialization because they allow a developer to move the rule to a more generic class in the class structure. This means that the rule can be applied to a wider range of objects or situations, increasing its reusability and versatility. By moving the rule to a more generic class, other developers can easily find and use the rule when needed, without the need to create a new rule from scratch. This promotes code reuse and simplifies the development process.

Submit
19. When are RuleSet pre-requisites important?

Explanation

RuleSet pre-requisites are important in development only because they help ensure that the necessary conditions are met before a rule is executed. These pre-requisites are typically defined during the development phase to ensure that the rule functions correctly and produces the desired outcomes. In run-time, the system relies on the pre-requisites that were set during development to determine whether the rule should be executed or not. Therefore, the importance of RuleSet pre-requisites lies primarily in the development phase rather than during run-time.

Submit
20. If user A is owrking in version 01-01-02 and user B is working in version 01-01-03 of the same RuleSet and if user A modifies an activity in his version which user B is also working on in his version, what does PRPC do?(choose one)

Explanation

PRPC will not warn User B if user A modifies the activity in a lower version of the same Ruleset. This means that if User A makes changes to the activity in version 01-01-02, User B working in version 01-01-03 will not be notified or warned about these changes. PRPC does not provide any indication or alert to User B regarding the modifications made by User A.

Submit
21. Which one of the following technique is most appropriate for specializing business rules for country and state

Explanation

The most appropriate technique for specializing business rules for country and state would depend on additional details. If the rules need to be specialized based on both the class and the ruleset, then using Class and Ruleset would be the most appropriate technique. On the other hand, if the rules need to be specialized based on different circumstances or conditions, then Circumstancing would be the most appropriate technique. Therefore, the answer is B or C depending on additional details.

Submit
22. Which of the following statements are true about the Split-For-Each and Split-Join shapes (choose 2)

Explanation

Both the Split-For-Each and Split-Join shapes allow you to continue processing when ANY or ALL of the sub processes complete. Split-Join allows you to execute different sub-flows whereas split-for-each calls the same process on different pages.

Submit
23. Which of the following statements is false? (Choose one)

Explanation

The given answer is correct because it states that the Enterprise Class Structure provides the foundation for superior application performance. This implies that the other statements, which claim that the Enterprise class structure allows building scalable and extensible applications and that Pega best practices call for all applications to be built using the Enterprise Class Structure pattern, are true.

Submit
24. Rules with Circumstances rank ahead of unqualified rules (choose 2)

Explanation

When determining the order of precedence between a circumstanced rule and an unqualified rule, there are two factors to consider. The first factor is whether the unqualified rule is in a higher rules set version. In this case, the unqualified rule will still take precedence over the circumstanced rule. The second factor is whether the base rule flag is checked on the unqualified rule. If the base rule flag is checked, the circumstanced rule will take precedence over the unqualified rule. Therefore, the correct answer is that even when the unqualified rule is in a higher rules set version, the circumstanced rule will take precedence, except when the base rule flag is checked on the unqualified rule.

Submit
25. Which of the following measurements are not used by the alerts reported to PRPC Alert log? (Choose 2)

Explanation

The alerts reported to PRPC Alert log do not include the overall time elapsed from when a user triggers Client Side Java Script and the time spent executing Declarative expressions. These measurements are not relevant to the alerts being reported and therefore are not included in the log.

Submit
26. Which two of the following statements are true about folders? (Choose 2)

Explanation

The first statement is true because folders can contain multiple covers. The second statement is also true because a folder can indeed contain another folder, allowing for hierarchical organization of documents or files.

Submit
27. Which statement is true regarding the initial harness that is displayed for a work object ?(choose one)

Explanation

The initial harness can be skipped based on the configuration set in the flow rule.

Submit
28. Which one statement is valid for As-Of date processing and date qualified circumstancing?(Choose one)

Explanation

not-available-via-ai

Submit
29. Which two statements are true about Rule-HTML-Property Instances (Choose two)

Explanation

Rule-HTML-Property instances belong to a ruleset version because they are part of the ruleset and are deployed with it. Rule-HTML-Property instances can accept parameters as input because they can be configured to take input values and perform operations based on those values.

Submit
30. Which two of the following statements are true about covers?(choose 2)

Explanation

Covers cannot cover another cover because a cover is meant to encapsulate and represent a single object or group of objects, so it cannot be nested within another cover. By default, only one covered item that belongs to the same cover can be processed at a time because covers are designed to provide a focused view or context for the objects they cover, allowing for easier management and processing of those objects.

Submit
View My Results

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 25, 2014
    Quiz Created by
    Mocker4
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
When circumstancing a rule, a base version of the rule to be...
Which of the following statements is true regarding PRPC and garbage...
In which order does validation occur on a standard flow action (choose...
Work Parties are(Choose one)
Which one of the following statements is true about work object...
Which one of the following stmts are true regarding passing page...
Which one of the following actions could set different urgency values...
Where do you configure the thresholds for alerts
The primary reason to using the Enterprise Class structure to reach...
Which features are available when using tracer (choose two)
You want to restrict the developers to save the rules that apply to...
What is the Int-Class in the Divisional Reuse layer used for (choose...
Which one of the folowing is most true about DB trace and Application...
Which statement is true about withdrawn rules?(Choose one)
Which one of the following is not a fundamental way to improve...
Which two statements are true about EAA?
According to Pega best practices in which class should rules that are...
Withdrawn rules are important in reuse and specialization...
When are RuleSet pre-requisites important?
If user A is owrking in version 01-01-02 and user B is working in...
Which one of the following technique is most appropriate for...
Which of the following statements are true about the Split-For-Each...
Which of the following statements is false? (Choose one)
Rules with Circumstances rank ahead of unqualified rules (choose 2)
Which of the following measurements are not used by the alerts...
Which two of the following statements are true about folders? (Choose...
Which statement is true regarding the initial harness that is...
Which one statement is valid for As-Of date processing and date...
Which two statements are true about Rule-HTML-Property Instances...
Which two of the following statements are true about covers?(choose 2)
Alert!

Advertisement