Business Analysis Interview Questions & Answer Prepared Guide
Business Analysis Interview Questions & Answer Prepared Guide
Interview
Questions
The Business Analyst
Contents
Page | 1
Preface
In the pursuit of attaining career growth, almost every business analyst has to go through the
interview process. The motive of the interview is to ascertain the suitability of a candidate for
the said position and the better a candidate prepares himself for the magnitude of questions
that could be asked the greater are his chances of getting selected.
To help you have an upper hand in the Business Analyst Interview, we have come up with
multitude questions that could be asked throughout the process. Also, we have included
carefully crafted answers written by experienced business analyst that will help you get a
direction around how a question should be answered.
We will be delighted to answer any questions you may have and will gladly welcome
any suggestion to improve our website and its content.
Keep Learning.
Page | 2
Business Analyst Interview Question and Answers
4. What are the best practices you follow while writing a use case?
The following are the best practices that are followed to write a clear and well documented use
case:
1. Capture both functional and non-functional requirements in a use case.
2. Include use case diagrams along with the use case.
3. Include the UI details/notes in the use case.
Scope creep, also known as requirement creep is a term that denotes uncontrolled
changes/deviation in the project’s scope without an increase in the other resources
(schedule, budget) of the project.
Scope creep is a risk to the project and is usually caused by poor project management, improper
documentation of project’s requirements and poor communication between the project’s
stakeholders.
A business analyst must possess fundamental skills such as elicitation skills, problem solving
skills, communication and management skills. Alongside, he must have knowledge of IT skills,
Page | 3
Software development understanding and domain knowledge regarding the domain he
is working in. For more details read here.
Scope creep is a hindrance to the project’s success and could be avoided by:
Clearly document the scope of the project.
Following proper change management.
Informing the effects of change to the affected parties before making a change.
Documenting the new requirements in the project log.
Refrain from adding additional features to the existing functionalities (also called Gold
Plating)
8. How do you deal with difficult stakeholders?
Stakeholders sometimes could be difficult to deal with but we could overcome this situation by:
Patiently listening to them and being polite.
Make them understand the situation from a prospective they understand.
Show a commitment to working with them.
Make them realize how their interests will be realized when they are more open and
collaborative.
Engage them and make them realize that their contribution is valued.
9. When are you done with requirements?
Simply, flow chart explains the flow of a process through symbols and text. It is important
because it:
It displays information graphically which is both clearer and easy to grasp.
Helps in process documentation.
Helps programmers to write the logic.
Page | 4
Aids testing and troubleshooting.
13. What are some of the common tools that a business Analyst uses?
Too many changes can be detrimental to the success of the project and hence
requirements should be managed carefully. We could do so by following a strict ‘Change
control’ plan, according to which:
We document when the change was requested, its description and its severity.
We assess whether the change is in line with the business objective of the project.
We then analyze the effects of change on the project constraints.
We communicate the tentative schedule, cost and resources expenditure to all the
stakeholders.
Page | 5
We implement the change only when all the stakeholders are in consensus with the
revised project constraints.
16. What are the non-functional requirements?
Nonfunctional requirements or ‘qualities’ of a system are the requirements that are used to
judge the operation of a system. These requirements define how a system is supposed to ‘be’.
E.g.: Throughput, usability, reliability, scalability and security
17. What do you think is better, the Waterfall Model or Spiral Model?
Each project has got different and unique needs and thus the SDLC phases should be chosen
based on the specific needs of the project. In brief:
Waterfall model follows a structured approach with each phase having specific deliverables. But,
it has little flexibility and adjusting scope later is very difficult.
In spiral model, estimates of project constraints become more realistic as the work progresses
and it involves the developers early in the project. But, it takes more time and high cost to reach
the final product.
A misuse case is inverse of a use case and documents the scenarios that should not happen
within the system. The actions depicted in a misuse case can be performed by any person or
entity in order to harm the system.
Thus, misuse case are usually used in the field of IT security and data protection.
19. What are the use of configuration management and version control?
20. Describe your understanding regarding high level and low level use cases.
The high level use case usually refers to the entire business process whereas when it is divided
into smaller units, the outcome or the sub units are what are then referred to as the low level
use case.
This is the abbreviation of the term System Design Document; it acts as the mediator
between business users and the system developers so as the system developers may
Page | 6
understand the business requirements of the system they are developing in order to
know where to put emphasis and end up with a quality and objective based system.
Pareto analysis is a technique which is used to identify the issue that are causing the most
number of defects. The issues and their respective defects are plotted in a bar graph and the
issue which is causing the highest amount of defect is addressed first.
Pareto analysis is considered as a creative way of looking at causes of problems as it organize
data into logical segments for better analysis, comprehension and communication.
BPMN stands for Business Process Model and Notation. It’s a global standard for
graphically representing business process in the form of a diagram.
BPMN contains a set of graphic elements which are used by business users and developers to
create activity flows and processes. BPMN's four basic element categories are: Flow objects:
Events, activities, gateways
Connecting objects: Sequence flow, message flow, association
Swim lanes : Pool, lane
Artifacts: Data object, group, annotation
24. Explain the difference between a task and an activity with respect to BPMN
Activity is a generic term that is used to denote a process/sub process and is a collection of
a task or group of tasks whereas a task is a self-contained piece of work.
Joint Application Development (JAD) consists of a structured workshops session between end
user/client, project manager, business analyst, technical team and subject matter experts (SME)
to facilitate the design and development of the product.
Applications developed through JAD development approach has higher customer satisfaction
and less number of errors as the end user is directly involved in the development process.
Force-field analysis aids in making decisions by identifying the factors for and against a proposed
change to the system. The ‘for’ and ‘against’ factors are tabulated and are then analyzed,
discussed and evaluated for their impact on the change.
A test case is a document which contains listing of all the possible scenarios that could happen
based on a respective use case. Thus, every test case is developed with a use case as a base.
Page | 7
A test case contains main flow, positive scenarios, negative scenarios and scenarios covering
non-functional requirements also.
A single use case could contain many test cases and these cases are clubbed to make a test
script. Test Cases are written in a testing tool like Test Director, but they can be also be written
in MS Word. The audience for a test case are the QA testers.
The aim of testing is to verify and validate the quality of a developed functionality according to
the project requirements. A BA does various types of testing, which are:
Black box testing: This is a functional testing where a BA validates that the output generated by
the system is as per the requirements/use case
Unit Testing: A BA does unit testing on a developer’s machine to make sure the
requested functionality is being achieved.
Integration Testing: This type of testing is done when more than one piece of code are
integrated to realize a functionality. A BA does integration testing to make sure than the system
is performing as expected after different modules are integrated.
Functional Testing: A BA is expected to conduct functional testing to validate that the system
is achieving the functionality specified in the use case/functional requirement specification
document (FRS).
Acceptance Testing: A BA along with the client, does the acceptance testing to validate that the
system is performing as per the business requirements and the product’s acceptance criteria.
Regression Testing: Regression testing is done after a modification has been made to the
existing system. Its aim is to make sure that all the system functionalities are working as
expected.
Beta Testing: A BA along with the testing team, does the beta testing and it is done on a pre-
production version of the product. This testing is done to make sure that the functional and non-
functional requirements of the system are met.
SaaS is Short for Software as a Service and it is a software delivery model under which a
software and its associated services are remotely accessed by an end user as a web based
service. E.g. Facebook, which is deployed over internet and the users access its services by
an internet enabled device.
30. What problems a Business Analyst could face during requirements gathering?
Page | 8
Communication gap between the stakeholders
The golden rule to measure the quality of a good requirement is the ‘SMART’ rule. According to
this rule a requirement should be:
Specific: The requirement should be specific so that it could be properly documented
Measurable: We should be able to measure the success criteria of the requirement by different
parameters
Attainable: The requirement should be possible to attain with the given resources
Relevant: The requirement should be in line with the project’s business case
Timely: The requirement should be posed in time i.e. early in the project life cycle.
There are a couple of different diagrams about which a BA should have concrete knowledge.
They are: Entity relationship diagram, data flow diagram, use case diagram, class diagram,
activity diagram, sequence diagram, collaboration diagram, component diagrams and
deployment diagrams.
A business analyst is expected to visualize the ‘big picture’ and his responsibilities
extends towards both the business side as well as the technology side of the project. The
major responsibilities that he is expected to fulfill are:
Ascertain the feasibility of the solution/project/product.
Analyze, organize and document requirements.
Liaise and enhance communications with stakeholders.
Clarify doubts, concerns regarding the solution to be developed.
Conduct unit testing and verify the development is as per the requirements
Gain acceptance/approval of the deliverables from the client.
Document and prioritize change requests from the client.
Create final product documentations, achieve records and document project lessons
learned.
34. What are the different analysis techniques employed by a BA?
The major business analysis techniques used by a BA are: interview, SWOT analysis, facilitated
workshop, brainstorming, observation, prototyping and root cause analysis.
The 100-point method is a prioritization method that can be used to prioritize items in a group
environment. Each person within the group is given 100 points which they can distribute as
votes across the available items.
Page | 9
36. What do you know about 8-omega?
8 Omega is a business change framework to improve the existing business processes. Based
on its name, this framework consists of 8 lifecycle phases namely; Discover, Analyze, Design,
Integrate, Implement, Manage, Control and Improve. Also, it address 4 key perspectives of
business i.e. Strategy, People, Process and Technology.
FMEA stands for ‘Failure Mode and Effects Analysis’ and it is used for failure analysis, risk
analysis and quality engineering.
It involves reviewing components, systems and subsystems on parameters like functional,
design and process to identify failure models. The resulting data is then used for risk
management and mitigation.
Use cases can be used at various stages of a project and its audiences are both technology and
business.
39. Tell us the difference between an alternate flow and an exception flow of a use case?
Alternate flow are the alternative actions that can be performed apart for the basic flow and
might be considered as an optional flow whereas Exception flow is the path traversed in case
of the error or an exception being thrown. For e.g. on a logic page the ‘Forgot password’ is the
alternate flow and system showing ‘404 error’ when correct username and password are
entered is exception flow.
Trigger is an action which will invoke a specific flow which would otherwise have been inactive.
Use Case Diagram, Activity diagram, Sequence diagram, Communication diagram and State
machine diagram.
Page | 10
42. Please explain the term Use Case Points
Use Case Points are normalized unit of measurement used to size and estimate the cost of
work that is to be done on a system.
In the context of use case modelling, sometimes two or more use cases share a common
structure and behaviors. When this happens, we create a new use case that describes
the shared parts of its parent use cases.
Similarly, actor generalization is the relationship between two actors in a use case where the
child actor inherits the properties of a parent actor.
Unit testing is the type of testing which is done at the developer’s desk and if a BA conducts unit
testing he is able to find a defect before it gets integrated with other codes. This way, a bug gets
identified early and is usually fixed in less duration.
Assumptions are scenarios that are considered to be as facts while a product is being
designed/developed and constraints are restrictions that are imposed and have to be
mandatorily followed.
Kano analysis is a quality measurement process aimed at categorizing and prioritizing the
customer requirements in an effort to increase the customer’s satisfaction.
RACI matrix is a type of responsibility assignment matrix used to assign roles and responsibilities
within the project team. The acronyms stands for Responsible, Accountable, Consulted and
Informed.
Page | 11
Agile Business Analyst Interview Question and Answers
Scrum is the most widely used process framework for agile development.
Concepts of scrum include:
Sprint: It’s the basic unit of Scrum development and is restricted to a specific duration
Product backlog: An elaborate listing of all the product’s requirements.
Daily scrum meeting: Each day during the sprint, the project team assembles and discusses
what was achieved yesterday, what is due today and the roadblocks faced. This meeting is
strictly timed for 15 minutes.
Sprint Review Meeting: a meeting that reviews what was achieved in the course of
the sprint and what is left.
Sprint Retrospective: team members reflect on the past sprints to learn from the previous
mistakes and continuously improve.
The spring planning meeting is held at the start of every sprint and comprises of the project
team, product owner and the scrum master. The aim of this meeting is to:
Ascertain the capacity of the team for the current sprint.
Prioritize the items from the product backlog that are to be completed in the
current sprint.
Select the items from the product backlog to be done in the current sprint based
on the capacity of the team.
Plan the work and assign responsibilities for complete sprint duration.
The complete duration of the spring planning meeting is eight hours.
4. What are the advantages of agile methodology over the other software
development methodologies?
Agile development, due to its innate nature, is both iterative and incremental. Owing to this
characteristic, all the development aspects (design, quality, requirements) are constantly
reviewed and improved progressively with each sprint. Thus, the product could be adapted
at any time based on the client’s need and the level of customer satisfaction is very high.
Page | 12
Whereas, in the conventional development methodologies, each project phase is only
traversed once which restricts the flexibility to incorporate new requirements or modify
existing requirements.
Sprint backlog is a collection of requirements that the development team must achieve in
the next sprint. A sprint backlog is created based on the development team’s capacity
and the priority of the requirements.
Conversely, a product backlog is a prioritized list of high-level requirements of the product.
A sprint burndown chart is graphic visualization of the rate of progress of the current
sprint. This chart is updated daily over the course of a sprint.
Scrum Team comprises of Product Owner, Scrum Master and the Development Team
A spike is a time bound activity to conduct analysis or answer question rather than
producing shippable product. Spikes are usually planned to take place in between sprints.
Page | 13
10. What is the Velocity of a sprint?
Velocity of a sprint is the total amount of work the development team is capable of doing
over the duration of the sprint. Velocity for a sprint is agreed upon based on the
historical data available about the previous sprint of the project.
The progress of an agile project is represented by a story board. To do so, a white board is
divided in four columns ‘To do’, ‘In Progress’, 'Test’ and ‘Done’ and post It notes are placed
in each column indicating the progress of individual development item (user story/task).
This way, everybody is aware of the current status of the project and of the user stories as
well.
The tracer bullet is a spike with the current architecture, current technology set, and
current set of best practices which results in production of quality code.
Impediment denotes the ‘cause’ that is hindering the team member to work to its fullest
capability and ScrumBag refers to the person, group, or any other blockers that could be a
factor for Impediment.
Page | 14
16. How is an epic useful in an agile project?
While managing a large project, there are a lot of requirements spread across multiple
domains of the project and it becomes difficult to manage such large number of
requirements. Thus, these requirements are documented in form of user stories and the
user stories belonging to the same section of the project are clubbed to form an ‘Epic’. An
epic is considered as complete only when all the user stories (and their respective tasks)
belonging to it are complete.
Planning Poker is an agile planning technique aimed at gaining consensus on the estimated
time to complete an activity. Team members are given Planning Poker cards with values like
1,2,3,4 and these values represent the estimation unit (hours, days)
Then, a user story is discussed and the team members are called to disclose the duration
that an activity is expected to take by displaying a Planning Poker card. If all estimators
selected the same value, that becomes the estimate. If not, the estimators discuss their
estimates and the same process is repeated until the complete team reaches a consensus.
Page | 15
Thank You!!
We would like to express our gratitude for using the product and believe it has
immensely assisted you in your Interview preparation.
Head over to our website for more information, articles and updates in the field of
Business Analysis.
Page | 16