IBM
Global technology and consulting firm with deep roots in enterprise IT and AI.
3 Rounds
~14 Days
Medium
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Data Engineer
•
Coding
•
medium
Write a SQL query to find the top 3 highest paid employees in each department.
#Window Functions
#DENSE_RANK
#PARTITION BY
Data Engineer
•
Coding
•
medium
Write a SQL query to calculate a 7-day rolling average of daily sales.
#Window Functions
#Moving Average
#Date Functions
Data Engineer
•
Coding
•
medium
How would you delete duplicate rows from a massive table in DB2 or PostgreSQL without creating a new table?
#Data Cleaning
#CTID
#ROW_NUMBER
Data Engineer
•
Coding
•
medium
Write a SQL query to find the cumulative sum of sales by month.
#Window Functions
#Cumulative Sum
Data Engineer
•
Technical
•
easy
What is the difference between RANK(), DENSE_RANK(), and ROW_NUMBER() in SQL?
#Window Functions
#Ranking
Data Scientist
•
Coding
•
medium
Write a SQL query to find the top 3 highest paid employees in each department.
#SQL
#Window Functions
#Joins
Data Scientist
•
Coding
•
medium
Calculate the rolling 7-day average of API calls for watsonx endpoints using SQL.
#SQL
#Time Series
#Window Functions
Data Scientist
•
Coding
•
medium
Write a query to find the churn rate of IBM Cloud customers month-over-month.
#SQL
#Aggregations
#Business Logic
Full Stack Engineer
•
Coding
•
easy
Write a SQL query to find the second highest salary from an Employee table.
#Databases
#SQL
Machine Learning Engineer
•
Coding
•
medium
Write a SQL query to find the nth highest salary from an Employee table.
#Database
#Window Functions
Product Manager
•
Coding
•
medium
Write a SQL query to find the top 5 enterprise clients by monthly recurring revenue (MRR) who have experienced more than 1 hour of downtime in the last 30 days.
#Data Analysis
#SQL
#Customer Metrics
Product Manager
•
Coding
•
hard
Write a SQL query to calculate the month-over-month retention rate of users on a specific B2B SaaS product.
#Retention
#Advanced SQL
#Cohort Analysis
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.