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

Filter interviews by

IBM Software Developer Interview Questions and Answers for Freshers

Updated 8 Jun 2025

IBM Software Developer Interview Experiences for Freshers

11 interviews found

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Everything Regarding python
Round 2 - Technical 

(1 Question)

  • Q1. Everything regarding AI/ML/DL with example
Round 3 - Mangineral 

(1 Question)

  • Q1. Most situation-based questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logic questions and reasoning, aptitude questions

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

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Two Sum: given 2 numbers, check if there exists 2 numbers such that they sum to target
  • Ans. 

    Given an array of numbers, check if there exists two numbers that sum to a target number.

    • Use a hash set to store the complement of each number as you iterate through the array.

    • For each number, check if its complement exists in the hash set.

    • If the complement exists, return true. Otherwise, add the number to the hash set.

    • If no two numbers sum to the target, return false.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Fundamental problem-solving questions.

Round 2 - Coding Test 

Intermediate problem-solving skills.

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Can you explain the project you mentioned in your resume?
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Integrated authentication and authorization features for secure access

  • Answered by AI

I applied via Naukri.com and was interviewed in Jan 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 - Technical 

(2 Questions)

  • Q1. What is Salesforce? Why we use?
  • Q2. What is CRM? WHAT WORK FLOW?
  • Ans. 

    CRM stands for Customer Relationship Management. It is a software that helps businesses manage their interactions with customers.

    • CRM helps businesses organize customer data and interactions

    • It can track sales, marketing campaigns, and customer support

    • Examples of CRM software include Salesforce, HubSpot, and Zoho CRM

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Software Developer interview:
  • Salesforce
Interview preparation tips for other job seekers - Thank you for naukari.com, you should do hard work and practicals.

Software Developer Interview Questions & Answers

user image KARTHICKKUMAR M

posted on 16 Apr 2024

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

I appeared for an interview before Apr 2023.

Round 1 - Coding Test 

Basics and problem solving

Round 2 - Coding Test 

DSA , patterns and SQL

Round 3 - Technical 

(1 Question)

  • Q1. Final year projects

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Interview 

(8 Questions)

Round duration - 45 minutes
Round difficulty - null
IBM had organized a coding fest in our college. I participated there and through that I got a chance to interview for the position of software developer at IBM. There was only one round for me, an Interview round where they asked Technical and HR questions. A lot of the interview was based around my project only.

  • Q1. Tell me about yourself
  • Q2. What was your final year project?
  • Ans. 

    My final year project was a web-based e-commerce platform for small businesses.

    • Developed using PHP and MySQL

    • Implemented features such as product catalog, shopping cart, and payment gateway integration

    • Designed a user-friendly interface with responsive design

    • Conducted testing and debugging to ensure smooth functionality

  • Answered by AI
  • Q3. Do you like online classes or offline classes?
  • Q4. How will you compete with your colleagues?
  • Q5. Will you do projects on current technologies or old technologies?
  • Ans. 

    I am open to working on projects with both current and old technologies.

    • I believe in using the right tool for the job, regardless of its age.

    • Older technologies may still be in use and require maintenance or updates.

    • Current technologies may offer new and innovative solutions to problems.

    • I am always willing to learn and adapt to new technologies.

    • Examples of old technologies I have experience with include Java and C++.

    • Exa...

  • Answered by AI
  • Q6. Design a system for railway ticket booking
  • Ans. In this question they gave some modules and I had to code the system such that these modules criterions are fulfilled. I coded it in JAVA
  • Answered by PrepInsta
  • Q7. Are you willing to relocate?
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to exploring new locations and cultures.

    • I am willing to consider relocation packages and assistance.

    • I am excited about the prospect of working with a new team and expanding my skills.

    • Examples: I have previously relocated for a job opportunity and found it to be a positive experience.

    • I am willing to discuss specific details and requirements for relocation...

  • Answered by AI
  • Q8. Any questions?

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience.IBM interview preparation:Topics to prepare for the interview - Technical concepts like C and Java and OOPS and Memory Allocations.Resources to prepare for this interview - PrepInsta helped me with my coding competition. I connected with one of their mentors on the telegram app and they helped me with the coding round and the subsequent process.Tips for other job seekers - Be honest in the Interview. If you don’t know something you can say that you don’t know instead of giving a wrong answer.Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview 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. How do you match the orientations according to the suggested rotation degrees?
  • Ans. 

    Matching orientations based on suggested rotation degrees.

    • Calculate the difference between the current orientation and the suggested rotation degrees.

    • Apply the necessary rotation to match the orientations.

    • Consider the direction of rotation (clockwise or counterclockwise).

  • Answered by AI
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 Problem Statement

    Display the star pattern for a given positive integer N.

    Example:

    Input:
    N = 4
    Output:
       *
    ***
    *****
    *******
    Explanation:

    The dots in the image represent spaces. Al...

  • Ans. 

    Display a star pattern in a pyramid shape for a given positive integer N with spaces in between.

    • Start by printing spaces in decreasing order and stars in increasing order for each row

    • Use nested loops to handle spaces and stars accordingly

    • Consider the total number of characters in each row to maintain the pyramid shape

  • Answered by AI
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

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

IBM Interview FAQs

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

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

  1. Two Sum: given 2 numbers, check if there exists 2 numbers such that they sum to...read more
  2. What is CRM? WHAT WORK FL...read more
  3. In C# --> Abstraction, Interface , Abstract Method, Abstract Class, Polymorph...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.

Overall Interview Experience Rating

3.8/5

based on 5 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
4-6 weeks 25%
View more
IBM Software Developer Salary
based on 5.7k salaries
₹13.8 L/yr - ₹35.2 L/yr
139% more than the average Software Developer Salary in India
View more details

IBM Software Developer Reviews and Ratings

based on 440 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.7

Salary

3.7

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 440 Reviews and Ratings
Software Developer

Ahmedabad

8-13 Yrs

Not Disclosed

Software Developer

Bangalore / Bengaluru

5-10 Yrs

₹ 3.4-65 LPA

Software Developer

Ahmedabad

2-7 Yrs

Not Disclosed

Explore more jobs
Application Developer
12.5k salaries
unlock blur

₹5.1 L/yr - ₹26.3 L/yr

Software Engineer
5.9k salaries
unlock blur

₹8.1 L/yr - ₹26.1 L/yr

Software Developer
5.7k salaries
unlock blur

₹13.8 L/yr - ₹35.2 L/yr

Senior Software Engineer
5.4k salaries
unlock blur

₹12.5 L/yr - ₹36 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.5 L/yr - ₹27 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview