Top 50
Topic roadmap
Updated weekly · Last refresh Sep 12

Top 50 Hash Tables Interview Questions

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

50questions
~21htotal time
1,577companies covered
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
Hash TablesStart here. 48 questions · ~1200 min
Two Sum with TargetEasy
Practice
Recently asked

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysStringsiCapitalPaycomBlend360
First Non-Repeating CharacterEasy
Practice
Recently asked

Find the first non-repeating character in a string using frequency counting and a second pass in O(n) time.

Hash TablesStringsSearchingCloudsekBrightside HealthMcAfee
Longest Substring Without RepeatsMedium
Practice
Recently asked

Find the longest substring with all unique characters using a sliding window.

Hash TablesStringsTwo PointersDeepInstinctTaboolaEDF Renewables
Longest Unique Substring in EnoMedium
Practice
Recently asked

Use a sliding window and hash map to find the longest substring without repeated characters in a string.

Hash TablesStringsTwo PointersInsight GlobalO'Reilly MediaAviso
Find Two Sum IndicesEasy
Practice
Recently asked

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysSortingEtsyLLuxoft SingaporeNeoDocto
Two Sum ProblemEasy
Practice
Recently asked

Find two indices in an array whose values add up to a target using a hash map.

Hash TablesArraysTwo PointersConverseonEarnest ResearchEtsy
Detect Cycle in Linked ListEasy
Practice
Recently asked

Use Floyd’s two-pointer algorithm to determine whether a singly linked list contains a cycle.

Hash TablesLinked ListsTwo PointersSigmoidAMD Construction GroupInformatica
Design an LRU CacheEasy
Practice
Recently asked

Implement an LRU cache in O(1) average time using a hash table and doubly linked list.

Hash TablesQueueLinked ListsAllianzICFInsulet
More Hash Tables 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 topics2 questions · ~50 min
More questions with a free account
The finish line: interview-readyComplete all 50 questions to finish this plan.