Business Analyst Faq .com

Home      BA-InterviewQuestions    Jobs    Resumes    Interviews  Other-Interview-Questions   Contact

          Unified modeling language UML tutorial part 7

 

Business Analyst Essentials:

Responsibilities of a Business Analyst

What is Business Analysis

Sequence diagram Explained

Class diagram explained

RUP explained

UML(unified modelling language)

SDLC(software development life cycle)

Insurance knowledge for BA

Health care knowledge for BA

Finance banking knowledge for BA

 

BA Interview Questions & related:

Imp BA Interview questions set 1

Imp BA Interview questions set 2

Imp BA Interview questions set 3

Imp BA Interview questions set 4

Business analyst Interview questions 1

Business analyst Interview questions 2

Business analyst Interview questions 3

Business analyst Interview questions 4

Resume writing tips for BA

Business Analyst Health care Related:

BA Health Care Claims

SAS (statistical analysis system)

Clinical Trials

FACETS

Health care fraud detection

HIPAA

 

BA Finance Interview questions

Business Analyst Finance domain Interview

questions set 1

 

What is Fixed rate Loan?

What is home equity line of credit  (HELOC) ?

What is Loan to value ratio ?

What is debt to income  ratio &

What is lien Lien holder ?

What are mutual funds ? Interview questions

Trading of Stocks , what are stocks?

New york Stock exchange

What is NASDAQ ?

Stock exchanges in USA

Factors that will affect the change in price

of STOCKS

How to buy a STOCK ?

 

What stocks are treated as equity

 while bonds as debt ?

 

 

Business Analyst Tutorials:

Role of a Business Analyst(high level)

Use case diagram step by step

Class Diagrams UML

Responsibilities of BA

What is RUP ?

SDLC

Bug Life cycle

BA Faq

Business Users of the system

CMM levels

Collaboration diagram

Data Mapping & Data modeling

Data model in data base

Deliverables in SDLC

Tools used by BA

Q-Gate (quality gate)

RUP (rational unified processing)

Sequence diagrams

Deliverables in RUP

Use case examples

Use case template examples

Testing skills required

Testing processes

QTP recording flow

break points in qtp

split actions in qtp

parameterization

checkpointsinqtp

Integrated testing

What is QTP ?

Loadrunner step by step

 

 

 

State Diagram

The state diagram depicts the change of an object through a time period. Based up on the events that occur, the state diagram displays how the object can change from start to finish.

 

States can  be represented as a rounded rectangle with the name of the state displayed as shown above. You can optionally include an activity which represents a longer running task during that state.

Transitions connect these states together. These represent the events which cause the object to change from one state to another. The guard clause of the label is mutually exclusive and must either be true or false. Actions represent the tasks which run so as to cause the transitions.

Actions are varied from activities in the way that their actions cannot be interrupted, while an activity can be interrupted by the incoming event. Both can actually display an operation on the object which is being studied. For example, an operation which sets an attribute would be considered an action, while a long calculation might be considered as an activity. The specific separation between the two depends actually on the object and the system which is being studied.

Like the activity diagrams, state diagrams have only one start and one end from which the state transitions can start and end respectively.

Putting it all Together

Activity diagrams are used to depict the work flow in parallel and also conditionally. They are useful while working out the order and the concurrency of a sequential algorithm and that too while analyzing the steps which are there in a business process and while working with threads.

State diagrams display the change of an object over time and are useful when an object exhibits interesting or unusual behavior - such as that of a user interface component.

As always, these diagrams should be used only so as to serve a purpose. You should not  feel that a state diagram should be drawn for every system object and an activity diagram for every system process. You should use them only here they add value to your design. You may choose not to include these diagrams in your system design, and your work may well be considered to be complete and useful. The purpose of Visual Case Tool and of these diagrams is to help you to do your job. So if the diagram becomes too complicated and confusing, you and those working with you may lose focus of the task at hand.