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 Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top IBM Interview Questions and Answers

View all 1.2k questions

IBM Interview Experiences

Popular Designations

2.3k interviews found

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

Good morning sir have a you sir my name is hemant Ramchandra narkhede

Round 2 - Coding Test 

Java script simple frame

Round 3 - HR 

(2 Questions)

  • Q1. What are the different data types present in javascript?
  • Ans. 

    JavaScript has several data types including string, number, boolean, object, function, undefined, and null.

    • String: 'hello', '123'

    • Number: 123, 3.14

    • Boolean: true, false

    • Object: { key: 'value' }

    • Function: function() { }

    • Undefined: undefined

    • Null: null

  • Answered by AI
  • Q2. Difference between var and let keyword in javascript.
  • Ans. 

    var is function-scoped while let is block-scoped in JavaScript.

    • var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.

    • let keyword is block-scoped, meaning it is only accessible within the block it is declared in.

    • Using var can lead to variable hoisting issues, while let provides more predictable behavior.

    • let allows for better variable scoping and reduces the risk of unintended

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What are the advantages of pair programming?
  • Ans. 

    Pair programming promotes collaboration, knowledge sharing, and code quality.

    • Enhances code quality through immediate code review and feedback

    • Promotes knowledge sharing and learning from each other

    • Fosters collaboration and teamwork

    • Reduces the likelihood of bugs and errors

    • Increases productivity by leveraging two minds on the same problem

    • Helps in breaking down complex problems into smaller tasks

    • Improves communication skil

  • Answered by AI
  • Q2. How do you handle constructive feedback about your full-stack development projects?
Round 5 - Technical 

(2 Questions)

  • Q1. How do you identify bugs in your code?
  • Ans. 

    I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.

    • Perform manual testing by running the code and checking for any unexpected behavior or errors.

    • Write unit tests to verify the functionality of individual components and catch any issues early on.

    • Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.

    • Collaborate with team ...

  • Answered by AI
  • Q2. How long have you been coding primarily in Python?
  • Ans. 

    I have been coding primarily in Python for 5 years.

    • I started learning Python in college and have been using it extensively in my professional career.

    • I have worked on various projects using Python, including web development, data analysis, and automation.

    • I am proficient in Python libraries such as NumPy, Pandas, and Django.

  • Answered by AI
Round 6 - Case Study 

HR round full stack developer experience

Round 7 - Group Discussion 

Best atitude round questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Another source of career guidance is to consult a career counselor or coach. These are trained professionals who can help you with various aspects of your career development, such as exploring your options, setting your goals, making your plans, overcoming your challenges, and enhancing your skills.24 Aug

Skills evaluated in this interview

Top IBM Full Stack Software Developer Interview Questions and Answers

Q1. What are the different data types present in javascript?
View answer (1)

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find the dominations

Round 2 - Technical 

(2 Questions)

  • Q1. Implement min stack
  • Ans. 

    Implement a stack that supports finding the minimum element in constant time.

    • Create a stack to store elements and another stack to store minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.

    • When popping an element, check if it is the current minimum and pop from the min stack if so.

    • To get the minimum element, simply return the top element of the min

  • Answered by AI
  • Q2. Find the lca of a given nodes
  • Ans. 

    The lowest common ancestor (LCA) of two nodes in a tree is the shared ancestor that is located farthest from the root.

    • Traverse the tree from the root to find the paths from the root to each node.

    • Compare the paths to find the last common node between the two paths, which is the LCA.

    • If one node is an ancestor of the other, return that node as the LCA.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

Top IBM Softwaretest Engineer Interview Questions and Answers

Q1. what are waits in selenium you use in your project
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
IBM Interview Questions and Answers for Freshers
illustration image

SENIOR TAX TECHNOLOGY CONSULTANT Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tax related questions in SAP
  • Q2. GL master data specific questions
Round 2 - One-on-one 

(1 Question)

  • Q1. How do you integrate SAP FI with third party interface? Answer:Through the use of GLobal next and ONESOURCE GUIDE (Third party tax tool)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Q2. Questions related to Binary Tree

Top IBM Software Engineer Interview Questions and Answers

Q1. what is comp & comp 3 differance ?
View answer (13)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

IBM interview questions for popular designations

 Application Developer

 (110)

 Software Developer

 (98)

 Associate Systems Engineer

 (89)

 Software Engineer

 (87)

 Advisory System Analyst

 (46)

 Data Engineer

 (41)

 Senior Systems Engineer

 (37)

 Senior Software Engineer

 (30)

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is sectoral analysis
  • Ans. 

    Sectoral analysis is the evaluation of specific industries or sectors within the economy to identify trends, opportunities, and risks.

    • It involves examining the performance of companies within a particular sector.

    • Helps in understanding the impact of economic factors, government policies, and market trends on a specific industry.

    • Allows for comparison of different sectors to determine investment opportunities.

    • Commonly use...

  • Answered by AI
  • Q2. What is SPS model
  • Ans. 

    SPS model stands for Strategy, Process, and Systems model used in business analysis to align business goals with technology solutions.

    • SPS model helps in identifying business strategies, processes, and systems to achieve organizational goals.

    • It involves analyzing current strategies, processes, and systems, and recommending improvements.

    • For example, in a retail company, the SPS model can be used to align the business str...

  • Answered by AI

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Get interview-ready with Top IBM Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are ABAP REPORTS
  • Q2. What are idocs

Top IBM SAP Abap Consultant Interview Questions and Answers

Q1. How to find badis, different between user exit and customer exit
View answer (2)

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)

Jobs at IBM

View all

Devops Engineer Interview Questions & Answers

user image Bhuvaneswari Subramaniyan

posted on 6 Nov 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Dockerfile for any of the applications
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image (e.g. FROM ubuntu:latest)

    • Install dependencies and set up environment (e.g. RUN apt-get update && apt-get install -y python3)

    • Copy application code into the image (e.g. COPY . /app)

    • Set the default command to run when the container starts (e.g. CMD ["python3", "app.py"])

    • Build th...

  • Answered by AI
  • Q2. Program which is related to file parsing

Skills evaluated in this interview

Top IBM Devops Engineer Interview Questions and Answers

Q1. Explain in detail the architecture , real time use case of containers and how do we manage or orchestrate them. explain dockerfile commands, docker-compose, kubernetes yaml file contents, kubernetes deployment.
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions regarding networking
  • Q2. Technical projects done in collage
  • Ans. 

    I completed several technical projects in college, including a mobile app for tracking fitness goals and a website for a local business.

    • Developed a mobile app for tracking fitness goals using Java and Android Studio

    • Created a website for a local business using HTML, CSS, and JavaScript

    • Collaborated with classmates on a database project using SQL

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything that is included in your CV. Also, basic knowledge about your collage studies and extracurricular if you are a fresher. Prepare what is written in JD.

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction and other details
  • Q2. Experience on accounts
Round 2 - Group Discussion 

Cloud computing and it’s important on global market

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SAP ? how it works
  • Ans. 

    SAP is a software company that provides enterprise resource planning solutions to businesses.

    • SAP stands for Systems, Applications, and Products in Data Processing.

    • It integrates various business functions such as finance, HR, sales, and production.

    • SAP uses a centralized database to store and retrieve data for different modules.

    • It allows businesses to streamline processes, improve efficiency, and make data-driven decisio...

  • Answered by AI
  • Q2. What is ABAP ? how it works
  • Ans. 

    ABAP is a programming language used for developing applications in SAP systems.

    • ABAP stands for Advanced Business Application Programming.

    • It is a high-level programming language created by SAP.

    • ABAP is used for developing custom reports, interfaces, forms, and enhancements in SAP systems.

    • It works by writing ABAP code in the ABAP Editor within the SAP system.

    • ABAP programs are executed on the application server of the SAP

  • Answered by AI

Skills evaluated in this interview

Top IBM SAP Abap Consultant Interview Questions and Answers

Q1. How to find badis, different between user exit and customer exit
View answer (2)

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

IBM Interview FAQs

How many rounds are there in IBM interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Technical, HR and Resume Shortlist.
How to prepare for IBM 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 Agile, SQL, Python, Interpersonal Skills and Javascript.
What are the top questions asked in IBM interview?

Some of the top questions asked at the IBM interview -

  1. 1. Abstraction vs Inheritance 2. What is Garbage collector? 3. What is class lo...read more
  2. How to check that all port are connected to your computers and power supply or ...read more
  3. what is comp & comp 3 differance ...read more
How long is the IBM interview process?

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

Recently Viewed

SALARIES

Reliance Retail

No Salaries

SALARIES

Reliance Retail

No Salaries

SALARIES

Reliance Smart

No Salaries

REVIEWS

Reliance Smart

No Reviews

SALARIES

Reliance Timeout

No Salaries

SALARIES

Spencer's Retail

No Salaries

REVIEWS

Reliance Jewels

No Reviews

REVIEWS

Netmeds.com

No Reviews

REVIEWS

Reliance Timeout

No Reviews

Tell us how to improve this page.

IBM Interview Process

based on 1.8k interviews

Interview experience

4.2
  
Good
View more

HCLTech

A more secure future awaits you

Explore Interview Questions and Answers for Top Skills at IBM

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all

IBM Reviews and Ratings

based on 22.1k reviews

4.0/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.5

Salary

4.0

Job security

4.0

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 22.1k Reviews and Ratings
Advisory Software Developer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Application Developer-Java & Web Technologies

Navi Mumbai

3-5 Yrs

Not Disclosed

Application Developer-SAP ABAP HANA

Bangalore / Bengaluru

2-4 Yrs

₹ 2.8-25 LPA

Explore more jobs
Application Developer
11.7k salaries
unlock blur

₹5.5 L/yr - ₹24 L/yr

Software Engineer
5.5k salaries
unlock blur

₹5.5 L/yr - ₹22.5 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.4 L/yr - ₹29.8 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.7 L/yr - ₹20.8 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent