Time Based Key-Value Store

Medium 30 pts New · no attempts yet csharp

Time Based Key-Value Store — Uber interview prep · Binary Search

Classic interview problem #981.

Input (stdin)

Lines: SET key value timestamp | GET key timestamp

Output (stdout)

Value at timestamp

Your program must read from stdin and write the answer to stdout (no extra debug text).

Examples

Sample
Input
SET foo bar 1
SET foo bar2 4
GET foo 3
Output
bar
Static hints
  • Input format: Lines: SET key value timestamp | GET key timestamp
  • DSA Interview 150 — Binary Search
  • Problem #981
  • Frequently asked at Uber
  • Binary Search

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details