What is mean by logical data model?
Data model tells clear details about the data and how the data is stored physically in a database.
What do u mean by high level & low level use case?
A broad view of a business process is called a high level use case. And if we divide the big view into different small sub use cases, then it is called low level use case.
What do you know about SDD ?
It is also called system design document. My role as a BA is just a mediator or a middle layer between business users and developers and we make developers to understand the business requirements.
What do understand by URS & FS ?
User requirement specifications and Functional specifications. To keep track of these requirements, we generally use Traceability matrix.
By using Test director we can do traceability of requirements n testing phase.
How do you prepare use cases?
BY using MS Visio and Rational rose.
How do you participate in testing as a BA?
I participate mainly in reviewing the test cases to see if all the requirements have been met.
What is the main quality of a good requirement?
The requirement should be good, clear, understandable, and consistent and should be easily verifiable.
What do u understand by UML ?
UML is basically Unified Modeling Language. This is the standard language used in the system to understand, document, construct different components in the system.
What are different diagrams to be known by a BA?
Entity relationship diagram, data flow diagram, use case diagram, class diagram, activity diagram, state chart diagram, sequence diagram, collaboration diagram, component diagrams, deployment diagrams etc..
Use case diagram: basically explains the business environment. Series of all related actions performed by actor.
Activity diagram: Used in the early stage of analysis and designing level. It describes each individual component.
Sequence diagram: It tells the objects interactions with each others arranged in time sequence. Very useful for developers and testers to understand the system better.
Where did u use rational rose & requisite pro ?
When we created different modules of requirements for different functions, and finally collected all together and made a single requirement document, we used requisite pro to do this.
And we used rational rose to create the business model as a visual representation.
· Created High level & low level use cases.
· Activity diagrams
· State diagrams
· Collaboration diagrams
· Sequence diagrams

