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

Filter interviews by

IBM Interview Questions, Process, and Tips for Experienced

Updated 12 Jan 2025

Top IBM Interview Questions and Answers for Experienced

View all 467 questions

IBM Interview Experiences for Experienced

Popular Designations

897 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Deep accounting and journal entries
  • Q2. Accounting questions and senorio to pass the journal entries
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about your project, how did you work and what were the tools used?
  • Q2. What are modules in Terraform, share your screen and write module
  • Ans. 

    Modules in Terraform are reusable components that allow you to encapsulate and organize your infrastructure code.

    • Modules help in breaking down complex infrastructure into smaller, manageable components

    • They promote reusability and maintainability of code

    • Modules can be shared and used across different projects

    • Example: Creating a module for provisioning a virtual machine in Azure

  • Answered by AI
  • Q3. If you want to avoid hard coding the AMI Ids while creating an instance, how would you do that through Terraform?
  • Q4. Questions on lifecycle block, data block, modules and resources in Terraform - scenario based just like one above
  • Q5. How would you provide security to your credentials while using Terraform
  • Ans. 

    Use encrypted variables, limit access to credentials, and utilize secure storage solutions.

    • Encrypt sensitive variables using tools like Vault or AWS KMS

    • Limit access to credentials by using least privilege principles

    • Store credentials securely in a password manager or key vault

    • Avoid hardcoding credentials in Terraform configuration files

  • Answered by AI
  • Q6. Explain VPC, NAT Gateway, difference between NACL and SG
  • Ans. 

    VPC is a virtual private cloud that allows you to create isolated networks, NAT Gateway enables instances in a private subnet to connect to the internet, NACL controls inbound and outbound traffic at the subnet level, SG controls traffic at the instance level.

    • VPC is a virtual network in the cloud that you can define and customize, providing a secure environment for your resources.

    • NAT Gateway allows instances in a priva...

  • Answered by AI
  • Q7. Write a Docker File
  • 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

    • Use the FROM keyword to specify the base image

    • Add any necessary dependencies using the RUN keyword

    • Copy application code into the image using the COPY keyword

    • Expose any necessary ports using the EXPOSE keyword

    • Specify the command to run when the container starts using the CMD ke

  • Answered by AI
  • Q8. S3 Lifecycle rules
  • Q9. If you are using CICD define your stages and issues you faced
  • Ans. 

    CICD stages include build, test, deploy, and monitor. Common issues include integration challenges and pipeline failures.

    • Stages: Build, Test, Deploy, Monitor

    • Issues: Integration challenges, Pipeline failures

    • Example: Integration challenges with third-party tools delaying deployment

  • Answered by AI
  • Q10. How will you check if a pod in ReplicaSet went down or failed and what was the reason for the same?
  • Ans. 

    To check if a pod in ReplicaSet went down or failed, monitor the pod status, logs, and events.

    • Monitor the pod status using kubectl get pods command

    • Check the pod logs for any error messages using kubectl logs command

    • Review the events related to the pod using kubectl describe pod command

    • Set up alerts or notifications for pod failures using monitoring tools like Prometheus or Grafana

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

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you like learning new things
  • Q3. Agile methodology, Scrum
  • Q4. Day to Day activities
  • Q5. Will you be able to work if given any type of work like either DevOps or only Cloud or only Development?
  • Ans. 

    Yes, I am capable of working in various roles such as DevOps, Cloud, and Development.

    • I have experience and skills in DevOps practices such as automation, CI/CD, and infrastructure as code.

    • I am proficient in cloud technologies like AWS, Azure, or Google Cloud Platform.

    • I have a strong background in software development with expertise in languages like Python, Java, or JavaScript.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Infrastructure Specialist interview:
  • Terraform
  • AWS
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Go through Terraform blocks, go through your project very well, try going through all AWS services mentioned in resume

Skills evaluated in this interview

Top IBM Infrastructure Specialist Interview Questions and Answers

Q1. How will you check if a pod in ReplicaSet went down or failed and what was the reason for the same?
View answer (1)

Infrastructure Specialist Interview Questions asked at other Companies

Q1. How will you check if a pod in ReplicaSet went down or failed and what was the reason for the same?
View answer (1)
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

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?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How is memory managed in go programming language?
  • Ans. 

    Memory in Go is managed using garbage collection, which automatically frees up memory that is no longer in use.

    • Go uses a garbage collector to automatically manage memory allocation and deallocation.

    • Memory is allocated on the heap, and garbage collection is used to free up memory that is no longer needed.

    • Pointers are used to reference memory locations, allowing for efficient memory management.

    • Examples: var x *int = new(

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

(1 Question)

  • Q1. Explain project internal architecture?
  • Ans. 

    Project internal architecture refers to the structure and organization of the codebase and components within a software project.

    • Components and modules are organized in a logical manner to ensure scalability and maintainability.

    • Design patterns such as MVC, MVVM, or microservices may be used to structure the codebase.

    • Communication between components is defined through interfaces and APIs.

    • Data flow and dependencies are ma...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How would you manage conflicts in team?

Fullstack Developer Lead Interview Questions asked at other Companies

Q1. Want to relocate, able to work in 9 hours shift, should able to take full responsibility of your work.
View answer (1)

IBM interview questions for popular designations

 Application Developer

 (109)

 Software Developer

 (95)

 Associate Systems Engineer

 (92)

 Software Engineer

 (88)

 Advisory System Analyst

 (46)

 Data Engineer

 (40)

 Senior Systems Engineer

 (37)

 Senior Software Engineer

 (30)

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

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of my Current Project?
  • Q2. Optimisation done in the code
  • Ans. 

    Optimisation in code involves improving efficiency and performance.

    • Use of efficient data structures and algorithms

    • Minimizing unnecessary computations

    • Reducing memory usage

    • Parallel processing for faster execution

    • Profiling and identifying bottlenecks

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

(1 Question)

  • Q1. Qualities I would bring with me
Round 3 - HR 

(1 Question)

  • Q1. Location and other details

Skills evaluated in this interview

Top IBM Data Engineer Interview Questions and Answers

Q1. 1) How to handle data skewness in spark.
View answer (5)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Get interview-ready with Top IBM Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Core Java questions, Spring and Spring Boot framework related questions, Programming question
Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed question on

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your DSA well. Whole interview goes around projects being done and the skillset you have.

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 (170)

Jobs at IBM

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

(1 Question)

  • Q1. Adapter pattern

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?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

fresher interview

user image Oracle PLSQL&Talend ETL

posted on 15 Mar 2022

Senior Package Consultant Interview Questions & Answers

user image venkat bellamkonda

posted on 7 Apr 2024

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

(1 Question)

  • Q1. Technical discussion
Round 2 - Technical 

(1 Question)

  • Q1. Technical and Managerial discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary and availability
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python questions

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)

IBM Interview FAQs

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

Some of the top questions asked at the IBM interview for experienced candidates -

  1. what is comp & comp 3 differance ...read more
  2. What are the detail that you will share to the supplier for getting a quote...read more
  3. we have 2 files eliminate duplicates and send to duplicate files in to another ...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 Experienced

based on 260 interviews in last 1 year

Interview experience

4.2
  
Good
View more

Explore Interview Questions and Answers for Top Skills at IBM

People are getting interviews through

based on 622 IBM interviews
Job Portal
Referral
Company Website
Recruitment Consultant
WalkIn
Campus Placement
42%
14%
11%
6%
4%
3%
20% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
View all

IBM Reviews and Ratings

based on 21.3k reviews

4.1/5

Rating in categories

4.0

Skill development

4.1

Work-Life balance

3.5

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.2

Promotions/Appraisal

3.8

Work Satisfaction

Explore 21.3k Reviews and Ratings
DevSecops Professional

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Application Developer
11.5k salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Software Engineer
5.4k salaries
unlock blur

₹4.8 L/yr - ₹22.6 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.6k 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview