Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mahindra & Mahindra Team. If you also belong to the team, you can get access from here

Mahindra & Mahindra Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Mahindra & Mahindra Python Software Developer Interview Questions, Process, and Tips

Updated 16 Apr 2024

Mahindra & Mahindra Python Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. What about your self?
  • Ans. A very warm good morning sir/mam,first of all thank you for giving this opportunity,this is sudha and I have recently completed my bachelor's degree in kadapa.and my strength is speaking well, creativity,adaptability,etc... And my technical skills are speed typing,python,ms office,ms word,Xcel,power point, presentation skills, team work, active listening, communication skills,etc...
  • Answered Anonymously
  • Q2. What is python?
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and readability.

    • Python is dynamically typed and garbage-collected.

    • It supports multiple programming paradigms like procedural, object-oriented, and functional programming.

    • Python has a large standard library and a thriving community of developers.

    • Example: print('Hello, World!')

  • Answered by AI
  • Q3. What are data types in python?
  • Ans. 

    Data types in Python define the type of data that a variable can hold.

    • Python has several built-in data types such as int, float, str, list, tuple, dict, set, bool, etc.

    • Each data type has specific characteristics and operations that can be performed on it.

    • Examples: int for integers, float for floating-point numbers, str for strings, list for lists of elements.

  • Answered by AI
  • Q4. What is python indentation?
  • Ans. 

    Python indentation is the spacing at the beginning of a line to define the structure of the code.

    • Indentation is used to define blocks of code, such as loops, functions, and classes.

    • Python uses indentation to determine the scope and hierarchy of code.

    • Incorrect indentation can lead to syntax errors or unexpected behavior.

    • Example: if x > 5: print('x is greater than 5')

    • Example: def my_function(): print('This is i

  • Answered by AI
  • Q5. Write a program in palindrome in python?
  • Ans. 

    A program to check if a given string is a palindrome in Python.

    • Create a function that takes a string as input.

    • Use string slicing to reverse the input string.

    • Compare the reversed string with the original string to check for palindrome.

    • Return True if the string is a palindrome, False otherwise.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mahindra & Mahindra Python Software Developer interview:
  • I left my fear
  • I get confidence
  • I get experience
  • I get knowledge

Skills evaluated in this interview

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Honda user image ABHIMANYU AWASTHI

posted on 20 Mar 2015

Interview Preparation Tips

Round: Test
Experience: easy
Tips: gate apti preparation is sufficient
Duration: 60 minutes
Total Questions: 50

General Tips: confidence matters a lot during whole placement process especially during gd and pi so prepare and practice for that
Skill Tips: focus on your technical subjects
Skills: technical
College Name: NIT BHOPAL
Motivation: work on hr part as well other than core subject knowledge

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. I interviewed for the . Net position. But I got more no of questions from SQL server.
  • Q2. 1. What is index?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are created on one or more columns of a table.

    • They allow for faster searching, sorting, and filtering of data.

    • Examples include B-tree, hash, and bitmap indexes.

    • Indexes can also have unique constraints to enforce data integrity.

    • However, they can also slow down data modification operations like insert, update, an

  • Answered by AI
  • Q3. 2. What is the type of index?
  • Ans. 

    There are different types of indexes in databases, including clustered, non-clustered, unique, and full-text indexes.

    • Clustered index determines the physical order of data in a table based on the indexed column.

    • Non-clustered index creates a separate structure that includes the indexed column and a pointer to the actual data.

    • Unique index ensures that the indexed column has unique values.

    • Full-text index enables searching ...

  • Answered by AI
  • Q4. 3. What is the use of index?
  • Ans. 

    Index is used to improve the performance of database queries by allowing faster data retrieval.

    • Index is a data structure that stores a small portion of the table data in an easily searchable format.

    • It helps in reducing the number of disk I/O operations required to retrieve data from a table.

    • Indexes can be created on one or more columns of a table.

    • Examples of indexes include primary key, unique key, clustered index, and

  • Answered by AI
  • Q5. Explain all the joins
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple basic questions only asked. Be positive

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mathematics, English Question asked

Round 2 - Coding Test 

This round was included in round 1, there were 2 questions.

Round 3 - Technical 

(1 Question)

  • Q1. In classroom there are 20 students write the name of the students in alphabetical order.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions, about college, major projects, about the place from where I belong

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be Bond if you are a GET ( Fresher)

I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1) Introduce yourself.
  • Q2. About your project done in college, challenges faced and how you overcome them.
  • Q3. What was your role in the project and why.
  • Q4. Situational and behavioral based questions like how you managed conflicts and what in your term Innovation means?
  • Q5. Technical questions related to your programming language.
  • Q6. More technical questions from concepts of OOPS.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was of around 50 to 55 minutes but it was really a wonderful experience.
The interviewer were very supportive and calm and the overall interview went like a simple group talk which was a very nice experience.
The interview went on very smooth and with ease.

I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Projects-> Overview, my role.
  • Q2. Skills mentioned in resume
  • Q3. Self- introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very nice and interactive from both -ways. Just be confident and don't mention anything which you are not really good at.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Good easy basic quesrions

Round 2 - Group Discussion 

Basic Java and OOPS questions were asked

Round 3 - Coding Test 

LLd and hld and basic java were asked

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hr duration and its basically presence of mind and practical mental stability test

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the challenging task you have faced and how to resolved it?
  • Q2. What you provide innovatively to you last project?
Round 3 - HR 

(2 Questions)

  • Q1. Package discusstion
  • Q2. What is your Notice Period

Interview Preparation Tips

Topics to prepare for Ford Motor Senior Software Engineer interview:
  • Oracle SQL and PLSQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was mcq o tech stack and domain knowledge

Mahindra & Mahindra Interview FAQs

How many rounds are there in Mahindra & Mahindra Python Software Developer interview?
Mahindra & Mahindra interview process usually has 1 rounds. The most common rounds in the Mahindra & Mahindra interview process are HR.
What are the top questions asked in Mahindra & Mahindra Python Software Developer interview?

Some of the top questions asked at the Mahindra & Mahindra Python Software Developer interview -

  1. What are data types in pyth...read more
  2. Write a program in palindrome in pyth...read more
  3. What is python indentati...read more

Tell us how to improve this page.

Mahindra & Mahindra Python Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
Maruti Suzuki Interview Questions
4.2
 • 607 Interviews
Hero MotoCorp Interview Questions
4.1
 • 349 Interviews
TVS Motor Interview Questions
4.0
 • 325 Interviews
Bajaj Auto Interview Questions
3.9
 • 275 Interviews
Ashok Leyland Interview Questions
4.1
 • 250 Interviews
Ford Motor Interview Questions
4.3
 • 151 Interviews
Honda Interview Questions
4.2
 • 100 Interviews
View all
Deputy Manager
2.8k salaries
unlock blur

₹5.1 L/yr - ₹19 L/yr

Assistant Manager
2.3k salaries
unlock blur

₹4.2 L/yr - ₹12.8 L/yr

Manager
1.5k salaries
unlock blur

₹10 L/yr - ₹29.4 L/yr

Senior Engineer
975 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Team Lead
818 salaries
unlock blur

₹1.5 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Mahindra & Mahindra with

Tata Motors

4.2
Compare

Maruti Suzuki

4.2
Compare

Ashok Leyland

4.1
Compare

Hero MotoCorp

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview