Hash Table Interview Questions
8 questions available. Practice with AI-powered feedback.
Other topics
Adobe Coding Question: Shortest Subarray with K Distinct
Shortest contiguous subarray with exactly k distinct integers. Learn sliding-window + hash-map approach, edge cases, and practical tips — practice now.
ByteDance Coding Question: Merge Accounts by Email
Practice ByteDance 'Merge Accounts by Email' coding problem using Union-Find or graph traversal. Implement merging, dedupe emails, sort results, and analyze complexity.
Google Coding Question: Online Longest Subarray with Average
Track longest contiguous subarray with average S online. Use prefix-sum key = pref - S*i with a hashmap. Read precision tips and complexity notes.
LinkedIn T9 Coding Question: Phone-Keyboard Word Match
T9 phone-keypad matching: return dictionary words matching a digit string per position (case-insensitive). Includes precompute index and query API design.
LRU Cache Implementation - Oracle Coding Interview
Implement an O(1) LRU cache with get/put, fixed-capacity eviction, and Java follow-ups (collections choices, thread-safety, GC, equals/hashCode). Read tips.
Salesforce Coding: Left-Right Occurrence Binary Strings
Salesforce coding: build left/right occurrence binary strings for an integer array. Learn hash-table two-pass solutions, time/space tradeoffs and follow-up ideas.
Stripe Coding Interview: Match Payments to Invoices
Deterministic matching of payments to invoices using identifier, exact, then range rules. Tie-breakers and earliest due-date ordering for stable results.
Stripe Load Balancer WebSocket Router (Online Assessment)
Simulate Stripe's WebSocket load balancer handling CONNECT/DISCONNECT/SHUTDOWN with sticky routing, eviction, and reallocation. Read algorithmic tips & examples.
Get More Real Hash Table Questions
Practice hash table interview questions with AI-powered hints, analysis, and feedback.
Start Free Practice