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.4k Reviews

Filter interviews by

IBM Software Developer Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top IBM Software Developer Interview Questions and Answers

  • Q1. Chocolate Problem Given an array/list of integer numbers 'CHOCOLATES' of size 'N', where each value of the array/list represents the number of chocolates in the packet. T ...read more
  • Q2. Star Pattern Print the following pattern Pattern for N = 4 The dots represent spaces. Input Format : N (Total no. of rows) Output Format : Pattern in N lines Constraint ...read more
  • Q3. Technical Questions If I leave you in a room along with 4 people of software engineers and I give you time to formulate any idea or a project, what will it be? What proje ...read more
View all 52 questions

IBM Software Developer Interview Experiences

98 interviews found

I applied via Naukri.com and was interviewed in Mar 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 - Aptitude Test 

Any

Interview Preparation Tips

Interview preparation tips for other job seekers - all Gud.. I have gud idea for job sekers company and businesses development

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was a cognitive logical thinking exam, including games and puzzles.
Included puzzles regarding memory, logical thinking, basic mathematics and various basic skills.
Each question was timed.
It was a very interactive game based test.

  • Q1. Technical Question

    Match the orientations according to the rotation degrees suggested

Round 2 - Coding Test 

(1 Question)

Round duration - 9 minutes
Round difficulty - Medium

This round included 2 problems
1. A Coding question
2. A SQL Query problem

  • Q1. Star Pattern

    Pattern for N = 4


    The dots represent spaces.



    Input Format :
    N (Total no. of rows)
    
    Output Format :
    Pattern in N lines
    
    Constraints :
    0 <= N <=...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
Round 3 - Coding Test 

Round duration - 90 minutes
Round difficulty - Hard

This round had 3 questions.
1. A coding question
2. A SQL query problem
3. A business logic implementation problem

Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Medium

This was an interview on Webex, there were two seniors who were very humble and friendly.
They first asked me to introduce myself and then to elaborate on my projects and then asked me questions based on those.
It was a fun interaction on problem-solving, projects, recent issues and stuff.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from AKGEC : Ajay Kumar Garg Engineering College. I applied for the job as SDE - 1 in BangaloreEligibility criteria70% aggregateIBM interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, SQL, Database Management System, Computer Network, Web DevelopmentTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Be focused on concepts and not coverage area.
Tip 2 : Be prepared to communicate your solution properly.
Tip 3 : Be frank to your interviewer if you know you won't be able to solve a problem, don't waste their and your time.

Application resume tips for other job seekers

Tip 1 : Include Projects that you have already done.
Tip 2 : Be sure to write skills that you are sure you know.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview Questionnaire 

2 Questions

  • Q1. Technical questions.
  • Q2. The talent acquisition team was constantly observing my social media posts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, even if u r not feeling so...
Starting from entering the room up to finish everything, u r constantly observed.
Don't forget to focus on ur extra-curricular activities, in your own special way.
Your clothing must be such that,u feel comfortable and look confident.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Html .css basics of java react

Interview Preparation Tips

Topics to prepare for IBM Software Developer interview:
  • html.css
Interview preparation tips for other job seekers - iam the seeing to the job the forentend developer

IBM interview questions for designations

 Senior Software Developer

 (9)

 Software Developer Intern

 (5)

 Junior Software Developer

 (4)

 Associate Software Developer

 (1)

 .NET Software Developer

 (1)

 Full Stack Software Developer

 (4)

 Python Software Developer

 (2)

 Developer

 (3)

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why want you change your previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sapacific don't give chance to bad word about previous company or offerd entity you don't like ,just be cool with your answers like I haven't seen any carrier growth in my previous work how ever find it in our organization Little bit that's that's why

Get interview-ready with Top IBM Interview Questions

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, Exception Handling & other Core Java concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Search & Contact recruiters who hire for ur domain on LinkedIn & share ur resume with them, search relevant jobs on LinkedIn & apply.

Go to companies' websites & create ur profile.

Update ur profile daily on naukri. 👍🏻

Software Developer Jobs at IBM

View all

Interview Questionnaire 

1 Question

  • Q1. Basic java, core java

I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What did you asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview wanted to test about person knowledge and communication skills. Most of the questions asked to they subject in interview. Person details.
Thanks you

Interview Questionnaire 

1 Question

  • Q1. In C# --> Abstraction, Interface , Abstract Method, Abstract Class, Polymorphisms, Encapsulation ,Inheritance, Serialization,
  • Ans. 

    C# concepts including abstraction, interface, abstract method, abstract class, polymorphism, encapsulation, inheritance, and serialization.

    • Abstraction: hiding implementation details

    • Interface: defining a contract for behavior

    • Abstract method: method without implementation

    • Abstract class: class with one or more abstract methods

    • Polymorphism: ability of objects to take on multiple forms

    • Encapsulation: bundling data and behavi...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts
  • Q2. Early and late binding
  • Q3. Copy constructors

Interview Preparation Tips

Interview preparation tips for other job seekers - Job profile was software developer for c++

IBM Interview FAQs

How many rounds are there in IBM Software Developer interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Technical, Coding Test and HR.
How to prepare for IBM Software 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, Software Development, Javascript and Java.
What are the top questions asked in IBM Software Developer interview?

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

  1. In C# --> Abstraction, Interface , Abstract Method, Abstract Class, Polymorph...read more
  2. 2.Difference between comparable and comparator 3. Diff between controller and ...read more
  3. waterfall model in software development life cy...read more
How long is the IBM Software Developer interview process?

The duration of IBM Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

IBM Software Developer Interview Process

based on 59 interviews in last 1 year

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • HR Round
View more
IBM Software Developer Salary
based on 4.3k salaries
₹8.6 L/yr - ₹27.7 L/yr
110% more than the average Software Developer Salary in India
View more details

IBM Software Developer Reviews and Ratings

based on 395 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.7

Salary

3.9

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 395 Reviews and Ratings
Software Developer

Bangalore / Bengaluru

2-5 Yrs

₹ 2.25-35 LPA

Software Developer

Bangalore / Bengaluru

3-8 Yrs

₹ 2.75-38.5 LPA

Software Developer - FullStack

Bangalore / Bengaluru

2-7 Yrs

₹ 2.25-35 LPA

Explore more jobs
Application Developer
11.6k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹5.3 L/yr - ₹25.5 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
Did you find this page helpful?
Yes No
write
Share an Interview