i
Mahindra &
Mahindra
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Use a SQL query to find customers who have ordered all products from all categories.
Join the Customers, Orders, and Products tables
Group by customer and count the distinct products ordered
Filter for customers who have ordered the total number of products available in each category
Find students who scored more than avg marks in both 11th and 12th grades.
Calculate the average marks for each student in 11th and 12th grades.
Compare each student's marks with the respective average marks to find those who scored higher in both grades.
Gini coefficient is a measure of statistical dispersion intended to represent the income or wealth distribution of a nation's residents.
Gini coefficient ranges from 0 to 1, where 0 represents perfect equality and 1 represents perfect inequality.
A Gini coefficient of 0.4 is considered moderate inequality, while 0.6 or higher is considered high inequality.
It is commonly used in economics to measure income inequality...
Generate all possible subsets of a given list in Python.
Use itertools.combinations to generate all possible combinations of the list elements.
Convert the combinations to lists and store them in a new list to get all subsets.
What people are saying about Mahindra & Mahindra
Feature engineering is crucial in data science as it involves selecting, transforming, and creating new features to improve model performance.
Feature engineering helps in improving model accuracy by providing relevant and meaningful input variables.
It involves techniques like one-hot encoding, scaling, normalization, and creating interaction terms.
Feature engineering can help in reducing overfitting and improving ...
Cost function is a mathematical function that measures the error between predicted values and actual values in a machine learning model.
Cost function helps in optimizing the parameters of a model to minimize the error.
Common cost functions include Mean Squared Error (MSE) and Cross Entropy Loss.
It is used in training machine learning models through techniques like gradient descent.
The goal is to find the parameter...
Entropy is a measure of disorder or randomness in a system.
Entropy is used in information theory to quantify the amount of uncertainty involved in predicting the value of a random variable.
It is often used in machine learning to measure the impurity or disorder in a dataset.
In thermodynamics, entropy is a measure of the amount of energy in a physical system that is not available to do work.
Using linear regression for classification can lead to inaccurate predictions and unreliable results.
Linear regression assumes a continuous output, making it unsuitable for discrete classification tasks.
It may not handle outliers well, leading to incorrect classification boundaries.
The predicted values may fall outside the 0-1 range for binary classification.
Logistic regression is a more appropriate choice for cla...
Analyze student marks to determine if Class 11 or Class 12 marks are higher.
Compare the '11th marks' and '12th marks' columns for each student.
Use SQL query: SELECT student_name, CASE WHEN class_11_marks > class_12_marks THEN 'Class 11' ELSE 'Class 12' END AS higher_class FROM students;
Example: If 'John' has 85 in Class 11 and 90 in Class 12, the result will show 'Class 12' as higher.
Aggregate results to see ho...
GAN stands for Generative Adversarial Network, a type of neural network used for generating new data.
Consists of two neural networks - generator and discriminator
Generator creates new data samples while discriminator tries to distinguish between real and generated data
Used in image generation, text generation, and other creative applications
I appeared for an interview in Mar 2024.
45 mins 15 min mcq data science and 30 mins 1 dsa problem
Generate all possible subsets of a given list in Python.
Use itertools.combinations to generate all possible combinations of the list elements.
Convert the combinations to lists and store them in a new list to get all subsets.
Use a SQL query to find customers who have ordered all products from all categories.
Join the Customers, Orders, and Products tables
Group by customer and count the distinct products ordered
Filter for customers who have ordered the total number of products available in each category
Feature engineering is crucial in data science as it involves selecting, transforming, and creating new features to improve model performance.
Feature engineering helps in improving model accuracy by providing relevant and meaningful input variables.
It involves techniques like one-hot encoding, scaling, normalization, and creating interaction terms.
Feature engineering can help in reducing overfitting and improving model...
GAN stands for Generative Adversarial Network, a type of neural network used for generating new data.
Consists of two neural networks - generator and discriminator
Generator creates new data samples while discriminator tries to distinguish between real and generated data
Used in image generation, text generation, and other creative applications
Analyze student marks to determine if Class 11 or Class 12 marks are higher.
Compare the '11th marks' and '12th marks' columns for each student.
Use SQL query: SELECT student_name, CASE WHEN class_11_marks > class_12_marks THEN 'Class 11' ELSE 'Class 12' END AS higher_class FROM students;
Example: If 'John' has 85 in Class 11 and 90 in Class 12, the result will show 'Class 12' as higher.
Aggregate results to see how man...
Find students who scored more than avg marks in both 11th and 12th grades.
Calculate the average marks for each student in 11th and 12th grades.
Compare each student's marks with the respective average marks to find those who scored higher in both grades.
Cost function is a mathematical function that measures the error between predicted values and actual values in a machine learning model.
Cost function helps in optimizing the parameters of a model to minimize the error.
Common cost functions include Mean Squared Error (MSE) and Cross Entropy Loss.
It is used in training machine learning models through techniques like gradient descent.
The goal is to find the parameters tha...
Entropy is a measure of disorder or randomness in a system.
Entropy is used in information theory to quantify the amount of uncertainty involved in predicting the value of a random variable.
It is often used in machine learning to measure the impurity or disorder in a dataset.
In thermodynamics, entropy is a measure of the amount of energy in a physical system that is not available to do work.
Gini coefficient is a measure of statistical dispersion intended to represent the income or wealth distribution of a nation's residents.
Gini coefficient ranges from 0 to 1, where 0 represents perfect equality and 1 represents perfect inequality.
A Gini coefficient of 0.4 is considered moderate inequality, while 0.6 or higher is considered high inequality.
It is commonly used in economics to measure income inequality with...
Using linear regression for classification can lead to inaccurate predictions and unreliable results.
Linear regression assumes a continuous output, making it unsuitable for discrete classification tasks.
It may not handle outliers well, leading to incorrect classification boundaries.
The predicted values may fall outside the 0-1 range for binary classification.
Logistic regression is a more appropriate choice for classifi...
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Diesel engine works by compressing air in the cylinder and injecting fuel at the right time to ignite the mixture.
Air is compressed in the cylinder by the piston
Fuel is injected into the cylinder at the right time
The heat generated by the compressed air ignites the fuel
The expanding gases push the piston down, creating power
Diesel engines are more efficient than gasoline engines
CC stands for carbon copy, a term used in email communication to indicate additional recipients of a message.
CC is used to send a copy of an email to someone other than the primary recipient
CC recipients are visible to all other recipients of the email
CC is often used for informational purposes or to keep others in the loop
CC can also be used to show transparency in communication
Compression ratio is the ratio of the volume of gas in a cylinder when the piston is at the bottom of its stroke to the volume of gas when the piston is at the top of its stroke.
It is a measure of how much the engine compresses the air/fuel mixture before ignition.
Higher compression ratios can lead to better fuel efficiency and more power.
Compression ratio is calculated by dividing the volume of the cylinder at bottom ...
Swept volume is the volume of space swept by a piston in an engine cylinder during one stroke.
It is the volume of the combustion chamber when the piston is at the bottom of its stroke subtracted from the volume of the combustion chamber when the piston is at the top of its stroke.
It is used to calculate the engine displacement.
For example, a four-cylinder engine with a 500cc swept volume has a total displacement of 2,0...
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
What people are saying about Mahindra & Mahindra
I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Dec 2021. There were 3 interview rounds.
First off all, we ought to have some sortoff automobile and production knowledge because they will definitely check our technical skill secondly, listening skill and fluency plays significant factor
TQBM stands for 'Tudo Que Bem' which means 'Everything is fine' in Portuguese. BOM means 'good' in Portuguese.
TQBM is a common phrase used in Brazil to ask if everything is okay.
BOM is often used as a response to TQBM to indicate that everything is good.
Both TQBM and BOM are informal and commonly used in everyday conversations.
Example: A friend asks 'TQBM?' and you respond 'BOM, e voce?' which means 'Everything is fine...
Some of the top questions asked at the Mahindra & Mahindra Data Science Intern interview -
based on 1 interview experience
Difficulty level
Duration
Deputy Manager
2.9k
salaries
| ₹9.7 L/yr - ₹16.5 L/yr |
Assistant Manager
2.2k
salaries
| ₹4.3 L/yr - ₹13.5 L/yr |
Manager
1.5k
salaries
| ₹14.7 L/yr - ₹25 L/yr |
Senior Engineer
1k
salaries
| ₹6.5 L/yr - ₹18 L/yr |
Team Lead
844
salaries
| ₹1.5 L/yr - ₹9.3 L/yr |
Tata Motors
Maruti Suzuki
Ashok Leyland
Hero MotoCorp