Business Analyst Faq .comHome BA-InterviewQuestions Jobs Resumes Interviews Other-Interview-Questions Contact |
|
Business Analyst Essentials: Responsibilities of a Business Analyst UML(unified modelling language) SDLC(software development life cycle) 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
Business Analyst Health care Related: SAS (statistical analysis system)
BA Finance Interview questions Business Analyst Finance domain Interview
What is home equity line of credit (HELOC) ? What is debt to income ratio & What are mutual funds ? Interview questions Trading of Stocks , what are stocks? Factors that will affect the change in price
What stocks are treated as equity
Business Analyst Tutorials: Role of a Business Analyst(high level) RUP (rational unified processing) Testing skills required |
Data Mapping & Data ModellingData model / Mapping document.This section talks about how many tables are there and what data is lying in what table and what tables are there in production server? And also describes the relation between all the tables and how they are linked each other…etc.. Data Mapping:It is basically the connection between deployment and production server. That is table names may differ in two servers but data will be same. Mapping between the tables that have the same data. SQL queries:There are two types of operations in SQL. One is retrieval and other is modification. Where as BA only works with retrieval and not with modifications. Ex: select customer_name from CUST where dept = 10. The above statement retrieves all customers from CUST table who belong to department 10.
|