Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tech Mahindra Python Developer Interview Questions, Process, and Tips

Updated 7 Mar 2022

Top Tech Mahindra Python Developer Interview Questions and Answers

Tech Mahindra Python Developer Interview Experiences

4 interviews found

Interview Questionnaire 

4 Questions

  • Q1. What is postman in api
  • Ans. 

    Postman is a popular API development tool used for testing, documenting, and sharing APIs.

    • Postman allows developers to send HTTP requests and receive responses from APIs

    • It provides a user-friendly interface for creating and managing API requests

    • Postman also offers features like automated testing, mock servers, and collaboration tools

    • It supports various authentication methods and formats like JSON and XML

  • Answered by AI
  • Q2. What is authentication
  • Ans. 

    Authentication is the process of verifying the identity of a user or system.

    • Authentication ensures that only authorized users have access to a system or application.

    • It involves the use of credentials such as usernames and passwords, or other methods like biometrics.

    • Examples of authentication include logging into a website or accessing a secure network.

    • Authentication is often followed by authorization, which determines

  • Answered by AI
  • Q3. How to send the data to the database
  • Ans. 

    Data can be sent to the database using SQL queries or an ORM like Django's ORM.

    • Use SQL queries to insert, update or delete data in the database.

    • Use an ORM like Django's ORM to interact with the database using Python code.

    • Ensure that the data being sent is properly formatted and validated to prevent errors or security issues.

  • Answered by AI
  • Q4. What is a global varible
  • Ans. 

    A global variable is a variable that can be accessed from any part of the program.

    • Global variables are declared outside of any function or class.

    • They can be accessed and modified from any part of the program.

    • Using global variables can make the code harder to read and debug.

    • Example: x = 10 (declared outside of any function or class)

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

Python

Round 2 - Aptitude Test 

Maths

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge in core python concepts, good knowledge in oops concepts.

Python Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Tell me the logic of program to reverse a given string word by wo ... read more
asked in TCS
Q2. 1. Difference between tuple and a list? 2. What are decorators? 3 ... read more
asked in Cognizant
Q3. What is the difference between variable and object?
asked in Accenture
Q4. 2.Write a program to print a string in reverse without using buil ... read more
Q5. How to convert the .txt file into .csv file in python

Python Developer Interview Questions & Answers

user image saideep marripati

posted on 21 Jun 2019

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core python, flask, django

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially you will have 1 or 2 rounds of technical discussion and they ask you to leave and say you will have a client discussion . But dont attend the interview with this company. There is a person called Ramakrishna prasad koya (*****) who is a delivery manager. He is one of the useless person you will ever meet. He is the one coordinating with the client. He never picks your call even after u call 100 times. Such an irresponsible manager. Even after giving the interview he dont say your feedback properly. Atlast after calling him from different no's and messaging him please confirm feedback, he gave me.
My suggestion dint go to Tech M if you listen the name Ramakrishna Koya.

Python Developer Interview Questions & Answers

user image saideep marripati

posted on 21 Jun 2019

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core python, flask, Django

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially you will have 1 or 2 rounds of technical discussion and they ask you to leave and say you will have a client discussion . But dont attend the interview with this company. There is a person called Ramakrishna prasad koya (*****) who is a delivery manager. He is one of the useless person you will ever meet. He is the one coordinating with the client. He never picks your call even after u call 100 times. Such an irresponsible manager. Even after giving the interview he dont say your feedback properly. Atlast after calling him from different no's and messaging him please confirm feedback, he gave me.
My suggestion dint go to Tech M if you listen the name Ramakrishna Koya.

Tech Mahindra interview questions for designations

 Python Software Developer

 (3)

 Python Fullstack Developer

 (1)

 Python and Django Developer

 (3)

 Developer

 (5)

 Software Developer

 (99)

 Java Developer

 (26)

 Web Developer

 (8)

 Salesforce Developer

 (4)

Python Developer Jobs at Tech Mahindra

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between list & tuple?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List uses square brackets [], tuple uses parentheses ().

    • List elements can be changed, added, or removed, tuple elements cannot be changed.

    • Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. What is namespace and its types?
  • Ans. 

    Namespace is a way to organize variables and functions in a program to avoid naming conflicts.

    • Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.

    • Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.

    • Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.

  • Answered by AI
  • Q3. Write code to explain multiple inheritance
  • Ans. 

    Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.

    • Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.

    • The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.

    • Diamond problem can occur in multiple inheritance when two parent classes have a common ancestor cl...

  • Answered by AI
  • Q4. Define lambda function and give an example?
  • Ans. 

    Lambda function is an anonymous function defined using the lambda keyword in Python.

    • Lambda functions are used for creating small, one-time use functions without a name.

    • Syntax: lambda arguments: expression

    • Example: double = lambda x: x * 2

  • Answered by AI
  • Q5. Oops concept,decorator,iterator.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Avg aptitude questions

Round 2 - Coding Test 

2 easy coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Array question in python
  • Q2. SQL query based on condition

Python Developer Interview Questions & Answers

Wipro user image Sharmila Saravanan

posted on 3 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python and sql based questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Convert nested list into a flat list
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are tuples in python?
  • Ans. 

    Tuples in Python are immutable sequences of elements, similar to lists but cannot be changed once created.

    • Tuples are created using parentheses ()

    • Elements in a tuple can be of different data types

    • Tuples are immutable, meaning their elements cannot be changed once created

    • Tuples can be used as keys in dictionaries

  • Answered by AI
  • Q2. What are dict comprehension
  • Ans. 

    Dict comprehension is a concise way to create dictionaries in Python using a single line of code.

    • Dict comprehension uses curly braces {} to create a dictionary with key-value pairs.

    • It can include conditions and loops to filter or modify the elements being added to the dictionary.

    • Example: {key: value for key, value in iterable if condition}

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Decorators and generators concepts

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Python Developer interview?
Tech Mahindra interview process usually has 2 rounds. The most common rounds in the Tech Mahindra interview process are Coding Test and Aptitude Test.
How to prepare for Tech Mahindra Python Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Python, SQL, Django, Flask and AWS.
What are the top questions asked in Tech Mahindra Python Developer interview?

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

  1. how to send the data to the datab...read more
  2. what is postman in ...read more
  3. what is a global vari...read more

Tell us how to improve this page.

Tech Mahindra Python Developer Salary
based on 238 salaries
₹3.2 L/yr - ₹12.5 L/yr
36% more than the average Python Developer Salary in India
View more details

Tech Mahindra Python Developer Reviews and Ratings

based on 7 reviews

2.0/5

Rating in categories

2.3

Skill development

2.8

Work-life balance

2.2

Salary

2.8

Job security

2.1

Company culture

2.3

Promotions

2.2

Work satisfaction

Explore 7 Reviews and Ratings
Python Developer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Python Developer

Pune

2-6 Yrs

Not Disclosed

Python Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Technical Lead
11.7k salaries
unlock blur

₹9.5 L/yr - ₹38 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Team Lead
5k salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare

Wipro

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