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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me abt your sef
  • Ans. 

    I am a detail-oriented process analyst with a strong background in data analysis and process improvement.

    • Experienced in analyzing and optimizing business processes to increase efficiency

    • Skilled in using data analysis tools such as Excel, SQL, and Tableau

    • Strong communication skills to collaborate with cross-functional teams

    • Certified in Lean Six Sigma for process improvement

    • Previous experience in identifying bottlenecks

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

(1 Question)

  • Q1. Golden rules of Accounting
  • Ans. 

    Golden rules of Accounting are basic principles that guide the process of recording financial transactions.

    • Debit the receiver, credit the giver

    • Debit what comes in, credit what goes out

    • Debit expenses and losses, credit income and gains

  • Answered by AI

Process Analyst Interview Questions asked at other Companies

Q1. what are the different types of accounting?
View answer (4)

I applied via Referral and was interviewed before Nov 2021. There were 4 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 

(1 Question)

  • Q1. Depends on your technology.... multiple choice questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions and case study
Round 4 - Behavioral 

(1 Question)

  • Q1. Technical n behavioural n also salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well n scenario based question

Senior Salesforce Developer Interview Questions asked at other Companies

Q1. What are best practices to write trigger? What are execution order in salesforce? What are deployment techniques used in salesforce? What is min code coverage required while deployment? What is azure dev ops?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Case Study 
Round 3 - One-on-one 

(2 Questions)

  • Q1. Yrs of experience
  • Q2. Skill in
Round 1 - Coding Test 

2 Coding Questions plus 23 MCQ on Hacker rank.

Round 2 - Technical 

(1 Question)

  • Q1. Basics of Java and Selenium WebDriver
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion Happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your Basics. It's easy to crack . Be confident. Try to be fluent in English.

Top IBM Senior Technical Services Specialist Interview Questions and Answers

Q1. Which field control Document number range in FI
View answer (1)

Senior Technical Services Specialist Interview Questions asked at other Companies

Q1. Which field control Document number range in FI
View answer (1)

IBM interview questions for popular designations

 Application Developer

 (109)

 Software Developer

 (96)

 Associate Systems Engineer

 (94)

 Software Engineer

 (88)

 Advisory System Analyst

 (46)

 Data Engineer

 (40)

 Senior Systems Engineer

 (37)

 Senior Software Engineer

 (30)

Interview Questionnaire 

9 Questions

  • Q1. Why Spring Boot
  • Ans. 

    Spring Boot is a popular Java framework for building microservices and web applications.

    • Provides a quick and easy way to set up a new project with minimal configuration

    • Offers a wide range of pre-built features and integrations

    • Supports multiple data sources and web protocols

    • Enables easy deployment and scaling of applications

    • Example: Spring Boot can be used to build a RESTful API for a web application

    • Example: Spring Boot...

  • Answered by AI
  • Q2. Spring Security & How Security has been achieved in my application
  • Ans. 

    Spring Security is used for authentication and authorization in the application.

    • Spring Security provides a framework for securing web applications.

    • It uses various authentication and authorization mechanisms such as form-based, basic, and OAuth2.

    • In our application, we have used form-based authentication with user credentials stored in a database.

    • We have also implemented role-based authorization to restrict access to cer...

  • Answered by AI
  • Q3. Application Architecture
  • Q4. Global Exception Handling using Spring Framework
  • Ans. 

    Global exception handling in Spring Framework allows for centralized error handling and logging.

    • Spring provides a @ControllerAdvice annotation to define global exception handling

    • Exception handling can be customized based on the type of exception thrown

    • Logging can be implemented using AOP and Spring's @Around advice

    • Example: @ControllerAdvice class with @ExceptionHandler methods for specific exceptions

    • Example: AOP loggin

  • Answered by AI
  • Q5. CI-CD Flow and how we have implemented in our project
  • Ans. 

    CI-CD flow is implemented in our project for continuous integration and delivery of software.

    • We use Jenkins as our CI/CD tool.

    • Our code is stored in Git repository and is automatically built and tested on every commit.

    • We have multiple environments for testing and deployment, including staging and production.

    • We use Docker containers for easy deployment and scalability.

    • Our CI/CD pipeline includes automated testing, code a...

  • Answered by AI
  • Q6. Basic annotations like @SpringBootApplication etc
  • Q7. Which server and version is being used and how to configure the data source in WebLogic server
  • Ans. 

    The server being used is WebLogic and the version is not specified. Data source can be configured through the console or configuration files.

    • WebLogic server is being used

    • Version is not specified

    • Data source can be configured through console or configuration files

  • Answered by AI
  • Q8. Profiling in Spring
  • Ans. 

    Profiling in Spring is a technique to analyze and optimize the performance of an application.

    • Profiling helps identify performance bottlenecks in the application.

    • Spring provides support for profiling through its integration with popular profiling tools like JProfiler and YourKit.

    • Profiling can be done on various components of the Spring application, including controllers, services, and repositories.

    • Profiling can also hel...

  • Answered by AI
  • Q9. Whether using microservice or not. Why microservice
  • Ans. 

    Microservices offer scalability, flexibility, and faster deployment.

    • Microservices allow for independent deployment and scaling of individual components

    • They enable faster development and deployment cycles

    • They promote flexibility and agility in software development

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI

Skills evaluated in this interview

Top IBM Advisory System Analyst Interview Questions and Answers

Q1. What you will do if you got to know there is a performance issue in code change which you developed before 1 day of production deployment
View answer (3)

Advisory System Analyst Interview Questions asked at other Companies

Q1. What you will do if you got to know there is a performance issue in code change which you developed before 1 day of production deployment
View answer (3)

Get interview-ready with Top IBM Interview Questions

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More into technical stuffs there was 1hr technical round,mostly covered all the abinitio basics and multistage components, PDL
Round 2 - Behavioral 

(1 Question)

  • Q1. Asked about deployment after development and salary discussions was done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and to the point while answering the questions..if u can't answer accept it and let them know you will explore more about it.

Top IBM Senior Consultant Interview Questions and Answers

Q1. Best practices of triggers& test classes
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Jobs at IBM

View all
Round 1 - Technical 

(1 Question)

  • Q1. What is sanction List of the sanction country What is aml What is kyc
  • Ans. 

    Sanction is a penalty imposed on a country or individual for violating laws or regulations. AML is Anti-Money Laundering and KYC is Know Your Customer.

    • Sanctions are used to restrict trade, freeze assets, and limit access to financial markets.

    • Examples of sanctioned countries include Iran, North Korea, and Syria.

    • AML refers to the laws, regulations, and procedures intended to prevent criminals from disguising illegally ob...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Process explain and what is share
  • Ans. 

    Process explanation and share definition

    • Process explanation involves breaking down a complex process into simpler steps

    • It helps in identifying potential risks and implementing controls

    • Share refers to a unit of ownership in a company or organization

    • Shareholders are entitled to a portion of the company's profits and have voting rights

    • Compliance officers ensure that the company follows regulations related to shares and ow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am really thanks to God finally i got job offer from IBM my designation compliance officer.

Compliance Officer Interview Questions asked at other Companies

Q1. Frameworks do you prefer when conducting IT compliance audits and why ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Have you worked on CDS, steps to implement CDS view?
  • Ans. 

    Yes, I have worked on CDS views and implemented them in SAP systems.

    • Define CDS view in ABAP Dictionary using DDL source code

    • Activate CDS view using ABAP Development Tools (ADT)

    • Use CDS view in ABAP programs for data retrieval and manipulation

  • Answered by AI

Top IBM Application Developer Interview Questions and Answers

Q1. Tell me how to write ansible playbooks and how would you define a CI/CD pipeline. What tools can you use for pipeline creation and how it works.
View answer (3)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -&g... read more
View answer (6)

I applied via Company Website and was interviewed in Dec 2021. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. What do you understand by Supply Chain Management?
  • Ans. 

    Supply Chain Management is the coordination and management of activities involved in the production and delivery of products and services.

    • It involves planning, sourcing, manufacturing, and delivering products to customers.

    • It aims to optimize the flow of goods and services, minimize costs, and improve customer satisfaction.

    • It involves managing relationships with suppliers, distributors, and customers.

    • Examples include in...

  • Answered by AI
  • Q2. Explain how you were managing SCM and what tools were used?
  • Ans. 

    I managed SCM using a combination of tools and strategies.

    • I used a variety of software tools to manage inventory, track shipments, and analyze data.

    • I also implemented strategies such as just-in-time inventory management and lean manufacturing.

    • Some of the tools I used include SAP, Oracle, and JDA Software.

    • I regularly communicated with suppliers and logistics partners to ensure timely delivery of goods.

    • I monitored key pe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please request the recruiter to explain the exact role and job description which you have to perform once you join the company. Be specific on the client's requirement!

Advisory Consultant Interview Questions asked at other Companies

Q1. Explain how you were managing SCM and what tools were used?
View answer (1)

Interview Questionnaire 

4 Questions

  • Q1. "Introduce Yourself", the most commonly asked question which should be focused on along all other preparations.
  • Q2. Have a clear concept of the Trainings, Internship and the projects you've taken up.
  • Q3. Why the company should hire you and how can you be the perfect fit for the job role.
  • Q4. Questions related to your course.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clarity in your speech. The most important factor to ace an interview.
Focus on improving your communication skill.
Research about the company and the interview questions before you appear for the interview.
Have clear understanding of the subjects.

SAP Bods Consultant Interview Questions asked at other Companies

Q1. Data services tools functionality and its usage like what are the uses of different transform, what was the source which you extracted and all
View answer (1)

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 259 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
Application Developer: SAP UX

Bangalore / Bengaluru

3-5 Yrs

₹ 3-20 LPA

Package Specialist: SAP Cloud Integration

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Back End Developer

Bangalore / Bengaluru

9-14 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
4.9k 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