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.0

based on 21.8k Reviews

Filter interviews by

IBM Interview Questions, Process, and Tips for Freshers

Updated 5 Feb 2025

Top IBM Interview Questions and Answers for Freshers

View all 86 questions

IBM Interview Experiences for Freshers

Popular Designations

300 interviews found

Front Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I was interviewed in Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. How to perform lifecyle mehthods in functional components
  • Q2. Using useEffect
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

Top IBM Software Developer Interview Questions and Answers

Q1. Chocolate Distribution Problem You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M' students such that: Each student r... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

1 round for coding test, it's depends on your experience and all for java and selenium basis

Round 3 - Technical 

(1 Question)

  • Q1. Its technical round for testing profile we should know all testing methodology, programming, sdlc, stlc, agile, Selenium with java, automation framework along with Maven, TestNG and Pom, oops concept e...
Round 4 - HR 

(1 Question)

  • Q1. It's totally scenario based que round and your previous employment discussions happened in this round also educational details and salary expectations etc

Top IBM Specialist Testing Interview Questions and Answers

Q1. Write a program for highest odd number from 1 - 100 in java
View answer (1)

Specialist Testing Interview Questions asked at other Companies

Q1. Write a program for highest odd number from 1 - 100 in java
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 3 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 - Group Discussion 

Group discussion with very important

Round 3 - One-on-one 

(3 Questions)

  • Q1. Hai iam nsivaramakrishna thanks for the information contained in this email address
  • Q2. I can send today my full profile myself only
  • Q3. When Jain job opportunities

Interview Preparation Tips

Interview preparation tips for other job seekers - Myself only my number XXXXXcell this number

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (34)

IBM interview questions for popular designations

 Application Developer

 (110)

 Software Developer

 (101)

 Associate Systems Engineer

 (95)

 Software Engineer

 (88)

 Advisory System Analyst

 (46)

 Data Engineer

 (41)

 Senior Systems Engineer

 (37)

 Senior Software Engineer

 (30)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Introduction and skills check
  • Q2. Job experience in next job
  • Ans. 

    I have 3 years of experience in a similar role, providing excellent customer support and resolving issues efficiently.

    • Handled customer inquiries via phone, email, and chat

    • Resolved customer complaints and issues in a timely manner

    • Maintained a high level of customer satisfaction through effective communication

    • Collaborated with other departments to address customer needs

    • Trained new team members on customer support process

  • Answered by AI
  • Q3. Skills check or all questions
  • Q4. Back office questions
  • Q5. Complete profile

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)

Get interview-ready with Top IBM Interview Questions

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

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are hyperparameters in random forest
  • Ans. 

    Hyperparameters in random forest are parameters that are set before the learning process begins.

    • Hyperparameters control the behavior of the random forest algorithm.

    • They are set by the data scientist and are not learned from the data.

    • Examples of hyperparameters in random forest include the number of trees, the maximum depth of trees, and the number of features considered at each split.

  • Answered by AI
  • Q2. How to do QnA system with LLM
  • Ans. 

    A QnA system with LLM is a system that uses the Language Model for Information Retrieval and Question Answering.

    • Preprocess the input question and convert it into a format suitable for the LLM model.

    • Fine-tune the LLM model on a dataset of question-answer pairs.

    • Use the fine-tuned model to generate answers for new questions.

    • Evaluate the performance of the QnA system using metrics like precision, recall, and F1 score.

    • Itera...

  • Answered by AI
  • Q3. How to do unit testing
  • Ans. 

    Unit testing is a process of testing individual units of code to ensure they function correctly.

    • Write test cases for each unit of code

    • Test inputs, outputs, and edge cases

    • Use testing frameworks like JUnit or pytest

    • Automate tests to run regularly

    • Ensure tests are independent, isolated, and repeatable

  • Answered by AI

Skills evaluated in this interview

Top IBM Data Scientist Interview Questions and Answers

Q1. What PCA, Decision tree and computer vision
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Jobs at IBM

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What have you worked on in your previous internships
  • Ans. 

    I have worked on various projects during my previous internships, including developing mobile applications and implementing data analysis algorithms.

    • Developed a mobile application for a retail company to enhance their customer experience

    • Implemented data analysis algorithms to extract insights from large datasets

    • Collaborated with a team to design and develop a web-based inventory management system

    • Assisted in testing and...

  • Answered by AI
  • Q2. Why do u want to work with IBM?
  • Ans. 

    I want to work with IBM because of their reputation as a global leader in technology and innovation.

    • IBM is known for its cutting-edge technology solutions and advancements.

    • Working at IBM would provide me with valuable learning opportunities and exposure to a diverse range of projects.

    • IBM's commitment to research and development aligns with my passion for innovation.

    • The company's global presence and collaborative work c...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basics of OOP, Java. common DSA, OS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and giveyour best. they dont expect much for a 30K internship. just someone who knows his shit.

Technology Intern Interview Questions asked at other Companies

Q1. what is ros1 and difference between ros1 and ros2?
View answer (1)

Associate Systems Engineer interview

user image Tech My Hire

posted on 15 Mar 2022

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Explaining project
Round 3 - Technical 

(1 Question)

  • Q1. About OSI Layers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Indroduction and work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to work experience KYC and AML

Top IBM Risk and Compliance Analyst Interview Questions and Answers

Q1. Stages of AML, types of alerts in transaction monitoring, sanctions
View answer (6)

Risk and Compliance Analyst Interview Questions asked at other Companies

Q1. Stages of AML, types of alerts in transaction monitoring, sanctions
View answer (6)

IBM Interview FAQs

How many rounds are there in IBM 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, Resume Shortlist and HR.
How to prepare for IBM 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 Expense Management, Finance, Fixed Assets, Accounting and Accounts Payable.
What are the top questions asked in IBM interview for freshers?

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

  1. What do you know about DITA XML, which tags have you used in your documents, wh...read more
  2. How to find badis, different between user exit and customer e...read more
  3. What is design thinking, have you ever communicated with developers, what do yo...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.

Tell us how to improve this page.

IBM Interview Process for Freshers

based on 117 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at IBM

Interview Questions from Similar Companies

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

IBM Reviews and Ratings

based on 21.8k 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 21.8k Reviews and Ratings
SAP TM Consultant

Kolkata,

Pune

+1

12-24 Yrs

Not Disclosed

SAP IBP Consultant

Pune,

Chennai

+1

13-25 Yrs

Not Disclosed

SFMC Consultant- IBM-Pune/Banaglore

Pune,

Bangalore / Bengaluru

3-8 Yrs

₹ 6-12 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.4 L/yr - ₹22.5 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.3 L/yr - ₹27.5 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.6k salaries
unlock blur

₹5.7 L/yr - ₹20.5 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