Business Analyst
200+ Business Analyst Interview Questions and Answers for Freshers

Asked in UnitedHealth

Q. There are 100 people standing in a circle, the first person has a gun he starts shooting the person next to him and hands over the gun to the 3rd person and so on. Who will be the last person surviving?
The last person surviving will be the 73rd person.
The pattern of shooting skips every second person.
After each round of shooting, the number of people remaining is halved.
The last person standing will be the one who is skipped in every round of shooting.

Asked in EXL Service

Q. Doors numbered 1 to 100 are initially closed. In the first step, all doors are opened. In the second step, doors with numbers that are multiples of 2 are toggled (opened if closed, closed if open). In the third...
read moreAfter opening and closing doors with multiples of their numbers, which doors are open?
Doors with odd number factors will be open after 100th time
Doors with even number factors will be closed after 100th time
Example: Door 16 will be closed after 100th time as it has factors 2, 4, 8, 16

Asked in EXL Service

Q. If you have 333 digits to number the pages of a book, how many pages can you number?
333 digits can number 166 pages of a book.
Each page number takes up 2 digits.
The first page is numbered 01.
The last page that can be numbered is 166.
The remaining 2 digits are used for the cover page or other information.

Asked in Flipkart

Q. If you have 100 unbiased coins and one of them is defective, and you have a weighing balance to check the weight of the coins, what is the minimum number of times you need to weigh the coins to identify the def...
read moreThe minimum number of times you need to weigh the coins is 4.
Divide the 100 coins into 3 groups of 33, 33, and 34 coins.
Weigh the first two groups against each other.
If they balance, the defective coin is in the third group.
If they don't balance, the defective coin is in the lighter group.
Divide the lighter group into 11 coins and weigh any 2 groups of 3 coins against each other.
If they balance, the defective coin is one of the remaining 5 coins.
If they don't balance, the def...read more

Asked in TCS

Q. If you were the product manager and needed to sell a product, what steps would you take?
As a product manager, I would approach selling a product by identifying the target audience, creating a unique value proposition, and utilizing various marketing channels.
Identify the target audience and their needs
Create a unique value proposition that addresses those needs
Utilize various marketing channels such as social media, email marketing, and advertising to reach the target audience
Provide product demos or trials to potential customers
Collect feedback and make necessa...read more

Asked in UnitedHealth

Q. There are 20 blue balls and 13 red balls in a container. You randomly pick 2 balls. If the colors are the same, you replace them with a blue ball. If the colors are different, you replace them with a red ball....
read moreThe last ball will be red.
If the first two balls are of different colors, they will be replaced with a red ball.
If the first two balls are of the same color, they will be replaced with a blue ball.
The number of balls in the container does not affect the outcome.
The last ball will be red because there are more red balls than blue balls in the container.
Business Analyst Jobs




Asked in LTIMindtree

Q. Sum of Squares of First N Natural Numbers Problem Statement
You are tasked with finding the sum of squares of the first N
natural numbers for given test cases.
Input:
The first line contains an integer 'T', the...read more
The task is to find the sum of squares of the first 'N' natural numbers.
Iterate from 1 to N and calculate the square of each number
Add all the squares together to get the final sum
Return the sum as the result

Asked in McKinsey & Company

Q. Growth of cars vs growth of motorbikes - which would grow faster in % terms? A: Economic factor the main reason to go for bikes. Shift from lower middle to upper middle, increasing growth rate for cars more tha...
read moreCars would grow faster than motorbikes due to economic factors.
Shift from lower middle to upper middle class favors cars
Increasing growth rate for cars more than for bikes
Share interview questions and help millions of jobseekers 🌟

Asked in Merkle Sokrati

Q. How many orders does Swiggy deliver in a day in Pune?
The exact number of orders delivered by Swiggy in Pune on a daily basis is not publicly available.
Swiggy does not disclose the number of orders delivered in a specific city on a daily basis.
The number of orders delivered by Swiggy in Pune may vary depending on factors such as day of the week, time of day, and season.
Swiggy's focus is on providing timely and efficient delivery services to its customers, rather than on disclosing the number of orders delivered.
However, Swiggy h...read more

Asked in EXL Service

Q. Explain ERP and its advantages, based on your experience during your internship.
ERP is a software that integrates various business processes and functions into a single system.
ERP stands for Enterprise Resource Planning.
It helps organizations streamline their operations and improve efficiency.
Advantages of ERP include centralized data management, improved collaboration, and better decision-making.
It automates processes like inventory management, financials, human resources, and customer relationship management.
ERP provides real-time visibility into busin...read more

Asked in TCS

Q. What is inheritance , polymorphism ,different classes ?
Inheritance, polymorphism, and classes are fundamental concepts in object-oriented programming.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
Classes are blueprints for creating objects that have properties and methods.
For example, a Car class can inherit from a Vehicle class, and a SportsCar class can inherit from the Car class.
Polymorphism allows ...read more

Asked in TCS

Q. What recent news have you heard about TCS?
TCS recently announced a partnership with Google Cloud to build industry-specific cloud solutions.
TCS and Google Cloud will jointly develop cloud solutions for industries such as healthcare, financial services, and retail.
The partnership aims to help organizations accelerate their digital transformation journey by leveraging the power of cloud technology.
TCS will also establish a Google Cloud Academy to train its employees on Google Cloud technologies.
This collaboration highl...read more

Asked in Flipkart

Q. A car manufacturer has observed a decline in profits by 40% year over year. What would be the possible reasons for this?
Possible reasons for a car manufacturer's decline in profits by 40% year over year
Decreased demand for cars due to economic downturn
Increased competition from other car manufacturers
Rising production costs and expenses
Decline in consumer confidence and spending
Changes in government regulations impacting the automotive industry

Asked in TCS

Q. As you have done B-tech, tell me the meaning of diode, rectifier, amplifier?
A diode is an electronic component that allows current to flow in one direction, while a rectifier converts alternating current to direct current, and an amplifier increases the amplitude of a signal.
A diode is a two-terminal device that conducts current in one direction and blocks it in the opposite direction.
A rectifier is a device that converts alternating current (AC) to direct current (DC) by using diodes.
An amplifier is an electronic device that increases the amplitude ...read more

Asked in Flipkart

Q. How would you optimize restaurant listings on Swiggy?
Optimizing the listing of Restaurants on Swiggy involves using data-driven strategies to improve visibility, relevance, and user experience.
Analyze user behavior and preferences to understand their needs and preferences
Implement a ranking algorithm based on factors like ratings, reviews, popularity, and delivery time
Optimize search functionality to ensure accurate and relevant results
Collaborate with restaurants to improve their online presence and menu offerings
Leverage cust...read more

Asked in Flipkart

Q. Visualize an Uber database of drivers and riders (users) and write a SQL query to get the top 100 drivers by city.
SQL query to get top 100 Uber drivers by city
Join drivers and users tables on city
Aggregate driver ratings and count of rides
Order by rating and count of rides
Limit to top 100

Asked in TCS

Q. What is an infinite loop? write a program
An infinite loop is a loop that runs indefinitely without stopping.
It can cause a program to crash or freeze.
It is usually caused by a logical error in the loop condition.
Example: while(true) { //code }
Example: for(;;) { //code }

Asked in Paytm

To find the count of visitors and new visitors that came today in a database management system (DBMS).
Use a query to filter the visitors based on the current date.
Count the total number of visitors using the COUNT function.
To find new visitors, compare the current date with the date of their first visit.
Use the DISTINCT keyword to count only unique new visitors.

Asked in TCS

Q. What is the current GDP of India in terms of growth percentage and dollar value?
As of 2021, India's GDP growth rate is approximately 9.2% and its dollar value is around $3.05 trillion.
India's GDP growth rate is one of the highest among major economies.
The GDP growth rate indicates the rate at which the country's economy is expanding.
The dollar value of India's GDP represents the total economic output in terms of US dollars.
The GDP growth rate and dollar value are subject to change as new data becomes available.

Asked in Country Holidays Travel India

Q. What are the 4 P's of marketing?
The 4 P's of marketing are Product, Price, Place, and Promotion.
Product: Refers to the goods or services offered by a company.
Price: The amount customers are willing to pay for the product.
Place: The location or channel through which the product is made available to customers.
Promotion: The marketing activities used to communicate and promote the product.

Asked in EXL Service

Q. If you have to sell a new, costly phone to a customer, how would you approach them?
To approach a customer for selling a costly new phone, I would focus on highlighting the unique features, benefits, and value it offers.
Understand the customer's needs and preferences
Highlight the unique features and benefits of the phone
Emphasize the value and long-term benefits of investing in a high-quality phone
Offer flexible payment options or financing plans
Provide comparisons with other phones to showcase the superiority of the new phone
Offer a trial period or money-ba...read more

Asked in TCS

Q. What is the difference between need and demand?
Need is a necessity or desire for something, while demand is the willingness and ability to pay for it.
Need is a basic requirement for survival or to fulfill a goal, while demand is the desire for a product or service backed by purchasing power.
Need is a subjective feeling, while demand is an objective measure of the market.
Need can exist without demand, but demand cannot exist without need.
Example: People need food to survive, but not everyone has the demand for expensive go...read more

Asked in Merkle Sokrati

Q. How many tennis balls can you fit in a school bus?
The number of tennis balls that can fit in a school bus depends on the size of the bus and the size of the tennis balls.
The size of the school bus and the size of the tennis balls are important factors to consider.
The shape of the tennis balls and how they are packed also affects the number that can fit.
Assuming an average school bus size and tennis ball size, approximately 50,000 tennis balls can fit in a school bus.
Asked in 1Digital Stack

Q. Using only sorting and removing duplicates in Python, how would you solve the problem of product availability throughout the day for campaigns like Blinkit (campaignid_1) and Zepto (campaignid_2), given sample...
read moreSort and remove duplicates to ensure availability of products for Blinkit and Zepto campaigns throughout the day in Python.
Sort the products list for each campaign
Remove duplicates from the sorted list
Repeat the process for both Blinkit and Zepto campaigns

Asked in Paytm

The order of execution of SQL clauses is: SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY.
The SELECT clause is executed first to retrieve the desired columns from the table.
The FROM clause is executed next to specify the table(s) from which the data is retrieved.
The WHERE clause is executed after the FROM clause to filter the rows based on specified conditions.
The GROUP BY clause is executed to group the rows based on specified columns.
The HAVING clause is executed after the ...read more

Asked in TCS

Q. What is the current Sensex of India ?
The current Sensex of India is constantly changing and can be checked on financial news websites.
Sensex is the stock market index of the Bombay Stock Exchange (BSE) in India.
It represents the performance of the top 30 companies listed on the BSE.
As of now, the Sensex is constantly fluctuating due to various economic factors.
One can check the current Sensex value on financial news websites like Moneycontrol, Economic Times, etc.

Asked in Flipkart

Q. What are the major differences between a Linear Regression and a Logistic Regression?
Linear Regression is used for continuous data while Logistic Regression is used for categorical data.
Linear Regression predicts continuous values while Logistic Regression predicts probabilities.
Linear Regression uses a straight line to fit the data while Logistic Regression uses an S-shaped curve.
Linear Regression uses Mean Squared Error as the cost function while Logistic Regression uses Log Loss.
Linear Regression is sensitive to outliers while Logistic Regression is robust...read more

Asked in Citicorp

Q. If Citibank were to enter the Indian market, where should it establish its offices?
Citi bank should set up its offices in major cities like Mumbai, Delhi, and Bangalore.
Citi bank should consider the economic and political stability of the region.
The bank should also consider the availability of skilled workforce and infrastructure.
Major cities like Mumbai, Delhi, and Bangalore have a large customer base and a well-established financial sector.
Setting up offices in multiple cities can help the bank reach a wider audience and diversify its operations.

Asked in Urban Ladder

Q. Sales are increasing, but profit is decreasing. How would you approach this problem?
I would analyze the cost structure and pricing strategy to identify the root cause of decreasing profit.
Analyze the cost structure to identify any cost increases that may be impacting profit margins
Review pricing strategy to ensure it is aligned with market demand and competition
Evaluate sales mix to determine if there are any products or services that are less profitable
Consider implementing cost-cutting measures or adjusting pricing strategy to improve profitability

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
Interview Questions of Similar Designations
Interview Experiences of Popular Companies





Top Interview Questions for Business Analyst Related Skills



Reviews
Interviews
Salaries
Users

