Business Analyst
1500+ Business Analyst Interview Questions and Answers

Asked in UnitedHealth

Q. How many soft drinks can be sold on a particular day in Jammu and Kashmir?
The number of soft drinks sold in J&K on a particular day depends on various factors such as population, demand, availability, and marketing strategies.
The population of J&K can be a factor in determining the potential number of soft drink sales.
The demand for soft drinks can vary based on factors such as weather, events, and cultural preferences.
The availability of soft drinks in J&K, including distribution channels and retail outlets, can impact sales.
Marketing strategies, ...read more

Asked in EMA Partners

Q. How much cement, brick, sand and water is needed for 1 square meter brick work ?
The amount of cement, brick, sand, and water needed for 1 square meter brickwork depends on the specific requirements and design.
The quantity of cement, brick, sand, and water varies based on the thickness of the brickwork.
The type of bricks used, such as solid bricks or hollow bricks, affects the material requirements.
The mortar mix ratio also influences the amount of cement, sand, and water needed.
The local building codes and standards may specify the material quantities fo...read more

Asked in BYJU'S

Q. How would you convince parents to buy our tablets for their children?
I will highlight the benefits of our tablets for children's education and offer discounts or promotions to attract parents.
Emphasize the educational benefits of our tablets
Offer discounts or promotions to attract parents
Provide testimonials from satisfied parents
Partner with schools or educational institutions to promote our tablets
Create engaging and informative marketing materials targeted towards parents
Offer a trial period for parents to test out our tablets
Provide excell...read more

Asked in Spinny

Q. What data would you need to reduce air pollution in NCR?
To reduce air pollution in NCR, data on sources of pollution, weather patterns, and population density is needed.
Sources of pollution such as industries, vehicles, and construction sites
Weather patterns such as wind direction and speed, temperature, and humidity
Population density and distribution to identify areas with high pollution levels
Data on emissions from power plants and factories
Information on the types of vehicles and their emissions
Data on the use of alternative mo...read more

Asked in Flipkart

Q. What is the Bias Variance trade-off and name some models with high bias and low variance?
Bias-Variance trade-off is the balance between overfitting and underfitting. High bias models are simple but inaccurate, low variance models are complex but overfit.
Bias-Variance trade-off is a fundamental concept in machine learning.
High bias models are simple and have low variance, but are inaccurate.
Low bias models are complex and have high variance, but can overfit the data.
Examples of high bias models are linear regression and decision trees with few nodes.
Examples of lo...read more

Asked in GEP Worldwide

Q. How can you measure exactly 9 liters of water using only a 7-liter jug and a 40-liter container?
Use the 7L jug to measure exactly 9L into the 40L container through a series of filling and pouring steps.
Fill the 7L jug completely from the 40L container.
Pour the 7L jug into the 40L container (now 7L in the container).
Fill the 7L jug again from the 40L container.
Pour from the 7L jug into the 40L container until it reaches 9L (pour 2L from the 7L jug).
Now you have exactly 9L in the 40L container.
Business Analyst Jobs




Asked in CapitalOne

Q. Present a case study to determine whether a monthly or daily bus membership is more profitable.
To determine profitability between monthly and daily bus membership, conduct a cost-benefit analysis.
Gather data on the cost of monthly and daily bus passes
Determine the frequency of usage for each pass type
Calculate the total cost of using each pass type over a given period
Compare the costs to the benefits of each pass type, such as convenience and flexibility
Consider external factors, such as the availability of parking and the cost of gas
Make a recommendation based on the ...read more

Asked in Deloitte

Q. What do you think telecom operators should do to prevent this problem?
Telecom operators should invest in robust network infrastructure and implement strict security measures to prevent problems.
Invest in upgrading network infrastructure to handle increasing data traffic
Implement strong security measures to protect against cyber threats
Regularly monitor and analyze network performance to identify and address potential issues
Provide reliable customer support to promptly address customer complaints and concerns
Offer competitive pricing and attract...read more
Share interview questions and help millions of jobseekers 🌟

Asked in Oyo Rooms

Q. What is the probability of getting at least one six after throwing two unbiased dice?
The probability of getting at least one six after throwing 2 unbiased dice is 11/36.
The total number of outcomes when throwing 2 dice is 36 (6 sides on each die)
The number of outcomes where at least one die shows a six is 11 (6 outcomes where one die shows a six, plus 1 outcome where both dice show sixes)

Asked in Merkle Sokrati

Q. How do you handle business-level client escalations?
Dealing with business level client escalation requires active listening, empathy, and a solution-oriented approach.
Listen actively to the client's concerns and acknowledge their frustration.
Empathize with the client and show that you understand their perspective.
Take ownership of the issue and work towards finding a solution.
Communicate clearly and transparently with the client throughout the process.
Follow up with the client to ensure their satisfaction with the resolution.
E...read more

Asked in Futran Solutions

Q. How do you specify the technical requirement to backend, UX, database team & how you ensure that nothing is missed? Do you capture the requirements in different documents for all above teams/developer, designer...
read moreTechnical requirements are specified to backend, UX, and database teams through a combination of documents and communication.
Specify technical requirements clearly in a document or through direct communication with each team
Ensure all teams are aligned on the requirements through regular meetings and updates
Use tools like Jira or Trello to track and manage requirements across teams
Consider creating separate documents for each team if the requirements are complex and detailed
C...read more

Asked in Fractal Analytics

Q. How many tube lights are there in Mumbai?
It is not possible to accurately determine the number of tube lights in the city of Mumbai.
The number of tube lights in a city is not publicly available information.
The city of Mumbai has a large population and a vast number of buildings, making it impossible to count all the tube lights.
The number of tube lights can vary greatly depending on factors such as residential, commercial, and industrial areas.
Even if we consider an average number of tube lights per household or bui...read more

Asked in TCS

Q. What is the consumer life cycle? Explain.
Consumer life cycle refers to the stages a consumer goes through in their relationship with a product or service.
Consumer life cycle consists of five stages: awareness, consideration, purchase, usage, and loyalty.
During the awareness stage, consumers become aware of a product or service through various marketing channels.
In the consideration stage, consumers evaluate different options and compare features, prices, and reviews.
The purchase stage involves the actual transaction...read more

Asked in UnitedHealth

Q. What is ‘vlookup’ in excel? Difference between vlookup and hlookup.
VLOOKUP is a function in Excel used to search for a value in the first column of a range and return a corresponding value from another column.
VLOOKUP stands for vertical lookup.
It is commonly used to find specific data in large datasets.
The function takes four arguments: lookup value, table array, column index number, and range lookup.
VLOOKUP is case-insensitive and requires an exact match or an approximate match.
The function returns the value from the corresponding row in th...read more

Asked in Meesho

Q. Describe the different types of joins.
Different types of joins are used in database queries to combine data from multiple tables.
Inner join: Returns only the matching records from both tables.
Left join: Returns all records from the left table and the matching records from the right table.
Right join: Returns all records from the right table and the matching records from the left table.
Full outer join: Returns all records when there is a match in either the left or right table.
Cross join: Returns the Cartesian prod...read more

Asked in Meesho

Q. Given two tables, how many rows would the output contain based on different types of joins?
Understanding join types helps determine the number of rows in SQL queries based on table relationships.
INNER JOIN: Returns rows with matching values in both tables. Example: 5 rows if both tables have 5 matching records.
LEFT JOIN: Returns all rows from the left table and matched rows from the right. Example: 7 rows if left has 7 and right has 3 matches.
RIGHT JOIN: Returns all rows from the right table and matched rows from the left. Example: 6 rows if right has 6 and left ha...read more

Asked in McKinsey & Company

Q. A boiler manufacturer wants to expand globally. What steps should they take?
A boiler manufacturer can expand globally by conducting market research, forming partnerships, and ensuring compliance with regulations.
Conduct thorough market research to identify potential countries for expansion, such as emerging markets in Asia or Europe.
Analyze local competitors and market demand to tailor products to specific regional needs, like energy efficiency in Europe.
Establish partnerships with local distributors or manufacturers to leverage their market knowledg...read more

Asked in TCS

Q. Different ways to inherit a class, type of class ?
Different ways to inherit a class
Single inheritance: A class inherits from only one base class
Multiple inheritance: A class inherits from multiple base classes
Multilevel inheritance: A class inherits from a derived class, which in turn inherits from another class
Hierarchical inheritance: Multiple classes inherit from a single base class
Hybrid inheritance: Combination of multiple inheritance types

Asked in Swiggy

Q. How can you understand the supply of restaurants in a particular area of a city?
To understand the supply of restaurants in a particular area of a city, we can use various methods.
Collect data from online directories like Yelp, Zomato, etc.
Conduct surveys to gather information about the number of restaurants in the area.
Analyze the population density and demographics of the area to estimate the demand for restaurants.
Check the number of restaurant permits issued by the local government.
Use GIS mapping tools to visualize the distribution of restaurants in ...read more
Asked in DBaaS Software

Q. How do you ensure open, transparent, and collaborative working relationships at all levels, while demonstrating excellent communication and coordination skills during daily stand-ups, team meetings, follow-ups,...
read moreI foster open communication and collaboration through structured meetings and active engagement with team members.
Conduct daily stand-ups to ensure everyone is aligned on tasks and goals, encouraging team members to share updates and challenges.
Utilize collaborative tools like Trello or Jira for transparency in task management, allowing team members to track progress and dependencies.
Facilitate team meetings with a clear agenda, ensuring all voices are heard and fostering an ...read more

Asked in Affine

Q. Why do you want to join Affine Analytics?
I am excited to join Affine Analytics because of their reputation for delivering innovative solutions and their focus on employee growth.
Affine Analytics has a strong track record of delivering cutting-edge solutions to clients across industries.
I am impressed by the company's commitment to employee growth and development, as evidenced by their training and mentorship programs.
I am excited about the opportunity to work with a talented and diverse team of professionals at Affi...read more

Asked in Globant

Q. What are the key aspects of product discovery, and how would you apply them to a social media app?
Key aspects of product discovery involve understanding user needs, market research, prototyping, and testing.
Conduct user research to understand the needs and preferences of social media app users.
Analyze market trends and competitor offerings to identify gaps and opportunities.
Create prototypes to visualize the app's features and gather feedback from stakeholders.
Test the prototypes with target users to validate assumptions and iterate on the design.
Iterate based on feedback...read more

Asked in FIS

Q. 1. What are convertible Bonds ? 3. What are Currency Rate Swaps ? 4. Different type of Derivative markets and explain difference between futures & forwards? 5. What is Total Return Swaps ? 6. What is Liquidity...
read moreQuestions related to finance and banking
Convertible bonds are a type of bond that can be converted into shares of the issuing company
Currency rate swaps involve exchanging interest payments in different currencies
Derivative markets include options, futures, and swaps. Futures are standardized contracts traded on exchanges, while forwards are customized contracts traded over-the-counter
Total return swaps involve exchanging the total return of an asset or portfolio for a fixed ...read more

Asked in TTK Prestige

Q. How are financial ratios used to interpret inventory?
Financial ratios are used to interpret inventory by analyzing its efficiency, liquidity, and profitability.
Financial ratios help assess the efficiency of inventory management, such as inventory turnover ratio.
Ratios like current ratio and quick ratio evaluate the liquidity of inventory.
Gross profit margin and return on investment (ROI) ratios indicate the profitability of inventory.
Comparing inventory turnover ratios across different periods or industry benchmarks can provide...read more

Asked in Photon Interactive

Q. What tools do you use and why do you require them?
As a Business Analyst, I use various tools to analyze data, facilitate communication, and streamline processes.
Microsoft Excel: For data analysis and creating reports.
Tableau: For data visualization and creating interactive dashboards.
JIRA: For project management and tracking tasks.
Lucidchart: For creating process flowcharts and diagrams.
SQL: For querying databases and extracting relevant data.
Confluence: For documentation and collaboration.
PowerPoint: For creating presentati...read more

Asked in EXL Service

Q. Write an algorithm to optimize the EXL interview process.
Algorithm to optimize EXL interview process
Identify key performance indicators (KPIs) for the interview process
Use data analytics to track and analyze the KPIs
Implement automation and AI to streamline the process
Incorporate feedback from candidates and interviewers to continuously improve the process

Asked in Oyo Rooms

Q. What are the critical KPIs to be monitored after creating a new website?
Critical KPIs to monitor after creating a new website include traffic, conversion rate, bounce rate, and user engagement.
Traffic: Monitor the number of visitors to the website to gauge its reach and popularity.
Conversion Rate: Track the percentage of visitors who take a desired action, such as making a purchase or signing up for a newsletter.
Bounce Rate: Measure the percentage of visitors who leave the website after viewing only one page, indicating the effectiveness of the l...read more
Asked in Funds Room

Q. How do you convince people to open a Demat account?
To convince people to open a demat account, I would highlight the benefits of having one and provide clear and concise information on the account opening process.
Explain the benefits of having a demat account, such as easy and secure trading, lower transaction costs, and paperless transactions
Provide clear and concise information on the account opening process, including the required documents and any fees involved
Address any concerns or questions the person may have, such as...read more

Asked in Sokrati

Q. Devise a strategy for a new company to enter the e-commerce sector.
Develop a strategy for a new company to enter the e-commerce sector.
Conduct market research to identify target audience and competitors
Create a user-friendly and visually appealing e-commerce website
Implement effective digital marketing strategies to drive traffic and increase brand visibility
Offer competitive pricing and attractive discounts to attract customers
Provide excellent customer service and ensure smooth order fulfillment and delivery
Leverage social media platforms ...read more

Asked in Paytm

Underfitting and overfitting are common problems in machine learning models.
Underfitting occurs when a model is too simple and fails to capture the underlying patterns in the data.
Overfitting happens when a model is too complex and learns the noise or random fluctuations in the training data.
Underfitting leads to high bias and low variance, while overfitting leads to low bias and high variance.
To address underfitting, we can increase model complexity, gather more data, or use...read more
Interview Questions of Similar Designations
Interview Experiences of Popular Companies





Top Interview Questions for Business Analyst Related Skills



Reviews
Interviews
Salaries
Users

