PEGA CSA71V1 Certified System Architect Practice Exam Set 1

Diagram:Which of the following classes corresponds to a work type? (Choose One)


Options are :

  • Work-
  • ABC-FW-HumanResources-Work-TimeOff
  • ABC-FW-Work
  • ABC-FW-HumanResources-Work

Answer : ABC-FW-HumanResources-Work-TimeOff

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 6

Which of the following describes the function of a RuleSet? (Choose Two)

A. To facilitate deployment, making it straightforward to move rules from one system to another

B. To assist with security in application development, providing groups with access to particular sets of rules

C. To specialize functionality for different work types in the same application

D. To specialize the process for different divisions in the same company


Options are :

  • A,B
  • D,B
  • C,A
  • B,C

Answer : A,B

Which of the following are FALSE about classes in PRPC? (Choose Two)

A. Classes represent the applicability of rules

B. Rules can only be inherited from a class designated as a prerequisite class

C. Classes play a key role in determining where instances are stored

D. Classes can be versioned using a set of three two-digit numbers, such as 01-05-17


Options are :

  • B,D
  • D,C
  • A,C
  • B,A

Answer : B,D

When creating an application with both implementation and framework classes, which class would be the directed parent of a work class in the implementation layer (e.g. MyCo-MyDiv-BankApp- Work-Open Account)? (Choose One)


Options are :

  • The class group in the framework layer (MyCo-FW-BankApp-Work)
  • Work-
  • The class group in the implementation layer (MyCo-MyDiv-BankApp-Work)
  • The corresponding work class in the framework layer (MyCo-FW-BankApp-Work-OpenAccount)

Answer : The corresponding work class in the framework layer (MyCo-FW-BankApp-Work-OpenAccount)

PEGACSA-v6-2 PEGA SYSTEM Certified System Architect CSA Test Set 4

Abstract classes are used to create abstract work items.


Options are :

  • False
  • True

Answer : False

A work object of the class MyCo-PL-Work-Policy Admin-Work-Quote is being instantiated. A rule named Sample Rule exists at @base class, Work-Cover-, MyCo-, and MyCo-FW-Policy Admin- Work-Quote. At run time, which version of Sample Rule will be located and executed during Rule Resolution? (Choose One)


Options are :

  • @baseclass.SampleRule
  • MyCo-FW-PolicyAdmin-Work-Quote.SampleRule
  • MyCo-.SampleRule
  • the version in the RuleSet that is highest on the RuleSet list
  • Work-Cover-.SampleRule

Answer : MyCo-.SampleRule

Consider the following inheritance diagram:The .Max Amount property is used by a Loan Application work item (class: ABC-FW-FSApp-Work- Loan Application). There are 3 available copies of .Max Amount, differing only by Applies-to class. Which is called? (Choose One)


Options are :

  • cannot be determined from the information provided
  • @baseclass
  • Work-Cover-
  • ABC-

Answer : ABC-

PEGACSA-v6-2 PEGA SYSTEM Certified System Architect CSA Test Set 3

A wor klist is a ________________. (Choose One)


Options are :

  • list of work items owned by a particular operator
  • list of assignments that do not yet have ownership and are associated with a group of operators
  • list of open (unresolved) work items
  • list of assignments assigned to a particular operator

Answer : list of assignments assigned to a particular operator

What is the effect of setting a rule availability to "Withdrawn"? (Choose Two)

A. It prevents the rule from being chosen by rule resolution

B. It prevents older versions of the same rule from being chosen by rule resolution

C. It presents an error to the operator if the rule is chosen by rule resolution

D. It prevents the rule from being copied

E. It prevents further edits of the rule


Options are :

  • A,B
  • C,D
  • C,E
  • B,D
  • E,A

Answer : A,B

Which of the following classes corresponds to a work type? (Choose One)


Options are :

  • MyCo-FW-Work
  • MyCo-FW-HRApp-Work
  • MyCo-FW-HRApp-Work-EnrollBenefits
  • Work-

Answer : MyCo-FW-HRApp-Work-EnrollBenefits

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 3

Which of the following configurations can be used to resolve a work item? (Choose One)


Options are :

  • Configuration is not necessary, as the work item is automatically resolved when it reaches any end shape
  • Use a utility shape in the flow to call the Update Status activity to set the work item status to a value beginning with "Resolved-"
  • Set the work item status to a value beginning with "Resolved-" on the last assignment in the flow
  • Use a decision rule to set the work item status

Answer : Use a utility shape in the flow to call the Update Status activity to set the work item status to a value beginning with "Resolved-"

Which of the following describes the function of a Class? (Choose Two)

A. To facilitate deployment, making it straightforward to move rules from one system to another

B. To assist with security in application development, providing groups with access to particular sets of rules

C. To specialize functionality for different work types in the same application

D. To specialize the process for different divisions in the same company


Options are :

  • A,B
  • C,B
  • C,D
  • D,A

Answer : C,D

Files ? such as images, documents, and spreadsheets ? can be added to application documents.


Options are :

  • False
  • True

Answer : True

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 5

Select the UI control that displays a drop-down list with dynamically generated values.


Options are :

  • Dynamic Select
  • Drop down
  • Auto Complete
  • Multi Select

Answer : Auto Complete

Select the statement that describes the difference between a case and a process.


Options are :

  • A case does not have a lifecycle, while a process has a lifecycle
  • A case identifies the work to perform, while a process defines how the work is performed
  • A case cannot have a service level associated with it, while a process can
  • A case is performed by many actors, while a process is performed by one actor

Answer : A case identifies the work to perform, while a process defines how the work is performed

A decision shape in a flow can represent either a decision or a fork. Which statement describes mdifference between a decision and a fork?


Options are :

  • A fork references a Boolean expression; a decision does not
  • A decision references a rule; a fork does not
  • There is no difference; a decision and a fork are interchangeable
  • A decision requires an Else connector, but a fork does not

Answer : A fork references a Boolean expression; a decision does not

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 5

Which of the following are true about classes? (Choose Two)

A. Classes represent the applicability of rules

B. Classes are used to control access to applications

C. Classes group rules for deployment

D. Classes play a key role in deciding the scope of a rule


Options are :

  • A,C
  • A,C
  • B,A
  • B,D

Answer : B,D

Which statement is true about pattern inheritance?


Options are :

  • It causes a class to inherit rules from parent classes, matching its prefix to the parent class name
  • It is executed after directed inheritance
  • It only applies to work classes
  • It makes it possible to define the parent explicitly, rather than by name

Answer : It causes a class to inherit rules from parent classes, matching its prefix to the parent class name

When decomposing a case, a step in a case stage represents:


Options are :

  • A first level for organizing tasks needed to process a case
  • The components used to implement the tasks for a case
  • An action, or actions, taken to process a case
  • A decision needed to process a case

Answer : An action, or actions, taken to process a case

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 2

To open a bank account, an end user must identify whether they are employed full-time or part time. In the user interface, this selection is implemented as a check box. When implementing the property referenced by the check box, the property type should be:


Options are :

  • Text
  • True False
  • Boolean
  • Integer

Answer : True False

Select the statements that best describe a subcase. (Choose Three)

A. Subcases are typically used when there are conditions between stages

B. Subcases are typically used when there are conditions between steps

C. Subcases are usually executed outside the context of the parent case

D. Subcases are typically used to control when the parent case can progress

E. Subcases usually involve different work parties than the parent case

F. Subcases typically focus on a subset of data relative to the parent case


Options are :

  • C,B,D
  • C,B,E
  • A,D,B
  • B,C,E
  • A,B,C

Answer : B,C,E

Which property mode implements an ordered list?


Options are :

  • Value List
  • Page Group
  • Page
  • Page List

Answer : Page

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 3

Which of the following statements best describes the purpose of the Data Propagation feature?


Options are :

  • Copy property values from a parent case to a subcase
  • Copy property values from a template to a case
  • Copy property values between unrelated cases
  • Copy property values from a subcase to a parent case

Answer : Copy property values from a parent case to a subcase

The Property Optimization wizard is used to:


Options are :

  • Create properties in a data class
  • Store properties on the clipboard more efficiently
  • Store properties in the BLOB to reduce database table space
  • Improve report performance

Answer : Store properties on the clipboard more efficiently

A smart shape is a preconfigured:


Options are :

  • Assignment shape
  • Notification shape when sending email
  • Utility shape
  • Integrator shape

Answer : Integrator shape

PEGACSA-v6-2 PEGA SYSTEM Certified System Architect CSA Test Set 7

All of the following are valid Pega 7 property types EXCEPT:


Options are :

  • Text
  • String
  • Decimal
  • Date

Answer : String

What is the primary purpose of an assignment shape in a flow?


Options are :

  • To allow the end user to change the work status of the case
  • To assign the case to an external system
  • To pause the flow for an operator to act upon the case
  • To add work parties to the current case

Answer : To allow the end user to change the work status of the case

Report Definitions can be used on which of these use cases? (Choose three)

A. To filter the results of a page list

B. As an indirect source for a drop down list

C. As a source for a data page

D. To copy data from one page list to another page list

E. To report on business and process metrics


Options are :

  • B,C,E
  • D,C,A
  • A,C,E
  • D,A,C
  • C,B,D
  • None of the Above

Answer : A,C,E

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 5

Select the statements regarding data tables that are MOST accurate. (Choose Two)

A. Fields can be page properties

B. Fields can be single value properties

C. There must be a unique key field

D. Fields are not mapped to a database


Options are :

  • B,D
  • A,C
  • D,A
  • B,C

Answer : B,C

Data pages can be populated from a: (Choose Two)

A. Report definition

B. Local list defined in a property

C. Data transform

D. Drop down list


Options are :

  • A,D
  • A,C
  • C,B
  • D,C

Answer : A,C

A business process describes and controls how business is conducted.


Options are :

  • True
  • False

Answer : True

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


Options are :

  • Every work item is an instance of a concrete class
  • A work item may be instantiated from an abstract class
  • All work items belong to covers
  • Some work items do not have work item IDs

Answer : Every work item is an instance of a concrete class

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 5

Which of the following statements are true about the Report Browser? (Choose Two)

A. The Report Browser is a tool for managers. System architects can only work on reports by editing their underlying Report Definition rule in the Designer Studio

B. You cannot create a report in the Report Browser without first creating a personal category to put it in

C. Shortcuts provide a quick, high-level view of a report's data

D. You can add another schedule to an already-scheduled report

E. If you schedule a report, you must configure the email message that the report uses to deliver information to its subscribers


Options are :

  • A,B
  • D,E
  • B,C
  • C,D
  • B,E

Answer : B,E

What extends a reusable class structure for a specific implementation? (Choose One)


Options are :

  • Class Group
  • Production Rule Set
  • Implementation layer
  • Framework layer

Answer : Implementation layer

In what ways can an end user add, remove, or update filters on a report? (Choose Three)

A. Right-click on a row of data and select "Edit Filter Conditions..."

B. Right-click on a column heading and select "Advanced Filtering"

C. Right-click on any element in a chart to display the Filter Wizard

D. Click the Advanced Filtering icon in the command ribbon

E. Click any element in the list of filters that appears in the report header

F. Click the report title and select "Edit Filter Conditions..." from the menu


Options are :

  • A,B,C
  • C,D,E
  • B,D,E
  • D,E,F
  • B,C,D
  • E,F,A

Answer : B,D,E

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 1

Given the following inheritance diagram, what is the full inheritance path for the GLBX-FWOnboardingFW- class, as determined by rule resolution? (Choose One)


Options are :

  • GLBX-FW-OnboardingFW-, GLBX-FW- , GLBX-, Work-Object-, Work-, @baseclass
  • GLBX-FW-OnboardingFW-, GLBX-FW-, GLBX-, @baseclass, Work-
  • GLBX-FW-OnboardingFW-, GLBX-FW-, GLBX-, Work-, @baseclass
  • GLBX-FW-OnboardingFW-, Work-, @baseclass

Answer : GLBX-FW-OnboardingFW-, GLBX-FW-, GLBX-, Work-, @baseclass

Class design best practices dictate that a class group should directly or indirectly inherit from which class? (Choose One)


Options are :

  • Work-
  • Work-Folder-
  • Work-Object-
  • @baseclass
  • Work-Cover

Answer : Work-

Class design best practices dictate that abstract class names _______________. (Choose One)


Options are :

  • have no particular naming convention
  • should end with an asterisk
  • should not end with a hyphen
  • should end with a hyphen

Answer : should end with a hyphen

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 1

The Application Explorer displays which rules? (Choose One)


Options are :

  • All of the rules in PRPC
  • Only rules you have worked on in the last 7 days
  • Only rules you have worked on since logging on
  • Rules in a work pool/class group and its associated work classes

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

When creating a list-type report, which attribute can we NOT specify about the data returned by the report? (Choose One)


Options are :

  • The sort order of the data
  • The format of the data
  • Whether the data appears on a chart
  • Whether the data should appear in the report or not

Answer : Whether the data appears on a chart

From the following choices, select three statements that are true about a framework layer. (Choose Three)

A. The framework layer is a reusable application that can be used as the basis for a specific implementation

B. A framework layer may be built upon another framework layer

C. A framework layer can support only one implementation layer

D. Rules applied to a class in the framework layer can be called from the implementation layer

E. During rule resolution, PRPC assembles one rule cache for the framework layer, and another rule cache for the implementation layer

F. The framework layer may only consist of abstract classes


Options are :

  • C,F,D
  • B,A,E
  • D,C,A
  • E,F,A
  • B,C,D
  • A,B,D

Answer : A,B,D

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 6

The elements that make up a Business Process Management application include _________. (Choose Three)

A. process

B. user interface

C. forms

D. logic and decisions

E. analyzing

F. routing


Options are :

  • E,F,C
  • F,D,A
  • D,C,B
  • C,D,A
  • E,B,C
  • A,B,D

Answer : A,B,D

On the Class form, all concrete classes fall into which three of the following categories? (Choose Three)

A. This class is a class group

B. This class belongs to a class group

C. This class is a work class

D. This class does not belong to a class group


Options are :

  • B,C,D
  • A,B,C
  • A,B,D
  • C,D,A

Answer : A,B,D

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


Options are :

  • Report Definition
  • Decision Table
  • Data Transform
  • All of the above can be used to populate a declare page
  • Database

Answer : Report Definition

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 2

Which DCO tool would be used by a business analyst or business architect to gather and sequence project use cases and requirements for a reusable application? (Choose One)


Options are :

  • Application Documentation Wizard
  • Application Accelerator
  • Project Sizing tool
  • Application Express
  • Application Profiler

Answer : Application Profiler

The class layer that extends a reusable class structure for a specific implementation is called which of the following? (Choose One)


Options are :

  • Framework layer
  • Top layer
  • Implementation layer
  • Work layer

Answer : Implementation layer

Why do Pega systems best practices suggest limiting flow rules to 15 shapes (excluding Connectors)? (Choose One)


Options are :

  • Flows with more than 15 shapes cannot be printed
  • More than 15 shapes in one flow rule may result in performance issues
  • Flows with more than 15 shapes cannot be updated
  • Flows with too many shapes can introduce complex, difficult-to-debug processes in an application

Answer : Flows with too many shapes can introduce complex, difficult-to-debug processes in an application

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 1

Which statement is true about pattern inheritance? (Choose One)


Options are :

  • It only applies to work classes
  • It causes a class to inherit rules from a class not related to its parent
  • It causes a class to inherit rules from parent classes, matching its prefix to the parent class name
  • It is executed after directed inheritance

Answer : It causes a class to inherit rules from parent classes, matching its prefix to the parent class name

Which of the following must be true to add a chart to a report? (Choose One)


Options are :

  • The report must include at least one column of summarized data
  • The report must contain a filter
  • The report cannot use a SQL function to obtain data to display in the chart
  • The report cannot contain a filter

Answer : The report must include at least one column of summarized data

A manager can create a report in which of the following categories? (Choose One)


Options are :

  • A shared category or a personal category
  • Only a shared category
  • Only a personal category
  • A standard category, a shared category, or a personal category
  • A standard category or a personal category
  • Only a standard category

Answer : A shared category or a personal category

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 1

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

A. Another report

B. A SQL function

C. A Java function

D. An exposed property

E. A class join


Options are :

  • E,B
  • C,A
  • D,C
  • A,B
  • B,D

Answer : B,D

Which of the following are true about classes in PRPC? (Choose Two)

A. Classes represent the applicability of rules

B. Rules can only be inherited from a class designated as a prerequisite class

C. Classes can inherit rules from other classes

D. Classes can be versioned using a set of three two-digit numbers, such as 01-05-17


Options are :

  • D,A
  • C,B
  • B,C
  • A,C

Answer : A,C

A class rule _____. (Choose One)


Options are :

  • must always specify pattern inheritance
  • must specify both directed and pattern inheritance
  • must always specify directed inheritance
  • need not specify directed nor pattern inheritance

Answer : need not specify directed nor pattern inheritance

PEGACSA-v6-2 PEGA SYSTEM Certified System Architect CSA Test Set 6

Every class, except @baseclass, must define a directed inheritance path.


Options are :

  • False
  • True

Answer : True

By default, which types of information are automatically added to the history of a work item? (Choose Four)

A. Changes to work status

B. Audit notes

C. Changes to property values

D. Assignment instructions

E. The work type used to create the work item

F. The user who created the work item


Options are :

  • D,C,B,A
  • B,C,D,A
  • F,D,A,E
  • E,D,F,C
  • C,A,D,F
  • A,B,D,F

Answer : A,B,D,F

Which of the following can you perform when editing a Report Definition rule that you cannot do in either the Report Browser or Report Viewer? (Choose Three)

A. Prevent others from editing the report in the Report Viewer

B. Prevent the report from appearing in the Report Browser

C. Add custom commands to the right-click (context) menu

D. Add sub-reports to filter the data the report displays

E. Share the report with colleagues using the Report Browser

F. Schedule the report to run at regular intervals


Options are :

  • B,C,D
  • E,C,A
  • F,D,A
  • A,B,D
  • B,F,E
  • C,A,E

Answer : A,B,D

PEGACSSA PRPC v5.5 Certified Senior System Architect Exam Set 5

Which DCO tool would be used by a Lead System Architect to create a reusable enterprise application based on collected use cases and requirements? (Choose One)


Options are :

  • Project Sizing tool
  • Application Accelerator
  • Application Profiler
  • Application Documentation Wizard
  • Application Express

Answer : Application Accelerator

Select three characteristics of a concrete class from the following list. (Choose Three)

A. Class name must end in a '-'

B. It may belong to a class group

C. It may be a class group

D. It must inherit from an abstract class

E. It can have instances


Options are :

  • E,B,D
  • B,C,A
  • C,A,D
  • B,C,E
  • A,B,C

Answer : B,C,E

The class layer that creates a reusable class structure that can be extended for specific implementations is called which of the following? (Choose One)


Options are :

  • Implementation layer
  • Framework layer
  • Work layer
  • Top layer

Answer : Framework layer

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 6

Select two statements from the following list which are true concerning work pools. (Choose Two)

A. They directly correspond to class groups

B. A user may have access to no more than ten work pools

C. A user's default work pool is established in the user's access group

D. They are created by Work Pool rules


Options are :

  • A,B
  • A,C
  • D,A
  • C,D

Answer : A,C

Auto-Complete can use same source list as of Drop down


Options are :

  • True
  • False

Answer : True

A Section can be embedded in another section.


Options are :

  • False
  • True

Answer : True

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 3

Validate rules are referenced in which of the following rule types to validate the properties displayed on the user interface?


Options are :

  • Hamess
  • Flow
  • Section
  • Flow Action

Answer : Hamess

Which UI component should you use to format the presentation of a property's value?


Options are :

  • Function rule
  • Control rule
  • Inline Style Editor
  • Section

Answer : Function rule

Which of the following statements are true regarding repeating grids? (Choose Two)

A. Repeating grids can use a list data page as a source

B. Repeating grids can be used to display data in rows and columns

C. Repeating grids can be used to display a page property

D. Repeating grids can use a data table as a source


Options are :

  • B,D
  • C,D
  • A,C
  • A,B

Answer : A,C

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 2

Which of the following is not a type of a declarative rule?


Options are :

  • Decision Tree
  • Declare Index
  • Constraint
  • Data Page

Answer : Data Page

____________ contains information about people, companies and organizations interested in a case.


Options are :

  • A Work Party
  • A work group
  • An Operator
  • An Access Group

Answer : A work group

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)

A. Purchase Request creation is implemented as a service

B. Purchase Request creation cannot be implemented as either a service or a connector

C. Purchase Request creation is implemented as a connector

D. Price retrieval is implemented as a service

E. Price retrieval is implemented as a connector

F. Price retrieval cannot be implemented as either a service or a connector


Options are :

  • A,E
  • A,D
  • F,C
  • D,A
  • B,C
  • B,E

Answer : A,E

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 3

A perform harness can be referenced from: (Choose Two)

A. Connector shape

B. Process tab of the flow

C. Subprocess shape

D. Assignment shape


Options are :

  • A,B
  • C,D
  • B,C
  • D,A

Answer : C,D

Where Is an Edit Validate rule referenced?


Options are :

  • A flow action
  • Cell properties in a section
  • A property rule
  • A flow rule

Answer : A property rule

Select the decision rule that is most appropriate for implementing a set of nested "if" conditions.


Options are :

  • Data Transform
  • When Rule
  • Decision Table
  • Decision Tree

Answer : Decision Tree

PEGACDA71V1 Certified DCO Architect V7.1 Practice Exam Set 1

When we need to select from a large list of dynamically populated values then we give the control as


Options are :

  • Auto - Complete
  • Drop down
  • local-list
  • data page

Answer : Auto - Complete

Which of the following does NOT describe a declarative rule in PRPC?


Options are :

  • A single rule that causes an activity to run when instances of a specific class are created, updated, or deleted in the database
  • A single rule that defines a clipboard page that is automatically generated when referenced
  • A single rule that validates multiple property values after a form has been submitted
  • A single rule that defines the automatic computation of a property value based on an expression

Answer : A single rule that defines the automatic computation of a property value based on an expression

Which of the following represent class for case type


Options are :

  • PYD-HR Services-Work-Final Order
  • PYD-HR Services
  • PYD-HR Services-Work
  • PYD-Data

Answer : PYD-HR Services-Work-Final Order

PEGACSSA PRPC v5.5 Certified Senior System Architect Exam Set 3

It is possible for you to notify a customer (work party) if a milestone is missed, using a service level.


Options are :

  • True
  • False

Answer : True

A validate rule tests multiple fields. When a value fails validation, the remaining fields are tested:


Options are :

  • If the continue validation flag is enabled
  • If the validate rules was called from another validate rule
  • If validate rule uses input-qualified validation
  • No specific configurations is necessary

Answer : If the continue validation flag is enabled

Routing can be decided by using: (Choose Two)

A. A decision tree

B. A decision table

C. A when rule

D. A data transform


Options are :

  • C,B
  • A,B
  • B,D
  • C,D

Answer : A,B

PEGACSSA PRPC v5.5 Certified Senior System Architect Exam Set 6

IN the application, the email consumption leads to case creation & then the fetching prices from price catalogue, application connects to external system (wording can be different)

A. PRPC act as service for fetching price from price catalogue.

B. PRPC act as connector for fetching price from price catalogue

C. PRPC act as service for creating case from email

D. PRPC act as connector for fetching price from price catalogue.

E. PRPC can act as neither service or connector for fetching price from price catalogue.

F. PRPC can act as neither service or connector for creating case from email.


Options are :

  • B,F
  • D,E
  • E,A
  • D,C
  • B,C
  • E,A

Answer : B,C

Which statement best describes how a service level affects the urgency value of an assignment or a case?


Options are :

  • When a given milestone is reached, the specified urgency value is added to the current urgency value.
  • If the current urgency value is less than the urgency value specified in the milestone, It is adjusted to the urgency value specified in that milestone - otherwise, it remains the same.
  • When a given milestone is reached, the current urgency value is checked. If it is greater than the value specified in that milestone, the Escalation Action is triggered.
  • When a given milestone is reached, the urgency value is set to the specified value in that milestone.

Answer : When a given milestone is reached, the specified urgency value is added to the current urgency value.

Which of the flowing is true of a Declare Expression?


Options are :

  • They are involved without any explicit
  • They are only referenced in a data transform
  • They must specify the sequential order in which to run
  • They are referenced in a section

Answer : They are only referenced in a data transform

PEGACSSA-v6-2 Certified Senior System Architect (CSSA) Exam Set 3

Which of the following is NOT true of a local flow action?


Options are :

  • It permits users to complete an optional task, such as attaching supporting documentation
  • It causes the assignment to remain on the current user's work list
  • It can be used to update assignment or case properties
  • It advances the flow

Answer : It advances the flow

You can configure a PASSED DEADLINE milestone for a case.


Options are :

  • False
  • True

Answer : True

A review-type harness allows a user to:


Options are :

  • Review the information and either approve or reject
  • Review the information and not take any action
  • Review the information and take any applicable actions on that assignment
  • Review the information and take only local actions

Answer : Review the information and take only local actions

PEGACSSA-V6-2 Certified Senior System Architect (CSSA) Exam Set 1

Select the statement about a sub case creation that is incorrect


Options are :

  • A subcase can be created using a smart shape
  • A sub case cannot be created manually by an end user
  • A subcase can be created automatically when a parent case is created
  • A subcase can be created in a stage step

Answer : A sub case cannot be created manually by an end user

Which component defines and implements an interface between an external application acting as a client and a PRPC system acting as a server?


Options are :

  • Connector
  • Service
  • Report Definition
  • Data Page

Answer : Connector

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

A. Rules are used to define and configure an application

B. Rule are organized in Rule Sets, which are then organized into class

C. An application can only contain one instance of a specific rule

D. Rule are organized or classified into rule categories


Options are :

  • C,A
  • A,B
  • B,D
  • D,C

Answer : A,B

PEGACSA-v6-2 PEGA SYSTEM Certified System Architect CSA Test Set 9

A requirement dictates that a purchase request application must allow an end user to review the Terms and Conditions, which they must accept before they submit their request. What is the most appropriate choice to satisfy this requirement?


Options are :

  • Create a flow action for Terms and Conditions which can be opened in a overlay dialog.
  • Create a flow action for Terms and Conditions and add it as an optional action in that step.
  • Create a flow action for Terms and Conditions that can be opened in a modal dialog.
  • Create a flow action for Terms and Conditions and add it as an additional connector in the assignment shape.

Answer : Create a flow action for Terms and Conditions and add it as an optional action in that step.

An application is currently configured to send an email if an assignment is not completed in 2 days. It must be changed so that it is sent after 1 day instead. Where would this be configured?


Options are :

  • The correspondence rule
  • The service level rule
  • The notification activity
  • The assignment shape

Answer : The notification activity

You are designing a case type that has a series of steps to take when a case is rejected. How should you best model this requirements?


Options are :

  • Add an optional process on a primary stage to handle the rejection process
  • Add an optional action on a primary stage to handle the rejection process
  • Add an optional process on an alternate stage to handle the rejection process
  • Add an alternate stage to the case type to handle the rejection process

Answer : Add an alternate stage to the case type to handle the rejection process

PEGACSSA PRPC v5.5 Certified Senior System Architect Exam Set 6

You have been asked to create a report that displays order total and case creation date for all orders. What should you do to address this requirement?


Options are :

  • Optimize both properties
  • Optimize only case creation date property
  • Optimize only the order total porpery
  • No properties require optimization

Answer : Optimize only the order total porpery

Comment / Suggestion Section
Point our Mistakes and Post Your Suggestions