BA Flashcards
Business Architect
Work with subject matter experts and stakeholders to understand business needs.
In a Pega application, they define business rules, service level agreements, and processes
Product Owner
Owns the product backlog and prioritization of backlog items. Creates acceptance criteria
Subject Matter Expert
The SME has deep understanding of a particular business topic or domain.
The SME works with the project team to convey business needs and helps validate information accuracy
What roles are associated with the following responsibilities?
• Configure user interface forms
(System Architect)
What roles are associated with the following responsibilities?
• Define business rules
(Business Architect)
What roles are associated with the following responsibilities?
• Create acceptance criteria
(Product Owner)
What roles are associated with the following responsibilities?
• Define service level agreements
(Business Architect)
What roles are associated with the following responsibilities?
• Own prioritization of backlog items
(Product Owner)
case
work that delivers a meaningful business outcome
case type
an abstract model of a business transaction, where a case is
a specific instance of the transaction.
case life cycle design
allows business users to begin by organizing work into
stages.
Stages
represent the transfer of a case from one authority to another or a significant
change in the status of the case.
A primary stage
a high-level phase in the lifecycle of a case that leads to the desired
outcome.
A process
contains a series of
tasks, or steps, that a user completes as they work the case.
A step
is either a user action or
automated action performed by the application.
alternate stages
When a case does not follow the primary path,
Change Stage
step automates non-sequential case flow, such as to and
from alternate stages.
case status
the primary indicator of the progress of a case towards
resolution
An instruction
a step identifies to a user what should be accomplished
in an assignment
service level agreement (SLA)
establishes a deadline for work
completion.
How does the passed deadline interval differ from goal and deadline intervals?
can repeat
optional process
update information in multiple steps.
Users may or may not return to the primary path of the case.
Optional user actions
update information in a single user screen.
parallel processes
If processes can be performed in any order
assignment routing
to assign work to the most appropriate user
work queue
a list of all open assignments, in order of importance, for
a group of users.
A worklist
A worklist is a list of all open assignments, in order of importance, for a
specific user.
current user
the employee creating the request enters the expense details.
specific user
the manager who approves expense reports.
when condition
when you want to route work based on certain conditions.
single approval
You can assign single approvals to the worklist of a specific user or a work queue.
cascading approval authority matrix
based on an authority matrix is more flexible than reporting structure. It supports routing to other entities outside of the reporting structure.
cascading approval reporting structure
Cascading approvals based on reporting structure require approval of an employee’s direct manager and higher. You can also configure business logic to set thresholds to determine the number of required approvals.
Rules
describe the behavior of individual cases.
rule type
is an abstract model of a specific case behavior. Rules are instances of rule types which generate application code.
Rulesets
package rules for distribution as part of an application.
ruleset version
System architects collect individual rules into a subset of a ruleset
ruleset stack
Each application consists of a sequence of rulesets
work Classes
Contain the rules that describe how to process a case or cases, such as processes, data elements, and user interfaces
integration classes
Contain the rules that describe how the application interacts with other systems, such as a customer database or a third-party
data classes
Contain the data objects modeled for the application, such as a customer or collection of order items
A parent class
contains another class
A child class
is contained by another class
Rule check-out
creates a copy of a rule in a ruleset that is only
visible to you, called a personal ruleset.
Pattern inheritance
follows the class hierarchy to support the reuse of rules within an application.
Directed inheritance
allows your application to reuse
rules from other applications with different classes.
The data elements or
collection of related data
elements in a case type
comprise the
data model.
The data model defines
the
case type data
structure