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 Company Website and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic in C#, small program to code, Project description, general interview question from interview bit website for DotNet

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. When should we use node js and java
  • Ans. 

    Node.js is suitable for real-time applications and microservices, while Java is better for large-scale enterprise applications.

    • Use Node.js for building real-time applications like chat apps, streaming services, and collaborative tools.

    • Node.js is also great for developing microservices and APIs due to its lightweight and event-driven architecture.

    • Java is ideal for building large-scale enterprise applications that requir...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative, verbal

Round 2 - Coding Test 

2 coding questions easy, medium

Round 3 - Technical 

(2 Questions)

  • Q1. SQL queries, java, oops
  • Q2. Projects resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Few MCQ's and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. The technical HR asked me for a self intro
  • Q2. How will you optimize your academic project if you were provided with more funds
  • Ans. 

    I would enhance the project by investing in better technology, hiring more skilled team members, and conducting more extensive research.

    • Invest in better technology to improve performance and efficiency

    • Hire more skilled team members to bring in fresh perspectives and expertise

    • Conduct more extensive research to explore new possibilities and innovations

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java8 based coding
  • Q2. TDD evaluation was done
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java 8 coding question
  • Q2. TDD knowledge testing

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
 • 597 Interviews
Hero MotoCorp Interview Questions
4.1
 • 342 Interviews
TVS Motor Interview Questions
4.0
 • 318 Interviews
Bajaj Auto Interview Questions
3.9
 • 273 Interviews
Ashok Leyland Interview Questions
4.1
 • 247 Interviews
Ford Motor Interview Questions
4.3
 • 149 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
1k salaries
unlock blur

₹6.5 L/yr - ₹18 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