New
ML System Design & SQL tracks just landed
See what's new
×
Question Bank
Pricing
Blog
Forum
HOT
JobRadar
NEW
Referral
Description
Solution
Discussion
Submissions
Ask AI
Question Bank
Rippling
Coding Question
AI Insights
Quick Summary
Implement an in-memory key-value store supporting insertion, retrieval, and deletion operations.
Handle string-based keys and values with efficient average-case constant-time operations.
Return a specific sentinel value when attempting to access non-existent keys.
What This Tests
Hash table mechanics and native language implementations
Object-oriented class design and method signatures
Time and space complexity evaluation
Edge case handling for missing keys and overwrites
Common Patterns
Hashing
Collapse
Hint 1
Hint 2
Hint 3
What Interviewers May Ask Next
Ask AI Assistant
Ask AI Assistant
Ask me anything about this coding question!
Qwen
Qwen3.6-Flash
0/2000
Auto
Debug
Run
Submit
Test Cases
Input
Output
Expected