IBM logo

IBM Interview Question Bank

IBM's recent technical screens are dominated by auto-triggered HackerRank online assessments for entry-level, intern, full-stack, backend, AI, and .NET roles. The question mix is mostly easy-to-medium data structures, sliding-window, interval, graph-connectivity, and small frontend/CSS tasks, while Red Hat / AI-infrastructure loops add live coding around inference kernels, Kubernetes controllers, and DevOps fundamentals.

More
100
Before you start
Showing 17 of 17
Coding·60 min
LowFree preview

Maximum Concurrent Processes / Meeting Rooms

Given process or meeting intervals with inclusive endpoints, return the maximum number active at the same time. One version is a direct Meeting Rooms II-style prompt over `List<List<Integer>> meetingTimings`; another describes distributed-service process logs.

SWE
Infra Eng
interval
interval-aggregation
sorting
medium
Last asked 2026-02-262 related discussions

IBM Featured Guides