Business Analyst Faq .com

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

                        Business Analyst FAQ 3

 

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

 

 

Business analyst Interview questions 1

Business analyst Interview questions 2

Business analyst Interview questions 3

Business analyst Interview questions 4

What do understand by version control & configuration management ?

Basically version control is a part of configuration management. Mainly it handles when the previous document changes. Where as configuration management handles the individual component.

What is meant by good documentation management system ?

Should allow to make any changes if required.

Good security features.

Should be able to change versions.

Authorizations to only required people. (renditioning capability)

Hide imp information from others. (redaction capable)

What are different software methodologies.?

SDLC, RUP, SEI-CMM, Six sigma, SWOT, Cost benefit analysis, Risk analysis, Gap analysis.

What is OOAD ?

Object oriented analysis and designing. Used in coding od object oriented languages like c++, Java, and SAP Badis etc.

What is UAT ?

User acceptance testing.

If the UAT fails, BA did not understand the requirements properly.

What do u mean by Data mapping ?

It is the mapping of data from source system to a destination system.

What is black box testing?

It is completely a functional testing. i.e the tester need not know how it works technically. He only bothers what input he is giving and what output he is getting.

What do u mean by white box testing?

It requires slight programming knowledge to examine the outputs.

What is bug?

Mainly used to see the performance issues and system hangs.

How do u measure the quality of a product?

We do it by seeing min bugs in the product according to standards maintained by company.

What is RAD ?

It is called as rapid application development.

It is a development process that is used to build applications in smaller periods like 50-70  days i.e with some compromises.

What is ETL ?

Extraction     Transformation and loading. Used mainly in data warehousing.

Types of testing ?

Unit testing                  : by developer

Black box testing         : Functional and module level.

Ad hoc testing                        : Random testing..no particular pocess.

White box testing        : Very detailed..into the code.

Exploratory                 : ad hoc testing with some purpose/ goal.

Front end                    : for web based applications.

Back end                     : database level

Regression                   : Testing again and again the same application.

UAT                            : User acceptamce testing

Integration                  : testing the interaction of 2 or more than 2 modules at a time.

System testing             : Testing all the modules together.