Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 21.3k Reviews

Filter interviews by

IBM Python Developer Interview Questions and Answers

Updated 24 Nov 2022

IBM Python Developer Interview Experiences

4 interviews found

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Here we can write programs. Programs are exicuted test cases

Round 2 - Verbal 

(2 Questions)

  • Q1. Here spoken English questions Here English verbal
  • Q2. Meaning of some English words
  • Ans. 

    The question is about the meaning of some English words.

    • Provide the meanings of the words asked.

    • If unsure, ask for clarification.

    • Use context to determine the meaning if necessary.

  • Answered by AI
Round 3 - Gaming 

(1 Question)

  • Q1. Here gaming round.some games are providing ibm company

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn apptittude questions and practice code. Here English words are important

I applied via Newspaper Ad and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Reasoning and arithmetic

Interview Preparation Tips

Interview preparation tips for other job seekers - To improve your communication skills and knowledge

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

I applied via Referral and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared for the interview

Python Developer interview

user image CareersTalk

posted on 17 Nov 2021

IBM interview questions for designations

 Python Software Developer

 (2)

 Python Fullstack Developer

 (1)

 Python and Django Developer

 (4)

 Developer

 (3)

 Application Developer

 (109)

 Software Developer

 (96)

 Java Developer

 (26)

 Backend Developer

 (15)

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

IBM Interview FAQs

How many rounds are there in IBM Python Developer interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Resume Shortlist, HR and Technical.
How to prepare for IBM 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 IBM. The most common topics and skills that interviewers at IBM expect are Python, Linux, SQL, Github and NoSQL.
What are the top questions asked in IBM Python Developer interview?

Some of the top questions asked at the IBM Python Developer interview -

  1. Meaning of some English wo...read more
  2. Here gaming round.some games are providing ibm comp...read more
  3. Here spoken English questions Here English ver...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 IBM interviews
Company Website
Referral
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
IBM Python Developer Salary
based on 118 salaries
₹2.2 L/yr - ₹10.9 L/yr
22% more than the average Python Developer Salary in India
View more details

IBM Python Developer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.5

Skill development

4.7

Work-Life balance

3.2

Salary & Benefits

3.1

Job Security

3.5

Company culture

2.8

Promotions/Appraisal

3.0

Work Satisfaction

Explore 7 Reviews and Ratings
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹5.3 L/yr - ₹22.3 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.6 L/yr - ₹18.5 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview