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

Updated 8 Jan 2025

Top IBM Senior Software Engineer Interview Questions and Answers

  • Q1. What is your company's code review process? What practices you follow while writing code. How do you test your code manually?
  • Q2. Difference between String builder and String Buffer
  • Q3. number of memory type have. like heap memory , stack
View all 22 questions

IBM Senior Software Engineer Interview Experiences

30 interviews found

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. List down Java 8 features and use case
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.

    • Lambda expressions: Allow for more concise and readable code by enabling functional programming.

    • Streams: Provide a way to work with collections of objects in a more functional style.

    • Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.

    • Optional class: Helps to avoid null p...

  • Answered by AI
  • Q2. List down Spring boot annotation used
  • Ans. 

    Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.

    • 1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.

    • 2. @RestController - Annotation for RESTful web services.

    • 3. @Autowired - Dependency injection annotation.

    • 4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...

  • Answered by AI
  • Q3. Difference between String builder and String Buffer
  • Ans. 

    String Builder is not synchronized and faster, while String Buffer is synchronized and slower.

    • String Builder is not thread-safe, while String Buffer is thread-safe.

    • String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.

    • String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.

  • Answered by AI
  • Q4. What is String pool
  • Ans. 

    String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.

    • String pool helps in reducing memory usage by storing only one copy of each unique string.

    • Strings created using double quotes are stored in the string pool.

    • Strings created using new keyword are not stored in the string pool.

  • Answered by AI
  • Q5. Number of memory type have. like heap memory , stack
  • Ans. 

    There are two main types of memory in a computer system: stack memory and heap memory.

    • Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.

    • Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.

    • Examples: C programming language uses stack memory for function calls and heap memory for dy

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Senior Software Engineer interview:
  • Collections
  • java 8
  • Spring Boot
  • tsl
  • SSL
  • OOPS
  • String pool
  • Heap memory
  • Strig builder
  • String buffer

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Longest common subsequence
  • Ans. 

    Longest common subsequence is the longest sequence of characters that appear in the same order in both strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences of substrings.

    • Traverse the array to find the longest common subsequence.

  • Answered by AI
  • Q2. O(1) data structure

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Drupal fundamentals, how to create custom admin forms, git rebase merge diff, how to track login data in drupal?
  • Q2. How to protect site from sapm? Multi site how to create?
  • Ans. 

    To protect a site from spam, implement CAPTCHA, use spam filters, validate user input, and monitor site activity. To create a multi-site, use a content management system with multi-site capabilities.

    • Implement CAPTCHA to prevent automated spam submissions

    • Use spam filters to detect and block spam content

    • Validate user input to ensure data integrity and prevent malicious code injection

    • Monitor site activity for suspicious b...

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

(2 Questions)

  • Q1. Managerial round / wht is roles and resposibilities?
  • Ans. 

    Roles and responsibilities of a Senior Software Engineer involve leading technical projects, mentoring junior developers, collaborating with cross-functional teams, and ensuring code quality and scalability.

    • Leading technical projects and providing technical guidance to team members

    • Mentoring junior developers and helping them grow in their technical skills

    • Collaborating with cross-functional teams such as product manager...

  • Answered by AI
  • Q2. Why we hire you?
Round 3 - HR 

(1 Question)

  • Q1. HR diacussions salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics and practical examples faced during project can expect

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Adapter pattern

IBM interview questions for designations

 Senior Software Engineer 2

 (2)

 Senior Software Development Engineer

 (1)

 Senior Software Engineer Testing

 (1)

 Software Engineer

 (88)

 Senior Software Developer

 (9)

 Senior Software Tester

 (1)

 Associate Software Engineer

 (20)

 Software Engineer Trainee

 (2)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal assessment: palindrome, oops, inheritance

Get interview-ready with Top IBM Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C++ STL, OOPS concepts, Design Patterns, Virtual Functions, DSA

Interview Preparation Tips

Topics to prepare for IBM Senior Software Engineer interview:
  • OOPS
  • DSA
  • C++

Senior Software Engineer Interview Questions & Answers

user image kazi tanvi yasmin

posted on 27 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Manager and lead asking experience and knowledge about that domain.

Round 2 - Coding Test 

As per my knowledge they give me test in html, css, bootstrap, adobe captivate and some authoring tools.

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About prev project experience
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About windows installation process
  • Q2. I told all gggg
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Concepts of OOP
  • Q2. Logical questions based on Azure Resources
  • Q3. C# and .Net core concepts

IBM Interview FAQs

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

Some of the top questions asked at the IBM Senior Software Engineer interview -

  1. What is your company's code review process? What practices you follow while wri...read more
  2. Difference between String builder and String Buf...read more
  3. number of memory type have. like heap memory , st...read more
How long is the IBM Senior Software Engineer interview process?

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

Tell us how to improve this page.

IBM Senior Software Engineer Interview Process

based on 25 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more
IBM Senior Software Engineer Salary
based on 4.8k salaries
₹8 L/yr - ₹30 L/yr
21% more than the average Senior Software Engineer Salary in India
View more details

IBM Senior Software Engineer Reviews and Ratings

based on 355 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.4

Salary

3.8

Job security

3.7

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 355 Reviews and Ratings
Application Developer
11.7k salaries
unlock blur

₹5.4 L/yr - ₹24 L/yr

Software Engineer
5.5k salaries
unlock blur

₹5.2 L/yr - ₹22.1 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.4 L/yr - ₹27.5 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.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