Top 50
Topic roadmap
Updated weekly · Last refresh Sep 13

Top 50 binary search Interview Questions

The most frequently asked binary search questions across all roles and companies, ranked by real interview frequency. Updated daily.

50questions
~21htotal time
54companies covered
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
binary searchStart here. 46 questions · ~1150 min
Median of Two Sorted ArraysHard
Practice
Recently asked

Find the median of two sorted arrays using binary search in O(log(min(m, n))) time.

binary searchMathArraysBumbleSStealth Mode StartupCerebras
Binary Search on Rotated ArrayEasy
Practice
Recently asked

Find a target index in Grab's rotated sorted data using modified binary search in O(log n) time.

binary searchArraysAlgorithmsKPMGGrabNavi
Median of Two Sorted ListsHard
Practice
Recently asked

Find the median of two sorted lists using binary search over the shorter list.

binary searchArraysSortingDD. E. Shaw & Co. - Investment FirmRippling
Rotated Array Binary SearchEasy
Practice
Recently asked

Find a target in a rotated sorted array using modified binary search in O(log n) time.

binary searchNetflixCyberArk
Peak in Bitonic ArrayMedium
Practice
Recently asked

Find the maximum value in a bitonic array using binary search in O(log n) time.

binary searchArraysAlgorithmsOpenText
Root Finding With Binary SearchEasy
Practice
Recently asked

Approximate the unique root of a monotonic polynomial using binary search over a sign-changing interval.

binary searchMathArraysSiemens Digital Industries Software
Peak Element CodingMedium
Practice

Find any peak element index in an array using binary search with O(log n) time and O(1) space.

binary searchArraysAlgorithmsCalixChubb
More binary search questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
2
More topics4 questions · ~100 min
Stack and Binary Search AdaptationMedium
Practice

Process a constant-time minimum stack and find a target in a rotated sorted array using modified binary search.

Stackbinary searchGrammarly
More questions with a free account
The finish line: interview-readyComplete all 50 questions to finish this plan.