Business Analyst Interview Questions And Answers



Similar documents
TDDC88 Lab 2 Unified Modeling Language (UML)

CHAPTER 1: INTRODUCTION TO RAPID APPLICATION DEVELOPMENT (RAD)

CDC UNIFIED PROCESS PRACTICES GUIDE

Phase 2 Systems Analysis. Dr. Feng-Jen Yang

ADVANCED BUSINESS ANALYST (ABA) STUDY GUIDE

Sparx Systems Enterprise Architect for Team Players

UML TUTORIALS THE USE CASE MODEL

Bottom-Line Management

Sparx Enterprise Architect for Business Analysts

Domain modeling: Leveraging the heart of RUP for straight through processing

Basic Unified Process: A Process for Small and Agile Projects

BI solutions with Visio Graphical visualizations with Visio, SharePoint and Visio Services

Laila TECHNICAL SKILLS

Business Process Analysis for Business Process Simplification and Automation

Using Visio 2010 and SharePoint 2010 for Process Management: Practical Tips and Customer Examples

Using Mindjet Software and Templates for Strategic Consulting

Solution Park Support for Computer and Networks

PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT

Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012

VAIL-Plant Asset Integrity Management System. Software Development Process

USE CASE DIAGRAM HOTEL MANAGEMENT SYSTEM. For that reason use case diagram hotel management system guides are far superior than the pdf guides.

Course Outline. Foundation of Business Analysis Course BA30: 4 days Instructor Led

2.1. Introduction to UML: Use-Case Diagram

The Business Process Model

B usiness P rocess M anagement T raining c atalog

The value of modeling

Requirements Engineering Process

Business Analysis with Financial concepts

The role of integrated requirements management in software delivery.

ILLUMINATE ASSESSMENT REPORTS REFERENCE GUIDE

Microsoft Dynamics Lifecycle Services

Impact of Data Visualization in Key Sectors (Technical Insights)

Business Analyst Boot Camp Course BA101; 5 Days, Instructor-led

The HR department has provided these training materials to assist with your understanding and use of this system.

Value Engineering VE with Risk Assessment RA

LogicNets Expert Decision Support Automation. Excel at anything Expertise without limits

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements

PEOPLEADMIN PERFORMANCE APPRAISAL PROCESS EMPLOYEE SELF ASSESSMENT

Aspect Oriented Strategy to model the Examination Management Systems

Effective Business Requirements (Virtual Classroom Edition)

Grading. The grading components are as follows: Midterm Exam 25% Final Exam 35% Problem Set 10% Project Assignment 20% Class Participation 10%

System requirements for ICS Skills ATS

Reporting. Understanding Advanced Reporting Features for Managers

Guidelines: Project Schedule Project Management Office (PMO)

Mastering increasing product complexity with Collaborative Systems Engineering and PLM

XpoLog Center Suite Log Management & Analysis platform

To introduce software process models To describe three generic process models and when they may be used

Practice Overview. REQUIREMENTS DEFINITION Issue Date: <mm/dd/yyyy> Revision Date: <mm/dd/yyyy>

DESKTOP COMPUTER SKILLS

Configuring ehealth Application Response to Monitor Web Applications

CDC UNIFIED PROCESS PRACTICES GUIDE

Visual Paradigm product adoption roadmap

Towards Collaborative Requirements Engineering Tool for ERP product customization

4. Multiagent Sys stems Design. Part 2: The PROMETHEUS methodology.

Copyright 2009 Bahn, D., Tang, H. & Yardley, A. All Rights Reserved. ISBN: Systems Analysis and Design Learning Module Series #3

REQUIREMENT GATHERING QUESTIONNAIRE

New York City College of Technology/CUNY Computer Systems Technology Department

Sub Code: CP7007 Sub Name: SOFTWARE REQUIREMENTS ENGINEERING Branch / Year: ME CSE / I Year Staff in charge: Dr.M.Senthil Kumar

Systematization of Requirements Definition for Software Development Processes with a Business Modeling Architecture

Project Management Quick Reference Guide for MS Project 2010

Applying Use Cases to Microcontroller Code Development. Chris Gilbert Cypress Semiconductor

How To Create A Diagram On Rational Software Development Platform

Assuming the Role of Systems Analyst & Analysis Alternatives

Use Cases for Argonaut Project. Version 1.1

Budget Planner SOFTWARE REQUIREMENT SPECIFICATION. Professor: Dr. Doan Nguyen. Team Members: Bindu Madhavi K Khambam Suganya Srinivasan

CHAPTER 11 REQUIREMENTS

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

1 J (Gr 6): Summarize and describe distributions.

SYLLABUS CIS 3660: OBJECT-ORIENTED SYSTEM ANALYSIS AND DESIGN SPRING 2010

Advanced Process Modeling (BPMN) Data Connectivity & Data Graphics Understanding Visio Services D t a ab a a b s a e s e Mod o e d l e ing

Chapter 13 Computer Programs and Programming Languages. Discovering Computers Your Interactive Guide to the Digital World

A Rational Software & Context Integration white paper

white paper Modernizing the User Interface: a Smarter View with Rumba+

Business Analysis From Yes-M Systems LLC Length: Approx 7 weeks/55 hours Audience: Students with or without IT experience or knowledge Student

e-gateway SOLUTION OVERVIEW Financials HCM ERP e-gateway Web Applications Mobile Devices SharePoint Portal

Communicating with Allied Trades

Requirements Definition and Management Processes

TOOLS FOR SOFTWARE ENGINEERS

Fundamentals of Information Systems, Fifth Edition. Chapter 8 Systems Development

SSMS Built in Reports for Server and Database Monitoring

Requirements Engineering Processes. Ian Sommerville 2006 Software Engineering, 8th edition. Chapter 7 Slide 1

Objectiver. A power tool to engineer your technical and business requirements!

EU CUSTOMS BUSINESS PROCESS MODELLING POLICY

INTRODUCTION...1 FREQUENTLY ASKED QUESTIONS ABOUT REFERENCE CHECKS...2

HUMAN RESOURCES INFORMATION SYSTEM (HRIS) SENIOR ANALYST

Project Communications Planning

Quick Reference Guide Interactive PDF Project Management Processes for a Project

Demand & Requirements Management Software Development QA & Test Management IT Operations & DevOps Change Management Agile, SAFe, Waterfall Support

Transcription:

Business Analyst Interview Questions And Answers What Does A Business Analyst Do 2013 All Rights Reserved http://www.whatdoesabusinessanalystdo.com

(1) Question: Tell me the importance of a flow chart? Answer: The flow chart gives a clear graphical representation of an implemented process. This makes the system simple to understand for all persons involved in the project. (2) Question: Explain briefly the use case model? Answer: The use case model requires a use case diagram. It describes the business environment. Its primary goal is to show the series of events and actions within any given process that will be performed by an actor. (3) Question: What is UML modeling? Answer: UML in full means Unified Modeling Language. It is the industry standard language for constructing, visualizing and documenting the different components within a system. (4) Question: What is the significance of using an Activity diagram? Answer: The activity diagram is important because it gives an outline of the work flow within the business as well as the activities and action completed. For instance with a company, there is likely to be more than one department. In such a case each department, will have different access levels to the system. So if there s a Medical, HR and Accounts team they will only have access to screens that relate to each. The activity diagram will highlight the differences within the departments which will be very helpful for developers when they are designing and coding. (5) Question: What are the different types of diagrams and what do you know about them? Answer: Use case diagram (see answer above), activity diagram (see answer above), Collaboration diagram. A collaboration diagram, also called a communication diagram or interaction diagram, is an illustration of the relationships and interactions among software objects in the Unified Modeling Language (UML). The concept is more than a decade old although it has been refined as modeling paradigms have evolved.

(6) Question: Tell me what you understand about an alternate flow in use case? Answer: This is the flow that will come into action, when there is a failure in the use case system where the expected results haven t come to fruition. (7) Question: What is an exception flow in a use case? Answer: This is a flow that accounts for an unexpected or unusual result within the application process. The exception will be handled according to its designed flow. (8) Question: What are extends and includes within a use case? Answer: An include is where a specific action has to take place. An extend is an action that may not necessarily take place. (9) Question: What documents are used for use cases? Answer: There are 2 documents: FRD (functional requirement document) SDD (system design document) which can also be called TRS (Technical requirements specifications) (10) Question: What does a Business Analyst do, what are their Roles and responsibilities? Answer: The most important responsibilities of a business systems analysts are as a communication conduit between the stakeholders and the team Also check out what does a business analyst do? (11) Question: What are some of the common tools that a business Analyst uses? Answer: The common tools that can be used by a business analyst are MS Visio, MS word, MS Excel, Power point, Quality center/test director MS Project. There may be tools that are client specific also, but these will be supplied the client.

(12) Question: What documents should be delivered by a Business Analyst should deliver? Answer: The documents that a business analyst should deliver are functional specification documents, technical specification documents, Requirements traceability, BRD (business requirements document), Use case diagrams and Business flow documents. (13) Question: What is use case diagram used for? Answer: The use case diagram defines the role of each actor that is associated to a particular role or system. A use diagram is also a behavioral diagram and a part of UML. An example of this is an Order Management as the main function, in such a case the person that is given the order is an actor. Download the questions and answers here right click save as. You can read them on your tablet, mobile phone, e-reader device or anything else that can read PDF documents. (14) Question: How do you normally gather Requirements from end user? Answer: If there are a lot of end-users, then a workshop method can be used for the requirements collection. The business analysts can carry out face-to-face interviews if there are not a lot of end users. (15) Question: What is the difference between Business Analyst & System Analyst? Answer: The business analyst must understand IT and also has to understand the stakeholder s needs. A systems analyst has the ability to look at a program or utility and see the code. They can go in and pinpoint where changes need to be made. (16) Question: Can you tell me difference between Business Analyst and Business Analysis? Answer: A Business Analyst acts as a liaison between business people who have business problems and technology people who know how to create automated solutions.

Business analysis are the skills that are need to carry out the job of a Business analyst. Check back for updates! Our Top Recommended Business Analyst Interview Questions and Answers Course: **CLICK THE LINK BELOW TO ACCESS THE COURSE** **Or Copy and Paste the link below into your browser** http://www.whatdoesabusinessanalystdo.com/qandavideocourse/ What Does A Business Analyst Do 2013 All Rights Reserved http://www.whatdoesabusinessanalystdo.com