IBM Software Engineer Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
3Questions
1Company
3 Questions 1 Company
Showing 3 results
IBM
Medium
Software EngineerCompute shared free time intervals
You are given schedules for multiple employees. schedules[i] is a list of busy intervals for employee i, where each interval is half-open [start, end)...
Coding & Algorithms
0
0
Sep 6, 2025
IBM
Medium
Software EngineerImplement valid 1-D convolution
Implement a 'valid' 1‑D convolution function: given an input array of numbers, a kernel array of numbers, and a scalar bias, compute outputs only wher...
Coding & Algorithms
0
0
Sep 6, 2025
IBM
Medium
Software EngineerImplement valid 1D convolution with bias
Implement a 'valid' 1D convolution (no padding, stride = 1) over a numeric input array using a given kernel and scalar bias. Do not reverse the kernel...
Coding & Algorithms
0
0
Aug 14, 2025